source: libcaca/branches/0.8/TODO @ 3119

Last change on this file since 3119 was 352, checked in by Sam Hocevar, 19 years ago
  • src/graphics.c: + Renamed caca_set_title() to caca_set_window_title(). + Implemented caca_get_window_width() and caca_get_window_height().
  • examples/cacaview.c: + Set the window title to cacaview.
  • Property svn:keywords set to Id
File size: 876 bytes
Line 
1$Id: TODO 352 2004-01-17 22:32:39Z sam $
2
3Low level stuff
4
5   o  Write a Linux console output for the drawing library
6      See also BUGS as to why it's very slow in console mode
7
8   o  Better keyboard driver in an X terminal, see
9      http://groups.yahoo.com/group/zepp/message/381
10
11   o  DONE 13 Jan 2004: Write a window resize handler.
12   o  DONE 12 Nov 2003: Port to conio.h
13
14
15High level stuff
16
17   o  Sprite library
18
19   o  256 colour sprites instead of 16
20
21   o  Alpha layer for sprites
22
23   o  Fix the thin ellipse rendering
24
25   o  DONE 26 Nov 2003: Support more colour depths, more bitmask orderings
26   o  DONE 15 Nov 2003: Clip all graphics primitives
27
28
29Misc
30
31   o  Draw a nicer logo sprite
32
33   o  Text edit widget
34
35
36Documentation
37
38   o  Everything is still to do
39
40
41cacaview
42
43   o  Aspect ratio
44
45   o  File browser
46
47   o  DONE 11 Dec 2003: Handle GIF and PNG transparency with checkered
48      background
49
Note: See TracBrowser for help on using the repository browser.