summaryrefslogtreecommitdiff
path: root/src/corelib/gfxbase.pas
AgeCommit message (Expand)Author
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
2007-08-12* Implemented a Base Dialog class.graemeg
2007-08-11* Implemented fpgApplicatio.GetFontfaceList (GDI untested)graemeg
2007-08-10* Fixed minor compiler error and Mouser Cursor supportgraemeg
2007-08-09* moved FastDoubleBuffer to TfpgCanvasBasedrewski207
2007-08-08* Mouse Cursor support has been added (GDI is untested).graemeg
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-06* Added basic listviewdrewski207
2007-07-27X11 only:graemeg
2007-07-25* Implemented and added a new unit that will handle command line parameters.graemeg
2007-07-25* Fixed the Windows implementation of Canvas.DrawArc and Canvas.FillArc.graemeg
2007-07-25* Implemented two new canvas functions. DrawArc() and FillArc()graemeg
2007-07-24Replaced some code that got undone in the previous revision regarding modal f...graemeg
2007-07-24made DoAllocateWinHandle only allocate not show a handledrewski207
2007-07-24* Updated gfx_x11 to reflect the changes about modal forms.graemeg
2007-07-24* Move some modal form requirements as global variable to propertiesgraemeg
2007-07-24GUI: created a AutoSize property for TfpgLabelgraemeg
2007-07-23The first part of removing the obsolete fpGUI and replacing it with the new m...graemeg