25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

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