Skip to content

Commit

Permalink
Version 1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
FChrisF committed Mar 1, 2016
1 parent db47e23 commit be8eb71
Show file tree
Hide file tree
Showing 35 changed files with 5,904 additions and 743 deletions.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ while being compatible with - a part of - the LCL/VCL. It may
concern for instance: small installation or configuration
programs, simple tools, test programs, ... Typically, the size
is about 1/10th with Free Pascal/Lazarus and 1/5th with Delphi
for simple small programs.
for small and simple programs.

It's not a specific graphical library, or another widgetset.
It's an emulation of a small subset of the standard LCL/VCL,
Expand All @@ -30,7 +30,7 @@ configuration to modify: just indicate a valid path for the
Light LCL files into your project options, and that's it !

It's available only for Windows (32 and 64 bits). It has
been tested with FPC 2.6.x/3.x + Lazarus 1.2.x/1.4.x/1.5 and
been tested with FPC 2.6.x/3.x + Lazarus 1.4.x/1.6 and
Delphi 7.

See "README.txt" for more pieces of information.
Expand All @@ -44,6 +44,29 @@ version 2.0. See "LICENSE.txt".

## LLCL ChangeLog

* [Version 1.01] (https://github.com/FChrisF/LLCL/releases/tag/v1.0.1):
Main changes and additions:
- TStringGrid control added (Grids.pas),
- TIniFile class added (IniFiles.pas),
- TClipboard class added for text data (ClipBrd.pas),
- PNG images support (not enabled by default),
- transparent bitmaps support (not enabled by default),
- forms double buffering support (not enabled by default),
- TSelectDirectoryDialog control added (Dialog.pas) for
FPC/Lazarus (not enabled by default) and SelectDirectory
function (Dialog.pas or FileCtrl.pas),
- ANSI LLCL option (i.e. no UTF8 at all) added for
FPC/Lazarus (see in LLCLFPCInc.inc),
- design time only properties for controls are now
accessible for dynamic creation purposes. Run time
modifications are still not supported for them, but they
can now be set at run time before the corresponding
control is dynamically created,
- a few bug fixes and some minor additions/modifications.
Note: controls and functionalities not enabled by default
can be activated by defining the corresponding option(s) in
the option files LLCLOptions.inc.

* [Version 1.00] (https://github.com/FChrisF/LLCL/releases/tag/v1.0.0):
- Initial public release.

Expand Down
Loading

0 comments on commit be8eb71

Please # to comment.