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.
 
 
 
 
 
 

47 regels
1.3 KiB

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