2011-01-13 sasha
* Changed version to 2.2.11 and fixed build to compile ASWallpaper
2010-09-23 sasha
* fixed memory leak in xcf file loading
* fixed memory leak in tga image loading
* fixed minor memory leak in gif saving code.
* fixed memory leak in xml processing on image loading
* fixed major memory leak at vectorize_asimage
* Fixed BMP writing to not set compression to 1 - we don't use any
2010-09-15 sasha
* fixed possible dereferencing of NULL pointer in asimage_destroy
(minor)
2010-09-08 sasha
* trimmed some dead code
* fixed visual2visual_prop bug in *size usage
* fixed param hidden warnings
* corrected usage of get_xpm_string() to use proper enum value
2010-09-03 sasha
* Fixed possible memory leak in xpm code when image is too big
* fixed unlikely but possible (if height>width) buffer overrun bug
in gradient generation code
* Fixed unlikely but possible use of uninitialized variable in
ASImage2xpmRawBuff
2010-05-20 sasha
* updated to libjpeg v.8b
2010-01-29 sasha
* added transupp to libjpeg just in case
* upgraded built-in libjpeg to version 8
2009-12-11 sasha
* fixed segfault in on look change where previous look has obsolete
font settings
2009-11-12 sasha
* fixed export.c to properly assign default export values using
union members - contributed by Axel Naumann
2009-10-14 sasha
* fixed annoying ICC warnings in mystrdup use without libAfterBase
2009-10-13 sasha
* minor fix in afterbase.c to correct ambiguity in evaluation order
2009-08-25 sasha
* fixed ascompose to build without X libs
2009-05-04 sasha
* updated ChangeLog for the release
* AfterStep release v 2.2.9
2009-03-18 sasha
* added ifdef to avoid double fclose under MSVC2005 and newer
2009-02-11 sasha
* Got rid of dpy global variable in libAfterBase and libAfterIMage
for good. Moved it into libAfterStep instead, as it incorporates
screen handling functionality.
2009-01-30 sasha
* fixed warning in jpeg2ASImage
2009-01-16 sasha
* fix to fill_hline_colored to work on scratch canvas + some
debugging of reported fill bugs on 64bit systems
2009-01-13 sasha
* fixed aliasing for drawing with brush wider then 1x1; Fixed areas
of low intensity inside solid lines
* fixed clipping in straight ellips drawing where y+ry > height
* added missing declaration of Bool asim_set_custom_brush_colored()
2009-01-12 sasha
* somewhat fixed drawing with ARGB brush over ARGB canvas; Still
unclear what would happen if those are different ;
2008-12-17 sasha
* fixed memory leak in ASImage2gif file needed to be closed even
after Egif closes it too
* fixed Makefile to work on FBSD/Gentoo
2008-11-12 sasha
* fixed references to the global variable dpy in GLX code
2008-09-30 sasha
* [no log message]
2008-08-15 sasha
* added utility to check if glyphs are available in the font for a
certain char or a list of chars
2008-06-24 sasha
* [no log message]
* Fixed root pixmap setting - to handle XKillClient failures and
not free pixmap after it was put on the root
2008-06-23 sasha
* [no log message]
2008-06-18 sasha
* [no log message]
* Updated ChangeLog for libAfterImage 1.18 release
* libAfterImage 1.18 release
2008-06-13 sasha
* implemented EdgeResistanceToDragging setting
2008-06-10 sasha
* compile bugs without X fixed
2008-06-02 sasha
* added missing scanline.h
2008-05-30 sasha
* additional logic to avoid red/blue artifacts
2008-05-29 sasha
* implemented some 12-bps raw image processing- demosaicing
2008-05-02 sasha
* [no log message]
2008-04-23 sasha
* Fixed build on non-gcc compilers
2008-04-17 sasha
* preliminary support for loading RAW camera photos stored as tiff
images with CFA data - still need to implement interpolation,
white balance, and leveling
* compile warning on signed/unsigfned comparison
2008-04-10 sasha
* fixed alpha overflow in color2alpha
2008-04-07 sasha
* implemented color2alpha method from GIMP without color correction
that was damaging the image. Complete with color2alpha xml tag
2008-04-03 sasha
* implemented pixelization filter
2008-03-24 sasha
* fixed bunch of compilation bugs showing up on old systems
2008-03-17 sasha
* hopefully fixed syslimit.h warnings on FBSD
2008-03-07 sasha
* [no log message]
2008-03-06 sasha
* fixed problem with docs having spaces in filenames
2008-03-05 sasha
* disabled build for Sound2 for now
2008-03-04 sasha
* fixed segfault in xcf code where layer is larger then image
* updated NEW and ChangeLogs for release 2.2.8
* AfterStep release v. 2.2.8
2008-02-29 sasha
* some more brainstorming as related to aftershow design
2008-02-26 sasha
* updated afterbase.c to include new stuff from libAfterBase for
xml
2008-02-22 sasha
* [no log message]
2008-02-19 sasha
* xml manipulation code added
2008-02-18 sasha
* [no log message]
2008-02-16 sasha
* started implementing aftershow client to be used by shell scripts
to redirect stdio to aftershow
* fixed asfont get_glyph_map to not confuse compilers into thinking
that there might be uninitialized stuff
2008-02-15 sasha
* added code to handle client connections and input to aftershow
* updated libAfterImage.mak
2008-02-14 sasha
* added socket setup code - need to move socket.c in here in case
afterbase is unavailable
* more X initialization code for aftershow
2008-02-13 sasha
* [no log message]
2008-02-08 sasha
* started implementing aftershow daemon
* started work on aftershow daemon
* fixed memory leak in ascompose processing in interactive mode
* compile warning on solaris in pixmap.c
2008-02-07 sasha
* fixed compile warning with gcc 4.3
2008-02-06 sasha
* fixed compile warnings in asfont.c in win32
* removed old png files from project
* fixed png.h to properly include zlib.h on windows and undeffed
stdint.h on win32
2008-02-01 sasha
* fixed makefile to not reference obsolete libong files
2008-01-25 sasha
* added functionality to ascompose to allow for constantly updating
display of stuff; command line should be: script.sh | ascompose
-I --endless --click-timeout 0 -q -f -;
2008-01-18 sasha
* implemented full color drawing in draw.c using prototypes from
ROOT by Valeri Onuchin. Needs testing and and changes to
aply_context()
* changed draw.c to use 32bit values in canvas, possibly to enable
rendering in all 4 channels in future - need more work
2008-01-17 sasha
* fixed handling of grayscale PNG images with bit depth < 8
2008-01-16 sasha
* partially fixed segfault on loading grayscale PNG images
* fixed segfault on loading grayscale PNG images
* enabled debugging for bigendian tests
2008-01-15 sasha
* moved HAVE_XPM to after config.h in libAI xpm.c; updated main
configure
* exclude xpm.c from built when no xpm is requested; no longer
support standard libgif and libxpm
2008-01-09 sasha
* implemented functionality to setup slicing of frame sides and
titlebar elements
* added code to kill Esetroot client if desktop background was set
by it
2008-01-08 sasha
* added functionality to ascompose to set XROOTPMAP property while
changing root background
2008-01-04 sasha
* removed erroneous configure.h include in ascompose
2008-01-03 born2late
* added utf8 support according to sasha s instructions - seems to
work
2007-12-27 sasha
* removed config.h from installation script
* added new convinience function to convert Lead Tools like DIBs
into ASImage in one call; Fixed typo in ASImage2DIB.
* Fixed major bug that maybe causing memory corruption on any
system where malloc does not return pointer aligned on 8-byte
boundary
* sanity fix to configure
2007-12-26 sasha
* fixed logic to not enlarge icons in menus if target size is too
big
2007-12-19 sasha
* giving up on trying to figure out why asvector does not work on
Power PC
2007-12-18 sasha
* yet another try in resolving endiannes of the XImage encoding
2007-12-17 sasha
* rewrote scanline2ximage32 to properly account for offset and
hopefully fix byteordering issue
2007-12-14 sasha
* hopefully fixed incorrect byte order while converting XImage on
32 bit visuals back to ASImage on big endian machines
* minor cleanups in configure script to use lowercase NO
2007-12-05 sasha
* updated built-in libpng to 1.2.23
2007-11-30 sasha
* updated xwrap.h to be the same as in libAfterBase and fixed
compilation under newer MSVC
2007-11-26 sasha
* Fixed memory leak in DGifCloseFile where pointer to GifFile gets
overwritten with NULL leaving dungling memory
2007-11-20 sasha
* fixed memory leak in gif import code
2007-11-16 sasha
* fixed missing initialization of ASColormap structure in
colormap_asimage
* disabled performance output in transform.c
2007-10-25 sasha
* added ability to load ASXML images for set size - should use
.width and .height vars inside the image to calculate different
sizes
2007-10-16 sasha
* Implemented proper transfer of ASImage to OpenGL drawables using
textures and pixel ops
2007-09-21 sasha
* altered configure to make building of apps optional - if the dir
is present
2007-09-18 sasha
* removed __FUNCTION__ to fix compile on Solaris
2007-09-17 sasha
* fixed compile errors under MSVC
* fixed compile errors in asstorage.c under MSVC
2007-09-15 sasha
* fixed compile warnings on solaris in asvisual.c reported by ROOT
project
* fixed compile problem under VisualStudio .Net 2005, as reported
by Valeri Onuchin
* added functions for reading raw XPM and PNG buffers, contributed
by Valeri Onuchin of ROOT project
* added ASImage2xpmRawBuff() contributed by Valeriy Onuchin of ROOT
project
2007-09-14 sasha
* fixed compile bug when building with shmimage and without
libAfterBase
2007-09-12 born2late
* minor typos corrected
2007-09-05 sasha
* fixed one off error in blurring code potentialy causing a
segfault
2007-08-23 sasha
* updated ChangeLog for release
2007-08-22 sasha
* compile problem on solaris fixed; Feeble attempts at increasing
performance without any results
* compile fixes and minor optimization of the blurring code
2007-08-20 sasha
* AfterStep 2.2.7 release
2007-08-02 sasha
* fixed printing of CARD32 values on 64 bit CPUs as lX
* Fixed install targets in Makefiles to create dirs
2007-08-01 sasha
* Fixed install targets in Makefiles to create dirs
* fixed configure and deps checking in apps
* updated ChangeLog for libAfterImage release
* Updated embedded libPNG and Zlib to latest versions; Fixed bugs
in find_file when compiled without libAfterBase.
* libAfterImage v. 1.15 release
2007-07-31 sasha
* added some docs to libAfterImage
* Completed refactoring gaussian blur code. It now works both in
vertical and horizontal direction. Maximum blur radius is 128,
and its bloody fast too
* optimizations to gaussian blur and fixed mystrdup(NULL) in libAI
standalone
* fixed gaussian blur at the begining and the end; added lookup
tables for standard deviation and multiplier, prototyped vertical
pass
2007-07-30 sasha
* implemented integer math version of gaussian blur algorithm
* fixed blur function to not limit radius to 10 and properly
calculate gaussian distribution
2007-07-28 sasha
* switched timing printing off
2007-07-27 sasha
* some additions to asstorage attempting to improve performance in
XImage reading - unsuccessfull
2007-07-26 sasha
* Cleaned up libAfterImage to compile without libAfterBase and
added fiunctions to ger drawable size and window position for a
specific display
2007-07-25 sasha
* fixes to libAfterImage to get it compiling without libAfterBase
and to reduce valgrind complaints about uninitiolized memory
2007-07-20 sasha
* fixed many valgrind messages related to uninitialized memory in
libAfterImage and libAfterBase; Fixed WinTabs to take into
consideration window's gravity and frame rectangle while
determining where to unswallow the window.
* fixed image reloading to keep relevant flags - that was messing
up wharf's support for look defined folder icon. That should also
speedup repeated changes of look
* adding support in Wharf for look-specific folder pixmap - so far
only works 2 times, then stops changing - weird
2007-07-19 sasha
* further safeguarding agains running out of storage slots in
asstorage
2007-07-17 sasha
* fixed the way dumb scaling up along Y axist was screwing up
slicing of the small images.
* fixed stupid dumb bug in make_scales introduced in porevious fix
* fixed a long-standing bug with slicing images getting a vertical
stripe tovards the end. Thanks DrCurl for your Patience
* fixed a long-standing bug with slicing images geting a vertical
stripe tovards the end. Thanks DrCurl for your Patience.
2007-07-12 sasha
* added fixes for using proper dpy (from ASVisual structure) in
many cases
2007-07-11 sasha
* fixed compilation without libPNG; added ability to change default
asstorage block size
* fixed bar rendering to have proper values used for unset
hue/saturation, which eliminates one extra ASImage from being
rendered
2007-07-10 sasha
* fixed compilation without X in libAfterImage
* reduced modules memory usage by making fonts loading on demand,
instead of on look change
2007-07-09 sasha
* fixed few emory leaks (minor)
2007-07-06 sasha
* fixed several critical bugs in causing double free and heap
corruption, based on valgrind traces
2007-06-22 sasha
* Improved on location where submenus are opened, to make sure they
don't completely cover parents
2007-06-06 jeremy
* add alsa detection to configure
2007-05-30 sasha
* Fixed typo causing ttf configure parameteers being ignored
2007-05-17 sasha
* updated ChangeLogs for relesae
2007-05-15 sasha
* upgraded AS version in anticipation of release
2007-05-11 sasha
* made ShowHints more generic option allowing iut to be used in
other modules - started modifying WinList to make use of it
2007-05-03 sasha
* fixed window list publishing to use new stacking_order vector
2007-05-02 sasha
* minor optimization of the alpha-blending code
* added test container for mmx use
* fixed MMX usage - required _mm_empty() after each mmx intrinsics
use; Optimized window title change to not regenerate icon when
not in iconic mode
2007-05-01 sasha
* Implemented support for root window having different color depth
- blacxk background on 16bpp screens should go away; temorarily
disabled mmx - it seems to ruin images sometimes
* fixed color printing on 64 bit system
* replaced mmx code to use gcc intinsics
2007-04-23 sasha
* updated ChangeLog for 2.2.5 release
* AfterStep release v. 2.2.5
2007-04-20 sasha
* implemented proper support for window groups where group leader
is an unmapped unmanaged window; Added support for window groups
to move all windows in the group to a proper desktop at the same
time; Added support for restacking window groups so that when
group leader is raised/lowered - all the members follow, but not
when one of the members does the same
2007-02-22 sasha
* if we don't reload menu minipixmap - we need to move it over onto
new image manager
* added feature to be able to query filetype and only reload menu
minipixmap if it is ASXML script
2007-02-20 sasha
* added functionality to export ASIUmage into mask MS DIB data,
contributed by Valeriy Onuchin of the ROOT project
* implemented fast thumbnailing for SVG images
* work in progress
2007-02-16 sasha
* different check for k!=0 added to clip_line()
* check for k!=0 added to clip_line() and small change for
compilation on Apple
2007-02-14 sasha
* implemented fast thumbnails loading for jpeg images; added
width/height args to the
tag; changed all the picture
minipixmaps accordingly and got rid of redundand .mini jpeg files
2006-11-17 sasha
* Updated ChangeLog for 2.2.4 release
* AfterStep release v 2.2.4
2006-11-09 sasha
* fixed clamping code in hsv conversion of greyscale colors
2006-11-08 sasha
* finished up SVG support implementation
2006-11-07 sasha
* preliminary implementation of svg support in libAI using librsvg
- may need some cleaning up to be done
* added check for librsvg to configure in preparation for support
for SVG image format
2006-11-03 sasha
* fixed segfault when locale is not set and added special case
handling to hsv transformation to only adjust value on greyscale
pixels
2006-10-25 sasha
* added code to support UTF8 in menu items and comments (using
.desktop entries)
2006-10-19 sasha
* fixed memory leaks in libAI on image slicing
2006-10-12 sasha
* fixed floating point exception gets thrown by libAI upon having
to scale image up more then 255 times its height
* Added look.Smooth and fixed segfault happening when MyStyle image
needs to be semitransparent, flipped and scaled all at the same
time
2006-10-11 vae
* ChangeLog revisions for 2.2.3
* AfterStep release v 2.2.3
2006-10-10 sasha
* Fixed libAI to fail when subimage does not exist in the image
file - otherwise there is no way to determine how many images are
there
* added support for reading and saving animation repeat counts in
gif images
2006-10-02 sasha
* updated NEW and Changelogs
2006-09-15 sasha
* fixed infinite loop under win32 in import.c
2006-09-13 sasha
* fixed reading and writing animation delay in gif images
2006-09-11 sasha
* added ability to obtain animation delay when reading gif images
2006-08-29 sasha
* added function Set to AfterStep functions to be able to change
value of xml vars; added default_src param to tag to be
able to fall back on something if none of the sourceid's is
available
2006-08-28 sasha
* added example to if tag docs
* added and tags handling
2006-08-24 sasha
* fixed GIF graphics control extention's size to be 4 bytes - that
was messing up dumb MS Photo Editor
* updated libAfterImage.mak to reflect changes in libungif
* removed includes for stdint.h
2006-08-18 sasha
* added asxml tag to conditionally execute stuff
* added tag to asxml to be able to set variables to evaluated
expressions in xml scripts
2006-08-16 sasha
* added LZ compression to builtin libungif, as patent is expired
already
2006-08-14 sasha
* fixed ascmap.c to not leak memory in SortedColorHash buckets
2006-08-08 sasha
* implemented changes to automate config parsing for modules and
also implementing support for parsing module options from look
and feel - only WinList does that for now.
2006-07-18 sasha
* fixed handling of the text rendering where first character has a
large negative lead, such as 'j'
2006-05-23 sasha
* fixed Changelog generation script and updated ChangeLogs for the
release
* AfterStep release v 2.2.2
2006-05-17 sasha
* implemented automatic image reloading on colorscheme change in
Wharf
2006-05-15 sasha
* made libAI tolerable to negative size for image transformation
functions - not to crash
2006-05-12 sasha
* fixed gigantic memory leak causing background images to get lost
on desktop change
2006-05-04 sasha
* fixed memory leaks in xml image parsing, wm_wprotocols debugging
code, menu minipixmaps, hints and several other places
2006-04-21 sasha
* fixed erroneous pixmap destruction by modules for tbar props;
memory leaks in WinTabs; shaped MyStyles for WinTabs tabs;
UrgencyHint cleared handling when there is no Extended WM state
2006-04-05 sasha
* added ability to autoformat text inserting line breaks in order
to fit it into certain width
2006-03-31 sasha
* added installation into alternatives list, added Games menu under
Applications
2006-03-24 sasha
* cirtain fixes to bugs reported on ML
2006-03-23 sasha
* implemented filtering of BackgroundForeign backgrounds to include
only whats supported
2006-03-22 allanon
* Fixed bug causing png compression to always be zero for
save_asimage_to_file().
2006-03-15 sasha
* added --have-x-support to afterimage-config to test if it was
built with X display support
2006-03-07 vae
* ChangeLog commit for 2.2.1
2006-02-28 sasha
* added check for validity of the text (no negative size)
2006-02-15 sasha
* fixed all the errors reported by propriatery source analyser
2006-01-10 sasha
* changed titlebar props setting to use different values for
NoBevel and NoAlign being set and for when those values are unset
altogether
2006-01-09 vae
* ChangeLog
2006-01-03 sasha
* fixed bug in handling of length of UTF8 text while determining
the text size - should translate length in chars into byte length
2005-12-18 sasha
* fixed compile bugs
2005-12-16 sasha
* implemented KDE config files manipulation using xml structures;
moved xml parsing into libAfterBase
2005-12-13 sasha
* rewrote Makefiles abit to make output more readable. Upgraded
version to 2.2.0
2005-12-08 sasha
* added built-in function SignalReloadGTKRCFile to send signal to
gtk apps to refresh rc
2005-12-04 sasha
* fixed icons loading for AfterStep categories. Fixed configure to
work without readline available ; some warning fixed too
2005-11-30 sasha
* Fixed several deps in libAfterImage which were failing to compile
without libAfterBase
2005-11-29 sasha
* implemented better handling of the tag - with honoring of
the alpha component of the fgcolor
2005-11-16 sasha
* changed clipping attr in scale tag to src_ to avod collision with
tag attributes
2005-11-15 sasha
* fixed SIGFPE in scale_asimage2 on clip_width and clip_height
being 0
2005-11-14 sasha
* added clip_x, clip_y, clip_width and clip_height to scale tag
* added ability to scale the middle of the sliced image - use
scale=1 in the slice tag - still need to add this to MyStyles
2005-11-04 sasha
* more file browser stuff
2005-11-01 sasha
* implemented faster dir scanning for image list; added time and
size to be displayed on file list; added 3 new members to TermDef
data struicture for future simplier config parsing
2005-10-18 sasha
* changed TTF font renderer to use advance.x attribute of the glyph
as the step instead of old way of width + bitmap_left
* implemented horizontal font kerning support for TTF fonts. Most
font's don't have that info in them though
2005-10-05 sasha
* fixed potential segfault in gradient parsing where number of
offsets is greater the colors
2005-09-22 sasha
* debugging NET_WM_ICON support - mostly works
2005-09-21 sasha
* implemented support for 32bit ARGB icons supplied by an app in
_NET_WM_ICON property
2005-09-19 sasha
* changed parsing of xml to match docs and use x_start
instead of start_x etc.
2005-07-19 vae
* AfterStep Release v 2.1.2 Changelog
* AfterStep Release v 2.1.2
2005-06-30 sasha
* completed implementing Make XML wizard with both minipixmaps and
main wallpaper xml generation
2005-06-26 fabs
* removed redundant ";" to allow compilation on FreeBSD 4x
2005-06-21 sasha
* improved layout of XML editor
2005-06-20 sasha
* began implementing xml editor widget for ASWallpaper - don't
really save anythging yet
2005-06-15 sasha
* Implemented safer detection of AfterStep XML image type to
differentiate from XML and HTML docs; Added more controls to
ASImageBrowser
* debugged directory listing in image browser; added new file types
for HTML and XML to stop treating them as image scripts; Added
keycombo to switch windows in WinTabs - Alt +(key to the left
from 1)
2005-06-13 sasha
* added widget for image directory list and image browser dialog
2005-06-10 sasha
* implemented GTK widget for image viewing , usefull for image
browsers
2005-06-08 sasha
* Applyed many fixes based on output of automated analysys tool,
provided by sdague
* updated changelog for release of libAfterImage
* libAfterImage release v.1.07
* fixed segfault on closing of asview
2005-06-06 vae
* AfterStep release v 2.1.1
* ChangeLog update for 2.1.1
2005-06-03 sasha
* implemented rudimentary Targa files reading
* fixes in libAfterImage for compilation and installation without
libAfterBase - eliminated debug output, type casts, etc.
* Fixed create_visual_pixmap to work with root = None; Fixed
scale_pixmap to scale even in one direction only; Fixed configure
to set path to libAfterBase to more sensible values
2005-06-02 sasha
* implementing import of TGA files
2005-05-25 sasha
* fixed gc creation code to not create a new window each time gc
needs to be created
* fixed merge function selection code in composite tag handler
2005-05-24 sasha
* rewrote xml handling code and broke some stuff
2005-05-23 sasha
* implemented slice_asimage function as yet another method of
enlarging images where corners remain unchanged, but middle part
gets tiled
2005-05-20 sasha
* Fixed bug in tiling of ARGB32 data in libAI and implemented
dynamic resizing of preview in ASWallpaper
2005-05-19 sasha
* Improvements to enable gtk apps to interoperate with libAS
2005-05-17 vae
* AfterStep release v 2.1.0 - changelogs - vae
* AfterStep release v 2.1.0 - vae
2005-05-16 sasha
* Added prototype of the GTK based tool for selecting AfterStep
backgrounds
2005-05-04 sasha
* Updated ChangeLogs for 2.00.05 release
2005-05-03 sasha
* Fixed segfault in shared memory cleanup code; Still segfaulting
on restart in FramesList cleanup code
2005-04-29 sasha
* added image path to ASImageManager's search path, so that
referensed images could be found from local dir.
* changed asview.c to open display prior to the image so that
display size variables would get set properly
* added image path to ASImageManager's search path, so that
referensed images could be found from local dir.
2005-04-26 sasha
* fixed handling of ButtonSize setting - it was ignored
2005-04-22 sasha
* Fixed off-by-one bug in ASStorage causing weird artefact and
possibly segfaults, due to occupied slots being reused improperly
2005-04-21 sasha
* hopefully fixed Segfault when window changes name at the time of
destruction
2005-04-11 sasha
* fixed segfault when wrong op= to composite tag is used
2005-04-04 sasha
* removed inline's froom functions all exported functions in
libAfterImage
2005-03-22 sasha
* Updated ChangeLogs for 2.0.4 release
* made desktop cover tint to be similar to Base color from selected
colorscheme
* cleaned up stale help files; got rid of sgmltools deps; updated
.spec file; changed version number to 2.0.4
2005-03-21 sasha
* fixed segfault with glx enabled
2005-03-17 sasha
* fixed libraries listed by libAfterImage config script to include
X libs to avoid linkage problems
* implemented dynamic linking to several global vars exported from
libAfterStep to prevent compilation and linkage errors
* hopefully cleaned up shared memory usage
2005-03-16 sasha
* optimization of shared memory
* some debugging of asstorage code, possibly fixing segfault
2005-03-14 sasha
* fixed handling of special sequences in xml source of ASDocGen+
fixed handling of several term tags within single varlist entry
2005-03-11 sasha
* copied DefaultFancy.ttf to libAfterImage/apps/test.ttf to avoid
possible licensing issues. Those are the same anyways, only
DefaultFancy includes Public Domain notice
2005-03-09 sasha
* some memory hole plugging and leaks debugging - nothing major so
far
2005-03-08 sasha
* debugging memory utilization
* fixed compile warnings for Alpha's cc
* fixed few compile warnings
2005-03-07 sasha
* fixed problem with wharf swallowing apps that were mapped on
different desktop
2005-03-02 sasha
* updated ChangeLog file to 2.00.03 release
* AfterStep 2.00.03 release
2005-03-01 sasha
* added support for IMAGE_PATH env var to all apps in libAfterImage
enabling them to view images installed in different afterstep
directories
* some docs additions
* fixed bugs: segfault and mem corruption in ASStorage when
compressed size exceeds buffer size; Proper encoding usage in
winlist menus - for UTF8 encoded window names; Proper encoding
usage in balloons - it was using ASCII regardless; Proper font in
Pager with support for international chars instead of 5x8;
Handling of $HOME at the beginning of include statements of
.include files
2005-02-28 sasha
* added experimental image transfer code using OpenGL API
* more performance testing with OpenGL
* gl timing
2005-02-25 sasha
* added prototype of image transfer to X using GLX - to see if its
any faster
* fixed compile warning
* updated configure to exclude Save
2005-02-23 sasha
* implemented scratch canvas functionality in draw.c to facilitate
fill operation on some countours; Added draw.h header
2005-02-22 sasha
* changed ~ to //home/sasha
* added FONT_PATH and IMAGE_PATH to set of envvars put out by
AfterStep
* compilation warnings and bugs submitted by Valeriy Onuchin
2005-01-21 sasha
* added recovery code for malformed gifs not having zero length
block at the end of compressed data
2005-01-20 sasha
* updated ChangeLog for 2.00.02 release
2005-01-18 sasha
* fixed configure for CYGWIN to build proper lib type. Implemented
Image writing into memory buffer in PNG format - see
ASImage2PNGBuff example in asvector.c
* added ability to bundle included sumenu's items under private
user items
2005-01-17 sasha
* configure fix
2005-01-14 sasha
* changed everything to make possible libAfter* as a DLLs - Scr
substituted to a pointer and same for MyArgs
2005-01-13 sasha
* bunch of fixes to enable shared libs under CYGWIN - but there is
still a problem of linking apps becouse of the Scr variable
2005-01-12 sasha
* fixed long standing bug with AS not restarting itself properly.
Upped version to 2.00.02 in preparation to release
* fixed Makefiles and -config scripts
2005-01-10 sasha
* ellipses, damn it
2005-01-07 sasha
* ellipses
2005-01-06 sasha
* more bloody ellips
2005-01-05 sasha
* bloody ellips
2005-01-04 sasha
* mostly done with ellips implementation using doubles - runs
faster the approximation through beziers
2005-01-03 sasha
* mocking about with ellips drawing algorithm - probably should
switch to doubles instead of long longs
2004-12-29 sasha
* some funky stuff to try to get alternative ellips algorithm going
- doesn't work yet
2004-12-27 sasha
* flood fill and more circle/ellipse code
2004-12-25 sasha
* implemented solid fill for circles
2004-12-23 sasha
* completed implementation of ellips and circle primitives
2004-12-22 sasha
* improved cubic splines to not use recursion and implemented
circle drawing
* Implemented antialiased cubical Bezier curves drawing
* implemented anialiased line rendering
2004-12-21 sasha
* implemented anialiased line rendering
2004-12-20 sasha
* fixed afterstep-config to include extra X libs; implemented
prototype anialiased drawing code
2004-12-17 sasha
* added test code for drawing
* added drawing functionality
* fixed performance hog introduced by data[1] changed to data[0] in
asstorage during round of warnmings fixes
2004-12-10 sasha
* More compilation warnings fixed
* ttf always on under win32 and typo fix in mmx initialization code
2004-12-09 sasha
* added list of standard X colornames
* numerous fixes from FonsRademaker and Valeriy Onuchin - to make
it compile under win32
2004-12-08 sasha
* fixed bunch of warnings for different compilers
2004-11-30 sasha
* AfterStep 2.00.01 release
* added a configure option --disable-data-reinstall just for MG_Tak
- it prevents image, font files from being copied over existing
ones, and prevents HTML catalogue from being generated;
2004-11-29 sasha
* Fixed bug in afterstep not sending proper notifications about
which window is currently focused
2004-11-26 sasha
* fixed memory leak at add_line_mono
2004-11-23 sasha
* updated version to 2.00.01
* added comments to vectorize_asimage
2004-11-22 sasha
* implemented vectorize_asimage and some minor fixes to Wharf
2004-11-19 sasha
* Fixed tiling with negative offset - unsigned/signed conversion
problem
* Debugged conversion from alt.argb32 to other stuff, like XImage
etc. using ASImageDecoder - see example in asview.c
* Implemented ASImageDecoder support for alt.argb32 format
2004-11-16 sasha
* changes to accomodate new aterm code
* Fixed ascmap to not segfault under MSWin and fixed fill_asimage
to use proper width when x > 0 - reported by Valeriy Onuchin;
2004-11-15 sasha
* fixed shading translation into tint
* fixed some code in pixmap handling used in aterm
* changed Pager invocation in start menu to use desktop number
specifyed to configure script
2004-11-14 born2late
* typo corrections
2004-11-10 sasha
* fixes to afterimage include files to properly install and enable
other apps to use it
2004-10-27 sasha
* began implementing XML-RPC interface to ASConfig
2004-10-15 sasha
* fixed libAfterImage makefile for win32 to include asstorage.c;
fixed compilation problem and excessive debug output under
windows
2004-10-14 sasha
* possibly resolved problem with ASDocGen not being run when
compiled with shared libraries
2004-10-08 sasha
* Fixed problem in base loading where there were no sanity checks
for DesktopScale value; Fixed a bug in ASStorage where small
images < 15 pixel widths would come out broken; Implemented
partially property tree printing in ASConfig; Added ASStorage
functionality to be able to query original size of the stored
data
2004-09-27 sasha
* changed versions to 2.00 and 1.00 for libraries
* fixed recently intoduced bug in asstorage causing major slowness;
added some logic to prevent costly maintenance operations from
happening too often
2004-09-24 sasha
* fixed segfault in asstorage when diff buffer does not gets
reallocated
* fixed button ungrabbing on windows withdrawing that was causing
weird BadAccess errors in Wharf
2004-09-23 sasha
* implemented preloading of menu pixmaps - speeding things up
considerable; fixed segfault in asstorage - still unclear how
that could happen - may see some image corruption instead
2004-09-22 sasha
* some performance optimization based on gprof stats, as well as
memory leak cleanups
2004-09-21 sasha
* added mandatory -O3 in libAfterImage and libAfterBase improving
performance significantly;
* fixed performance hog in asstorage, as well as segfault in the
same place; Implemented shaped image rendering directly into
XImage, added menu shortcuts for Left and Right keys
2004-09-19 sasha
* fixed possible data loss in asstorage for the very first block
2004-09-16 sasha
* lots of optimizations of focus change handling in WinList and
AfterStep, shape handling optimizations in Pager and other tweaks
2004-09-15 sasha
* added NoBorder flag to MyFrames, improved performance and
feedback in data doc generation
2004-09-14 sasha
* added code to background handling, to not interrupt the animation
when desktop is switched before it completes
2004-09-08 sasha
* changes to feel file for better shortcuts for desktop switching;
Fixes to ASStorage to properly handle reference counting without
leaving leftovers
2004-09-02 sasha
* Lots of tweaks to desktop switching, initial placement handling
and move-resizing
2004-08-30 sasha
* updated configure scripts
2004-08-26 sasha
* fix to Makefile to install man pages and HTML help pages
2004-08-25 sasha
* more xft development
* Some changes to DeadPipe to prtevent it from reentering self
2004-08-24 sasha
* Implemented memory debugging for buffer underruns with
--enable-audit under win32; Found memory corruption caused by
merging image of size 0, which fixes segmentation Fault in
WinList
2004-08-23 sasha
* Fixed make install in libAfterImage; Added missing files to
libAfterImage's project files; Fixed segfault in afterstep when
clicking happens too fast and there is no more window by the time
function is executed
* applied patch for interlaced GIF support from Maxim Nikulin
2004-08-20 sasha
* new development to add interface with XRender extention for text
rendering
2004-08-19 sasha
* fixed potential segmentation fault in asfont.c at the time of
text rendering
2004-08-17 sasha
* fixed compile bug in asstorage.c
* disabled clocking of transformations and text drawing
2004-08-16 sasha
* Changed version number to beta5, Changed AfterStep.spec to be
updated automagically with proper version number; Updated
afterstepdoc script to select web browser from mozilla, firefox,
konq, opera, netscape
2004-08-13 sasha
* fixed bug in asstorage causing segfaults if block is used
completely; Improved Wharf's handling of animation - should now
be much smoother
2004-08-12 sasha
* fixes to docs to format properly into PHP. Fixes to AsDocGen to
have nice indexes and proper references from devel docs to user
and back
2004-08-11 sasha
* Implemented new generated doc installation in Makefiles, added
more libAfterImage docs, fixed formatting in asimage.h and
asfont.h
2004-08-10 sasha
* Fixed bug in ASStorage causing negative sizes in slots and as the
result garbadge in images
2004-08-09 sasha
* fixed segfault bug in transform.c if image creatrion fails
* fixed some docs generation
2004-08-06 sasha
* added xml source for documentation into CVS and updated Look in
libAfterConf to be same as in src/afterstep/configure.c
2004-08-03 sasha
* Implemented 3 new types of text: OutlineAbove, OutlineBelow,
OutlineFull that does outlining of text, also enabled alpha
tinting of the text at the time of rendering
2004-08-02 sasha
* added memory cleanup code to ascompose, and added missing free
calls to storage destruction code
* fixed thresholding code in asstorage needed for rectangular shape
stuff
* Improved reference counting in ASStorage to accomodate to weird
storage states where some blocks have no space left for reference
2004-07-30 sasha
* reimplemented image reading using new functionality of ASStorage
using bitmap stuff and grayscale images using reference counters
2004-07-29 sasha
* debugging the size of AS menus; added storage printing function
2004-07-28 sasha
* disabled debug output
* rewrote ASImage contents storing code to utilize generic
ASStorage
* added 32bit store function
2004-07-23 sasha
* completed implementation of ASStorage, including compression
scheme for bitmapped data
2004-07-21 sasha
* Completed implementing RLEDIFF compression and ; Completed
debugging of asstorage with RLE DIFF compression
2004-07-20 sasha
* implemented decompression
* Implemented RLE diff compression code in ASStorage
2004-07-16 sasha
* started implementing compression using zlib
2004-07-14 sasha
* completed debugging and implementing asstorage
2004-07-13 sasha
* Implemented and debugged storage defragmentation; Moved xml
parser enums back to .h and added missing typedefs
* Fixed guarded memory handlinbg for blocks of whole number of
pages; Debugged some of the aspects of ASStorage memory handling
- must implement defragmentation now
* changed /ML flags to /MD ( based on Bertrand Bellenot suggestion)
* accepted patch from Bertrand Bellenot (Root) for libAfterImage
under Win32; Updated MSVC project files with new files
2004-07-12 sasha
* debugged storage storing, started implementing fetching
* added better testing code
2004-07-09 sasha
* partially debugged ASStorage implementation
2004-07-07 sasha
* storage splitting
2004-07-06 sasha
* ASAStorage slot selection code added
* Continued implementation of ASStorage
* implemented test container for asstorage ala XP
2004-07-05 sasha
* started implemnting proper storage for ASImage data
2004-07-03 sasha
* Updated configure scripts; spilt image decoder/encoder from
asimage - need to rearrange to get it to order
* done most of the coding required for proper handling od static
ASImages
2004-07-02 sasha
* implemented crosslinking docs
2004-07-01 sasha
* implementing urls for keywords, intellifgent handling of the NAME
section, etc.
2004-06-30 sasha
* Added nested subsections, partly debugged quotations, other doc
gen tweaks
2004-06-29 sasha
* progress in implementing static ASImages
2004-06-25 sasha
* prototyped doc generation for robodoc comments
2004-06-24 sasha
* Disabled stripping of binaries when enable-gdb is requested
2004-06-22 sasha
* Implemented support for static ASImages where memory is allocated
more efficiently
2004-06-21 sasha
* added support for UTF-8 when its requested in LC_LANG setting
2004-06-13 sasha
* Introduced new type of image - static to add flexibility in
regards to memory allocation
2004-06-10 sasha
* added xml tag so that temporary images could be unload
to free up some memory
2004-06-08 sasha
* Fixed race condition with modules using LOCKONSEND and display
being grabbed
* added ability to XML parser to recognize known tags; Added
framework code for converting source xml into html docs to
ASDocGen
2004-05-24 sasha
* fixed scaling algorithm to properly scale images with height <= 3
2004-05-18 sasha
* updated dependancies, and completed reimplementing Animate module
- still needs some debugging though
* fixed erroneous uncommented line in shared memory XImages
2004-05-17 sasha
* cleaned up C++ comments
2004-05-13 sasha
* debugging background changing
* hopefully fixed detection of freetype library on debian sarge
2004-05-12 sasha
* updated configure scripts and partly fixed freetype autodetection
for debian - still need ft2build adding to freetype.h detection
code
* implemented fast(er) desktop switching by caching background
pixmaps - there are some quirks that needs to be ironed out still
2004-05-11 sasha
* fishing out segfault in get_text_size
* Implemented memory debugging under cygwin and fixed discovered
bug in MyStyle parsing
2004-05-10 sasha
* Implemented Transient button functionality in Wharf, missing from
1.8
2004-05-07 sasha
* minor TODO changes
2004-04-29 sasha
* Implemented ability to use tab stops while drawing text, and
cleaned up new api calls; Fixed Wharf Bevel setting
2004-04-19 sasha
* Implemented ability to load any font as monospaced using scaling
of glyphs and other techniques, making it possible to use
libAfterImage for text output in applications such as text
editors and terminal emulators
2004-04-15 sasha
* Fixed bug in handling of Viewport setting in database when only
one of the x or y is set.It was using X set flag for y value and
wise versa
2004-03-31 sasha
* Fixed potential segfault in asfont.c when font is NULL; Fixed
including of afterbase.h in asapp.h to be done only when compiled
as part of AfterStep
2004-03-19 sasha
* added includes for xmd.h prior to jpeglib, to prevent multiple
definitions of INT32
* added missing include for system's zlib.h in png.h
* removed unneeded io.h from libungif
2004-03-18 sasha
* Found and fixed very weird heap corruption bug, causing segfault
whenever bevelled rectang is drawn
* Added builtin libungif to libAfterImage, and enabled support for
it by default in configure
2004-03-17 sasha
* added MSVC nmake makefiles
* fixed libAfterImage to properly handle path in win32
2004-03-16 sasha
* Incorporated libpng, libjpeg and zlib into libAfterImage, in case
it is not available on the target system, or we are compiling
under win32
2004-03-11 sasha
* Completed implementing conversion from ASImage into DIB and
implemented sample win32 image viewer application as an example
and testbed.
2004-03-10 sasha
* started implementing ASImage2DIB converter
* moved some of the bmp functionality into bmp.c/h
* removed 0x0D that came from MSVC porting
* changes to make libAfterImage compile under MSVC in win32
* began porting libAfterImage into win32
2004-03-05 sasha
* Fixed compilation in Feel.c with --enable-gdb; Fixed local
selection if only the country is specified such as en_US - RedHat
seems to have this; Fixed segfault in spawn_child with locale
specified it was attempting to check if pointer is isspace()
triggering bug in glibc
2004-03-04 sasha
* Fixed annoying type-punning warnings; Fixed annoying -rdynamic
warnings on CYGWIN; Changed default compression ratio for
screenshots to give very high quality; Fixed configure.in to
properly work with latest autotools supporting PACKAGE_ stuff;
Fixed configure to remove -g if enable-gdb is not requested;
Fixed root image grabbing using overlay window to not use Backing
Store; Fixed ascompose to set USPosition when geometry is
requested; Fixed Banner to set its title ; Upgraded version to
beta4
2004-03-01 sasha
* better Banner
* removed redundand ifdefs for I18N
* debugged and optimized Banner and ascompose
2004-02-27 sasha
* added missing usage text to ascompose and fixed Makefile to
install Banner
* improved ascompose
* debugged mask to rectangles list functionality in asimage.c
2004-02-26 sasha
* added support for shaped windows to ascompose; Debugged
channel->rectangle set conversion in libAfterImage - still have
some vertical stripes
* Fixed tag in asxml to properly swap width and height in
case of 90 or 270 degree rotation
2004-02-21 sasha
* added code to AfterStep to publish Image and Font path in env
vars; Added feel.ICCCM that has no keyboard bindings; Added
window centering code to ascompose; Added missing cursor
definitions to look.QNX;
2004-02-20 sasha
* Added ability to wait for data placed in X clipboard and then
displaying it if its in XML format
2004-02-19 sasha
* added ability to use same window for different images
* fixed display closing when running in loop
* added interactive error reporting functionality
* added interactivity functionality to ascompose
2004-01-27 sasha
* now hopefully workplace state restoration should work fine -
fixed complex function name parsing, for cases when its nested
within anopther complex function. Also added checks to not
remove -g even if --enable-gdb is not specified ( due to requests
from debian folks)
2004-01-21 sasha
* fixed bug where empty locale would be specified while starting a
module causing Pager to have 255 desktops and other weirdness
2004-01-13 sasha
* fixed bug in shared image variant of background xfer
* disabled animating for tiled pixmaps as it seems to cause
slowness
2004-01-12 sasha
* hopefully optimized ximage transfer by using reusable memory and
added ability to postpone background switching task to be done
later
2004-01-08 sasha
* fixed libAfterStep installation procedure and some of the headers
to make it useable in external apps
2004-01-06 sasha
* fixed get_font to not crash when X is missing; Fixed ascolor to
not open any connections to AS when -n option is used
2004-01-02 sasha
* Fixed keyboard presses handling to not require window selection
when there is a focused window; Updated .spec file to better
handle libraries and stuff ( thanks to Andre Costa )
2003-12-23 sasha
* Fixed README.SOLARIS and libAfterImage's Makefile if's
2003-12-17 sasha
* added width/height value "proportional" to tag to keep
image ratio while scaling
2003-12-09 sasha
* got rid of Wait3 testing in configure - should speed it up a bit
2003-12-08 sasha
* fixed handling of trailing whitespace at the end of the tag in
XML processor
* added support for C control codes in printf format strings in
asxml, added safeguards to check for proper number of parameters
in printf format string
* fixed support for input from stdin and output onto stdout in
ascompose
2003-12-05 sasha
* Cleaned up configure to not have ugly -I.. -I../.. and not do any
detection of libAfterImage/Base - we should always use what we
came distributed with
* fixed without-x compile problem in asvisual.c
* fixed stddef.h bug in libAfterBase and without-x compile problem
in asimage.c
* added tag to asimage xml to enable output of internal
variables such as image size
2003-11-28 sasha
* added afterimage-config
2003-11-14 sasha
* Added cover window to meaningfully show user that AfterStep is
reloading config or starting up or doing anything else that takes
time
2003-11-07 sasha
* Added ActiveDeskBevel and InActiveDeskBevel to Pager's options;
Debugged bevel drawing when tbar has different bevels for focus
and unfocus states( should get rid of weird black frame when one
of the states is None)
2003-09-25 sasha
* AfterStep 2.00.beta2 Release
* Some minor tweaks to cursor coloring and HSV manipuylation for
grayscale
* Implemented automagic generation of the ChangeLog
2003-09-22 sasha
* Fixed locale parsing from LANG variable; Fixed module startup to
pass on current locae specified on command line
2003-09-09 sasha
* More fixing Pager's geometry; Added -i cmd line parameter to
ascompose to allow for 'include' files (such as colorschemes,
etc.); Updated configure scripts to properly detect headers when
its run from libAfterBase; Updated version to beta2; Updated TEAM
file
2003-09-08 sasha
* Fixed Pager to properly account for label size while sizing
min-desktop windows
2003-09-03 sasha
* added new AfterStep log icon; fixed wharf config file
2003-09-02 sasha
* added new xml tag : to define symbolic color names
2003-08-30 sasha
* debugged workspace state handling code, and improved Wait loop
2003-08-28 sasha
* added caching of pixmaps for unfocused bas in window decorations
to speed up fast focus switching
* 64-bit fixes: properties and strlen warnings
2003-08-27 sasha
* fixed handling of non-default MyBackgrounds, and proper adding of
DeskConfigs while switching desks
* synching
2003-08-26 sasha
* added parameters to import funcions, to allow for sized
image/preview stuff; Removed compression buffer from ASImage
structure to save up some memory; Hopefully fixed hints handling
on 64 bit hw
2003-08-23 sasha
* added new 3 icons to complete the set of default icons: switched
AfterStep to use ~/.afterstep instead of ridiculous ~/GNUstel/L/A
stuff
2003-08-22 sasha
* fixed autodetection of zipped xpms and added 6 more icons to
default iconset
2003-08-21 sasha
* more improvements to asimbrowser
2003-08-20 sasha
* implemented html generator for icons list (asimbrowser); TODO:
replace all asimage_decode_line with Image Output thingy, or
implement support for back_color
2003-08-19 sasha
* implemented image list loading from dir listing
2003-08-18 sasha
* configure regenerated
* changes to configure to properly handle user set LDFLAGS
* configure regenerated
* changes to configure to properly handle user set LDFLAGS
* configure regenerated
* changes to configure to properly handle user set LDFLAGS
* configure regenerated
* changes to configure to properly handle user set LDFLAGS
2003-08-15 sasha
* applied 5 patches from Stasinos Konstantopoulos
* updated configure scripts to autoconf 2.57
* more messing aruound with system headers and compilation
* updated configure scripts
* more messing aruound with system headers and compilation
* updated configure scripts
* more messing aruound with system headers and compilation
* more work on compilation issues, notably fixed errors on old
debian 2.2
2003-08-14 sasha
* disabled gif/ungif by default
* disabled gif/ungif by default - needs to be reenabled manually
* compilation warnings fixed
* updated configure
* hopefully fixed all the strict aliasing breakage errors with
newer gcc
2003-08-13 sasha
* bugfixes in Pager and Wharf, and fixed handling of malloc.h
2003-08-12 sasha
* removed offending varargs include that was not needed anyways,
but was breaking compile with gcc 3.3.1
2003-08-11 allanon
* fail gracefully if merge is requested and no images can be loaded
2003-08-11 sasha
* cleanup in preparation to beta1 release
2003-08-09 sasha
* added cleanup code for shared memory
2003-08-08 sasha
* added safety check for shared memory utilization
2003-08-07 sasha
* fixed bug in ASImage to shape conversion causing disappearing
titlebars in glass look
2003-08-01 sasha
* rewrote shaped windows handling to use rectangles everywhere, and
intelligently merge them together, thus greately reducing memory
utilization and avoiding flickering and other nasty artifacts.
That's it, last commit before beta1 release :) - I'm off for
vactaion, coincedentally :)
2003-07-23 sasha
* added feature allowing for the menu minipixmaps to come from
files with specified extension, such as .mini
2003-07-22 sasha
* fixed error message while trying to load X11 font with part of
the name truncated as the result of size parsing
2003-07-18 sasha
* completed implementation and debugging of shared memory
extensions use in afterstep proper; Fixed compression of xml
images - save a bundle or root pixmaps
2003-07-17 sasha
* Fixed bug in asimage2ximage where asv->dpy was used instead of
asv; Fixed bug in Pager's handling of folders while checking
availability
* completed implementation of support for shared memory XImages
2003-07-16 sasha
* added look.Glass (look-alike of 23 Oz Glass E theme); Fixed
shaped windows bug in mystyle image rendering (alpha channel was
being lost); Added ability to adjust hsv of the color; fixed bug
in window decorations handling - background images
2003-07-15 sasha
* mostly completed wharf config
2003-07-14 sasha
* added icons for terms and added better availability check to
Wharf and AfterStep - Wharf now allows to choose from one of the
icons
2003-07-13 sasha
* fixed configure script to properly compile libAfterImage apps
2003-07-11 sasha
* Implemented 3 more functions: TakeScreenShot, TakeWindowShot and
TakeFrameShot, as the side effect of debugging root background
handling. Updated feel.DEFAULT to use those
* fixed bug in inheritance code where back_icon would get destroyed
even if it was inherited, thus causing weird things to happen
when same style is inherited twice; Added code to
mystyle_make_image to ensure that we always produce valid ASImage
2003-07-01 sasha
* fixed uninitialized ximage pointer usage in create_visual_ximage
* continued development of the xshmimages
2003-06-30 sasha
* fixed shmem autodetection
* added support X Shared Memory Image extensions ( mostly ) ;
2003-06-27 sasha
* Fixed handling of xv's crazy WM_HINTS changing and overal;l hints
changing; Fixed out of bounds memory access in make_file_name and
picture_ximage2asimage; completed support in configure for X
Shared Memory images
2003-06-26 sasha
* Fixed bug in libAfterImage causing garbadge in gradients 1 pixel
wide
2003-06-25 sasha
* Fixed transparent gradient drawing to do alphablending instead of
allanon; Fixed menu to not show underscores; Fixed menu look
update; Added feature to Wharf to verify that Exec command
commands are actually available in PATH; Fixed balloons drawing
to withdraw them as pointer leaves the window
2003-06-23 sasha
* made afterstep UTF-8 aware.
2003-06-21 sasha
* debugged UTF8 rendering with libAfterImage and Default.ttf font
2003-06-20 sasha
* fixed UTF8 char size calculation
* Fixed bug in unicode character drawing causing segfaults
2003-06-09 sasha
* Fixed compilation of libAfterImage without libAfterBase
2003-06-06 sasha
* Fixed gradient type handling; Fixed PinMenu in feel for button 5;
Added check for what side should be dragged when window is
resized without pressing on the frame
2003-06-05 sasha
* gradient rotation code implemented for vertical titlebars
* fixed manual placement so that window's corner is at the mouse
position
2003-06-04 sasha
* created pressed buttons for the default look; Fixed bug in
load_file where file would get opened twice
2003-06-03 sasha
* redesigning default titlebar buttons
* Implemented NoFocusOnMap database hint; Added opacity setting to
solid tag in xml:
2003-06-02 sasha
* minor fixes to xml parser
2003-05-30 sasha
* Added several new attributes to composite and text tags for: text
3d type, align, vailgn ( in asxml handler ); Fixed text
foreground image handling in asimagexml; Designed new default
background as composite of gradient and old texture with text on
top of it.
2003-05-28 sasha
* completed debugging colorscheme tools - need to check into way of
calculating saturation and value
2003-05-22 sasha
* Makefile fixes to make libAfterImage and libAfterBase packageable
for RedHat
2003-05-20 sasha
* Implemented colorscheme parsing/writing (mostly)
2003-05-19 sasha
* added handling of button pressing to ascolor; Fixed bug in man
page installation for libAfterImage reported by MG_Tak
2003-05-09 sasha
* Fixed image storing in xml scripts using id= attribute; Added
check for minimum text color brightness when whitening it; Added
more bars to ascolor.c; Fixed bug in Makefiles for shared
libraries;
* fixed compile bugs in parse.c and completed hsv/rgb custom color
parsing
2003-05-07 sasha
* prototyped FLTK based ascp; Made all the libraries C++ safe
2003-05-06 sasha
* added csome code to produce nice colorschemes automagically
2003-04-25 sasha
* fixed loading of images inside xml scripts to use same PixmapPath
as everything else
* added .xpm to filenames of old buttons
* Got rid of old MyFont cruft; Got rid of global GCs in MyStyles;
Fixed handling of FontPath and loading of TTF fonts
2003-04-22 sasha
* added bunch of xml icons for titlebar buttons; removed fprintf
from transform.c
2003-04-21 sasha
* generated bunch of dots icons from buttons
2003-04-18 sasha
* improvements and fixes to asimagexml adding new flags to bevel
tag and fixing handling of IMAGE_PATH env var
2003-04-16 sasha
* updated configure script
* Fixin Makefiles for new icons etc
2003-04-08 sasha
* missing braces in ico import code; Fixed large icons broken by
broken libAfterImage; Added Bookshelf and Package icons
* Fixed scaling Up algorithm to put correct last line ( it was
putting 4th line before last instead); Fixed MS Icon file format
reading to allow for arbitrary size of images ( it was affecting
AndMask not being read correctly;
2003-04-03 sasha
* added xpm2png conversion script
2003-03-28 sasha
* Fixed bug where while writing bitmap mask we would forget to
unset flag indicating that it is 8 bit mask
2003-03-26 sasha
* Fixed segfaulting with 64bit compile due to 32bit values used
instead of pointers in calls to get_hash_item
2003-03-25 sasha
* some changes to make code 64-bit safe
2003-03-21 sasha
* fixed nasty segfault in image tracing code; addede more
descriptions to NEW; continued work on saving desk/viewport:
2003-03-19 sasha
* Fixed text size miscalculation due to starting counting from
second character instead of first
* implemented gaussian blurr for selected channels in ascompose:)
WE can now easily convert icons into png
2003-03-10 sasha
* debugged root background handling so that aterms should not crash
now; Scaled/tiled/clipped backgrounds should reload now; There
will be no multiple copies of the image kept in AS memory
anymore;
2003-03-04 sasha
* upgraded version, rearranged and renamed libraries to match
as-devel; updated includes in libAfterConf and libAfterStep
2003-02-24 sasha
* Hopefully fixed gamma correction issue in PNG images
2003-01-07 sasha
* IMplemented shaped windows support in as-proper; Implemented
shaped Wharf; Debugged labels in Wharf; Fixed bug in image
flipping code where color could get lost when original uses
back_color;
2002-12-19 sasha
* cleaned up and debugged background image handling; fixed clients
stacking order in Pager; ICCCM ConfigureNotify on frame moves
reenabled; proper config broadcasting at the time of the actuall
ConfigureNotify; stacking order gets sent on WindowList request;
2002-12-05 sasha
* Fixed bug in image flipping where back_color would get lost;
Implemented menu style in database as Style ASMenu; began working
on Pager and WinList2 to get them to compile and run with new
as-proper
2002-12-04 sasha
* sugnificantly improved speed of menu rendering as well as
loading time;
mostly implemented Pinning of the menus - need to debug
redecoration of the frame window;
2002-12-02 sasha
* Fixed root pixmap grabbing using ParentRelative; Fixed label
layout moving label off alittle bit; Began implementing support
for DrawMenuBorders setting
2002-11-15 sasha
* Fixed memory leaks in asfont.c,list.c,decor.c and InitLook();
Implemented proper cleanup to produce clean memory leak output;
Implemented smooth shading animation in both directions
2002-11-14 sasha
* Fixed titlebar button contexts;Fixed decoration
focusing/unfocusing; fixed pressing/depressing; Fixed segfaults
in LookInit (pixmaps); Fixed numerous memory leaks in menu
parsing and in font loading;
2002-11-06 sasha
* Moved MyStyles to use Hash table, Fixed mystyle_property code to
use wmprops; updated libConfig to use asapp and fixed MyStyle
parsing; cleaned up bits and pieces and at long last got
AfterStep proper to compile cleanly cd as-stable! Now its time
for some debugging
2002-10-30 sasha
* making progress to get as to compile - link time errors now
2002-10-18 sasha
* started fixing functions.c; fixed bug in event.c reported by
tildouf
2002-07-24 sasha
* implemented shaped decoration drawing - see winlist2 with
BackPixmap set to 125 or 126 for any of the styles
2002-07-23 sasha
* Fixed afterstep proper to use same functions as mystyles for icon
loading( with shapes and alpha-channel) Fixed bugs in mystyle
text drawing; some ximage.c functions where bitmap parameter was
wrong; Changed titlebar buttoins to use MyIcon and MyButton;
Changed Frames to use MyIcon with shapes and everything; Fixed
menu to properly load and unload icons
2002-07-22 sasha
* completed implementation of 8-bit alpha channel pixmaps in
libAfterImage; added function to hopefully determine the most
efficient depth of alpha channel (8 or 1); added 8-bit alpha
support to icon_t and mystyles; fixed bugs in MyStyles cloning of
mask; added twm rubberband; fixed Audio (see AS ML)
2002-07-20 sasha
* added some functions for export of alpha channel into 8 bit
pixmap and back
2002-07-16 sasha
* Parameter check bugfix in marge_layers in libAfterImage; Rewrote
WinList layout, to do it two steps
2002-06-24 allanon
* o re-ordered a bit of code so that the width and height
attributes of
could use variables defined by children of the tag
2002-05-24 sasha
* compilation warning
2002-05-22 allanon
* o added support for multi-bit-depth displays like those found on
Solaris
boxes: 8bpp root window, with 24bpp possible to afterstep;
note that
asetroot still does not support this situation, so
transparency modes
do not work
o moved around audit.h includes to allow AS to be compiled with
--enable-audit again
2002-05-18 sasha
* added configure option to enable reusing loaded font by modules
(old way)
2002-04-25 sasha
* cleaned up headers and fixed Makefiles
2002-04-23 sasha
* Fixed Pager to use correct color parsing; Added ARGB2PIXEL
converters for pseudo-color modes; Removed GCs from Wharf
2002-04-21 sasha
* fixed Wharf to (hopefully) work with libAfterImage. Fixed several
minor bugs in libAfterImage
2002-04-19 sasha
* more wharf work. Added xpm_data2ASImage()
2002-04-17 sasha
* fixed bug in ASImage->XImage conversion where back_color was not
properly padding scanlines
2002-04-16 sasha
* slightly improved logic of gradient drawing to account for
completely messed up offsets
2002-04-15 sasha
* synced with as-devel/libAfterImage
2002-04-13 sasha
* Reimplemented MyStyles using libAfterImage - include ssome
changes to MyStyle data structure. Tinting now works both ways -
darkens and lightens. all 15 blending methods should work now.
half of the modules needs fixing to compile
2002-04-09 sasha
* Syncronized with devel tree - xml vars, stdout image export
2002-04-03 allanon
* Added variables to the XML image parsing.
2002-04-03 sasha
* Added self diag code. Fixed bug in libAfterImage where Mask was
incorrectly exported into ximage
2002-03-28 sasha
* fixed libAfterWidegt to get asclook to compile again
* Completed pixmap manipulation functions port from old
libafterimage
2002-03-27 sasha
* compile warnings
* Alpha portability fixes
* portability fixes
2002-03-26 sasha
* fixed lousy bug in tiling code where data was coming out
randomly
2002-03-23 sasha
* almost done with pixmap.c
2002-03-19 sasha
* implemented draw_unicode_text and draw_utf8_text and
get_text_size for those as well
* minor tweaks to asvector.c
2002-03-17 sasha
* Locale support for TTF fonts mostly completed - need to add
draw_text_unicode and draw_text_utf8
2002-03-15 sasha
* right smack in the middle of unicode debugging, loosing bloody
glyphs somewhere :(
2002-03-12 sasha
* hopefully completed locale string parsing
2002-03-11 sasha
* adding decoder for locale names
2002-03-10 sasha
* Implemented large portion of locale/unicode support in text
drawing
2002-03-09 sasha
* completed implementing char to unicode conversion
2002-03-08 sasha
* added test container for vector draving
2002-03-02 allanon
* o fixed segfault when no valid image is generated at all
o xml_print() now indents xml so it's more readable
2002-03-02 sasha
* fixed missing argument in query_screen_visual macro
2002-03-01 sasha
* implemented 8-bit mask output into XImage and reverse mask
decoding into alpha channel from attached mask XImage
2002-02-26 sasha
* done with ximage tiling code, now we can use XImages instead of
encoded ARGB data
2002-02-22 sasha
* made possible to use XImage data directly for other
transformations - need to complete scanline tiling code and add
trigger disabling DATA_UNUSABLE flag
2002-02-21 sasha
* started adding decoding capabilities for ASImages that only has
XImage/ARGB data
* added colormap parameter to create_asvisual_from_id, so that
custom created colormap could be passed for libAfterImage to use
from calling app.
2002-02-20 sasha
* minor portability fixes
2002-02-19 sasha
* Added xml2ASImage input filter. Changed gradient drawing code to
not assume ascending order of offsets.
2002-02-18 sasha
* converted ascompose to use xml code from asimagexml.c and did
some cursory debuggin
2002-02-16 sasha
* completed asimagexml - now to convert ascompose to use it and do
some funky debuggin for meory corruption/leaks and other features
:)
2002-02-12 sasha
* mostly done with asimagexml refactoring
2002-02-11 sasha
* added asimagexml - input filter that allows to perform complex
transformation on image transparently for the app and based on
supplied XML file.
2002-02-05 sasha
* fixed vector->RGB generation to treat vector data as if it was
from bottom to top, instead
2002-01-17 sasha
* Fixed bug in ascompose where command line argument could be
freed. Fixed bug where wrong destruction function has been used
in image hash in ascompose.
* Fixed segfault when opening XPMs with greater then 256 colors.
Hopefully satisfied stupid gcc 3.0.3 when it stumbles upon
printf() with ifdefs inside.
2002-01-15 sasha
* Updated ChangeLogs
* updated docs
* updated deps and configure scripts
* Upped version number for libAfterImage and libAfterBase
2002-01-14 sasha
* added missing AS_HASHABLE and show_progress
* added missing show_debug into afterbase.c/.h
* Completed portability fixing of the day
* Removed unneeded debug code
* Fixed embarrasing bug in MAX macro - it really worked the same as
MIN :) *GRRRRR*
* debugging on 64bit big emdian machine
* XParseGeometry requires unsigned int*
* Added mandatory libm , since we now need exp() from gaussian
blurr
* XParseGeometry expects pointers to unsigned int
* DOS format somehow creeped in :(
* datatype portability issues
* __FUNCTION__ macro portability issues
* Hopefully bomb-proof freetype detection
* prototyped ASCommManager - for the generic even/input loop
handling
2002-01-10 sasha
* Updated ChnageLogs for libAfterImage and libAfterBase
* Fixed bug in bevel drawing where right solid line would not be
drawn
* added XGCValues to xwrap code
* updated libs configure script with new version and correct
help/options
* Fixed makefile to install ascompose man page into correct
location, since it is an app it should go into man1
* updated man pages
2002-01-09 sasha
* Completed documenting libAfterImage's latest additions.
2002-01-08 sasha
* Completed documenting ascompose.c Regenerated .HTML docs
2002-01-07 sasha
* done with about 50% of ascompose documentation.
2001-12-31 sasha
* Fixed HSV and HLS colorspaces to correctly assign meaningfull HUE
values with straight mapping onto 360 degree colorcircle with red
being 0, green 120 and blue 240 degrees. Fixed
adjust_asimage_hsv to correctly translate degrees. debugged
tag in ascompose. Added ARGB32_RED16 macro and the likes.
* added HSV transformation
2001-12-28 sasha
* Fixed alpha handling in allanon and add methods of blender.c
Fixed minor bugs in ascompose related to clip_height handling in
composite tag.
2001-12-27 sasha
* greateluy improved ascompose fixed bug when colormap had 128
entries in gif transparency
2001-12-26 sasha
* Added compress, replace and delay attributes to save tag in
ascompose.
2001-12-25 sasha
* debugged GIF and XPM transparency
2001-12-24 sasha
* Fixed bug in PNG with alpha writing, where alpha channel could
get lost. Fixed bug in Gif reading where extensions where lost.
Updated ascompose to use show_progress/error instead of plain
printf fixed libAfterBase to compile
2001-12-14 sasha
* Lots of fixes for session handling, look/feel loading and
non-default-visual handling
* Fixed visual detection code to not create new Colormap when
Default Visual is in use.
* Fixed Visual Autodetection code to correctly create windows for
visuals other then default visual.
2001-12-12 sasha
* Added ability to specify preferred Visual ID via env. variable
AFTERIMAGE_VISUAL_ID
2001-12-07 sasha
* When scale_asimage is called with quality set to POOR it will not
interpolate pixels, but merely duplicate existing ones. When
scaling down is perfomed it will it will keep averaging pixels
values nevertheless. Added tiling_range to ASImageOutput to
allow filling of portion of the image with the same scanline.
Fixed bug in enlarging algorithm causing corruption of the image
near the right edge.
2001-12-06 sasha
* Fixed minor compilation problems reported by Reiner Rohlfs.
* added ARGB2pixel conversion for 16/15bpp; Fixed bug where root
position of window was not updated on move
2001-12-05 sasha
* Fixed bugs in merge_asimage and bevel drawing causing segfaults
and wrong images when negative destination is used.
* fixed bug in merge_aslayers that was not traversing layers list
correctly
2001-12-04 sasha
* continued debugging of image rendering with varying dest position
in layers
2001-12-03 sasha
* Removed unneeded ASVisual arg from clone_asimage.
* Completed rewriting bevel rendering. It should now correctly trim
bevel when requested to do so.
2001-11-30 sasha
* More rendering/look debugging. Fixed Titlebuttons handling.
Started rewriting bevel drawing to enable drawing of bevel on
clipped images when some parts of the bevel maybe outside of the
clip rectangle.
2001-11-29 sasha
* Extensive debugging of new rendering code.
2001-11-28 sasha
* Implemented actiuall dubblebuffered drawing. Fixed all the
compile time bug - need to get asclook to actually draw
something.
2001-11-25 sasha
* Added check for correct libPNG
2001-11-20 sasha
* Added desktop layout to ornaments - incomplete
* ByteOrder debugging - fixed misaligned green channel in ASImage->
XImage conversion in MSBFirst != BigEndian configuration
* ByteOrder debugging
* portability and compilation fixes
2001-11-15 sasha
* Debugged Vector data drawing code and added optimizations for
repetitive data.
2001-11-14 sasha
* Added new fixes from Fons Rademaker Implemented ASImage support
for data in vector of doubles with additional pallette to
translate into real ARGB.
* added automated check for MMX support to libAfterImage
2001-11-02 sasha
* Applied next batch of diffs from Fons Rademakers. Fixed several
cuel bugs in libAfterWidget, causing memory corruption. Changed
ASHashableValue to be simply unsigned long - for portability.
2001-10-26 sasha
* moved widget event handling into widgetevent.c/.h
* Added patches for compilation into C++ proggrams ( contributed by
Fons Rademakers) Implemented export filter into TIFF. Hopefully
fixed library order when compiling apps from libAfterImage
2001-10-22 sasha
* Added viewport changing functionality
2001-10-12 sasha
* Moved per-desktop look/feel management into session.c. Made
asclook compile and debugged libAfterImage's use of AS_ASSERT.
2001-10-10 sasha
* Added missing string_destroy into afterbase.c
* Added missing remove_hash_item into afterbase.c
* Fixed Makefile to work without libAfterBase
* Updated ChangeLogs
* completed update of the documentation for libAfterImage
* updated documentation and deps
* Fixed configure script to be able to compile libAfterImage and
libAfterBase at once
2001-10-09 sasha
* Updated most of the libAfterImage inline documentation. ascmap.h
is left to do.
2001-10-01 sasha
* completed updating libAfterImage to work with no X display;
cleaned up in preparation for release
2001-09-28 sasha
* Updated e-mail address
2001-09-26 sasha
* synchin
2001-09-14 sasha
* debugged ascp to the degree that all the panels are shown
correctly
2001-09-13 sasha
* Added visibility to newly created basic widgets. Upgraded to
typesafe MIN/MAX using prototype from the LInux kernel. Fixed
libAfterImage to do type-safe MIN/MAX.
2001-09-05 allanon
* o (ascompose) fixed segfault when free()'ing xml tree
2001-09-04 allanon
* o (libAfterImage) added blur_asimage_gauss() to do a gaussian
blur; this
function currently only supports horizontal blurs
o (ascompose) added as an undocumented feature, for
testing only
2001-09-01 sasha
* moved ascp into libAfterConf and begun work on getting it fixed
for recent changes to libAfterSTep/Image. Fixed main.c and lib.c
2001-08-30 sasha
* Fixed Transparency in asrender - several bugs in mytexture.c that
was. Added MyBackground and DeskBack to look configuration.
added release_asimage_by_name to asimage.c
* added cvsignore to libAfterImage/apps
* Implemented AS customized geometry parsing function; Added stub
for XParseGeometry; Fixe astile and asscale to compile without X
2001-08-29 sasha
* Rewrote window hierarchy handling in asrender, and started
implementing transparency handling
* further configure, Makefile and code cleanup to get it to compile
without X
2001-08-28 sasha
* Fixed numerous bugs in libAfterImage of various severity. Got
asclook to render default look correctly.
2001-08-28 allanon
* o (ascompose) finalized and documented inherited attributes of
:
crefid, x, y, and tint
o (ascompose) added support for compiling --without-x
o (ascompose) new command-line option --root-window; when given,
the
final result image of ascompose will be drawn to the root
window
instead of a new window
* o (ascompose) started adding support for --without-x
o (ascompose) changed the default text spacing to 3; this needs
to be
an option instead
2001-08-27 sasha
* fixed freetype detection
* freetype compilation fixes
* fixed magic number usage in ASImage
2001-08-26 sasha
* improved configure scripts for libAfterImage to automagically
mkae/install apps
2001-08-25 sasha
* fixed asrender and asclook to actually render default look
properly and not segfault in pad_asimage
* fixed ability to load several TRuyeType fonts with different
point size
* added vert and horizontal spacing for fonts; Added ability to
load several TRuyeType fonts with different point size
2001-08-25 allanon
* o (ascompose) fixed x,y handling for ; yes, i know i
still
haven't documented them - they're obviously not ready yet :)
2001-08-22 sasha
* completed library configure cleanup - adding aslook subdir
2001-08-20 sasha
* fixed nasty bug where if dst_x = 0 - and top image is smaller
then bottom one - merge_layer generates garbadge
2001-08-20 allanon
* o (ascompose) added documentation for to README
o (ascompose) added "srcx" and "srcy" to
2001-08-20 sasha
* Added image cloning/padding functionality to libAfterImage
2001-08-18 sasha
* Implemented layer allowing libAfterBase and libAfterImage to work
even without X
2001-08-17 sasha
* Added code for Buttons, Icons and empty items to asrennderer.
Fixed bugs in image referencing using ImageManager. Added
render_pad_align_image.
2001-08-16 sasha
* Fixed utterly ugly bug in image decompression code where first
position in channel data get corrupted with the data from
adjusten channels. Fixe mytexture tile generation to simply set
image's background to back_color. Added copy_asimage_channel
* Moved back_color into ASImage to maintain image consistency
between subsequent decodings and encodings. Changed back_color
to solid_color in ASImageLayer, to use it only when image is
NULL. Updated everything accordingly. Changed asimage2ximage to
restore missing scanlines based on image's back_color.
* updated ascompose to use init_image_layer for layer
initialization - it was missing back_color to be set to default.
Updated init_image_layer accordingly
2001-08-15 sasha
* [no log message]
2001-08-15 allanon
* o (ascompose) made attrib "op" optional
o (ascompose) added "merge" to
o (ascompose) added "keep-transparency" to
o (ascompose) added "refid" to all of the options that support
width
and height options
o (ascompose) made attrib "width" and "height" optional
o (ascompose) added new tag and documentation to README
o (ascompose) added new tag and documentation to README
o (ascompose) added new tag and documentation to README
o (ascompose) now uses refcounts to deallocate images when
possible
2001-08-14 sasha
* Fixed corners drawing while drawing the inline of the bevel.
Fixed ImageDecoder to allow for im meber to be NULL, but
back_color - not 0 Improved merge_layers to only merge portions
of scanlines that overlap - without padding top scanline. Updated
all blenders accordingly.
* added bevel with solid inlines; Fixed gradiented bevel drawing on
very large distances; updated deps
2001-08-13 sasha
* Implemented create/init_image_layers Implemented AddLabel in
asrenderer Fixed mystyle_draw_text
2001-08-10 sasha
* added sanity checks to bevel parameter. Need to fix bevel
increment calculations for inline.
2001-08-10 allanon
* o sync commit so sasha can see a problem with
2001-08-10 sasha
* Split asimage.c into 3 files - asimage.c, transform.c and
ximage.c, with asimage.h being split up accordingly. Fixed bug
in create_asimage code to check for validity of compression
parameter. Fixed introduced bug in merge_layers where we forgot
to skip first layer in the main loop.
2001-08-09 sasha
* Mostly implemented window background rendering and layers merging
in asrender code.
2001-08-08 sasha
* Changed license of libAfterBase and libAfterImage to LGPL
2001-08-08 allanon
* o (ascompose) reordered usage message to be alphabetical
o (ascompose) upped version to 1.2
o (ascompose) added automagical output format detection based on
extension
o (ascompose) added id parameters to all xml tags
o (ascompose) added and xml tags, and docs to
README
2001-08-07 sasha
* Updated ascompose with ability to save images into any supported
file format(kowalski) Also added ability to write out image
without displaying it first.
* Fixed bug found by k0walski where file export filters would
return False even if save was successful.
* Updated MyTexture, MyLook and MyStyle to use libAfterImage.
Rewrote session management a bit for saner look/feel management.
Added CursorManager code. Added asclook app to libAfterConf to
provide for preview of arbitrary looks. Fixed several bugs in
Image loading code.
2001-07-26 sasha
* Finally brought giflib to its knees by implementing lots of
cludges to work around its bugs. Thank god gif's colormap is
stored uncompressed! Now libAfterImage can both read and write
multiimage gif files. HipHip Hooray!
2001-07-25 sasha
* playing cat and mouse with giflib bugs - and there are plenty of
those. We'll need to move portions of it into libAfterImage to
ease the pain.
* Minor cleanup in gif writer
2001-07-24 sasha
* no message
* fixed several bugs in colormap generation, and implemented gif
output filter ( sort of )
2001-07-23 sasha
* completed colormapping code allowing for different degrees of
dithering
2001-07-22 sasha
* polished colormap calculation quite a bit and made it to allocate
just the right amount of colors by adding more passes
2001-07-20 sasha
* completed implementation of quantization and colormapping of
images. Debugged, but still can be optimized for speed.
2001-07-19 sasha
* Implemented some experimetal code to create colormapped images
and allow for dithering and optimum color selection.
2001-07-17 sasha
* Rewrote MyLook from config generation . Updated MyStyles to use
ASImages and ASFonts
2001-07-16 sasha
* Added image reference to libAfterImage Fixed font dereferencing (
see release_font() ). Started implementation of libAfterImage
interface in libAfterStep.
2001-07-13 sasha
* Added get_drawable_size to afterbase.c (damn allanon :) Added
define for mystrcmp Added check for libAfterBase presence before
setting output threshold in asmerge
* Fixed clobbered variable in export.c; Fixed missing
SHOW/START_TIME in afterbase.h.in Added MMX notice to README's.
* Updated docs to reflect recent API changes
* Upped library version to 0.81
* Fixed libAfterImage to compile nicely when libAfterBase is not
available
2001-07-13 allanon
* o added xml tag to ascompose, and documentation in
README
2001-07-13 sasha
* added mirroring capability to asflip
2001-07-12 sasha
* Implemented mirror_asimage() for image mirroring (as you could
have guessed :)
2001-07-12 allanon
* o added xml tag to ascompose, and documentation to
README
o added xml tag to ascompose, and documentation to
README
o added test.xml, which contains the xml used during testing
2001-07-12 sasha
* fixed compile bug in ASImage2gif
* Added templaites for image export filters. Implemented RGB and
greyscale JPEG image writing. Implemented RGB and greyscale PNG
image writing with or without alpha channel. Added usefull
SHOW_TIME and START_TIME macros to libAfterBase
2001-07-11 sasha
* disabled doc.html generation on make install - that was stupid to
try and do that.
* Added final astext tutorial comments. Reupdated documentation.
* final fix to installation and Makefiles
2001-07-11 allanon
* added ascompose, an XML-based image composition tool
2001-07-11 sasha
* added afterimag.h to incs
* fixed headers locating in /usr/local/include
* fixed installation of afterimage-libs script
* fixed standalon configure run
* fixed doc installation in Makefile
* updated Makefile to install include files as well
* fixed configure in libAfterImage to have separate enablers for
static and shared libs
2001-07-10 sasha
* Updated documentation abit to refelect recent code changes and
make it easier to link from main index page.
* fixed bug in xpm parser where spaces would get treated
incorrectlt in colormap; added READMEs;
2001-07-09 sasha
* Added functionality to move_asimage_channel to be able to move to
arbitrary channels from arbitrary channels. Added documenting
comments to astext.c and fixed text layout abit.
* Fixed parse_argb_color. Added options to astile and asflip for
easier operation. Fixed asgrad to treat gradient type well, if
gradient is not specified. Added few more points to asgrad
sample gradient to create better illusion of the rainbow.
* Added report of the scale factor to asscale
* Changed astile to tile to twice the size of the image
* Fixed bug in 3D text rendering causing us to skip scanline
inbetween lines of text. Added sample image rose512.jpg, and
TTF font: test.ttf. Added nice defaults to all the sample apps,
so that ppl can see libAfterImage in its full beauty.
* Adde Usage to all the examples. Fixed segfault in asscale. Added
error message on image file not found. Added texturized text
sample images.
2001-07-08 sasha
* fixed parse_argb_color to check for dpy not being NULL - to avoid
segfaults, babe
* added usage display to asflip and asgrad and fixed some other
places where parse_argb_color would be called prior to dpy
initialized
* added clocking to draw_text; added usage and more sophisticated
usage to astext
2001-07-07 sasha
* fixed 3D drawing and implemented all 6 modes
2001-07-06 sasha
* fixed glyph compression again; Started implementing 3D text.
* Fixed bug in asimage.c where fake_im was not initialized;
Corrected glyph compression code
* asfont fixin
* fixed layers merging to correctly draw the background layer when
image is missing; Fixed spacing calculations, while drawing text
2001-07-05 sasha
* Temporarily plugged bug in layer merging descovered by allanon,
when bottommost layer does not have any image in it.
* Reimplemented image output to allow for flexible support for many
image formats - right now it could be ASImage itself, XImage,
mask XImage and ARGB32. Surprisingly that simplified code quite
abit. Fixed ugly bug in create_asimage. Completed and debugged
astext tutorial.
* fixed text size calculations; fixed (almost) bevel drawing -
need to think about what to do with clip_width/height in Layer
specs
2001-07-04 sasha
* fixed lots of bugs in glyph compressing and rendering, still
something is wrong with size calculation func. Added
move_asimage_channel to swap channels on images
2001-07-03 sasha
* implemented astext properly
* implemented asgrad, asflip and astext. Althou astext still needs
some work.
* added prototypes for asflip, asgrad and astext
examples/tutorials/testapps to the libAfterIMage suit
2001-07-02 sasha
* Completed ASMerge implementation. Used it to debug all the
merging routines. Everything works perfect now. Added
doc/html/asmerge.html - another tutorial. Added
list_scanline_merging function to blender.c so that we can show
descriptions on different merging methods.
* Added ASMerge example, and added translator from function name to
function for scanline merging/blending.
2001-06-29 sasha
* Added ASScale and ASTile examples with documentation and stuff.
Fixed bug in asimage.c causing artifacts when image is tiled with
TOP quality. cleabed up cvsignore in include/
* fixed and simplified configure script for examples to
libAfterImage. Have a good day :)
2001-06-28 sasha
* Added documenting comments to asview.c so it generates nice
little Tutorial as the result. Added lots of X functions to xref
files, so now all the source code is very nicely crossreferenced.
Added references to asview to other headers etc.
2001-06-27 sasha
* Completed documenting asfont.h Added afterimage.h with library
overview got rid of old doc files added freetype and X11 xrefs so
that docs are nicely crosslinked with X docs
2001-06-26 sasha
* asfont.h documentation 50% done
* added Makefile targets fopr autogeneration of documentation in
man and HTML formats. Added installation procedure for those.
2001-06-25 sasha
* Documented blender.h and import.h - asfont.h to go. Also it
sound like a good idea to add afterimage.h with overview notes
about libAfterImage and references to components.
2001-06-24 sasha
* completed fixing libraries includes
* rewrote libraries includes generation; fixed freetype checking to
skip old garbadge left over in X11R6 dir
2001-06-22 sasha
* Completed documenting asimage.h and asvisual.h. asfont.h and
import.h to go
* fixed libAfterImage include to always use -I gcc flag
2001-06-21 sasha
* MOre documentation writing - ASImage.h is almost done.
2001-06-21 owsla
* added stop_image_output() to asimage2mask_ximage()
2001-06-21 sasha
* got asview to compile cleanly and find all the relevant
libraries - need to think about simplifying configure scripts and
headers there
2001-06-20 owsla
* plugged a mem leak, asimage2ximage() wasn't doing
stop_image_output() on it's ASImageOutput struct
2001-06-20 sasha
* asimage.html and asimage.man updates
* Implemented proper generation of mask XImage (1bpp)
2001-06-19 sasha
* more doc
* Implemented ARGB->pixel conversion for 32 and 24 bit True color
visual Fixed parse_argb_color to correctly treat 12 digit color
value as 48bit RGB. More libAfterImage documenting
* Fixed bug in find_file preventing it from finding files when not
NULL search path is specified. Fixed bug in asimage2pixmap
causing it to use wrong gc variable. Added more documentation to
asimage.h and respectively to asimage.html
2001-06-18 sasha
* Added lots of self documenting comments to
libAfterImage/asimage.h to allow for automagic documentation
generation using robodoc package. Seems to be the only package
that works decently.
2001-06-17 sasha
* started implementing sample repository of example libAfterImage
apps
2001-06-15 sasha
* Added prototypes of the man pages for libAfterImage
2001-06-14 sasha
* added MMX enabling switch to libAfterImage configure
* Completed Pseudo-color support with colormap allocation and
ximage handling. Added create_asimage and destroy_asimage for
convinience. Added missing stuff to libAfterImage/afterbase.h to
make it completely independent. libAfterImage thus should be
ready for release - only to write up some docs :)
2001-06-13 sasha
* completed flip-flopping code. Added show_debug to show_* series
in libAfterBase/output.c started working on collor allocation on
PseudoColor visuals
2001-06-12 sasha
* completed implementation of image alpha beveling. completed
implementation of image flipping - need some cleanup thou to
allow for tiling.
2001-06-11 sasha
* fixed configure to produce correct dependencies
* no message
* Hopefully fixed memory allocations audit on libAfterBase.
* Added ASImageBevel to allow for transparent bevelling of images
while merging layers. Hopefully fixed X libs in configure script
- need to rerun autoconf
* added configclean target to the top level makefile; fixed
libraries makefiles to correctly generate .depend files
* fixed configure scripts to not do extra checks when invoked from
one another
2001-06-10 owsla
* updated .cvsignore files
2001-06-10 sasha
* got rid of old image loading stuff. LoadImageWithMask moved into
resources.h and is now simple shortcut to libAfterImage loader
2001-06-09 sasha
* made test to compile; Fixed several bugs in libAfterImage;
optimized 2bpp handling in xpm code; builtin xpm handler is about
2 times as fast as libXpm on small images and 5 times on larger
ones
2001-06-08 sasha
* configure fixes
* updated configure scripts
* further progress - src/test compiles now, but need to redo
libAfterImage/configure
* fixed compilation bug in import.c
* rebuilt configure scripts
* updated configure scripts to reflect addition of the xpm parsing
code
* Completed custom xpm implementation. Needs to be debugged thou.
* hopefully fixed main configure script to gracefully handle
libraries configuration as well. MOved configure.h and some other
headers into include dir, so it could be used by modules
2001-06-07 sasha
* Fixed MyName requests in selfdiag.c; Added xpm.c to implement
custom xpm handling code - appears to be rather simple and
effective. Most of the things are implemented, except for top
level routine.
* cleaned configure script for libafterimage. added afterimage-libs
script to print list of LD_FLAGS for linking with libafterimage
2001-06-06 sasha
* fixed bug found by allanon when asimage2ximage would produce
black ximage due to unset flags in scanline
2001-06-04 owsla
* updated configure
* updated the .cvsignore files
2001-06-04 sasha
* fixed bug in configure --with-jpeg
* added missing .depend
* sorted out compilation problems, and test now builds with new
libAfterImage
2001-06-03 sasha
* got libAfterImage to compile
2001-06-02 sasha
* hopefully resolved libAfterImage dependancy on libAfterBase
2001-06-01 sasha
* separated libAfterImage files from the rest of the crowd
* started up libAfterImage
2001-05-30 sasha
* Prototyped ASRenderer interface
* completed fixing old lib files to compensate for file relocation.
There needs to be something done to Mkaefiles and configure to
correctly set up include paths and libraries.
2001-05-28 sasha
* Split ASVisual from ScreenInfo and rearranged ARGB32. Added
ASGradient to asimage.h and made gradient_t to be a synonym to
it. That should allow for better library independancy - visual
will go with libAfterImage while ScreenInfo will move into
libAfterStep , or, possibly will split up even more. Goal is to
make libAfterImage completely independent from everything else.
2001-05-23 allanon
* Updated FSF snail mail address.
2001-05-12 sasha
* added code to check for valid channels while flipping
2001-05-10 sasha
* Completed gradients drawing code. Started on flipping code.
Added direction reverse to output method.
2001-05-09 sasha
* Implemented vertical gradient drawing. sorted out relationship
between channel numbering and ARGB32 component order - its the
same now.
* fixed mono line encoding to add zero terminator at the end; fixed
scanline back_color initialization to have alpha at 0xFF; fixed
decoration layouting to not use stack memory in linked list;
fixed property event handler to initialize variable to NULL;
Afterstep now starts , althou does not do anything usefull
2001-05-08 sasha
* coded gradients drawing using ASImages with smoothing and
dithering - works very blasted fast. Fixed numerous include's
issues
2001-05-07 sasha
* fixed create_screen_window for InputOnly windows fixed bug in
screen initialization where Colormap ID would get lost fixed bug
in desktop creation code where desktop->scr would never get
initialized. Added show_progress function to work similarly to
show_warning/error Rearranged thresholds for output verbosity
Added stdargs.h to import.c - suggested by Sean Dague
2001-05-04 sasha
* completed ASFont implementation as needed at the moment - there
will need to be some work done in order to adapt it to locale
support.( as well as in several other places). changed glyph
compression algorithm once again to run length encode only 0s and
FFs, and store rest in raw format. That allows to cut down on
memory since we don't use 2 bytes anymore. 3 step antialiasing
works now. Off to image rotation and gradient drawing.
2001-05-03 sasha
* Improved glyph compression algorithm so now it actually reduces
size, even on ery small fonts. Tryed to implement additional
glyph smoothing, but something is wrong - disabled for now.
2001-05-02 sasha
* fixed font drawing to group glyphs as close together as possible
- make for much nicer effect.
* debugged X11 fonts loading and drawing. Still need to do
something about negative left bearings - ought to really offset a
pen to overlap charcters
2001-05-01 sasha
* Implemented antialiasing for native X fonts - still needs some
debuggin.
2001-04-30 sasha
* added RLE compression to the font glyph cache. added character
range specification for the font. added right-to-left writing
order on per font basis.
2001-04-27 sasha
* implemented text drawing using precached TTF fonts -- needs
addition of locale support in future. Fixed image merging to do
clipping correctly. Added image background color
* fixed freetype headers problems and a bug in font hashing
2001-04-26 sasha
* started implementing font manager and freetype support
2001-04-25 sasha
* moved scanline merging functions into separate file
* fixed most blending function so not to tresspass alpha channel
boundaries. Added tint_scanlines and implemented dissipation
* fixed bug in image loading where piexls would get shifted by one
to the right. added 14 image blending functions - almost
matching that of the GIMP's capabilities, except for multiply and
divide modes, which I don't see much sense in. Added
RGB->HSV->RGB and RGB->HLS->RGB conversion functions.
2001-04-24 sasha
* cleaned up output/encoding functionality. Added quality
parameters to dynamically adjust quality on per image basis.
Implemented alpha blending and generic layer merging framework.
2001-04-23 sasha
* debugged tiling functionality and optimized it so not to do
repeated compression on the same data. Added compression ratio
specification on per image basis. OPtimized buffer copy to use
32bit data transfer. Implemented tinting( as a part of tiling
process ).
* debugging tiler
2001-04-22 sasha
* added tile_image() - needs debugging
* ASImageDecoder
2001-04-20 sasha
* added TIFF import and implemented generic image loading function
with search capabilities and subimage loading. Fixed two more
bugs in image scaling.
* added GIF import filter; added configure code to detect gif and
tiff libraries
2001-04-19 sasha
* .CUR is the same as .ICO only type = 2
* Added support for .PNM, .PPM, .ICO, .BMP image file formats -
TIFF and GIF to go
2001-04-18 sasha
* xcf image loading now works, but only gets you first layer with
the same size as whole image. Need to implement layers merging
for ASImages to get complete support for GIMP's xcf files
* fixed bug in xcf channel loading - theer are no such thing as
channel type
2001-04-17 sasha
* most of the preparation work for xcf reading is done - now off to
actually create ASImage from it. added code to poupulate
ASScanline with 0's where data is not available;
2001-04-16 sasha
* minor quality tweaks in rations 1-2 scaling up. Started
implementing ASImageDecoder for automatic tinting/tiling
* IMplemented JPEG input filter for ASImage. Fixed long standing
bug in image scaling causing weirdness in scaling UP with small
ratios. Started implemntation of XCF file reader.
2001-04-15 sasha
* implemented png file reader and fixed blatant bug in scale image
up where first line got garbadge in it
2001-04-13 sasha
* compilation fixes
* Implemented xpm loading into asimage. Updated asimage to
correctly use ScreenInfo. implemented create_screen_pixmap and
create_screen_ximage
* fixed test abit to not spit lots of warnings
2001-04-08 sasha
* fixed bugs in scaling down code with ratio > 2; It appears that
you can create windows with different visual only if you create
new colormap and allocate border color from it as well. Fixed
screen.c accordingly. We keep black and white pixels and colormap
in ScreenInfo now - should use it instead of X macros
2001-04-06 sasha
* implemented workaround for some stupid X servers that denys you
your constitutional right to use whatever Visual you like.
* couple bugfixes for new visual handling code. moved
ximage->scanline->ximage code from asimage.c to screen.c still
need to implement PseudoClor handling
* hopefully fixed bug in 2x scaling up code
2001-04-05 sasha
* no message
* reworked ScreenInfo abit to include visual info. Added screen.c
to libafterstep to collect together all the Screen/display
related stuff - ConnectX, MyXErrorHandle, and several new things
: init_screen and destroy_screen. nolock_mods has been moved
outside of the ScreenInfo as it is per-display and not per-screen
stuff. all_screens global variable holds pointers to all
ScreenInfo structrures for available screens. Added
query_visual_info to try and obtain best possible visual for
AfterStep to use. Need to move ximage->as->ximage conversion
stuff into screen.c. ConnectX now takes only one parameter -
pointer to ScreenInfo is discontinued
* same old Ximage cleanup
2001-04-04 sasha
* asimage->ximage debugging again - this time about 50% performance
increase.
* more optimization to ximage output algorithm - that was the last
of it I'm sick and tired from this stuff
2001-04-03 sasha
* Some tweaks to XImage writing code to speed things up - we were
spending upto 30% of time writing XImages - unacceptable.
* fixed bug in line interpolation causing stripy artifacts in
scaling up
* mmx debugged
2001-04-02 sasha
* Added some MMX inline assembly to image scaling code to hopefully
make it faster - need to verify if that indeed is the case.
* aaa
2001-04-01 sasha
* scaling speed optimizations
2001-03-31 sasha
* debugged new scaling code - scale up is rather nice even with
huge ratio - check out src/test
2001-03-30 sasha
* Implemented complete scaling Up procedure for arbitrary ratio -
if it'll work then similar stuff will go for 1-2 and 2-3 ratios.
Added reshape_winlist to WinList to actually generate layout of
titlebars based on WinList data and store pointers to them in
appropriate place in WMDecor structures. It now needs to be
debugged as a prototype for other modules.
* debugged scaling down algorithm - it now works and scale things
down rather nicely. Thus we have a proof of concept and can
proceed on to scaling up - which is mopstly implemented already
2001-03-29 sasha
* completed implementation of scaling down of ASImages. Added
dithering capabilities to ASImage->XImage conversion to hopefully
produce better results on 16bpp and 15bpp Fixed bug in ASWinLIst
message processing to create WinList if it did not exist. Fixed
Bug in afterstep to initialize handlers in main window list to
correct functions.
* defined structure of high level scaling API
2001-03-28 sasha
* Added AS message reading/partiall handling to new WinList. Moved
get_window_* functions into aswinlist.c Changed the way
process_message is called - it now takes ASMessage * as a param.
Made everything compiling.
* some theory investigation into up scaling algorithms with
smoothing
2001-03-27 sasha
* the best variant of compression algorithm - average compression
ratio is about 75for highly random images(nature) and 30for
regular images (naked body, etc.); no off to more exciting things
2001-03-26 sasha
* no message
* fixed compression code
2001-03-24 owsla
* removed static keyword from libasimage_decode_line, this was
preventing it from being exported in the lib, which made the test
program fail
2001-03-23 sasha
* optimized asimage decompression algorithm scaling down algorithm
implemented/.
* extensive asimage debugging - compression now seems to work fine
2001-03-22 sasha
* Completed implementation of Pixmap->ASImage->Pixmap cycle Now off
to debugging and implementing of scaling/alpha-blending/etc.
2000-12-12 sasha
* libasimage has been renamed to libasGUI
2000-09-17 sasha
* make_indent
2000-05-15 sasha
* asImageFromXImageTest