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