Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-25 | tabtest: Adds a debug label to tabsheet four to verify the tabsheet height value | Graeme Geldenhuys | |
2013-07-15 | tab demo: extended the demo to test/show other properties of PageControl | Graeme Geldenhuys | |
2013-06-18 | Updates extrafpc.cfg files so no console window is shown for Windows ↵ | Graeme Geldenhuys | |
compiled apps. | |||
2013-05-07 | grid demo: adds OnHeaderClick event handler test | Graeme Geldenhuys | |
- also updated project file settings for Lazarus IDE usage. | |||
2013-05-07 | grid demo: fixes index out of bounds error when deleting rows. | Graeme Geldenhuys | |
We never checked to see if there are any rows to delete. | |||
2013-04-30 | Adds VLC video library header translation and Media Player component. | Graeme Geldenhuys | |
These are optional 3rd party components, because they will add extra dependencies to your project. For that reason, they are not part of the fpgui_toolkit package as standard. | |||
2013-03-27 | Includes Reporting images as part of "standard images" list. | Graeme Geldenhuys | |
2013-03-27 | reporting demo: translated some French names to English | Graeme Geldenhuys | |
2013-03-21 | sprite demo: fixes the text color - due to the new background image. | Graeme Geldenhuys | |
2013-03-21 | demo: Updated the sprite demo with better images | Graeme Geldenhuys | |
2013-03-21 | demo: Removed compiler warnings, and brought demo up to latest standards | Graeme Geldenhuys | |
- 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 | |||
2013-03-21 | demo: updated TNullInterfacedObject implementation. | Graeme Geldenhuys | |
- It was missing the IUnknown declaration in the class - The IUnknown signature has changed in recent FPC versions. | |||
2013-02-28 | fontselect demo: improve initial window position. | Graeme Geldenhuys | |
2013-02-25 | numeric edits: adds min/max limits | Jean-Marc Levecque | |
I was just ready to send a new patch concerning the limit values which is solving the issue with the gridediting. In addition, it is now possible to set only one limit, max or min, and I solved a bug on the editfloat which prevented to enter decimals in some cases. | |||
2013-01-03 | needed of values limits on integer edits. | Jean-Marc Levecque | |
2012-12-20 | Minor tweaks to demo: fixes alignment and size constraints | Graeme Geldenhuys | |
2012-10-26 | demo: Fixes memory leak in Splash Form demo | Graeme Geldenhuys | |
The splash form itself was never freed. | |||
2012-08-29 | pdf demo: fixes a compiler hint about unuse uses clause under Windows. | Graeme Geldenhuys | |
2012-08-28 | pdf demo: removes lots of code duplication by moving some functionality into ↵ | Jean-Marc Levecque | |
the report unit. | |||
2012-08-28 | pdf demo: Temporary fixed a compiler warning about unused local variable. | Graeme Geldenhuys | |
2012-08-02 | Applies the fpGUI coding style to the PDF Reporting Demo. | Graeme Geldenhuys | |
2012-08-02 | Removes the unnecessary fpg_report.lpk package files. | Graeme Geldenhuys | |
* also updates the PDF Report demo project, removing the fpg_report.lpk dependency. | |||
2012-08-01 | Moves the PDF report engine & demo into the main source tree. | Graeme Geldenhuys | |
2012-07-17 | Adds a simple readme file to describe the purpose of the demo. | Graeme Geldenhuys | |
2012-04-04 | DND Example now sets AppType in code, not via compiler option. | Graeme Geldenhuys | |
2012-03-15 | wuline demo: removed all redundant BeginDraw..EndDraw calls. | Graeme Geldenhuys | |
2012-02-21 | edit demo: minor property changes caused by a newer UI Designer. | Graeme Geldenhuys | |
2012-02-21 | edit demo: use TfpgColor() instead of color constant. | Graeme Geldenhuys | |
This is simply a UI Designer friendly change. The UI Designer doesn't write parse color constants great. | |||
2012-02-21 | edit demo: Currency Edit's negative values was never set. | Graeme Geldenhuys | |
2012-01-18 | Embedded Form demo now uses TfpgFrame, instead of TfpgBevel. | Graeme Geldenhuys | |
2011-11-21 | Fixed the parameter modifier of TfpgStyleManager.AssignStyleTypes() | Graeme Geldenhuys | |
We can now pass in the Lines property of a Memo or Combobox directly, without the need of an extra local TStrings variable. | |||
2011-10-26 | treeview demo: reworked this demo to show the StateImageList support | Graeme Geldenhuys | |
The demo adds some checkboxes to the treeview, and shows how you can query the treeview for any checked nodes. | |||
2011-08-04 | minor fixes to examples due to Item[] to Items[] change. | Graeme Geldenhuys | |
2011-05-08 | globally renamed TFButtonFlags to TfpgButtonFlags | Graeme Geldenhuys | |
Somehow I forgot to rename that type name when we moved over to the 'fpg' prefix. | |||
2011-05-06 | The style must be instantiated before we create forms. | Graeme Geldenhuys | |
The old behaviour caused problems with menus. A better solution must be found soon though - including getting rid of the fpgStyle variable. I also updated the instructions in the custom style unit for the demo. | |||
2011-05-06 | Updated the 'custom style' demo to show off the Style Manager | Graeme Geldenhuys | |
Styles can also be changed at runtime via the --style parameter. | |||
2011-05-03 | Reduced compiler hints by removing unused entries in uses clause. | Graeme Geldenhuys | |
2011-01-19 | ListView demo updated to show sorting in action. | Graeme Geldenhuys | |
Clicking on the first column of the left ListView will sort the listview by that column. Both listviews will get updated. | |||
2010-11-30 | A simple example of customized MenuBar theme. | Graeme Geldenhuys | |
Now the menu bar has a gradient look to it. | |||
2010-11-10 | Implemented painting Listview Subitems icons | Andrew Haines | |
TfpgListView.Subitems is actually TfpgListViewSubItems and can be casted as such to alter the imageindex of subitems Updated the example so subitems have an assigned imagelist | |||
2010-11-10 | Started implementing Icons in listview | Andrew Haines | |
Fixed a crash in the listview example when it was closing Updated listview example to use icons | |||
2010-11-08 | Listview selection now uses an avl tree which is much faster than TList with ↵ | Andrew Haines | |
a large amount of items Commented a stray WriteLn | |||
2010-11-08 | Beautified the listview sample by adding panels and a splitter | Andrew Haines | |
2010-11-08 | Improved listview selection so that it is more reliable | Andrew Haines | |
2010-10-29 | DND demo: updated project settings. | Graeme Geldenhuys | |
2010-10-29 | Code cleanup by removing leftover writeln() statements. | Graeme Geldenhuys | |
2010-10-29 | DND Example project improvements. | Graeme Geldenhuys | |
* New checkbox to toggle OnDragEnter's Accept parameter * Changed "draggable" label's background color * Implemented 'Clear' button | |||
2010-10-28 | DND demo: added a checkbox to enable/disable drops on TfpgEdit at runtime | Graeme Geldenhuys | |
2010-10-27 | Renamed TfpgWindowBase.DoEnabledDrops() to DoDNDEnabled() | Graeme Geldenhuys | |
This will hopefully reduce the confusion between the other TfpgWidget.AcceptDrops property - they had too similar names. * Applied rename changes to all other descendants too * Updated DND demo project | |||
2010-10-21 | colorlistbox demo event handlers are now moved to private. | Graeme Geldenhuys | |
This adheres to general coding style. |