summaryrefslogtreecommitdiff
path: root/src/corelib/fpgfx.pas
AgeCommit message (Expand)Author
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
2007-11-30* Fixed all the memory leaks I could find in CoreLib. We now have non in Core...graemeg
2007-11-30* Some more minor improvements to the prototype Bitmap theme support.graemeg
2007-11-29* New overloaded method ImageFromRect in TfpgImage.graemeg
2007-11-29* Created a new overloaded CentrePoint function.graemeg
2007-11-07* Added a OnKeyPress event to TfpgWidget. It can now be surfaced by anygraemeg
2007-11-03* Improved modal form in X11 to use net window hintsdrewski207
2007-10-28* Fixed the menu click issue under Windows.graemeg
2007-10-21* Added name and version constants.graemeg
2007-09-13combobox changesgraemeg
2007-09-13* CoreLib: fpgApplication now has a Terminated property which terminates thegraemeg
2007-09-05* Added some painting fixes to the Treeview. Also added a few new properties.graemeg
2007-08-27* Implemented List Mediators with tiOPF support and added a demo.graemeg
2007-08-21* Removed OS based Double Click from GDI.graemeg
2007-08-21* Fixed a minor memory leak in fpgApplication. We still have quite a few graemeg
2007-08-20* Added keyboard handling in PopupMenus.graemeg
2007-08-20* CoreLib: Some minor code cleanup, removing unused variables and code comments.graemeg
2007-08-14* Updated a few scripts in the docs directory.graemeg
2007-08-13* Minor adjustment to clSelection color value.graemeg
2007-08-12* The start of clipboard support. Currently on Text is support and the clipbo...graemeg
2007-08-12* Implemented a Base Dialog class.graemeg
2007-08-10* Fixed minor compiler error and Mouser Cursor supportgraemeg