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.

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