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.
 
 
 
 
 
 

68 lines
1.9 KiB

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