summaryrefslogtreecommitdiff
path: root/examples/gui
AgeCommit message (Expand)Author
2013-06-18Updates extrafpc.cfg files so no console window is shown for Windows compiled...Graeme Geldenhuys
2013-05-07grid demo: adds OnHeaderClick event handler testGraeme Geldenhuys
2013-05-07grid demo: fixes index out of bounds error when deleting rows.Graeme Geldenhuys
2013-04-30Adds VLC video library header translation and Media Player component.Graeme Geldenhuys
2013-03-27Includes Reporting images as part of "standard images" list.Graeme Geldenhuys
2013-03-27reporting demo: translated some French names to EnglishGraeme Geldenhuys
2013-03-21sprite demo: fixes the text color - due to the new background image.Graeme Geldenhuys
2013-03-21demo: Updated the sprite demo with better imagesGraeme Geldenhuys
2013-03-21demo: Removed compiler warnings, and brought demo up to latest standardsGraeme Geldenhuys
2013-03-21demo: updated TNullInterfacedObject implementation.Graeme Geldenhuys
2013-02-28fontselect demo: improve initial window position.Graeme Geldenhuys
2013-02-25numeric edits: adds min/max limitsJean-Marc Levecque
2013-01-03needed of values limits on integer edits.Jean-Marc Levecque
2012-12-20Minor tweaks to demo: fixes alignment and size constraintsGraeme Geldenhuys
2012-10-26demo: Fixes memory leak in Splash Form demoGraeme Geldenhuys
2012-08-29pdf demo: fixes a compiler hint about unuse uses clause under Windows.Graeme Geldenhuys
2012-08-28pdf demo: removes lots of code duplication by moving some functionality into ...Jean-Marc Levecque
2012-08-28pdf demo: Temporary fixed a compiler warning about unused local variable.Graeme Geldenhuys
2012-08-02Applies the fpGUI coding style to the PDF Reporting Demo.Graeme Geldenhuys
2012-08-02Removes the unnecessary fpg_report.lpk package files.Graeme Geldenhuys
2012-08-01Moves the PDF report engine & demo into the main source tree.Graeme Geldenhuys
2012-07-17Adds a simple readme file to describe the purpose of the demo.Graeme Geldenhuys
2012-04-04DND Example now sets AppType in code, not via compiler option.Graeme Geldenhuys
2012-03-15wuline demo: removed all redundant BeginDraw..EndDraw calls.Graeme Geldenhuys
2012-02-21edit demo: minor property changes caused by a newer UI Designer.Graeme Geldenhuys
2012-02-21edit demo: use TfpgColor() instead of color constant.Graeme Geldenhuys
2012-02-21edit demo: Currency Edit's negative values was never set.Graeme Geldenhuys
2012-01-18Embedded Form demo now uses TfpgFrame, instead of TfpgBevel.Graeme Geldenhuys
2011-11-21Fixed the parameter modifier of TfpgStyleManager.AssignStyleTypes()Graeme Geldenhuys
2011-10-26treeview demo: reworked this demo to show the StateImageList supportGraeme Geldenhuys
2011-08-04minor fixes to examples due to Item[] to Items[] change.Graeme Geldenhuys
2011-05-08globally renamed TFButtonFlags to TfpgButtonFlagsGraeme Geldenhuys
2011-05-06The style must be instantiated before we create forms.Graeme Geldenhuys
2011-05-06Updated the 'custom style' demo to show off the Style ManagerGraeme Geldenhuys
2011-05-03Reduced compiler hints by removing unused entries in uses clause.Graeme Geldenhuys
2011-01-19ListView demo updated to show sorting in action.Graeme Geldenhuys
2010-11-30A simple example of customized MenuBar theme.Graeme Geldenhuys
2010-11-10Implemented painting Listview Subitems iconsAndrew Haines
2010-11-10Started implementing Icons in listviewAndrew Haines
2010-11-08Listview selection now uses an avl tree which is much faster than TList with ...Andrew Haines
2010-11-08Beautified the listview sample by adding panels and a splitterAndrew Haines
2010-11-08Improved listview selection so that it is more reliableAndrew Haines
2010-10-29DND demo: updated project settings.Graeme Geldenhuys
2010-10-29Code cleanup by removing leftover writeln() statements.Graeme Geldenhuys
2010-10-29DND Example project improvements.Graeme Geldenhuys
2010-10-28DND demo: added a checkbox to enable/disable drops on TfpgEdit at runtimeGraeme Geldenhuys
2010-10-27Renamed TfpgWindowBase.DoEnabledDrops() to DoDNDEnabled()Graeme Geldenhuys
2010-10-21colorlistbox demo event handlers are now moved to private.Graeme Geldenhuys
2010-10-05After the Align algorithm change Splitter Demo needed a minor fixup.Graeme Geldenhuys
2010-09-25a basic DND demo.Graeme Geldenhuys