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 година
пре 21 година
пре 21 година
пре 21 година
пре 21 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. /* $Id$ */ /** \page news News
  2. \section news0_99_beta4 Changes between 0.9.beta4 and 0.99.beta3
  3. - added a compatibility layer for pre-1.x libcaca applications
  4. - fixed manpage generation
  5. - minor bugfixes and documentation updates
  6. \section news0_99_beta3 Changes between 0.9.beta3 and 0.99.beta2
  7. - libcaca functions use errno for error reporting
  8. - updated C++ bindings
  9. - minor improvements, bugfixes and documentation updates
  10. \section news0_99_beta2 Changes between 0.9.beta2 and 0.99.beta1
  11. - ANSI importer
  12. - functions use errno for error reporting
  13. - updated C++ bindings
  14. - .NET bindings
  15. - cacadraw, an ANSI viewer that will evolve into an editor
  16. - Unicode input and output support for SLang and ncurses
  17. - built-in fonts work on Win32
  18. \section news0_99_beta1 Changes between 0.9 and 0.99.beta1
  19. - license switched to WTFPL
  20. - libcaca was split into libcucul, a standalone text manipulation backend,
  21. and libcaca, the display and user input frontend
  22. - Unicode support
  23. - TrueColor (more than 16 colours) support
  24. - Floyd-Steinberg dithering
  25. - gamma correction
  26. - export functions for HTML, IRC, ANSI, SVG, PostScript, TGA...
  27. - builtin fonts for device-independent bitmap output
  28. - various text transformation routines (rotation, horizontal flip...)
  29. - OpenGL renderer
  30. - kernel mode to build libcaca programs into a bootable x86 kernel
  31. - cacaserver, a telnet server that can be hooked to libcaca applications
  32. - img2irc, an image to IRC conversion utility
  33. \section news0_9 Changes between 0.8 and 0.9
  34. - fix for a buffer overflow in the line rendering
  35. - fixed resizing in the ncurses and slang drivers
  36. - aspect ratio and finer zoom support in cacaview
  37. - minor compilation fixes
  38. \section news0_8 Changes between 0.7 and 0.8
  39. - window resizing support
  40. - native Win32 port
  41. - autorepeat emulation in the ncurses and slang drivers
  42. - support for more keycodes in the ncurses and slang drivers
  43. - cacaplas, a plasma animation example
  44. - cacamoir, a moir circles animation example
  45. - MSVC project file
  46. \section news0_7 Changes between 0.6 and 0.7
  47. - many bugfixes in the event handling
  48. - cacaball, a metaball animation example
  49. \section news0_6 Changes between 0.5 and 0.6
  50. - 30% speed increase in the bitmap rendering routine
  51. - mouse support and various speed optimisations in the X11 driver
  52. - X11 is now the preferred driver
  53. - improved documentation
  54. - minor bugfixes
  55. \section news0_5 Changes between 0.4 and 0.5
  56. - palette optimisation for the S-Lang driver to work around the colour pair
  57. shortage bug
  58. - minor compilation fix
  59. \section news0_4 Changes between 0.3 and 0.4
  60. - preliminary X11 graphics driver
  61. - support for simultaneously compiled-in drivers
  62. - honour the CACA_DRIVER, CACA_GEOMETRY and CACA_FONT environment variables
  63. - more documentation
  64. \section news0_3 Changes between 0.2 and 0.3
  65. - antialiasing support
  66. - dithering, antialiasing and background mode can now be selected at
  67. runtime or in the environment using the CACA_BACKGROUND, CACA_DITHERING
  68. and CACA_ANTIALIASING variables
  69. - alpha channel support in cacaview
  70. - BMP loading support in cacaview even if Imlib2 is not present
  71. - cacafire, a libcaca port of aafire
  72. \section news0_2 Changes between 0.1 and 0.2
  73. - rendering now uses 256 colour pairs instead of 16
  74. - mouse support for ncurses
  75. - ncurses is now the preferred backend
  76. - arbitrary color depth and bitmasks in the bitmap renderer
  77. - cacaview, an image viewer based on libcaca
  78. \section news_0_1 New in 0.1
  79. - initial release
  80. - slang, ncurses and conio drivers
  81. - basic line, box, ellipse and triangle primitives
  82. - colour bitmap blitting
  83. */