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.
 
 
 
 
 
 

60 lines
1.6 KiB

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