summaryrefslogtreecommitdiff
path: root/src/corelib/gfxbase.pas
AgeCommit message (Expand)Author
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
2007-10-17CoreLib: Fixed Canvas.StretchDraw(). I forgot to undo previous debug testing ...graemeg
2007-10-05* Implemented a UTF8Insert() and UTF8Delete() proceduresgraemeg
2007-09-14* Introduced Setter methods for BaseWindow Width and Height properties.graemeg
2007-09-14* New overloaded EndDraw method for TfpgCanvas.graemeg
2007-09-13* CoreLib: fpgApplication now has a Terminated property which terminates thegraemeg
2007-09-12minor adjustment to default font setting and included the missing extrafpc.cf...graemeg
2007-09-08* Fixed initial painting of components when they are placed in the 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* Implemented a most of the Menu component. It's stillgraemeg
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-12* Minor adjustment to the GradientFill function.graemeg
2007-08-12* The start of clipboard support. Currently on Text is support and the clipbo...graemeg
2007-08-12* Extended the sample text string used in the Font Select dialog.graemeg