You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

38 lines
614 B

  1. $Id$
  2. Low level stuff
  3. o Write a Linux console output for the drawing library
  4. See also BUGS as to why it's very slow in console mode
  5. o Better keyboard driver in an X terminal, see
  6. http://groups.yahoo.com/group/zepp/message/381
  7. o Write a window resize handler.
  8. o DONE 12 Nov 2003: Port to conio.h
  9. High level stuff
  10. o Sprite library
  11. o Clip all graphics primitives
  12. o Fix the thin ellipse rendering
  13. o Support more colour depths, more bitmask orderings
  14. Misc
  15. o Draw a nicer logo sprite
  16. o Text edit widget
  17. Documentation
  18. o Everything is still to do.