Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

67 lignes
1.4 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
  10. o 256 colour sprites instead of 16
  11. o Alpha layer for sprites
  12. o Fix the thin ellipse rendering (currently it's only |s and -s, we
  13. could make them smoother by using ' ` , etc.
  14. o DONE 26 Nov 2003: Support more colour depths, more bitmask orderings
  15. o DONE 15 Nov 2003: Clip all graphics primitives
  16. Unicode features
  17. o Unicode support for X11
  18. o Unicode support for ncurses
  19. o Translation functions for output drivers that don't support it
  20. (for instance, use CP437 in DOS)
  21. o Use &#xxx; for the HTML output
  22. o Unicode support in bitmap.c: add support for halftoning (░ ▒ ▓ █)
  23. and quarter blocks (▀ ▄ ▌ ▐ █ ▖ ▗ ▘ ▝ ▚ ▞ ▙ ▛ ▜ ▟).
  24. o Support double width glyphs (mostly for kana and cyrillic art)
  25. Misc
  26. o Draw a nicer logo sprite
  27. o Text edit widget
  28. Documentation
  29. o Most functions are documented. Maybe write a tutorial.
  30. cacaview
  31. o DONE 21 Jan 2004: Aspect ratio
  32. o File browser
  33. o DONE 11 Dec 2003: Handle GIF and PNG transparency with checkered
  34. background