Difference between revisions of "Lazarus 0.9.28 release notes"

From Lazarus wiki
Jump to navigationJump to search
(New page: Statistics: # commits: xxx # log: svn log -r xxxx:xxxx # resolved bug tracker issues: xxx = LCL Interfaces major changes = = LCL major changes = * Graphics: ** TPen has been improved. ...)
 
Line 13: Line 13:
  
 
* Widgetsets:
 
* Widgetsets:
 +
** Windows CE: Implemented TCalendar.
  
 
* Misc:
 
* Misc:

Revision as of 12:57, 2 December 2008

Statistics:

  1. commits: xxx
  2. log: svn log -r xxxx:xxxx
  3. resolved bug tracker issues: xxx


LCL Interfaces major changes

LCL major changes

  • Graphics:
    • TPen has been improved. TODO: write more
  • Widgetsets:
    • Windows CE: Implemented TCalendar.
  • Misc:

LCL minor changes

  • TColorBox, TColorListBox has been rewritten. Now they are more delphi compatible.
  • TColorDialog.CustomColors has been added.

IDE changes

  • Application icon has been added to the Project Options.
  • Environment, Editor and CodeTools options has been merged into one dialog. A new api is introduced to add custom ide settings into ide options dialog.
  • Application icon, Version information and XP manifest are merged into one .rc file which has the same name as project main file (.lpi)

Components

Installation

Miscellaneous