Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

105 rader
3.4 KiB

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