summaryrefslogtreecommitdiff
path: root/src/corelib/gfxbase.pas
AgeCommit message (Expand)Author
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
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-16* Fixed a bug where the Right and Centre mouse button dectection was wrong wa...graemeg
2007-12-15* Added a new WindowAttribute called waStayOnTop. * Modified the SplashScree...graemeg
2007-12-13* A new GUI example showing how to implement a Splash Screen.graemeg
2007-12-11* Fixed TfpgApplication to call CheckSynchronize in the application loop so m...graemeg
2007-11-03* Improved modal form in X11 to use net window hintsdrewski207
2007-10-26* Updated the ThreeDee prototype with a new gradient function.graemeg
2007-10-21* Added name and version constants.graemeg