summaryrefslogtreecommitdiff
path: root/src/corelib/gfxbase.pas
AgeCommit message (Expand)Author
2008-09-16* property change for fpgui_toolkit package.graemeg
2008-09-09* Moved the HintTimer form TfpgWidget to TfpgApplication. Everything still se...graemeg
2008-07-23* Minor parameter type change in Clipboard classes from String to TfpgString.graemeg
2008-07-21* Applied fpgui_mode.diff patch from Luiz Americo.graemeg
2008-07-18* Removed unnecessary parameters from DoUpdateWindowPosition.graemeg
2008-07-17* Applied Luiz Americo's resize patch with minor fixes.graemeg
2008-07-14* Implemented a ModalResult type and related constants.graemeg
2008-07-07* Fixed svn properties on some files.graemeg
2008-06-27* Introduced a new property to TfpgWidget, called IsContainer for allgraemeg
2008-06-19* Minor fix with mousewheel support in listbox components.graemeg
2008-06-12* Minor fixes to csUpdating ComponentState in Grids.graemeg
2008-05-23* Added some sanity checks in TfpgFontBase.TextWidth and Utf8Copygraemeg
2008-05-19* Merged my private graemeg branch changes (r752:r781) into trunk. These chan...graemeg
2008-05-19* fpgGet[Red|Green|Blue] did not take into account named colors.graemeg
2008-04-27fpgApplication is now derived from TComponent again. This time I managed to f...graemeg
2008-04-27minor spelling mistake in code comments.graemeg
2008-04-25Fixed Index-out-of-bounds error in File Dialog under Windows.graemeg
2008-04-24* TfpgApplicationBase now descends from TObject instead of TComponent.graemeg
2008-04-23* Introduced TfpgApplication.Terminate methodgraemeg
2008-04-15* Implemented ActiveWindow method.graemeg
2008-04-09* Added a user defined Message Record type for any custom data.graemeg
2008-04-07no commentgraemeg
2008-04-03* Minor fix in the MessageDialogsgraemeg
2008-04-02* Applied patch from Vladimir removing all IFDEFs from gui_grid.graemeg
2008-03-28* Fixed a spelling mistake in a TFileEntry class property name.graemeg
2008-03-28* Applied a patch from Michael van Canneyt fixing a bug in TfpgFileListBase.R...graemeg
2008-03-28* Many big changes which removes bucket loads of compiler warnins. These will...graemeg
2008-03-28* Reverted the Memo changes from revision 679 to get the UI Designer working ...graemeg
2008-03-27* New Implementation of memo lines. much faster. there is at least one bug le...drewski207
2008-03-27* Moved some constants to the gfx_constants unit.graemeg
2008-03-26* Now we are correctly handling the ComponentState property between different...graemeg
2008-03-26* Applied patch from Vladimir improving the DoubleClick support.graemeg
2008-03-25* fpGUI should now compile under FPC 2.3.1 but it's untested.graemeg
2008-03-25* Added Antonio Sanguigni new TfpgHyperLabel component to fpGUI. I converted ...graemeg
2008-03-25* Fixed a memory leak in the TfpgFileListBase class.graemeg
2008-03-22* Added Stop to TfpgMessageRec.drewski207
2008-03-21* new method in Canvas class called ClipLine() which clips the coordinatesgraemeg
2008-03-19* X11: Implemented an Application.OnIdle event.graemeg
2008-03-18* Applied a patch from Vladimir which imploves the file system encoding and s...graemeg
2008-03-14* Applied various patch from Vladimir which implements locale file encoding s...graemeg
2008-03-14* Applied patch from Antonio fixing the FileGrid demo.graemeg
2008-03-13* Applied patch from Antonio which adds a authentication to User Prompt Dialo...graemeg
2008-03-12* Restructured gfx_utils.pas unit and moved it to the CoreLib directory.graemeg
2008-03-12* Applied a patch from Vladimir moving some code out of gui_grid.pas to gfxba...graemeg
2008-03-11* TfpgWidget now simulates a RMB click when Menu Key is pressed. In TfpgEdit ...graemeg
2008-03-07* TfpgForm now has a FullScreen property. Currently only implemented in X11.graemeg
2008-02-20* Added a new cursor: mcHandgraemeg
2008-02-14* X11: fpGUI will now raise an exception if it can't open the X Display.graemeg
2008-02-09* Introduced to new types: TfpgChar and TfpgString.graemeg
2008-02-01* Fixed old Color property to TextColor.graemeg