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 jaren geleden
18 jaren geleden
18 jaren geleden
18 jaren geleden
21 jaren geleden
21 jaren geleden
21 jaren geleden
21 jaren geleden
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. /** \page libcaca-news Libcaca news
  2. \section news0_99_beta18 Changes between 0.99.beta18 and 0.99.beta17
  3. - UNRELEASED
  4. \section news0_99_beta17 Changes between 0.99.beta17 and 0.99.beta16
  5. - new dirty rectangle framework for accelerated rendering
  6. - new <conio.h> compatible header for old DOS software porting
  7. - XCode and Visual Studio build improvements
  8. - Unicode support in the X11 driver
  9. - triangle texture mapping
  10. - improved HTML output
  11. - new troff output
  12. - improved Ruby and .NET bindings
  13. - new comprehensive PHP bindings
  14. - new Java bindings
  15. - Cocoa driver enhancements
  16. - support for ANSI colour in FIGlet and TOIlet fonts
  17. - documentation updates
  18. - numerous improvements and bugfixes
  19. \section news0_99_beta16 Changes between 0.99.beta16 and 0.99.beta15
  20. - many build fixes, especially for nonstandard platforms
  21. \section news0_99_beta15 Changes between 0.99.beta15 and 0.99.beta14
  22. - libcucul was merged back into libcaca for more clarity
  23. \section news0_99_beta14 Changes between 0.99.beta14 and 0.99.beta13
  24. - internal FIGlet font support
  25. - use C99 types in public headers
  26. - runtime support for output drivers
  27. - BBcode export support
  28. \section news0_99_beta13 Changes between 0.99.beta13 and 0.99.beta12
  29. - device-dependent cursor support
  30. - event API rewrite
  31. - minor API improvements and extensions
  32. - img2txt improvements
  33. - Ruby bindings
  34. - Massive C# bindings improvements
  35. - Python sample code
  36. - Visual Studio build solution
  37. \section news0_99_beta12 Changes between 0.99.beta12 and 0.99.beta11
  38. - support for 90-degree canvas rotation
  39. - better behaviour when trying to output Unicode on an ASCII terminal
  40. - the built-in font now supports the Geometric Shapes, Halfwidth and Fullwidth
  41. Forms and Miscellaneous Symbols Unicode blocks
  42. - new rotozoom effect in cacademo
  43. - Cocoa output driver for Mac OS X
  44. - preliminary .NET bindings
  45. - many bugfixes and documentation changes
  46. \section news0_99_beta11 Changes between 0.99.beta11 and 0.99.beta10
  47. - fixed compilation of the C++ bindings
  48. - fixed bugs in cucul_import_memory(), cucul_set_canvas_size()
  49. - implemented caca_set_display_title() for ncurses and S-Lang
  50. - minor bugfixes
  51. \section news0_99_beta10 Changes between 0.99.beta10 and 0.99.beta9
  52. - new debug mode
  53. - blitting canvases now makes use of the canvas' handle coordinates
  54. - import functions can read streamed data
  55. - attribute to colorspace transformations
  56. - added katakana and hiragana glyphs to the built-in font
  57. - many bugfixes and documentation changes
  58. \section news0_99_beta9 Changes between 0.99.beta9 and 0.99.beta8
  59. - support for blink, bold, italics and underline attributes
  60. - allow to import and export zero-sized canvases
  61. - fixed Imlib2 support in cacaview
  62. - fixed buffer overlows in the file importer
  63. - big documentation updates
  64. \section news0_99_beta8 Changes between 0.99.beta8 and 0.99.beta7
  65. - allow to build the X11 and GL drivers as separate plugins
  66. - support for fullwidth Unicode characters
  67. - improved cucul_flip() and cucul_rotate()
  68. - minor bugfixes and documentation updates
  69. \section news0_99_beta7 Changes between 0.99.beta7 and 0.99.beta6
  70. - transparency support in the UTF-8 importer and exporter
  71. - optimised triangle fill routine
  72. - updated C++ bindings
  73. \section news0_99_beta6 Changes between 0.99.beta6 and 0.99.beta5
  74. - ANSI importer now handles transparency and UTF-8
  75. - Unicode support was broken for about 10% of the set
  76. - various memory leaks were fixed
  77. \section news0_99_beta5 Changes between 0.99.beta5 and 0.99.beta4
  78. - implemented cucul_getchar() and cucul_get_color()
  79. - handle transparency in the IRC export
  80. - new cropping and expanding filters
  81. - full Unicode support in the OpenGL driver
  82. - portability fixes for 64-bit architectures, Win32 and MS-DOS
  83. - all demos except cacafire were merged into cacademo
  84. \section news0_99_beta4 Changes between 0.99.beta4 and 0.99.beta3
  85. - added a compatibility layer for pre-1.x libcaca applications
  86. - fixed manpage generation
  87. - minor bugfixes and documentation updates
  88. \section news0_99_beta3 Changes between 0.99.beta3 and 0.99.beta2
  89. - libcaca functions use errno for error reporting
  90. - updated C++ bindings
  91. - minor improvements, bugfixes and documentation updates
  92. \section news0_99_beta2 Changes between 0.99.beta2 and 0.99.beta1
  93. - ANSI importer
  94. - functions use errno for error reporting
  95. - updated C++ bindings
  96. - .NET bindings
  97. - cacadraw, an ANSI viewer that will evolve into an editor
  98. - Unicode input and output support for SLang and ncurses
  99. - built-in fonts work on Win32
  100. \section news0_99_beta1 Changes between 0.9 and 0.99.beta1
  101. - license switched to WTFPL
  102. - libcaca was split into libcucul, a standalone text manipulation backend,
  103. and libcaca, the display and user input frontend
  104. - Unicode support
  105. - TrueColor (more than 16 colours) support
  106. - Floyd-Steinberg dithering
  107. - gamma correction
  108. - export functions for HTML, IRC, ANSI, SVG, PostScript, TGA...
  109. - builtin fonts for device-independent bitmap output
  110. - various text transformation routines (rotation, horizontal flip...)
  111. - OpenGL renderer
  112. - kernel mode to build libcaca programs into a bootable x86 kernel
  113. - cacaserver, a telnet server that can be hooked to libcaca applications
  114. - img2irc, an image to IRC conversion utility
  115. \section news0_9 Changes between 0.8 and 0.9
  116. - fix for a buffer overflow in the line rendering
  117. - fixed resizing in the ncurses and slang drivers
  118. - aspect ratio and finer zoom support in cacaview
  119. - minor compilation fixes
  120. \section news0_8 Changes between 0.7 and 0.8
  121. - window resizing support
  122. - native Win32 port
  123. - autorepeat emulation in the ncurses and slang drivers
  124. - support for more keycodes in the ncurses and slang drivers
  125. - cacaplas, a plasma animation example
  126. - cacamoir, a moire circles animation example
  127. - MSVC project file
  128. \section news0_7 Changes between 0.6 and 0.7
  129. - many bugfixes in the event handling
  130. - cacaball, a metaball animation example
  131. \section news0_6 Changes between 0.5 and 0.6
  132. - 30% speed increase in the bitmap rendering routine
  133. - mouse support and various speed optimisations in the X11 driver
  134. - X11 is now the preferred driver
  135. - improved documentation
  136. - minor bugfixes
  137. \section news0_5 Changes between 0.4 and 0.5
  138. - palette optimisation for the S-Lang driver to work around the colour pair
  139. shortage bug
  140. - minor compilation fix
  141. \section news0_4 Changes between 0.3 and 0.4
  142. - preliminary X11 graphics driver
  143. - support for simultaneously compiled-in drivers
  144. - honour the CACA_DRIVER, CACA_GEOMETRY and CACA_FONT environment variables
  145. - more documentation
  146. \section news0_3 Changes between 0.2 and 0.3
  147. - antialiasing support
  148. - dithering, antialiasing and background mode can now be selected at
  149. runtime or in the environment using the CACA_BACKGROUND, CACA_DITHERING
  150. and CACA_ANTIALIASING variables
  151. - alpha channel support in cacaview
  152. - BMP loading support in cacaview even if Imlib2 is not present
  153. - cacafire, a libcaca port of aafire
  154. \section news0_2 Changes between 0.1 and 0.2
  155. - rendering now uses 256 colour pairs instead of 16
  156. - mouse support for ncurses
  157. - ncurses is now the preferred backend
  158. - arbitrary color depth and bitmasks in the bitmap renderer
  159. - cacaview, an image viewer based on libcaca
  160. \section news_0_1 New in 0.1
  161. - initial release
  162. - slang, ncurses and conio drivers
  163. - basic line, box, ellipse and triangle primitives
  164. - colour bitmap blitting
  165. */