index
:
Erich/fpGUI
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
corelib
/
fpg_main.pas
Age
Commit message (
Expand
)
Author
2014-10-12
Surface the Window related to the Canvas instance.
Graeme Geldenhuys
2014-09-16
Edit2 font alias is now a variable and not hard coded.
Graeme Geldenhuys
2014-07-25
Merge branch 'release-1.2' into develop
Graeme Geldenhuys
2014-07-21
new ToggleBox widget
Andrew Haines
2014-07-20
Fixed "button pressed" painting for Normal and Embedded buttons.
Graeme Geldenhuys
2014-03-29
style: new fpgStyle methods for painting a ComboBox widget
Graeme Geldenhuys
2014-03-29
style: new style methods for checkbox customisation
Graeme Geldenhuys
2014-03-29
style: new button state btfEnabled
Graeme Geldenhuys
2014-01-25
hyperlink: defined a new named color clHyperLink and used in in TfpgHyperLink
Graeme Geldenhuys
2013-12-22
Auto-register new "dark" themes as part of the standard available themes.
Graeme Geldenhuys
2013-08-27
Replaced the FPC dbugintf unit with the customised fpGUI one.
Graeme Geldenhuys
2013-07-12
New Rectangle and Point methods introduced in fpg_main
Graeme Geldenhuys
2013-06-07
Introduced a new OnKeyChar event for TfpgWidget
Graeme Geldenhuys
2013-05-20
Removed Canvas.DrawControlFrame() - fpgStyle has tha functionality now
Graeme Geldenhuys
2013-04-02
core: Debug output is now sent to the Debug Server instead of console output.
Graeme Geldenhuys
2013-04-02
Buttons & Styles now support hover effect on standard buttons too.
Graeme Geldenhuys
2012-11-22
Adds alpha channel values to all the named colors.
Graeme Geldenhuys
2012-10-18
Moved some constants from fpg_main to fpg_constants unit.
Graeme Geldenhuys
2012-08-21
changes param type from String to TfpgString
Graeme Geldenhuys
2012-03-19
copyright update
Graeme Geldenhuys
2012-03-16
Adds an IFDEF to control what graphics engine to use Xlib/GDI or AggPas.
Graeme Geldenhuys
2012-03-15
Fixes the checking of named colors.
Graeme Geldenhuys
2012-03-15
Factory method to create the Canvas instance used for every Window.
Graeme Geldenhuys
2012-03-15
improved the signature of Canvas constructors.
Graeme Geldenhuys
2012-03-15
Canvas read-only LineWidth property changed to a function GetLineWidth()
Graeme Geldenhuys
2012-03-09
Adds a new property ScanLine[] to TfpgImage.
Graeme Geldenhuys
2011-11-07
Timer related functions now check to see if global fpgTimers exists or not.
Graeme Geldenhuys
2011-11-07
new overloaded DumpStack() can now output to a TStringList
Graeme Geldenhuys
2011-08-17
TfpgCaret doesn't need it's timer enabled at creation.
Graeme Geldenhuys
2011-08-17
TfpgTimer refactoring.
Graeme Geldenhuys
2011-07-25
parameter handling improvements
Graeme Geldenhuys
2011-07-23
wip stash
Graeme Geldenhuys
2011-05-08
Included Motif as one of the default registered styles in fpGUI.
Graeme Geldenhuys
2011-05-08
Corrected the button border sizes in the common style TfpgStyle
Graeme Geldenhuys
2011-05-08
added comments and fixed spelling mistakes in comments.
Graeme Geldenhuys
2011-05-08
globally renamed TFTextFlags to TfpgTextFlags
Graeme Geldenhuys
2011-05-08
globally renamed TFButtonFlags to TfpgButtonFlags
Graeme Geldenhuys
2011-05-06
hook up the Style Manager.
Graeme Geldenhuys
2011-05-06
make the Style Manager available in the fpg_main unit.
Graeme Geldenhuys
2011-05-06
Just grouped the methods of TfpgStyle based on functionality and widgets.
Graeme Geldenhuys
2011-05-06
Implemented a new style method that draws the EditBox background.
Graeme Geldenhuys
2011-05-03
Fixed a compiler warning. I forgot to set the function result.
Graeme Geldenhuys
2011-05-03
New style method introduced: TfpgStyle.GetButtonShift
Graeme Geldenhuys
2011-05-03
marked various methods with overload.
Graeme Geldenhuys
2011-05-03
Introduced a new overloaded method TfpgStyle.DrawButtonFace()
Graeme Geldenhuys
2011-02-07
Default Font changes.
Graeme Geldenhuys
2011-02-07
Fix the URL of fpGUI's home page. We recently moved to SourceForge.
Graeme Geldenhuys
2011-01-10
DoMessagesPending() renamed to MessagesPending()
Graeme Geldenhuys
2011-01-06
fpgCheckTimers is now a function.
Graeme Geldenhuys
2011-01-06
new fpgPause() function.
Graeme Geldenhuys
[next]