summaryrefslogtreecommitdiff
path: root/src/corelib/fpg_main.pas
AgeCommit message (Expand)Author
2015-09-01Removes hard-coded English text in TfpgApplication.ShowException()Graeme Geldenhuys
2015-03-10Removes deprecated TFPColor usageGraeme Geldenhuys
2015-02-19Removed fpgApplication.DefaultFontGraeme Geldenhuys
2015-02-01Merge branch 'develop' of https://github.com/graemeg/fpGUI into developAndrew Haines
2015-02-01Changes to allow modal windows to have owners.Andrew Haines
2014-12-26Encapsulate TfpgStyle's font objectsGraeme Geldenhuys
2014-10-12Surface the Window related to the Canvas instance.Graeme Geldenhuys
2014-09-16Edit2 font alias is now a variable and not hard coded.Graeme Geldenhuys
2014-07-25Merge branch 'release-1.2' into developGraeme Geldenhuys
2014-07-21new ToggleBox widgetAndrew Haines
2014-07-20Fixed "button pressed" painting for Normal and Embedded buttons.Graeme Geldenhuys
2014-03-29style: new fpgStyle methods for painting a ComboBox widgetGraeme Geldenhuys
2014-03-29style: new style methods for checkbox customisationGraeme Geldenhuys
2014-03-29style: new button state btfEnabledGraeme Geldenhuys
2014-01-25hyperlink: defined a new named color clHyperLink and used in in TfpgHyperLinkGraeme Geldenhuys
2013-12-22Auto-register new "dark" themes as part of the standard available themes.Graeme Geldenhuys
2013-08-27Replaced the FPC dbugintf unit with the customised fpGUI one.Graeme Geldenhuys
2013-07-12New Rectangle and Point methods introduced in fpg_mainGraeme Geldenhuys
2013-06-07Introduced a new OnKeyChar event for TfpgWidgetGraeme Geldenhuys
2013-05-20Removed Canvas.DrawControlFrame() - fpgStyle has tha functionality nowGraeme Geldenhuys
2013-04-02core: Debug output is now sent to the Debug Server instead of console output.Graeme Geldenhuys
2013-04-02Buttons & Styles now support hover effect on standard buttons too.Graeme Geldenhuys
2012-11-22Adds alpha channel values to all the named colors.Graeme Geldenhuys
2012-10-18Moved some constants from fpg_main to fpg_constants unit.Graeme Geldenhuys
2012-08-21changes param type from String to TfpgStringGraeme Geldenhuys
2012-03-19copyright updateGraeme Geldenhuys
2012-03-16Adds an IFDEF to control what graphics engine to use Xlib/GDI or AggPas.Graeme Geldenhuys
2012-03-15Fixes the checking of named colors.Graeme Geldenhuys
2012-03-15Factory method to create the Canvas instance used for every Window.Graeme Geldenhuys
2012-03-15improved the signature of Canvas constructors.Graeme Geldenhuys
2012-03-15Canvas read-only LineWidth property changed to a function GetLineWidth()Graeme Geldenhuys
2012-03-09Adds a new property ScanLine[] to TfpgImage.Graeme Geldenhuys
2011-11-07Timer related functions now check to see if global fpgTimers exists or not.Graeme Geldenhuys
2011-11-07new overloaded DumpStack() can now output to a TStringListGraeme Geldenhuys
2011-08-17TfpgCaret doesn't need it's timer enabled at creation.Graeme Geldenhuys
2011-08-17TfpgTimer refactoring.Graeme Geldenhuys
2011-07-25parameter handling improvementsGraeme Geldenhuys
2011-07-23wip stashGraeme Geldenhuys
2011-05-08Included Motif as one of the default registered styles in fpGUI.Graeme Geldenhuys
2011-05-08Corrected the button border sizes in the common style TfpgStyleGraeme Geldenhuys
2011-05-08added comments and fixed spelling mistakes in comments.Graeme Geldenhuys
2011-05-08globally renamed TFTextFlags to TfpgTextFlagsGraeme Geldenhuys
2011-05-08globally renamed TFButtonFlags to TfpgButtonFlagsGraeme Geldenhuys
2011-05-06hook up the Style Manager.Graeme Geldenhuys
2011-05-06make the Style Manager available in the fpg_main unit.Graeme Geldenhuys
2011-05-06Just grouped the methods of TfpgStyle based on functionality and widgets.Graeme Geldenhuys
2011-05-06Implemented a new style method that draws the EditBox background.Graeme Geldenhuys
2011-05-03Fixed a compiler warning. I forgot to set the function result.Graeme Geldenhuys
2011-05-03New style method introduced: TfpgStyle.GetButtonShiftGraeme Geldenhuys
2011-05-03marked various methods with overload.Graeme Geldenhuys