[1879] | 1 | /* $Id: NEWS 1879 2007-11-04 11:59:54Z sam $ */ /** \page libcaca-news Libcaca news |
---|
[207] | 2 | |
---|
[1824] | 3 | \section news0_99_beta12 Changes between 0.9.beta12 and 0.99.beta11 |
---|
| 4 | |
---|
| 5 | - support for 90-degree canvas rotation |
---|
| 6 | - better behaviour when trying to output Unicode on an ASCII terminal |
---|
| 7 | - the built-in font now supports the Geometric Shapes, Halfwidth and Fullwidth |
---|
| 8 | Forms and Miscellaneous Symbols Unicode blocks |
---|
| 9 | - new rotozoom effect in cacademo |
---|
| 10 | - Cocoa output driver for Mac OS X |
---|
| 11 | - preliminary .NET bindings |
---|
| 12 | - many bugfixes and documentation changes |
---|
| 13 | |
---|
[1419] | 14 | \section news0_99_beta11 Changes between 0.9.beta11 and 0.99.beta10 |
---|
| 15 | |
---|
| 16 | - fixed compilation of the C++ bindings |
---|
| 17 | - fixed bugs in cucul_import_memory(), cucul_set_canvas_size() |
---|
| 18 | - implemented caca_set_display_title() for ncurses and S-Lang |
---|
| 19 | - minor bugfixes |
---|
| 20 | |
---|
[1370] | 21 | \section news0_99_beta10 Changes between 0.9.beta10 and 0.99.beta9 |
---|
| 22 | |
---|
| 23 | - new debug mode |
---|
| 24 | - blitting canvases now makes use of the canvas' handle coordinates |
---|
| 25 | - import functions can read streamed data |
---|
[1377] | 26 | - attribute to colorspace transformations |
---|
[1370] | 27 | - added katakana and hiragana glyphs to the built-in font |
---|
| 28 | - many bugfixes and documentation changes |
---|
| 29 | |
---|
[1285] | 30 | \section news0_99_beta9 Changes between 0.9.beta9 and 0.99.beta8 |
---|
| 31 | |
---|
| 32 | - support for blink, bold, italics and underline attributes |
---|
| 33 | - allow to import and export zero-sized canvases |
---|
| 34 | - fixed Imlib2 support in cacaview |
---|
| 35 | - fixed buffer overlows in the file importer |
---|
| 36 | - big documentation updates |
---|
| 37 | |
---|
[1225] | 38 | \section news0_99_beta8 Changes between 0.9.beta8 and 0.99.beta7 |
---|
| 39 | |
---|
| 40 | - allow to build the X11 and GL drivers as separate plugins |
---|
| 41 | - support for fullwidth Unicode characters |
---|
| 42 | - improved cucul_flip() and cucul_rotate() |
---|
| 43 | - minor bugfixes and documentation updates |
---|
| 44 | |
---|
[1186] | 45 | \section news0_99_beta7 Changes between 0.9.beta7 and 0.99.beta6 |
---|
| 46 | |
---|
| 47 | - transparency support in the UTF-8 importer and exporter |
---|
| 48 | - optimised triangle fill routine |
---|
| 49 | - updated C++ bindings |
---|
| 50 | |
---|
[1155] | 51 | \section news0_99_beta6 Changes between 0.9.beta6 and 0.99.beta5 |
---|
| 52 | |
---|
| 53 | - ANSI importer now handles transparency and UTF-8 |
---|
| 54 | - Unicode support was broken for about 10% of the set |
---|
| 55 | - various memory leaks were fixed |
---|
| 56 | |
---|
[1094] | 57 | \section news0_99_beta5 Changes between 0.9.beta5 and 0.99.beta4 |
---|
| 58 | |
---|
| 59 | - implemented cucul_getchar() and cucul_get_color() |
---|
| 60 | - handle transparency in the IRC export |
---|
| 61 | - new cropping and expanding filters |
---|
| 62 | - full Unicode support in the OpenGL driver |
---|
| 63 | - portability fixes for 64-bit architectures, Win32 and MS-DOS |
---|
| 64 | - all demos except cacafire were merged into cacademo |
---|
| 65 | |
---|
[1021] | 66 | \section news0_99_beta4 Changes between 0.9.beta4 and 0.99.beta3 |
---|
| 67 | |
---|
| 68 | - added a compatibility layer for pre-1.x libcaca applications |
---|
| 69 | - fixed manpage generation |
---|
| 70 | - minor bugfixes and documentation updates |
---|
| 71 | |
---|
[1010] | 72 | \section news0_99_beta3 Changes between 0.9.beta3 and 0.99.beta2 |
---|
| 73 | |
---|
| 74 | - libcaca functions use errno for error reporting |
---|
| 75 | - updated C++ bindings |
---|
| 76 | - minor improvements, bugfixes and documentation updates |
---|
| 77 | |
---|
[992] | 78 | \section news0_99_beta2 Changes between 0.9.beta2 and 0.99.beta1 |
---|
[846] | 79 | |
---|
[992] | 80 | - ANSI importer |
---|
| 81 | - functions use errno for error reporting |
---|
| 82 | - updated C++ bindings |
---|
| 83 | - .NET bindings |
---|
| 84 | - cacadraw, an ANSI viewer that will evolve into an editor |
---|
| 85 | - Unicode input and output support for SLang and ncurses |
---|
| 86 | - built-in fonts work on Win32 |
---|
| 87 | |
---|
| 88 | \section news0_99_beta1 Changes between 0.9 and 0.99.beta1 |
---|
| 89 | |
---|
[852] | 90 | - license switched to WTFPL |
---|
[846] | 91 | - libcaca was split into libcucul, a standalone text manipulation backend, |
---|
| 92 | and libcaca, the display and user input frontend |
---|
| 93 | - Unicode support |
---|
[852] | 94 | - TrueColor (more than 16 colours) support |
---|
[846] | 95 | - Floyd-Steinberg dithering |
---|
| 96 | - gamma correction |
---|
[852] | 97 | - export functions for HTML, IRC, ANSI, SVG, PostScript, TGA... |
---|
[846] | 98 | - builtin fonts for device-independent bitmap output |
---|
| 99 | - various text transformation routines (rotation, horizontal flip...) |
---|
| 100 | - OpenGL renderer |
---|
[852] | 101 | - kernel mode to build libcaca programs into a bootable x86 kernel |
---|
[846] | 102 | - cacaserver, a telnet server that can be hooked to libcaca applications |
---|
| 103 | - img2irc, an image to IRC conversion utility |
---|
| 104 | |
---|
[823] | 105 | \section news0_9 Changes between 0.8 and 0.9 |
---|
[362] | 106 | |
---|
[823] | 107 | - fix for a buffer overflow in the line rendering |
---|
| 108 | - fixed resizing in the ncurses and slang drivers |
---|
| 109 | - aspect ratio and finer zoom support in cacaview |
---|
| 110 | - minor compilation fixes |
---|
[362] | 111 | |
---|
[823] | 112 | \section news0_8 Changes between 0.7 and 0.8 |
---|
[334] | 113 | |
---|
[823] | 114 | - window resizing support |
---|
| 115 | - native Win32 port |
---|
| 116 | - autorepeat emulation in the ncurses and slang drivers |
---|
| 117 | - support for more keycodes in the ncurses and slang drivers |
---|
| 118 | - cacaplas, a plasma animation example |
---|
[1105] | 119 | - cacamoir, a moire circles animation example |
---|
[823] | 120 | - MSVC project file |
---|
[334] | 121 | |
---|
[823] | 122 | \section news0_7 Changes between 0.6 and 0.7 |
---|
[322] | 123 | |
---|
[823] | 124 | - many bugfixes in the event handling |
---|
| 125 | - cacaball, a metaball animation example |
---|
[322] | 126 | |
---|
[823] | 127 | \section news0_6 Changes between 0.5 and 0.6 |
---|
[310] | 128 | |
---|
[823] | 129 | - 30% speed increase in the bitmap rendering routine |
---|
| 130 | - mouse support and various speed optimisations in the X11 driver |
---|
| 131 | - X11 is now the preferred driver |
---|
| 132 | - improved documentation |
---|
| 133 | - minor bugfixes |
---|
[310] | 134 | |
---|
[823] | 135 | \section news0_5 Changes between 0.4 and 0.5 |
---|
[282] | 136 | |
---|
[823] | 137 | - palette optimisation for the S-Lang driver to work around the colour pair |
---|
[282] | 138 | shortage bug |
---|
[823] | 139 | - minor compilation fix |
---|
[282] | 140 | |
---|
[823] | 141 | \section news0_4 Changes between 0.3 and 0.4 |
---|
[270] | 142 | |
---|
[823] | 143 | - preliminary X11 graphics driver |
---|
| 144 | - support for simultaneously compiled-in drivers |
---|
| 145 | - honour the CACA_DRIVER, CACA_GEOMETRY and CACA_FONT environment variables |
---|
| 146 | - more documentation |
---|
[270] | 147 | |
---|
[823] | 148 | \section news0_3 Changes between 0.2 and 0.3 |
---|
[258] | 149 | |
---|
[823] | 150 | - antialiasing support |
---|
| 151 | - dithering, antialiasing and background mode can now be selected at |
---|
[258] | 152 | runtime or in the environment using the CACA_BACKGROUND, CACA_DITHERING |
---|
| 153 | and CACA_ANTIALIASING variables |
---|
[823] | 154 | - alpha channel support in cacaview |
---|
| 155 | - BMP loading support in cacaview even if Imlib2 is not present |
---|
| 156 | - cacafire, a libcaca port of aafire |
---|
[258] | 157 | |
---|
[823] | 158 | \section news0_2 Changes between 0.1 and 0.2 |
---|
[207] | 159 | |
---|
[823] | 160 | - rendering now uses 256 colour pairs instead of 16 |
---|
| 161 | - mouse support for ncurses |
---|
| 162 | - ncurses is now the preferred backend |
---|
| 163 | - arbitrary color depth and bitmasks in the bitmap renderer |
---|
| 164 | - cacaview, an image viewer based on libcaca |
---|
[242] | 165 | |
---|
[823] | 166 | \section news_0_1 New in 0.1 |
---|
[242] | 167 | |
---|
[823] | 168 | - initial release |
---|
| 169 | - slang, ncurses and conio drivers |
---|
| 170 | - basic line, box, ellipse and triangle primitives |
---|
| 171 | - colour bitmap blitting |
---|
[207] | 172 | |
---|
[823] | 173 | */ |
---|