Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-10 | DND example: Clear button now clears all widgets. | Graeme Geldenhuys | |
That includes the Grid, Edit and Bevel text. | |||
2014-09-10 | DND demo: report available drop types as soon as possible | Graeme Geldenhuys | |
Irrespective if we accept it or now. This makes the demo useful for testing with DND in general. | |||
2014-07-21 | new ToggleBox widget | Andrew Haines | |
Hi I made a Togglebox widget descended from TfpgComboBox. It has button that slides side to side for checked/unchecked with a subtle animation when toggled. Various colors can be changed and the animation disabled. | |||
2014-06-23 | Demos: fixed compiler warnings. | Graeme Geldenhuys | |
* fixed deprecated functions * fixed unused variables * fixed unused units * fixed not initialised variables * fixed nested comments | |||
2014-06-23 | Demo project files (Lazarus IDE) settings updated. | Graeme Geldenhuys | |
Defined consistent unit output paths and target filenames. | |||
2014-06-23 | Added the standard copyright notice to the new unit. | Graeme Geldenhuys | |
2014-06-23 | Merge remote-tracking branch 'demerson/scroll-frame' into 'develop' | Graeme Geldenhuys | |
2013-12-22 | demos: Minor improvements to the Custom Styles/Themes demo. | Graeme Geldenhuys | |
2013-08-31 | lpi for bigframe_test | David Laurence Emerson | |
2013-08-31 | scrollframe: test large frame, 6000x6000 | David Laurence Emerson | |
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-28 | Scroll-frame: fixed a couple bugs with RecalcFrameSize | David Laurence Emerson | |
2013-05-28 | Scroll-Frame: mousewheel scrolling is working, but only when both scrollbars ↵ | David Laurence Emerson | |
are visible | |||
2013-05-28 | Merge branch 'horiz-scroll-x11' into scroll-frame | David Laurence Emerson | |
2013-05-28 | Horizontal Scrolling working in X11, basegrid unit updated to use it | David Laurence Emerson | |
2013-05-28 | Includes Reporting images as part of "standard images" list. | Graeme Geldenhuys | |
2013-05-28 | reporting demo: translated some French names to English | Graeme Geldenhuys | |
2013-05-28 | sprite demo: fixes the text color - due to the new background image. | Graeme Geldenhuys | |
2013-05-28 | demo: Updated the sprite demo with better images | Graeme Geldenhuys | |
2013-05-28 | 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-05-28 | 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-05-27 | Scroll-frame: added demo | David Laurence Emerson | |
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 | |