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.
 
 
 
 
 
 

41 lines
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_WIDTH, CACA_HEIGHT and CACA_FONT environment
  7. variables
  8. * more documentation
  9. Changes between 0.2 and 0.3:
  10. ----------------------------
  11. * antialiasing support
  12. * dithering, antialiasing and background mode can now be selected at
  13. runtime or in the environment using the CACA_BACKGROUND, CACA_DITHERING
  14. and CACA_ANTIALIASING variables
  15. * alpha channel support in cacaview
  16. * BMP loading support in cacaview even if Imlib2 is not present
  17. * cacafire, a libcaca port of aafire
  18. Changes between 0.1 and 0.2:
  19. ----------------------------
  20. * rendering now uses 256 colour pairs instead of 16
  21. * mouse support for ncurses
  22. * ncurses is now the preferred backend
  23. * arbitrary color depth and bitmasks in the bitmap renderer
  24. * cacaview, an image viewer based on libcaca
  25. New in 0.1
  26. ----------
  27. * initial release
  28. * slang, ncurses and conio drivers
  29. * basic line, box, ellipse and triangle primitives
  30. * colour bitmap blitting