summaryrefslogtreecommitdiff
path: root/gfx/gfxbase.pas
AgeCommit message (Expand)Author
2007-07-12Small fixessekelsenmat
2007-07-12Removed use of the dirty list on X11sekelsenmat
2007-07-11Changed Invalidate to have no parameters. Now button down kind of works on th...sekelsenmat
2007-07-11Added style manager for the new multihandle prototype. Changed color channels...sekelsenmat
2007-07-11fixed the svn EOL property of a gfx unitgraemeg
2007-07-11Implemented double buffering for Gfxsekelsenmat
2007-07-11Removed Rect parameter from Paint eventsekelsenmat
2007-07-11Changed the event model on Gfx. We have several methods instead of only one b...sekelsenmat
2007-07-09GFX: Changed TFCustomWindow to descend from TComponent.graemeg
2007-06-08* Moved the TColor definition to the GFX codegraemeg
2007-05-31Moved the handle internal field to platform specific area. Added GetHandle fu...sekelsenmat
2007-05-31Renamed SetFont_ to DoSetFont. Carbon interface now compiles, links and runs ...sekelsenmat
2007-05-27small improvements to painting system on x11sekelsenmat
2007-05-17Improved form freeing code and general handling of GFApplication.FormsFelipe Menteiro de Carvalho
2007-05-01* GUI: Implemented a very basic ShowMessag() function. Graeme Geldenhuys
2007-04-09Started appending F to classes on fpgui, to make its namespace more uniqueFelipe Menteiro de Carvalho
2007-03-07* Extending the StyleManager to behave like a class factory. All Style classe...Graeme Geldenhuys
2007-03-07* Added a new unit to manage command line parameters.Graeme Geldenhuys
2007-01-07Created a new window option woModal which will be used for Modal Forms.Graeme Geldenhuys
2006-12-27* Introduced the Color property to TWidget. Not all widgets take this propertyGraeme Geldenhuys
2006-12-07* Implement a FillTriangle method for TFCustomCanvas.Graeme Geldenhuys
2006-12-07* Implemented AddWindow and RemoveWindow in TFCustomApplication.Graeme Geldenhuys
2006-12-06* Added CreateBitmapCanvas and CreateMonoBitmapCanvas to TFCustomScreen class.Graeme Geldenhuys
2006-12-05One-Handle-Per-WidgetGraeme Geldenhuys
2006-11-26Fixes image example bug on X11, by fixating the byte order for RGB formats as...Felipe Menteiro de Carvalho
2006-11-26Continued implementing processEvent on x11.Felipe Menteiro de Carvalho
2006-11-26Implemented Screen.MousePos under Windows.Felipe Menteiro de Carvalho
2006-11-26Small bug fixes.Felipe Menteiro de Carvalho
2006-11-25Fixes to image conversion.Felipe Menteiro de Carvalho
2006-11-25Readded several image formats.Felipe Menteiro de Carvalho
2006-11-24* Moved the Title property from TFApplication to TFCustomApplicationGraeme Geldenhuys
2006-11-23Fixed compilation on X11.Felipe Menteiro de Carvalho
2006-11-23Implemented ProcessEvent and sending events to parent on Windows platform.Felipe Menteiro de Carvalho
2006-11-23updated templatesFelipe Menteiro de Carvalho
2006-11-22* Implemented Canvas.GetColorGraeme Geldenhuys
2006-11-21small improvement to gfx.Felipe Menteiro de Carvalho
2006-11-20Implemented sub-windows for X11. Also implemented property ChildWindows to in...Felipe Menteiro de Carvalho
2006-11-19Removed 4 bits and 24 bits image formats because they are not portable enougth.Felipe Menteiro de Carvalho
2006-11-19Changed singleton function names to GF prefix, changed TFImage class name to ...Felipe Menteiro de Carvalho
2006-11-18Initial checkin. Merged fpGUI, fpGFX and fpIMG from the OpenSoft sever.Graeme Geldenhuys