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.
 
 
 
 
 
 

61 lines
1.7 KiB

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