summaryrefslogtreecommitdiff
path: root/src/corelib/fpgfx.pas
AgeCommit message (Expand)Author
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
2007-08-08* Minor adjustments to GDI code after the previous revisions changes.graemeg
2007-08-08* Finally fixed all painting issues with rectangles and clipping.graemeg
2007-08-07* Changed the parameters of DrawRectangle, FillRectangle to rather use Width ...graemeg
2007-08-06* Implemented Canvas.FillGradient().graemeg
2007-08-04* Started the implementation of a Grid component.graemeg
2007-07-31* Fixed FillRectangle() under GDI and X11.graemeg
2007-07-27X11 only:graemeg
2007-07-26* Minor fixes with DrawControlFrame and ComboBox down button.graemeg
2007-07-26* Added a DrawString() method to TfpgStylegraemeg
2007-07-25* Implemented and added a new unit that will handle command line parameters.graemeg
2007-07-25* fixed timers if the next timer should execute nowdrewski207
2007-07-24Replaced some code that got undone in the previous revision regarding modal f...graemeg
2007-07-24* Move some modal form requirements as global variable to propertiesgraemeg
2007-07-23The first part of removing the obsolete fpGUI and replacing it with the new m...graemeg