Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

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