Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2010-10-05 | After the Align algorithm change Splitter Demo needed a minor fixup. | Graeme Geldenhuys | |
2010-09-25 | a basic DND demo. | Graeme Geldenhuys | |
2010-09-23 | globe demo: removed compiler hint about unused unit. | Graeme Geldenhuys | |
2010-09-23 | Editable Grid Demo: a very quick example how inline grid editing. | Graeme Geldenhuys | |
2010-09-21 | debug server: improved the look of the toolbar | Graeme Geldenhuys | |
2010-09-21 | globe demo: improved the look of the toolbar | Graeme Geldenhuys | |
2010-09-20 | Globe: project options set to remove console window | Graeme Geldenhuys | |
2010-09-20 | Globe: extended the help a little more | Graeme Geldenhuys | |
2010-09-20 | A cool little "spinning globe" sample application | Graeme Geldenhuys | |
Programmers must have fun every now and again! :-) | |||
2010-09-20 | Color ListBox example: fixed alignment of lbColorPick component. | Graeme Geldenhuys | |
2010-09-11 | GridTest: added some more comments and more custom drawing. | Graeme Geldenhuys | |
2010-09-11 | Grid Example: Added new Alternative Row Color checkbox. | Graeme Geldenhuys | |
2010-09-04 | dialog demo: added fpgInputQuery dialog to the demo. | Graeme Geldenhuys | |
2010-08-29 | customstyle demo: minor style fix for menus. | Graeme Geldenhuys | |
2010-08-29 | custom style demo: Added menu theming to the example. | Graeme Geldenhuys | |
2010-08-19 | Menu Test Demo improvements. | Graeme Geldenhuys | |
* 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. | |||
2010-08-19 | Treeview Demo: further improvements added to demo. | Graeme Geldenhuys | |
2010-08-19 | Treeview Demo: extended the demo to show Node values as user selects them. | Graeme Geldenhuys | |
This should give users a better understanding of what those properties mean and how they work. Also a nice test to see if the Treeview Nodes work correctly. | |||
2010-08-02 | Debug Server: New sample application that works with FPC's dbugintf unit. | Graeme Geldenhuys | |
A nice application that displays debug messages sent via applications. Very handy for debugging CGI applications too. | |||
2010-08-02 | Grid Demo: Added Smooth Scrolling checkbox to demo. | Graeme Geldenhuys | |
2010-07-02 | Bevel Example: added an extra option to change BorderStyle at runtime. | Graeme Geldenhuys | |
2010-07-01 | TfpgBevel has a new Shape type: bsVerDivider | Graeme Geldenhuys | |
It's similar to bsLeftLine, but looks a bit prettier. :-) It could also possibly be used as a grab handle for movable toolbars in the future. | |||
2010-06-28 | Calendar Test: add 'Single Click Close' checkbox. | Graeme Geldenhuys | |
2010-06-08 | Updated stdimglist demo. | Graeme Geldenhuys | |
Anchoring of button didn't work because it was created in constructor before complete size of Form was set. Anchoring doesn't work when csLoading is in ComponentState - this is by design (for loading streamed forms, etc). | |||
2010-05-17 | Splashscreen demo: mention difference between waBorderless and wtPopup. | Graeme Geldenhuys | |
2010-05-15 | Splashscreen Demo: Updated the demo. | Graeme Geldenhuys | |
* Using new coding standards * New Commands implemented * Showing Splashscreen and Borderless Forms in action. | |||
2010-05-14 | added missing extrafpc.cfg file to JPEG demo | Graeme Geldenhuys | |
2010-05-14 | JPEG image loading support | jp anghel | |
2010-05-12 | Project file updates due to new Lazarus IDE version. | Graeme Geldenhuys | |
2010-05-07 | Updated MenuTest demo | Graeme Geldenhuys | |
* 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. | |||
2010-04-30 | Updated Canvas Test demo screenshots to show results. | Graeme Geldenhuys | |
* Linux and Windows screenshots should be the same (to the pixel) except for Fonts. | |||
2010-04-30 | Updated Canvas Test demo to show that TfpgImage.ImageFromRect() does work. | Graeme Geldenhuys | |
2010-04-30 | Extended Canvas Test demo to show that 1x1 rectangles now work. | Graeme Geldenhuys | |
Also shows that ?x1 (horizontal line) or 1x? (vertical line) rectangles work. |