您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

72 行
2.0 KiB

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