summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2011-11-21Fixed the parameter modifier of TfpgStyleManager.AssignStyleTypes()Graeme Geldenhuys
2011-11-18First draft of MDI support.Graeme Geldenhuys
2011-11-07fixes a spelling mistake in a code commentGraeme Geldenhuys
2011-10-27tree: improved the spacing / positioning of the node text inside the focus se...Graeme Geldenhuys
2011-10-27tree: Added a note about the limitation of Node.HasChildren call.Graeme Geldenhuys
2011-10-26treeview: implemented StateImageList support (treeview with checkboxes for ex...Graeme Geldenhuys
2011-10-26fpg_tree: replaced all debugging writeln() statements with SendDebug() callsGraeme Geldenhuys
2011-09-21fixed bug where combobox hint closes the dropdown window.Graeme Geldenhuys
2011-09-21PromputUserDialog: changes so descendants have better access to certain data.Graeme Geldenhuys
2011-09-21SelectFileDialog() can now specify the initial directory too.Graeme Geldenhuys
2011-09-07Changed the password char from asterisk to unicode black circleGraeme Geldenhuys
2011-09-02Corrected the timing when AfterCreate is called in TfpgFrameGraeme Geldenhuys
2011-08-24bugfix in PageControl keypress handling. Consume incorrectly set.Graeme Geldenhuys
2011-08-24menu: correctly handle keyboard shortcut events nowGraeme Geldenhuys
2011-08-24forms: HandleKeyPress() is replaced my DoKeyShortcut()Graeme Geldenhuys
2011-08-18Added TfpgFrame to fpGUI.Graeme Geldenhuys
2011-08-17hint window timer field variable renamed.Graeme Geldenhuys
2011-08-04imagelist Item[] property changed to plural Items[]Graeme Geldenhuys
2011-07-28docs update mentioning support for OpenSolaris.Graeme Geldenhuys
2011-07-27BaseGrid and Home/End key handling and focused cells.Graeme Geldenhuys
2011-07-27BaseGrid.HandleKeyPress and consume variable behaviour has changed.Graeme Geldenhuys
2011-07-13calendar improvement: removed unnecessary drawing linesGraeme Geldenhuys
2011-07-13changes in preparation for FPC Trunk support.Graeme Geldenhuys
2011-07-13calendar bugfix: we excluded minyear and maxyear from valid rangeGraeme Geldenhuys
2011-07-12minor code comment for future considerationGraeme Geldenhuys
2011-07-12commented 2 line of code which really isn't needed in the menu painting processGraeme Geldenhuys
2011-07-12minor fixing of the heigh of the database selection combobox.Graeme Geldenhuys
2011-07-12Added a new Database property to the DB Login Form.Graeme Geldenhuys
2011-07-12Only call btnOK event handler if we had successful authentication.Graeme Geldenhuys
2011-06-21prevent duplicate FocusChanged events firing.Graeme Geldenhuys
2011-06-20Wrap Begin/EndUpdate in try..finally blocks.Graeme Geldenhuys
2011-06-20bug: a scrolled grid with smoothscroll enabled did not allow columns to be re...Graeme Geldenhuys
2011-06-20bug: fixed grid horizontal scrollbar size when smoothscroll is enabled.Graeme Geldenhuys
2011-06-17Introduced a new property TfpgWindowBase.WindowStateGraeme Geldenhuys
2011-05-24User fpGUI versions of the file functions, instead of SysUtils versionGraeme Geldenhuys
2011-05-19New component TfpgReadOnly added to fpGUI.Graeme Geldenhuys
2011-05-19Added a new event OnFilenameSet to TfpgFileNameEdit widget.Graeme Geldenhuys
2011-05-19Implemented a ComboBox.ReadOnly property.Graeme Geldenhuys
2011-05-19Combobox paint optimization.Graeme Geldenhuys
2011-05-19Changed hard-coded line endings to LineEnding variable.Graeme Geldenhuys
2011-05-19Button Click function should only run if widget is enabled.Graeme Geldenhuys
2011-05-19bugfix to prement AV.Graeme Geldenhuys
2011-05-19Checkbox: setting checked now fires OnChange eventGraeme Geldenhuys
2011-05-10Fixed code formatting in TfpgHyperlink widget.Graeme Geldenhuys
2011-05-10Set correct default values for TfpgHyperlink widgetGraeme Geldenhuys
2011-05-10Fixed widget commentGraeme Geldenhuys
2011-05-10In the constructor, use the property instead of the field variables.Graeme Geldenhuys
2011-05-08Implemented some of the styling for the Motif Style.Graeme Geldenhuys
2011-05-08Removed magic numbers with GetButtonBorders() usage instead.Graeme Geldenhuys
2011-05-08added comments and fixed spelling mistakes in comments.Graeme Geldenhuys