summaryrefslogtreecommitdiff
path: root/src/corelib/fpgfx.pas
AgeCommit message (Expand)Author
2008-09-25* Applied two minor fixed supplied by Jean-Marc.graemeg
2008-09-25* Added a TArrowDirection type and Canvas.DrawArrow now uses that type instea...graemeg
2008-09-12* Fixed the TfpgTimer issue in modal forms. This also fixes the issue of Hint...graemeg
2008-09-09* Moved the HintTimer form TfpgWidget to TfpgApplication. Everything still se...graemeg
2008-09-08no commentsgraemeg
2008-09-02* Applied Jean-Marc's hint patch which moves hint functionality to TfpgWidget...graemeg
2008-08-31* Removed the debug line in TfpgApplication.CreateHintWindow.graemeg
2008-08-31* Renamed the hint window to TfpgHintWindowgraemeg
2008-08-31* Made some changes to the Hint Help under Windows. Microsoft strikesgraemeg
2008-08-29 * Implemented a clHintWindow colorgraemeg
2008-08-29* Applied Jean-Marc's hint implementation.graemeg
2008-08-26* Moved the UI Designer from the examples/apps directory to the root directory.graemeg
2008-07-24* Minor fix in right aligned text. Removing remainder spaces before a linebreak.graemeg
2008-07-24* Applied a minor patch from Vladimir renaming the function WrapLine to AddLi...graemeg
2008-07-23* Applied Vladimir's DrawText patch. Nice work.graemeg
2008-07-14* Implemented a ModalResult type and related constants.graemeg
2008-07-11* Removed many compiler warnings from the gfx_imgfmt_bmp unit.graemeg
2008-07-01* TfpgButton now contains a new property called Flat which gives it a flat lo...graemeg
2008-06-27* Introduced a new property to TfpgWidget, called IsContainer for allgraemeg
2008-05-27* Applied Vladimir's button flag patch.graemeg
2008-05-26* TextFlagsDflt now contains txtEnabledgraemeg
2008-05-02* Made the DrawText functions signature more consistent.graemeg
2008-05-02* Applied DrawText patch to correct text alignment parameters.graemeg
2008-04-28* Button color fix.graemeg
2008-04-27fpgApplication is now derived from TComponent again. This time I managed to f...graemeg
2008-04-24* TfpgApplicationBase now descends from TObject instead of TComponent.graemeg
2008-04-23* Introduced TfpgApplication.Terminate methodgraemeg
2008-04-11* Applied patches 1936023 and 1936029. New Canvas.DrawText methods with text ...graemeg
2008-04-11* Fixed a bug where exceptions were silently handled without notification. Th...graemeg
2008-04-02* Applied patch (#1930945) from Jean-Marc which introduces a new component in...graemeg
2008-03-27* Moved some constants to the gfx_constants unit.graemeg
2008-03-26* UI Designer now has a very basic way of setting the TabOrder. Still a lot o...graemeg
2008-03-22* Increased double buffer on x11 efficiencydrewski207
2008-03-17* TfpgStringGrid now has a OnDrawCell event. If the user sets ADefaultDrawing...graemeg
2008-03-17* Applied patch form Antonio added Today button in CalendarCombo component.graemeg
2008-03-12* Applied a patch from Vladimir moving some code out of gui_grid.pas to gfxba...graemeg
2008-03-11* Implemented a global MessageHook feature where one component can register a...graemeg
2008-03-11* Implemented a new fpgGetNamedFontList() functiongraemeg
2008-03-02* Applications resourcestring declarations do not have to be in a hard-coded ...graemeg
2008-03-01* Localization now supports toolkit and application .po files. It's still wo...graemeg
2008-02-27* Created two new units called: gfx_pofiles.pas and gfx_translations.pas. Th...graemeg
2008-02-20* Bumped up the version numbers.graemeg
2008-02-17* updated the documentation scripts.graemeg
2008-02-14* X11: fpGUI will now raise an exception if it can't open the X Display.graemeg
2008-02-04* Removed the extra fpgTimers.Delete() call which caused a error an applicati...graemeg
2008-01-31* TfpgColor is now a distinct type. Not just a longword alias.graemeg
2008-01-21* Fixed some memory leaks in TfpgComboBox.graemeg
2008-01-14* Removed a debug writeln statement from gui_edit unit.graemeg
2008-01-07* Moved many methods from Public to Private or Protected in gui_menu.pasgraemeg
2007-12-11* Fixed TfpgApplication to call CheckSynchronize in the application loop so m...graemeg