Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-07 | Surface more of the commonly used events for the TfpgEditCombo widget | Graeme Geldenhuys | |
2013-06-07 | Adds OnKeyChar support to TfpgEditCombo widget | Graeme Geldenhuys | |
2013-05-20 | Removed Canvas.DrawControlFrame() - fpgStyle has tha functionality now | Graeme Geldenhuys | |
Canvas.DrawControlFrame() simply passed it along to fpgStyle for a long time already. Now we finally separate the two, so the Styling code can be separated from the corelib code. | |||
2013-04-29 | Fixes a spelling mistake in a code comment. | Graeme Geldenhuys | |
2013-04-17 | Revert "Make special characters known by editcombobox" | Graeme Geldenhuys | |
This reverts commit c7b3cdcd025e2f8cc8db7db0cf01fdacefbe2255. | |||
2013-04-17 | Revert "Use dead key codes for special accentuated characters" | Graeme Geldenhuys | |
This reverts commit 5ee5b79db4825a3b2afa03dde72ddbe7e46b3c47. | |||
2013-04-17 | Revert "Add common procedures in fpg_base for deadkeys" | Graeme Geldenhuys | |
This reverts commit ccfd4b2ae0a9dfae0d19ae7ba673118af70c75da. | |||
2013-03-22 | Add common procedures in fpg_base for deadkeys | Jean-Marc Levecque | |
2013-03-22 | Use dead key codes for special accentuated characters | Jean-Marc Levecque | |
2013-03-22 | Make special characters known by editcombobox | Jean-Marc Levecque | |
2012-11-09 | Moved Menu-key press handling up the class hierarchy to TfpgWidget. | Graeme Geldenhuys | |
No need for so much code duplication. This also means that widgets like TfpgStringGrid now have keyMenu keypress behaviour. Basically any widget that supports a PopupMenu. | |||
2012-07-31 | Fixes a potential memory leak. | Graeme Geldenhuys | |
I say potential, because FDropDown is free immediately after it is not needed any more, but if for some reason it wasn't, then we should free it in the destructor of the widget. | |||
2010-10-04 | Published Align property for all widgets. | Graeme Geldenhuys | |
2010-08-19 | Here attached is a patch for EditCombo implementing the use of Charmap for | Jean-Marc Levecque | |
special characters, the same way as already done with EditText. | |||
2010-04-25 | Publish the new OnShowHint for all other widgets in fpGUI. | Graeme Geldenhuys | |
2010-02-26 | Update copyright notice in all units. | Graeme Geldenhuys | |
2010-02-25 | Published Hint and ShowHint on all widgets. | Graeme Geldenhuys | |
2009-03-09 | ExtraHint property for EditCombo. Thanks to Jean-Marc. | graemeg | |
2009-02-12 | * Applied Jean-Marc's margin patches. | graemeg | |
2008-10-31 | * Applied Jean-Marc's editcombo patch | graemeg | |
2008-10-15 | * Applied minor EditCombo patch from Jean-Marc. | graemeg | |
2008-10-15 | * Added an example fpmake program contributed by Henry Vermaak. Showing how ↵ | graemeg | |
the new FPC build system can be used with fpGUI. * Removed some compiler warnings. | |||
2008-10-14 | * Applied minor patch from Jean-Marc for EditCombo. | graemeg | |
2008-10-06 | Applied minor EditCombo patch from Jean-Marc. | graemeg | |
2008-09-27 | * Phase 2 of the unit rename is complete. The gui units have now been renamed. | graemeg | |
* UI Designer has been updated to reflect the new gui unit names. |