Difference between revisions of "Lazarus 0.9.24 release notes"

From Lazarus wiki
Jump to navigationJump to search
Line 12: Line 12:
 
# Imagelist rework. Using win32 native imagelist (with returning valid win32 handle).
 
# Imagelist rework. Using win32 native imagelist (with returning valid win32 handle).
 
# Removed gnome widgetset
 
# Removed gnome widgetset
# New class TThemesServices (unit Themes) to support theming.
+
# New class TThemesServices (unit Themes) to support theming ([[Theme library]]).
 
# New component THeaderControl
 
# New component THeaderControl
 
# Much improved unicode support with the win32/64 widgetset
 
# Much improved unicode support with the win32/64 widgetset

Revision as of 17:53, 30 July 2007

Statistics:

  1. commits: not ready
  2. log: svn log -r 10808:HEAD


LCL Major changes:

  1. win64 experimental version
  2. huge improvements in Carbon (details will come from Tom)
  3. huge improvements in Qt (details will come from Zeljko, Felipe and Paul)
  4. huge improvements in Gtk2 (better Gtk2 IDE; more details will come from Mattias and Andrew)
  5. Bitmap rework (details will come from Marc)
  6. Imagelist rework. Using win32 native imagelist (with returning valid win32 handle).
  7. Removed gnome widgetset
  8. New class TThemesServices (unit Themes) to support theming (Theme library).
  9. New component THeaderControl
  10. Much improved unicode support with the win32/64 widgetset

LCL Minor changes:

  1. Fixing various range check errors
  2. Publishing misc missed properties/events
  3. Various win32 PageControl improvements
  4. Drag/Drop fixes
  5. Cursor fixes
  6. Various WinXp themes improvements (new speedbutton and splitter look, fixes)
  7. DBGrid improvements
  8. Various improvements and fixes in file dialogs (save/open file dialog, select directory dialog)
  9. New application and form event OnDropFiles (details will come from Tom)


IDE:

  1. debugging under mac osx
  2. improvements in codetools
  3. new IDE package - editor toolbar (details will come from Graeme)
  4. improvements in menu designer
  5. modern icons in ide menu and some dialogs
  6. new build lazarus dialog look
  7. Ability to add xp manifest into windows executables (project options)