Changeset 852 for libcaca/trunk
- Timestamp:
- Apr 22, 2006, 11:51:50 PM (15 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/ChangeLog
r846 r852 1 ------------------------------------------------------------------------ 2 r640 | sam | 2006-04-22 23:36:11 +0200 (Sat, 22 Apr 2006) | 2 lines 3 Changed paths: 4 M /trunk/configure.ac 5 M /trunk/cucul/Makefile.am 6 M /trunk/test/Makefile.am 7 8 * Got rid of CUCUL_LIBS. It's unused. 9 10 ------------------------------------------------------------------------ 11 r639 | sam | 2006-04-22 23:31:42 +0200 (Sat, 22 Apr 2006) | 2 lines 12 Changed paths: 13 M /trunk/Makefile.am 14 M /trunk/debian 15 M /trunk/debian/Makefile.am 16 A /trunk/debian/caca-utils.install 17 M /trunk/debian/changelog 18 M /trunk/debian/control 19 A /trunk/debian/libcaca-dev.install 20 A /trunk/debian/libcaca0.install 21 A /trunk/debian/libcucul-dev.install 22 A /trunk/debian/libcucul0.install 23 M /trunk/debian/rules 24 M /trunk/doc/Makefile.am 25 26 * Updated Debian build rules. 27 28 ------------------------------------------------------------------------ 29 r638 | sam | 2006-04-22 21:46:43 +0200 (Sat, 22 Apr 2006) | 2 lines 30 Changed paths: 31 M /trunk/caca/event.c 32 M /trunk/doc/migrating.dox 33 M /trunk/test/colors.c 34 M /trunk/test/dithering.c 35 M /trunk/test/font.c 36 M /trunk/test/frames.c 37 M /trunk/test/hsv.c 38 M /trunk/test/transform.c 39 M /trunk/test/truecolor.c 40 M /trunk/test/unicode.c 41 42 * Allow the caca_event_t *ev argument for caca_get_event() to be NULL. 43 44 ------------------------------------------------------------------------ 45 r637 | sam | 2006-04-22 21:35:43 +0200 (Sat, 22 Apr 2006) | 2 lines 46 Changed paths: 47 M /trunk/doc/migrating.dox 48 49 * Minor updates to the migration documentation. 50 51 ------------------------------------------------------------------------ 52 r636 | sam | 2006-04-22 21:22:14 +0200 (Sat, 22 Apr 2006) | 2 lines 53 Changed paths: 54 M /trunk/doc/Makefile.am 55 56 * Slightly improved the documentation build rules dependencies. 57 58 ------------------------------------------------------------------------ 59 r635 | sam | 2006-04-22 21:17:38 +0200 (Sat, 22 Apr 2006) | 2 lines 60 Changed paths: 61 M /trunk/ChangeLog 62 M /trunk/NEWS 63 M /trunk/TODO 64 65 * Updated ChangeLog, NEWS and TODO. 66 1 67 ------------------------------------------------------------------------ 2 68 r634 | sam | 2006-04-22 21:14:49 +0200 (Sat, 22 Apr 2006) | 2 lines -
libcaca/trunk/NEWS
r846 r852 3 3 \section news0_99 Changes between 0.9 and 0.99 4 4 5 - license switched to WTFPL 5 6 - libcaca was split into libcucul, a standalone text manipulation backend, 6 7 and libcaca, the display and user input frontend 7 8 - Unicode support 8 - TrueColor support9 - TrueColor (more than 16 colours) support 9 10 - Floyd-Steinberg dithering 10 11 - gamma correction 11 - import/export functions for many text formats12 - export functions for HTML, IRC, ANSI, SVG, PostScript, TGA... 12 13 - builtin fonts for device-independent bitmap output 13 14 - various text transformation routines (rotation, horizontal flip...) 14 15 - OpenGL renderer 16 - kernel mode to build libcaca programs into a bootable x86 kernel 15 17 - cacaserver, a telnet server that can be hooked to libcaca applications 16 18 - img2irc, an image to IRC conversion utility -
libcaca/trunk/TODO
r846 r852 5 5 \subsection dep API-dependent stuff 6 6 7 - nothing!7 - support for multi-frame canvases in the caca exporter 8 8 9 9 \subsection indep API-independent stuff
Note: See TracChangeset
for help on using the changeset viewer.