25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
873 B

  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