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.

пре 18 година
пре 18 година
пре 18 година
пре 18 година
пре 18 година
пре 18 година
пре 21 година
пре 21 година
пре 21 година
пре 21 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. /* $Id$ */ /** \page news News
  2. \section news0_99_beta9 Changes between 0.9.beta9 and 0.99.beta8
  3. - support for blink, bold, italics and underline attributes
  4. - allow to import and export zero-sized canvases
  5. - fixed Imlib2 support in cacaview
  6. - fixed buffer overlows in the file importer
  7. - big documentation updates
  8. \section news0_99_beta8 Changes between 0.9.beta8 and 0.99.beta7
  9. - allow to build the X11 and GL drivers as separate plugins
  10. - support for fullwidth Unicode characters
  11. - improved cucul_flip() and cucul_rotate()
  12. - minor bugfixes and documentation updates
  13. \section news0_99_beta7 Changes between 0.9.beta7 and 0.99.beta6
  14. - transparency support in the UTF-8 importer and exporter
  15. - optimised triangle fill routine
  16. - updated C++ bindings
  17. \section news0_99_beta6 Changes between 0.9.beta6 and 0.99.beta5
  18. - ANSI importer now handles transparency and UTF-8
  19. - Unicode support was broken for about 10% of the set
  20. - various memory leaks were fixed
  21. \section news0_99_beta5 Changes between 0.9.beta5 and 0.99.beta4
  22. - implemented cucul_getchar() and cucul_get_color()
  23. - handle transparency in the IRC export
  24. - new cropping and expanding filters
  25. - full Unicode support in the OpenGL driver
  26. - portability fixes for 64-bit architectures, Win32 and MS-DOS
  27. - all demos except cacafire were merged into cacademo
  28. \section news0_99_beta4 Changes between 0.9.beta4 and 0.99.beta3
  29. - added a compatibility layer for pre-1.x libcaca applications
  30. - fixed manpage generation
  31. - minor bugfixes and documentation updates
  32. \section news0_99_beta3 Changes between 0.9.beta3 and 0.99.beta2
  33. - libcaca functions use errno for error reporting
  34. - updated C++ bindings
  35. - minor improvements, bugfixes and documentation updates
  36. \section news0_99_beta2 Changes between 0.9.beta2 and 0.99.beta1
  37. - ANSI importer
  38. - functions use errno for error reporting
  39. - updated C++ bindings
  40. - .NET bindings
  41. - cacadraw, an ANSI viewer that will evolve into an editor
  42. - Unicode input and output support for SLang and ncurses
  43. - built-in fonts work on Win32
  44. \section news0_99_beta1 Changes between 0.9 and 0.99.beta1
  45. - license switched to WTFPL
  46. - libcaca was split into libcucul, a standalone text manipulation backend,
  47. and libcaca, the display and user input frontend
  48. - Unicode support
  49. - TrueColor (more than 16 colours) support
  50. - Floyd-Steinberg dithering
  51. - gamma correction
  52. - export functions for HTML, IRC, ANSI, SVG, PostScript, TGA...
  53. - builtin fonts for device-independent bitmap output
  54. - various text transformation routines (rotation, horizontal flip...)
  55. - OpenGL renderer
  56. - kernel mode to build libcaca programs into a bootable x86 kernel
  57. - cacaserver, a telnet server that can be hooked to libcaca applications
  58. - img2irc, an image to IRC conversion utility
  59. \section news0_9 Changes between 0.8 and 0.9
  60. - fix for a buffer overflow in the line rendering
  61. - fixed resizing in the ncurses and slang drivers
  62. - aspect ratio and finer zoom support in cacaview
  63. - minor compilation fixes
  64. \section news0_8 Changes between 0.7 and 0.8
  65. - window resizing support
  66. - native Win32 port
  67. - autorepeat emulation in the ncurses and slang drivers
  68. - support for more keycodes in the ncurses and slang drivers
  69. - cacaplas, a plasma animation example
  70. - cacamoir, a moire circles animation example
  71. - MSVC project file
  72. \section news0_7 Changes between 0.6 and 0.7
  73. - many bugfixes in the event handling
  74. - cacaball, a metaball animation example
  75. \section news0_6 Changes between 0.5 and 0.6
  76. - 30% speed increase in the bitmap rendering routine
  77. - mouse support and various speed optimisations in the X11 driver
  78. - X11 is now the preferred driver
  79. - improved documentation
  80. - minor bugfixes
  81. \section news0_5 Changes between 0.4 and 0.5
  82. - palette optimisation for the S-Lang driver to work around the colour pair
  83. shortage bug
  84. - minor compilation fix
  85. \section news0_4 Changes between 0.3 and 0.4
  86. - preliminary X11 graphics driver
  87. - support for simultaneously compiled-in drivers
  88. - honour the CACA_DRIVER, CACA_GEOMETRY and CACA_FONT environment variables
  89. - more documentation
  90. \section news0_3 Changes between 0.2 and 0.3
  91. - antialiasing support
  92. - dithering, antialiasing and background mode can now be selected at
  93. runtime or in the environment using the CACA_BACKGROUND, CACA_DITHERING
  94. and CACA_ANTIALIASING variables
  95. - alpha channel support in cacaview
  96. - BMP loading support in cacaview even if Imlib2 is not present
  97. - cacafire, a libcaca port of aafire
  98. \section news0_2 Changes between 0.1 and 0.2
  99. - rendering now uses 256 colour pairs instead of 16
  100. - mouse support for ncurses
  101. - ncurses is now the preferred backend
  102. - arbitrary color depth and bitmasks in the bitmap renderer
  103. - cacaview, an image viewer based on libcaca
  104. \section news_0_1 New in 0.1
  105. - initial release
  106. - slang, ncurses and conio drivers
  107. - basic line, box, ellipse and triangle primitives
  108. - colour bitmap blitting
  109. */