Age | Commit message (Collapse) | Author |
|
* Used Align property for menu, toolbar, statusbar etc.
* Toggling of Toolbar and Status Bar updates the client area size
* Toolbar now looks more like a modern toolbar with flat buttons
and dividers.
|
|
|
|
* Reworked the code so the UI is managed by the UI Forms Designer
* Added a new View menu with checkitem menus.
* Added Toolbar and Statusbar to give basic visual effect when
menu check items are toggled.
* Added a Memo used as a Log output window.
|
|
* Updated all packages like ide addons, fpcunit etc to use the new unit names.
|
|
* Implemented a TfpgDBLabel (data-aware) label component.
* Created a new DB test example to show how TfpgDBLabel works.
|
|
* Added a new DumpStack procedure to help programmers
debug there code.
|
|
* Added some documenation comments explaining the File Dialog Filters property.
* Extended the FileDialog example using custom Filters.
|
|
* Manually implemented OS independent Double Click support in TfpgWidget.
|
|
* Extended the Menu Example
* Changed Popup menus to be activated on MouseUp and not MouseDown.
* Implemented a Bluecurve theme look in the menu. See the first point for reason.
|
|
incomplete though and still needs testing under both platforms.
* Added a new menu example project.
|