Age | Commit message (Expand) | Author |
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 |
2011-01-06 | Timers bugfix. Timers did not always work under Windows or Linux. | Graeme Geldenhuys |
2011-01-03 | Minor code improvements. | Graeme Geldenhuys |
2011-01-03 | Moved FDefaultFont instantiation to a new location in code. | Graeme Geldenhuys |
2011-01-03 | new overloaded version of TfpgStyle.DrawControlFrame() | Graeme Geldenhuys |
2010-12-30 | Doubled the message queue size to handle lots more messages. | Graeme Geldenhuys |
2010-11-30 | New theme function to paint MenuBar background | Graeme Geldenhuys |
2010-11-12 | extension to TfpgStyle. functions to return widget border sizes. | Graeme Geldenhuys |
2010-11-12 | New debugging methods | Graeme Geldenhuys |
2010-11-11 | updated website url constant | Graeme Geldenhuys |
2010-11-08 | Menu's now invert the color the arrow for submenu's so they are visible when ... | Andrew Haines |
2010-10-29 | New Grid HeaderStyle property, and new Canvas/Style.DrawBevel() method | Graeme Geldenhuys |
2010-10-28 | Implemented equals (=) operator for TPoint type | Graeme Geldenhuys |
2010-10-28 | TfpgDrag.Execute: replaced Assert() calls with Exceptions. | Graeme Geldenhuys |
2010-10-28 | TfpgDrag.Execute now has a default TfpgDropAction drop action of daCopy. | Graeme Geldenhuys |
2010-10-21 | changed system color for all inactive color variables. | Graeme Geldenhuys |
2010-10-15 | Minor improvement in fpgCheckTimers procedure. | Graeme Geldenhuys |
2010-10-15 | fpgApplication.OnIdle was never triggered under Windows. | Graeme Geldenhuys |
2010-10-11 | fpgApplication.ProcessMessages now process other events (eg: timers) too. | Graeme Geldenhuys |
2010-10-11 | new method, Pause(), introduced to TfpgTimer | Graeme Geldenhuys |
2010-10-11 | TfpgTimer constructor and Reset can now be extended in descendants | Graeme Geldenhuys |
2010-10-04 | Splitter grabbar color is now a system color. | Graeme Geldenhuys |
2010-10-01 | fixed issue ID: 3030971 from SourceForge. | Graeme Geldenhuys |
2010-10-01 | bugfix for ID: 3064350 from SourceForge. | Graeme Geldenhuys |
2010-10-01 | minor improvement to fpgGetNamedColor - now using fpgIsNamedColor internally. | Graeme Geldenhuys |