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

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