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.
 
 
 
 
 
 

87 lines
2.7 KiB

  1. /* $Id$ */ /** \page news News
  2. \section news0_99 Changes between 0.9 and 0.99
  3. - libcaca was split into libcucul, a standalone text manipulation backend,
  4. and libcaca, the display and user input frontend
  5. - Unicode support
  6. - TrueColor support
  7. - Floyd-Steinberg dithering
  8. - gamma correction
  9. - import/export functions for many text formats
  10. - builtin fonts for device-independent bitmap output
  11. - various text transformation routines (rotation, horizontal flip...)
  12. - OpenGL renderer
  13. - cacaserver, a telnet server that can be hooked to libcaca applications
  14. - img2irc, an image to IRC conversion utility
  15. \section news0_9 Changes between 0.8 and 0.9
  16. - fix for a buffer overflow in the line rendering
  17. - fixed resizing in the ncurses and slang drivers
  18. - aspect ratio and finer zoom support in cacaview
  19. - minor compilation fixes
  20. \section news0_8 Changes between 0.7 and 0.8
  21. - window resizing support
  22. - native Win32 port
  23. - autorepeat emulation in the ncurses and slang drivers
  24. - support for more keycodes in the ncurses and slang drivers
  25. - cacaplas, a plasma animation example
  26. - cacamoir, a moiré circles animation example
  27. - MSVC project file
  28. \section news0_7 Changes between 0.6 and 0.7
  29. - many bugfixes in the event handling
  30. - cacaball, a metaball animation example
  31. \section news0_6 Changes between 0.5 and 0.6
  32. - 30% speed increase in the bitmap rendering routine
  33. - mouse support and various speed optimisations in the X11 driver
  34. - X11 is now the preferred driver
  35. - improved documentation
  36. - minor bugfixes
  37. \section news0_5 Changes between 0.4 and 0.5
  38. - palette optimisation for the S-Lang driver to work around the colour pair
  39. shortage bug
  40. - minor compilation fix
  41. \section news0_4 Changes between 0.3 and 0.4
  42. - preliminary X11 graphics driver
  43. - support for simultaneously compiled-in drivers
  44. - honour the CACA_DRIVER, CACA_GEOMETRY and CACA_FONT environment variables
  45. - more documentation
  46. \section news0_3 Changes between 0.2 and 0.3
  47. - antialiasing support
  48. - dithering, antialiasing and background mode can now be selected at
  49. runtime or in the environment using the CACA_BACKGROUND, CACA_DITHERING
  50. and CACA_ANTIALIASING variables
  51. - alpha channel support in cacaview
  52. - BMP loading support in cacaview even if Imlib2 is not present
  53. - cacafire, a libcaca port of aafire
  54. \section news0_2 Changes between 0.1 and 0.2
  55. - rendering now uses 256 colour pairs instead of 16
  56. - mouse support for ncurses
  57. - ncurses is now the preferred backend
  58. - arbitrary color depth and bitmasks in the bitmap renderer
  59. - cacaview, an image viewer based on libcaca
  60. \section news_0_1 New in 0.1
  61. - initial release
  62. - slang, ncurses and conio drivers
  63. - basic line, box, ellipse and triangle primitives
  64. - colour bitmap blitting
  65. */