Difference between revisions of "Lazarus 1.4.0 release notes"

From Free Pascal wiki
Jump to navigationJump to search
Line 11: Line 11:
  
 
= LCL Changes =
 
= LCL Changes =
 +
 +
* Added methods and utilities to load objects from FPC resources: TGraphic.LoadFromResourceName(), TPictire.LoadFromResourceName(), TCustomImageList.AddResourceName(), LoadGlyphFromResourceName().
 +
* Changed all LCL resources from LRS to RES. As result they can be edited in executables using resource editors on Windows platform.
  
 
= IDE Changes =
 
= IDE Changes =

Revision as of 06:28, 20 October 2013

Template:Lazarus 1.4.0 release notes

Lazarus 1.4.0 is not yet released. This page is under construction!

Statistics:

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

LCL Interfaces Changes

LCL Changes

  • Added methods and utilities to load objects from FPC resources: TGraphic.LoadFromResourceName(), TPictire.LoadFromResourceName(), TCustomImageList.AddResourceName(), LoadGlyphFromResourceName().
  • Changed all LCL resources from LRS to RES. As result they can be edited in executables using resource editors on Windows platform.

IDE Changes

  • Debugger
    • Attach: List available processes (windows/linux/mac only)

Components

Changes affecting compatibility

LCL incompatibilities

IDE incompatibilities

Previous release notes