1 | /* $Id: NEWS 823 2006-04-21 16:27:43Z sam $ */ /** \page news News |
---|
2 | |
---|
3 | \section news0_9 Changes between 0.8 and 0.9 |
---|
4 | |
---|
5 | - fix for a buffer overflow in the line rendering |
---|
6 | - fixed resizing in the ncurses and slang drivers |
---|
7 | - aspect ratio and finer zoom support in cacaview |
---|
8 | - minor compilation fixes |
---|
9 | |
---|
10 | \section news0_8 Changes between 0.7 and 0.8 |
---|
11 | |
---|
12 | - window resizing support |
---|
13 | - native Win32 port |
---|
14 | - autorepeat emulation in the ncurses and slang drivers |
---|
15 | - support for more keycodes in the ncurses and slang drivers |
---|
16 | - cacaplas, a plasma animation example |
---|
17 | - cacamoir, a moiré circles animation example |
---|
18 | - MSVC project file |
---|
19 | |
---|
20 | \section news0_7 Changes between 0.6 and 0.7 |
---|
21 | |
---|
22 | - many bugfixes in the event handling |
---|
23 | - cacaball, a metaball animation example |
---|
24 | |
---|
25 | \section news0_6 Changes between 0.5 and 0.6 |
---|
26 | |
---|
27 | - 30% speed increase in the bitmap rendering routine |
---|
28 | - mouse support and various speed optimisations in the X11 driver |
---|
29 | - X11 is now the preferred driver |
---|
30 | - improved documentation |
---|
31 | - minor bugfixes |
---|
32 | |
---|
33 | \section news0_5 Changes between 0.4 and 0.5 |
---|
34 | |
---|
35 | - palette optimisation for the S-Lang driver to work around the colour pair |
---|
36 | shortage bug |
---|
37 | - minor compilation fix |
---|
38 | |
---|
39 | \section news0_4 Changes between 0.3 and 0.4 |
---|
40 | |
---|
41 | - preliminary X11 graphics driver |
---|
42 | - support for simultaneously compiled-in drivers |
---|
43 | - honour the CACA_DRIVER, CACA_GEOMETRY and CACA_FONT environment variables |
---|
44 | - more documentation |
---|
45 | |
---|
46 | \section news0_3 Changes between 0.2 and 0.3 |
---|
47 | |
---|
48 | - antialiasing support |
---|
49 | - dithering, antialiasing and background mode can now be selected at |
---|
50 | runtime or in the environment using the CACA_BACKGROUND, CACA_DITHERING |
---|
51 | and CACA_ANTIALIASING variables |
---|
52 | - alpha channel support in cacaview |
---|
53 | - BMP loading support in cacaview even if Imlib2 is not present |
---|
54 | - cacafire, a libcaca port of aafire |
---|
55 | |
---|
56 | \section news0_2 Changes between 0.1 and 0.2 |
---|
57 | |
---|
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 | \section news_0_1 New in 0.1 |
---|
65 | |
---|
66 | - initial release |
---|
67 | - slang, ncurses and conio drivers |
---|
68 | - basic line, box, ellipse and triangle primitives |
---|
69 | - colour bitmap blitting |
---|
70 | |
---|
71 | */ |
---|