1 | /* $Id: NEWS 1225 2006-10-22 21:24:15Z sam $ */ /** \page news News |
---|
2 | |
---|
3 | \section news0_99_beta8 Changes between 0.9.beta8 and 0.99.beta7 |
---|
4 | |
---|
5 | - allow to build the X11 and GL drivers as separate plugins |
---|
6 | - support for fullwidth Unicode characters |
---|
7 | - improved cucul_flip() and cucul_rotate() |
---|
8 | - minor bugfixes and documentation updates |
---|
9 | |
---|
10 | \section news0_99_beta7 Changes between 0.9.beta7 and 0.99.beta6 |
---|
11 | |
---|
12 | - transparency support in the UTF-8 importer and exporter |
---|
13 | - optimised triangle fill routine |
---|
14 | - updated C++ bindings |
---|
15 | |
---|
16 | \section news0_99_beta6 Changes between 0.9.beta6 and 0.99.beta5 |
---|
17 | |
---|
18 | - ANSI importer now handles transparency and UTF-8 |
---|
19 | - Unicode support was broken for about 10% of the set |
---|
20 | - various memory leaks were fixed |
---|
21 | |
---|
22 | \section news0_99_beta5 Changes between 0.9.beta5 and 0.99.beta4 |
---|
23 | |
---|
24 | - implemented cucul_getchar() and cucul_get_color() |
---|
25 | - handle transparency in the IRC export |
---|
26 | - new cropping and expanding filters |
---|
27 | - full Unicode support in the OpenGL driver |
---|
28 | - portability fixes for 64-bit architectures, Win32 and MS-DOS |
---|
29 | - all demos except cacafire were merged into cacademo |
---|
30 | |
---|
31 | \section news0_99_beta4 Changes between 0.9.beta4 and 0.99.beta3 |
---|
32 | |
---|
33 | - added a compatibility layer for pre-1.x libcaca applications |
---|
34 | - fixed manpage generation |
---|
35 | - minor bugfixes and documentation updates |
---|
36 | |
---|
37 | \section news0_99_beta3 Changes between 0.9.beta3 and 0.99.beta2 |
---|
38 | |
---|
39 | - libcaca functions use errno for error reporting |
---|
40 | - updated C++ bindings |
---|
41 | - minor improvements, bugfixes and documentation updates |
---|
42 | |
---|
43 | \section news0_99_beta2 Changes between 0.9.beta2 and 0.99.beta1 |
---|
44 | |
---|
45 | - ANSI importer |
---|
46 | - functions use errno for error reporting |
---|
47 | - updated C++ bindings |
---|
48 | - .NET bindings |
---|
49 | - cacadraw, an ANSI viewer that will evolve into an editor |
---|
50 | - Unicode input and output support for SLang and ncurses |
---|
51 | - built-in fonts work on Win32 |
---|
52 | |
---|
53 | \section news0_99_beta1 Changes between 0.9 and 0.99.beta1 |
---|
54 | |
---|
55 | - license switched to WTFPL |
---|
56 | - libcaca was split into libcucul, a standalone text manipulation backend, |
---|
57 | and libcaca, the display and user input frontend |
---|
58 | - Unicode support |
---|
59 | - TrueColor (more than 16 colours) support |
---|
60 | - Floyd-Steinberg dithering |
---|
61 | - gamma correction |
---|
62 | - export functions for HTML, IRC, ANSI, SVG, PostScript, TGA... |
---|
63 | - builtin fonts for device-independent bitmap output |
---|
64 | - various text transformation routines (rotation, horizontal flip...) |
---|
65 | - OpenGL renderer |
---|
66 | - kernel mode to build libcaca programs into a bootable x86 kernel |
---|
67 | - cacaserver, a telnet server that can be hooked to libcaca applications |
---|
68 | - img2irc, an image to IRC conversion utility |
---|
69 | |
---|
70 | \section news0_9 Changes between 0.8 and 0.9 |
---|
71 | |
---|
72 | - fix for a buffer overflow in the line rendering |
---|
73 | - fixed resizing in the ncurses and slang drivers |
---|
74 | - aspect ratio and finer zoom support in cacaview |
---|
75 | - minor compilation fixes |
---|
76 | |
---|
77 | \section news0_8 Changes between 0.7 and 0.8 |
---|
78 | |
---|
79 | - window resizing support |
---|
80 | - native Win32 port |
---|
81 | - autorepeat emulation in the ncurses and slang drivers |
---|
82 | - support for more keycodes in the ncurses and slang drivers |
---|
83 | - cacaplas, a plasma animation example |
---|
84 | - cacamoir, a moire circles animation example |
---|
85 | - MSVC project file |
---|
86 | |
---|
87 | \section news0_7 Changes between 0.6 and 0.7 |
---|
88 | |
---|
89 | - many bugfixes in the event handling |
---|
90 | - cacaball, a metaball animation example |
---|
91 | |
---|
92 | \section news0_6 Changes between 0.5 and 0.6 |
---|
93 | |
---|
94 | - 30% speed increase in the bitmap rendering routine |
---|
95 | - mouse support and various speed optimisations in the X11 driver |
---|
96 | - X11 is now the preferred driver |
---|
97 | - improved documentation |
---|
98 | - minor bugfixes |
---|
99 | |
---|
100 | \section news0_5 Changes between 0.4 and 0.5 |
---|
101 | |
---|
102 | - palette optimisation for the S-Lang driver to work around the colour pair |
---|
103 | shortage bug |
---|
104 | - minor compilation fix |
---|
105 | |
---|
106 | \section news0_4 Changes between 0.3 and 0.4 |
---|
107 | |
---|
108 | - preliminary X11 graphics driver |
---|
109 | - support for simultaneously compiled-in drivers |
---|
110 | - honour the CACA_DRIVER, CACA_GEOMETRY and CACA_FONT environment variables |
---|
111 | - more documentation |
---|
112 | |
---|
113 | \section news0_3 Changes between 0.2 and 0.3 |
---|
114 | |
---|
115 | - antialiasing support |
---|
116 | - dithering, antialiasing and background mode can now be selected at |
---|
117 | runtime or in the environment using the CACA_BACKGROUND, CACA_DITHERING |
---|
118 | and CACA_ANTIALIASING variables |
---|
119 | - alpha channel support in cacaview |
---|
120 | - BMP loading support in cacaview even if Imlib2 is not present |
---|
121 | - cacafire, a libcaca port of aafire |
---|
122 | |
---|
123 | \section news0_2 Changes between 0.1 and 0.2 |
---|
124 | |
---|
125 | - rendering now uses 256 colour pairs instead of 16 |
---|
126 | - mouse support for ncurses |
---|
127 | - ncurses is now the preferred backend |
---|
128 | - arbitrary color depth and bitmasks in the bitmap renderer |
---|
129 | - cacaview, an image viewer based on libcaca |
---|
130 | |
---|
131 | \section news_0_1 New in 0.1 |
---|
132 | |
---|
133 | - initial release |
---|
134 | - slang, ncurses and conio drivers |
---|
135 | - basic line, box, ellipse and triangle primitives |
---|
136 | - colour bitmap blitting |
---|
137 | |
---|
138 | */ |
---|