summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2013-04-29Merge remote-tracking branch 'demerson3/grids' into developGraeme Geldenhuys
2013-04-29Fixes a spelling mistake in a code comment.Graeme Geldenhuys
2013-04-29trackbar: published a few more eventsGraeme Geldenhuys
2013-04-29trackbar: minor optimisation. Setting Position already calls RePaint and DoCh...Graeme Geldenhuys
2013-04-26Only enable the debug interface when needed.Graeme Geldenhuys
2013-04-26trackbar: Implements vertical orientationGraeme Geldenhuys
2013-04-19Another file system encoding fix for TfpgINIFileGraeme Geldenhuys
2013-04-19TfpgINIFile called the SysUtils.GetAppConfigDir() instead of fpgGetAppConfigD...Graeme Geldenhuys
2013-04-19Published TfpgPanel.OnResize propertyDibo
2013-04-18Grids: set horiz scrollbar pagesize to 5 for smoothscroll, 1 otherwiseDavid Laurence Emerson
2013-04-18Grids: basegrid working great with PrepareCells function and new optimizationsDavid Laurence Emerson
2013-04-18Grids: basegrid drawing right! Created PrepareCells function. Still preparing...David Laurence Emerson
2013-04-18Grids: basegrid pre calculation, not drawing rightDavid Laurence Emerson
2013-04-18Grids: basegrid updateScrollbars done?David Laurence Emerson
2013-04-18Grids: basegrid updateScrollbars almost doneDavid Laurence Emerson
2013-04-18Grids: improve UpdateScrollbars for resizing etcDavid Laurence Emerson
2013-04-18Merge branch 'hotfix-2' into developGraeme Geldenhuys
2013-04-17Revert "Make special characters known by edit components"Graeme Geldenhuys
2013-04-17Revert "Make special characters known by editcombobox"Graeme Geldenhuys
2013-04-17Revert "Make special characters known by memo component"Graeme Geldenhuys
2013-04-17Revert "Use dead key codes for special accentuated characters"Graeme Geldenhuys
2013-04-17Revert "Add common procedures in fpg_base for deadkeys"Graeme Geldenhuys
2013-04-12minor code cleanupGraeme Geldenhuys
2013-04-08popupmenu: Adds a convenience function AddSeparator()Graeme Geldenhuys
2013-04-08tree keyboard handling: we never tested for ShiftStateGraeme Geldenhuys
2013-04-02Buttons & Styles now support hover effect on standard buttons too.Graeme Geldenhuys
2013-03-22Add common procedures in fpg_base for deadkeysJean-Marc Levecque
2013-03-22Use dead key codes for special accentuated charactersJean-Marc Levecque
2013-03-22Make special characters known by memo componentJean-Marc Levecque
2013-03-22Make special characters known by editcomboboxJean-Marc Levecque
2013-03-22Make special characters known by edit componentsJean-Marc Levecque
2013-03-04minor code formatting.Graeme Geldenhuys
2013-02-25numeric edits: adds min/max limitsJean-Marc Levecque
2013-02-22Updated the About Dialog text to reflect FreeBSD.Graeme Geldenhuys
2013-01-03needed of values limits on integer edits.Jean-Marc Levecque
2012-12-20menus: No need to call BeginDraw/EndDrawGraeme Geldenhuys
2012-12-14Minor mods to TfpgTrackbar to make it more flexible for descendants.Graeme Geldenhuys
2012-11-30Fixes compiler warning about using a deprecated type... TFPColorGraeme Geldenhuys
2012-11-22Fixes bug #163 - SelectionText returns all text if there was no selection.Graeme Geldenhuys
2012-11-22Memo.SelectionText is now a read/write propertyMichael van Canneyt
2012-11-20Implements a ReadOnly property for TfpgCheckBox.Graeme Geldenhuys
2012-11-19ReadOnly property implemented for TfpgCalendarComboGraeme Geldenhuys
2012-11-13Implements a very basic ImagePanel component.Graeme Geldenhuys
2012-11-13Filegrid: Formatting of file size value is now fixed under Windows 7.Graeme Geldenhuys
2012-11-09As soon as a key is pressed in Grid, remove any hint windows.Graeme Geldenhuys
2012-11-09Moved Menu-key press handling up the class hierarchy to TfpgWidget.Graeme Geldenhuys
2012-10-30fixes bug where if treeview.Selection was not explicitly set, we could make a...Graeme Geldenhuys
2012-10-29Borderless Panel: TfpgPanel can now also have a flat /borderless look.Graeme Geldenhuys
2012-10-26Adds a System Tray Icon implementation for X11.Graeme Geldenhuys
2012-10-23edit: HandlePaint() now uses the theming engine to determine the border widths.Graeme Geldenhuys