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.
 
 
 
 
 
 

72 lines
2.1 KiB

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