You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

40 rivejä
1.1 KiB

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