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.
 
 
 
 
 
 

68 lines
1.5 KiB

  1. $Id$
  2. Low level stuff
  3. o Write a Linux console output for the drawing library
  4. o Better keyboard driver in an X terminal, see
  5. http://groups.yahoo.com/group/zepp/message/381
  6. o DONE 13 Jan 2004: Write a window resize handler.
  7. o DONE 12 Nov 2003: Port to conio.h
  8. High level stuff
  9. o Sprite library. Maybe use ANSI as the format, perhaps with UTF-8
  10. extensions (though they'll probably collide with CP437).
  11. o 256 colour sprites instead of 16
  12. o Alpha layer for sprites
  13. o Fix the thin ellipse rendering (currently it's only |s and -s, we
  14. could make them smoother by using ' ` , etc.
  15. o DONE 26 Nov 2003: Support more colour depths, more bitmask orderings
  16. o DONE 15 Nov 2003: Clip all graphics primitives
  17. Unicode features
  18. o Unicode support for X11
  19. o Unicode support for ncurses
  20. o DONE 15 Mar 2006: Translation functions for output drivers that don't
  21. support it (for instance, use CP437 in DOS)
  22. o DONE 15 Mar 2006: Use &#xxx; for the HTML output
  23. o Unicode support in bitmap.c: add support for halftoning (░ ▒ ▓ █)
  24. and quarter blocks (▀ ▄ ▌ ▐ █ ▖ ▗ ▘ ▝ ▚ ▞ ▙ ▛ ▜ ▟).
  25. o Support double width glyphs (mostly for kana and cyrillic art)
  26. Misc
  27. o Draw a nicer logo sprite
  28. o Text edit widget
  29. Documentation
  30. o Most functions are documented. Maybe write a tutorial.
  31. cacaview
  32. o DONE 21 Jan 2004: Aspect ratio
  33. o File browser
  34. o DONE 11 Dec 2003: Handle GIF and PNG transparency with checkered
  35. background