CHANGES 799 B

12345678910111213141516171819202122
  1. 0.99.5
  2. - support for fpc 2.0.0. fpc 1.0.10 support dropped, except for DOS.
  3. - support for amd64 (the code is now 64-bit safe, but still little endian-only)
  4. - fix the (sometimes) missing titlebar when using the metacity window manager
  5. 0.99.4
  6. - some X11 fixes (missing cdecl's, wrong alignments, etc.)
  7. - FreeBSD and NetBSD now compile and work (dga and XShm still not tested...)
  8. - improved exception handling in demos and examples
  9. 0.99.3
  10. - support for fpc 1.9.2+ (adapted to use the new unix rtl)
  11. - the dos console uses rdtsc if available for more accurate timing
  12. - some vesa fixes
  13. 0.99.2
  14. - alt, shift, ctrl modifier keys support for X11
  15. - key release support for win32 and X11
  16. - new example (keybrd2) demonstrating the use of key release events
  17. 0.99.1
  18. - first release to sourceforge