Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

217 rindas
7.2 KiB

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