1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
$Id: NEWS 259 2004-02-02 02:54:43Z sam $
Changes between 0.8 and 0.9:
----------------------------
* fix for a buffer overflow in the line rendering
* fixed resizing in the ncurses and slang drivers
* aspect ratio and finer zoom support in cacaview
* minor compilation fixes
Changes between 0.7 and 0.8:
----------------------------
* window resizing support
* native Win32 port
* autorepeat emulation in the ncurses and slang drivers
* support for more keycodes in the ncurses and slang drivers
* cacaplas, a plasma animation example
* cacamoir, a moir circles animation example
* MSVC project file
Changes between 0.6 and 0.7:
----------------------------
* many bugfixes in the event handling
* cacaball, a metaball animation example
Changes between 0.5 and 0.6:
----------------------------
* 30% speed increase in the bitmap rendering routine
* mouse support and various speed optimisations in the X11 driver
* X11 is now the preferred driver
* improved documentation
* minor bugfixes
Changes between 0.4 and 0.5:
----------------------------
* palette optimisation for the S-Lang driver to work around the colour pair
shortage bug
* minor compilation fix
Changes between 0.3 and 0.4:
----------------------------
* preliminary X11 graphics driver
* support for simultaneously compiled-in drivers
* honour the CACA_DRIVER, CACA_GEOMETRY and CACA_FONT environment variables
* more documentation
Changes between 0.2 and 0.3:
----------------------------
* antialiasing support
* dithering, antialiasing and background mode can now be selected at
runtime or in the environment using the CACA_BACKGROUND, CACA_DITHERING
and CACA_ANTIALIASING variables
* alpha channel support in cacaview
* BMP loading support in cacaview even if Imlib2 is not present
* cacafire, a libcaca port of aafire
Changes between 0.1 and 0.2:
----------------------------
* rendering now uses 256 colour pairs instead of 16
* mouse support for ncurses
* ncurses is now the preferred backend
* arbitrary color depth and bitmasks in the bitmap renderer
* cacaview, an image viewer based on libcaca
New in 0.1
----------
* initial release
* slang, ncurses and conio drivers
* basic line, box, ellipse and triangle primitives
* colour bitmap blitting
|