Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

22 лет назад
22 лет назад
22 лет назад
18 лет назад
18 лет назад
18 лет назад
18 лет назад
18 лет назад
18 лет назад
18 лет назад
18 лет назад
18 лет назад
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. /* $Id$ */ /** \page todo TODO list
  2. \section libcucul libcucul
  3. \subsection dep API-dependent stuff
  4. - allow to change the canvas size in a per-frame basis.
  5. - allow to import data in feed mode
  6. - cucul_getchar -> cucul_get_char?
  7. - maybe switch back to utf32 arguments for box, ellipse etc.
  8. - export attribute parsing functions such as attr_to_ansi4fg etc.
  9. \subsection indep API-independent stuff
  10. - Brightness, contrast support for bitmaps (the functions are here, we
  11. just need to fill them)
  12. - Error distribution dithering
  13. - Add a random factor to the random ditherer. No need to change the API
  14. for that, we can just pass \c "random:10" instead of \c "random" to the
  15. cucul_set_bitmap_dithering() function.
  16. - Implement the colour modes set in cucul_set_bitmap_color(). For the
  17. moment only \c "full16" and \c "16" are implemented.
  18. - Fix the thin ellipse rendering (currently it's only |s and -s, we
  19. could make them smoother by using ' ` , etc).
  20. - better mask support in cucul_blit()
  21. - optimise exporters so that they do not allocate huge blocks of memory
  22. when they only need half of it.
  23. \section libcaca libcaca
  24. \subsection dep API-dependent stuff
  25. - nothing more!
  26. \subsection indep API-independent stuff
  27. - Write a Linux console output
  28. - Better keyboard driver in an X terminal, see
  29. http://groups.yahoo.com/group/zepp/message/381
  30. - Unicode support for X11 (maybe through Xft)
  31. - fix Unicode support for ncurses (look at the nano source, it gets it right)
  32. - and Jylam wants a framebuffer output
  33. - write sample code for a text edit widget with cursor support
  34. \section bindings Language bindings
  35. \subsection needed Needed
  36. - Fix Python
  37. - Fix Perl
  38. - C# (it's the next big thing, believe me)
  39. - PHP (together with the HTML output it would allow for nice web
  40. applications)
  41. \subsection notimp Not that important
  42. - Ruby
  43. - Java
  44. \section kernel Kernel mode
  45. - keyboard support
  46. - printf/fprintf are missing
  47. - Improve malloc/free so that we can reuse freed memory
  48. \section doc Documentation
  49. - Write a tutorial.
  50. - Draw a nicer logo
  51. \section apps Applications
  52. \section cacaview cacaview
  53. - File browser
  54. - open ANSI files
  55. - save in different formats
  56. \section cacadraw cacadraw
  57. - Only a skeleton exists yet. A modern ANSI editor that can also
  58. do Unicode.
  59. */