Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

212 Zeilen
7.0 KiB

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