Browse Source

* Updated ChangeLog, NEWS and TODO.

tags/v0.99.beta14
Sam Hocevar sam 19 years ago
parent
commit
b0370b6228
3 changed files with 2476 additions and 7 deletions
  1. +2458
    -0
      ChangeLog
  2. +15
    -0
      NEWS
  3. +3
    -7
      TODO

+ 2458
- 0
ChangeLog
File diff suppressed because it is too large
View File


+ 15
- 0
NEWS View File

@@ -1,5 +1,20 @@
/* $Id$ */ /** \page news News

\section news0_99 Changes between 0.9 and 0.99

- libcaca was split into libcucul, a standalone text manipulation backend,
and libcaca, the display and user input frontend
- Unicode support
- TrueColor support
- Floyd-Steinberg dithering
- gamma correction
- import/export functions for many text formats
- builtin fonts for device-independent bitmap output
- various text transformation routines (rotation, horizontal flip...)
- OpenGL renderer
- cacaserver, a telnet server that can be hooked to libcaca applications
- img2irc, an image to IRC conversion utility

\section news0_9 Changes between 0.8 and 0.9

- fix for a buffer overflow in the line rendering


+ 3
- 7
TODO View File

@@ -4,13 +4,7 @@

\subsection dep API-dependent stuff

- all the sprite stuff (loading, saving, blitting, transparency
support, background colour support, thinking of a storage format,
etc.)
- Or maybe, instead of doing shit with the sprites, just allow canvases
to have several buffers, allow to change the active buffer, and treat
sprites like that.
- ASCII/ANSI art loading functions (maybe load them as sprites)
- nothing!

\subsection indep API-independent stuff

@@ -30,6 +24,7 @@
- factor internal Unicode character conversions, especially UCS4 -> UTF-8
- optimise exporters so that they do not allocate huge blocks of memory
when they only need half of it.
- ASCII/ANSI art loading functions (maybe load them as sprites)


\section libcaca libcaca
@@ -38,6 +33,7 @@

- text edit widget with cursor support (I'm unsure about this, it
seems pretty difficult)
- rename caca_set_delay into something like caca_set_rendertime.

\subsection indep API-independent stuff



Loading…
Cancel
Save