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

21 лет назад
12345678910111213141516171819202122232425262728293031
  1. $Id$
  2. Changes between 0.2 and 0.3:
  3. ----------------------------
  4. * antialiasing support
  5. * dithering, antialiasing and background mode can now be selected at
  6. runtime or in the environment using the CACA_BACKGROUND, CACA_DITHERING
  7. and CACA_ANTIALIASING variables
  8. * alpha channel support in cacaview
  9. * BMP loading support in cacaview even if Imlib2 is not present
  10. * cacafire, a libcaca port of aafire
  11. Changes between 0.1 and 0.2:
  12. ----------------------------
  13. * rendering now uses 256 colour pairs instead of 16
  14. * mouse support for ncurses
  15. * ncurses is now the preferred backend
  16. * arbitrary color depth and bitmasks in the bitmap renderer
  17. * cacaview, an image viewer based on libcaca
  18. New in 0.1
  19. ----------
  20. * initial release
  21. * slang, ncurses and conio drivers
  22. * basic line, box, ellipse and triangle primitives
  23. * colour bitmap blitting