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