Age | Commit message (Collapse) | Author |
|
Defined consistent unit output paths and target filenames.
|
|
compiled apps.
|
|
- UI widgets are defined private
- cleaned up uses clause to remove compiler hints about unused units
- Added a new File|Add menu item, which also uses a command instance
|
|
- It was missing the IUnknown declaration in the class
- The IUnknown signature has changed in recent FPC versions.
|
|
|
|
|
|
* Updated all packages like ide addons, fpcunit etc to use the new unit names.
|
|
* Updated the build scripts to compile the new package unit.
|
|
* Now the Min/Max Size is actually applied, the Message Dialogs needed minor attention.
* Updated all the example projects to use the newer all-in-one fpgui_toolkit lazarus package.
* Did some minor bug fixing in some of the examples. 1-based indexing instead of 0-based indexing etc.
|
|
CoreLib.
|
|
* Implemented a new method TfpgPopupMenu.MenuItemByName
* Created a example project showing how the ICommand and ICommandHolder interfaces
can be used.
|