source: libcaca/branches/0.7/NEWS @ 3200

Last change on this file since 3200 was 325, checked in by Sam Hocevar, 19 years ago
  • src/io.c: + Do not report mouse motions if the coordinates did not change.
  • src/bitmap.c: + More documentation.
  • Property svn:keywords set to Id
File size: 1.7 KB
Line 
1$Id: NEWS 325 2004-01-07 18:15:10Z sam $
2
3Changes between 0.6 and 0.7:
4----------------------------
5
6  * many bugfixes in the event handling
7  * cacaball, a metaball animation example
8
9Changes between 0.5 and 0.6:
10----------------------------
11
12  * 30% speed increase in the bitmap rendering routine
13  * mouse support and various speed optimisations in the X11 driver
14  * X11 is now the preferred driver
15  * improved documentation
16  * minor bugfixes
17
18Changes between 0.4 and 0.5:
19----------------------------
20
21  * palette optimisation for the S-Lang driver to work around the colour pair
22    shortage bug
23  * minor compilation fix
24
25Changes between 0.3 and 0.4:
26----------------------------
27
28  * preliminary X11 graphics driver
29  * support for simultaneously compiled-in drivers
30  * honour the CACA_DRIVER, CACA_GEOMETRY and CACA_FONT environment variables
31  * more documentation
32
33Changes between 0.2 and 0.3:
34----------------------------
35
36  * antialiasing support
37  * dithering, antialiasing and background mode can now be selected at
38    runtime or in the environment using the CACA_BACKGROUND, CACA_DITHERING
39    and CACA_ANTIALIASING variables
40  * alpha channel support in cacaview
41  * BMP loading support in cacaview even if Imlib2 is not present
42  * cacafire, a libcaca port of aafire
43
44Changes between 0.1 and 0.2:
45----------------------------
46
47  * rendering now uses 256 colour pairs instead of 16
48  * mouse support for ncurses
49  * ncurses is now the preferred backend
50  * arbitrary color depth and bitmasks in the bitmap renderer
51  * cacaview, an image viewer based on libcaca
52
53New in 0.1
54----------
55
56  * initial release
57  * slang, ncurses and conio drivers
58  * basic line, box, ellipse and triangle primitives
59  * colour bitmap blitting
60
Note: See TracBrowser for help on using the repository browser.