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