Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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