summaryrefslogtreecommitdiff
path: root/src/corelib/fpg_main.pas
AgeCommit message (Expand)Author
2010-09-23implement the higher level TfpgDrag and TfpgMimeData classes.Graeme Geldenhuys
2010-09-23fpgApplication got a new property: StartDragDistance.Graeme Geldenhuys
2010-09-21Two new helper routines [fpgPoint() and fpgSize()] and lots of operator overl...Graeme Geldenhuys
2010-09-21DrawButtonFace(): Improved the look of Flat=True buttonsGraeme Geldenhuys
2010-09-20KeyPress events is now distributed to Widgets, then Form, then fpgApplicationGraeme Geldenhuys
2010-08-29menu theming: refactored out the menu painting, into the TfpgStyle classGraeme Geldenhuys
2010-08-05updated unit description.Graeme Geldenhuys
2010-07-05Extended TfpgImage with a new CreateDisabledImage() method.Graeme Geldenhuys
2010-07-05new method Tfpgimage.ImageFromSource to create a cloned image.Graeme Geldenhuys
2010-05-07no comment.Graeme Geldenhuys
2010-04-30Fixed bug in TfpgImage.ImageFromRect() where UpdateImage was called to early.Graeme Geldenhuys
2010-04-284 new predefined colors for grid usage.Graeme Geldenhuys
2010-04-25Hook the hint timer into the new OnShowHint event of TfpgWidget.Graeme Geldenhuys
2010-04-21new overloaded version of PrintCoord() helper procedure.Graeme Geldenhuys
2010-04-13Message Dialog buttons now use translated text.Graeme Geldenhuys
2010-03-30Replaced website address with a constant.Graeme Geldenhuys
2010-03-18Add support for changing the HintWindow and HintWindowClass at runtime.Graeme Geldenhuys
2010-03-18WinCE: Now we can enable fpgCreateStandardImages again.Graeme Geldenhuys
2010-03-11use a more accurate message name for asking to be freed.Graeme Geldenhuys
2010-03-10FPC compiler struggles with include files that don't have extensions.Graeme Geldenhuys
2010-03-08Updated the various programs and fpGUI library to use the new generate versio...Graeme Geldenhuys
2010-02-26Update copyright notice in all units.Graeme Geldenhuys
2010-02-23Initial support for WinCE devices, after a long break since v0.4.Paul Breneman
2010-02-22Removed IFDEf's in fpg_main by using fpg_interface unitGraeme Geldenhuys
2010-02-11Cross-build script for personal useGraeme Geldenhuys
2009-12-29Add information text to the About fpGUI dialog.Graeme Geldenhuys
2009-12-10Forgot to free fpgApplicationt hint timerGraeme Geldenhuys
2009-12-10Tweak of color usage and the look of popup menusGraeme Geldenhuys
2009-10-16fpgStyles now has a FixedFont property as well.Graeme Geldenhuys
2009-10-09Operator overloading for TRect structure.Graeme Geldenhuys
2009-08-02Merge branch 'work'Graeme Geldenhuys
2009-08-02Fix compiler hint - unused unit in uses clauseGraeme Geldenhuys
2009-07-28Minor code formattingGraeme Geldenhuys
2009-07-14Add new todo items so I don't forget themGraeme Geldenhuys
2009-06-26Updated translations with True/False constantsGraeme Geldenhuys
2009-06-23New property BoxLayout for checkbox and radiobutton.Jean-Marc
2009-06-15Improved Debugln() formatting.Graeme Geldenhuys
2009-06-08DebugLn() improvementsGraeme Geldenhuys
2009-02-16Reverted the previous vista hint implementation. Introduced a new ExtraHint p...graemeg
2009-02-11* Updated the language inc generator program.graemeg
2009-02-04* added a custom user message constant.graemeg
2009-01-30* Removed a potential AV error in hintwindow handling.graemeg
2008-11-18* Minor bug fix in TfpgApplication. Setting the HintPase didn't affect the hi...graemeg
2008-10-15* Added an example fpmake program contributed by Henry Vermaak. Showing how t...graemeg
2008-10-05* Added a new Canvas.DrawPolygon() methodgraemeg
2008-09-30* Implemented a correct TfpgWindow.HasParent method.graemeg
2008-09-27* Phase 2 of the unit rename is complete. The gui units have now been renamed.graemeg
2008-09-27* Rename all corelib units to the new naming convention.graemeg