From 478a5e247e21aa8f3f18fad3de9b6f06c0661c1f Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Thu, 23 Mar 2006 18:38:44 +0000 Subject: [PATCH] * Updated the TODO list with what's been done so far. --- TODO | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/TODO b/TODO index 9514fb1..1bbb75e 100644 --- a/TODO +++ b/TODO @@ -16,9 +16,6 @@ libcucul support, background colour support, thinking of a storage format, etc.) - o support for Unicode characters in the primitives (circle, lines, - boxes, etc.) - o bitmap output support (will require one or several custom fonts), maybe should be in libcaca. @@ -28,10 +25,6 @@ libcucul o ASCII/ANSI art loading functions (maybe load them as sprites) - o old school ASCII-art handling functions, for instance mirroring - routines that are able to change "\_o< !" into "! >o_/" or even - into "/▔o< ¡" with Unicode support added. - API-independent stuff --------------------- @@ -53,10 +46,6 @@ libcaca o text edit widget with cursor support (I'm unsure about this, it seems pretty difficult) - o replace the event return value with a structure so that we can put - more information into it, such as mouse coordinates or Unicode - characters. - API-independent stuff ---------------------