summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2015-02-01Changes to allow modal windows to have owners.Andrew Haines
2014-03-29Experimental (work-in-progress) Windows 8 look-alike theme.Graeme Geldenhuys
2014-03-29ComboBox/EditCombo now uses the new fpgStyles API.Graeme Geldenhuys
2014-03-29combobox/editcombo: Internal button painting now only done in HandlePaintGraeme Geldenhuys
2014-03-29checkbox now uses new fpgStyle methods for the painting of the checkbox imageGraeme Geldenhuys
2014-03-29style: new button state btfEnabledGraeme Geldenhuys
2014-03-24Publishes the OnKeyPress event for TfpgButtonGraeme Geldenhuys
2014-03-17spinedit: Allow min and max values to be equal.Jean-Marc.Levecque
2014-03-17scrollbar: removes TODO items already completed.Graeme Geldenhuys
2014-03-17scrollbar: bug fix painting shadow (grey) area between slider and arrow buttonsJean-Marc.Levecque
2014-03-10Move ShowThousand setting to BaseNumericEditJean-Marc.Levecque
2014-02-25grid: Final piece of the puzzle. BorderStyle is now fully working.Graeme Geldenhuys
2014-02-25grid: Removes last traces of that pesky FMargin variable.Graeme Geldenhuys
2014-02-25grid: minor code formatting fix.Graeme Geldenhuys
2014-02-25grid: First run through code removing hard-coded border widths.Graeme Geldenhuys
2014-02-25grid: introduce an overloaded GetClientRect() function.Graeme Geldenhuys
2014-02-23edit: Remove more hard-coded values for improved themes support.Graeme Geldenhuys
2014-01-25hyperlink: Removed hard-coded font name, and make it more cross-platform frie...Graeme Geldenhuys
2014-01-25hyperlink: defined a new named color clHyperLink and used in in TfpgHyperLinkGraeme Geldenhuys
2014-01-23Avoid last item selection when mouse points over last itemJean-Marc
2014-01-21updatescrollbar at end of handlepaintJean-Marc
2013-12-22Adds 2 new themes to the fpGUI framework.Graeme Geldenhuys
2013-12-17editcombo: Publish the missing ReadOnly propertyGraeme Geldenhuys
2013-12-17editcombo: Implements painting a ReadOnly stateGraeme Geldenhuys
2013-12-17editcombo: Removed hard-coded control frame sizesGraeme Geldenhuys
2013-12-17editcombo: removed BeginDraw/EndDraw calls which are not needed.Graeme Geldenhuys
2013-12-17basegrid: removed hard-coded control frame size values.Graeme Geldenhuys
2013-12-17listview: removed hard-coded control frame size values.Graeme Geldenhuys
2013-12-17listview: painting of bottom right rectangle was all wrong.Graeme Geldenhuys
2013-12-01Fixing Listbox hard-coded border width - fixes theming issues.Graeme Geldenhuys
2013-12-01Fixes hard-coded widget border size - fixes theming issuesGraeme Geldenhuys
2013-11-01hyperlink: default URL is now fpGUI website constant value.Graeme Geldenhuys
2013-11-01calendar: increased the dropdown window slightly of Calendar ComboboxGraeme Geldenhuys
2013-11-01grid: The extra "+1" caused unnecessary scrollingGraeme Geldenhuys
2013-10-31Adds a convenience function to the StyleManager classGraeme Geldenhuys
2013-08-27Published some useful events for TfpgFileGrid and TfpgStringGridGraeme Geldenhuys
2013-08-27Published some useful events for TfpgRadioButton classGraeme Geldenhuys
2013-08-27published OnExit and OnEnter events for TfpgButton class.Graeme Geldenhuys
2013-08-27Replaced the FPC dbugintf unit with the customised fpGUI one.Graeme Geldenhuys
2013-07-25tabs: Fixed the painting of tabs when positioned at tpBottom.Graeme Geldenhuys
2013-07-25tabs: Tab height is now correctly drawn - no hard-coded 21px height any moreGraeme Geldenhuys
2013-07-15tabs: ensures that scroll buttons are not visibleGraeme Geldenhuys
2013-07-15pagecontrol: tab height is not hard-coded any more.Graeme Geldenhuys
2013-07-15CreateComboBox(): specify the default height to be the same as in constructorGraeme Geldenhuys
2013-06-07Surface more of the commonly used events for the TfpgEditCombo widgetGraeme Geldenhuys
2013-06-07Adds OnKeyChar support to TfpgEditCombo widgetGraeme Geldenhuys
2013-06-07Surfaced more of the commonly used events for TfpgMemoGraeme Geldenhuys
2013-06-07Adds support for OnKeyChar event to TfpgMemoGraeme Geldenhuys
2013-06-07Surfaced OnKeyChar event for fpg_edit widgets.Graeme Geldenhuys
2013-05-20Removed Canvas.DrawControlFrame() - fpgStyle has tha functionality nowGraeme Geldenhuys