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.

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