Browse Source

* Slightly updated TODO list.

tags/v0.99.beta14
Sam Hocevar sam 18 years ago
parent
commit
32b8ed766c
1 changed files with 2 additions and 10 deletions
  1. +2
    -10
      TODO

+ 2
- 10
TODO View File

@@ -5,6 +5,7 @@
\subsection dep API-dependent stuff \subsection dep API-dependent stuff


- support for multi-frame canvases in the caca exporter - support for multi-frame canvases in the caca exporter
- support for double width glyphs (also needs some libcaca changes)


\subsection indep API-independent stuff \subsection indep API-independent stuff


@@ -18,7 +19,6 @@
moment only \c "full16" and \c "16" are implemented. moment only \c "full16" and \c "16" are implemented.
- Fix the thin ellipse rendering (currently it's only |s and -s, we - Fix the thin ellipse rendering (currently it's only |s and -s, we
could make them smoother by using ' ` , etc). could make them smoother by using ' ` , etc).
- support for double width glyphs (also needs some libcaca changes)
- better mask support in cucul_blit() - better mask support in cucul_blit()
- optimise exporters so that they do not allocate huge blocks of memory - optimise exporters so that they do not allocate huge blocks of memory
when they only need half of it. when they only need half of it.
@@ -28,9 +28,6 @@


\subsection dep API-dependent stuff \subsection dep API-dependent stuff


- text edit widget with cursor support (I'm unsure about this, it
seems pretty difficult)

\subsection indep API-independent stuff \subsection indep API-independent stuff


- Write a Linux console output - Write a Linux console output
@@ -39,6 +36,7 @@
- Unicode support for X11 (maybe through Xft) - Unicode support for X11 (maybe through Xft)
- fix Unicode support for ncurses (look at the nano source, it gets it right) - fix Unicode support for ncurses (look at the nano source, it gets it right)
- and Jylam wants a framebuffer output - and Jylam wants a framebuffer output
- write sample code for a text edit widget with cursor support




\section bindings Language bindings \section bindings Language bindings
@@ -83,12 +81,6 @@
- Only a skeleton exists yet. A modern ANSI editor that can also - Only a skeleton exists yet. A modern ANSI editor that can also
do Unicode. do Unicode.


\section cuculet TOIlet

- Managed in another repository.
- Colour support, of course: outputs to IRC, ANSI, HTML...
- Can open FIGlet fonts

\section ttyvaders TTYvaders \section ttyvaders TTYvaders


- Managed in another repository. - Managed in another repository.


Loading…
Cancel
Save