Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

56 lignes
1.5 KiB

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