summaryrefslogtreecommitdiff
path: root/gfx
AgeCommit message (Collapse)Author
2006-11-28* Fixed the fpgfxpackage to reflect the removal of the emulayer directory.Graeme Geldenhuys
* A few changes to get the fpguipackage compiling again.
2006-11-26Fixes image example bug on X11, by fixating the byte order for RGB formats ↵Felipe Menteiro de Carvalho
as the same Windows expects.
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-26Updated messaging on x11.Felipe Menteiro de Carvalho
2006-11-25Fixes to image conversion.Felipe Menteiro de Carvalho
2006-11-25Minor fix.Felipe Menteiro de Carvalho
2006-11-25Readded several image formats.Felipe Menteiro de Carvalho
2006-11-24Moved emulayer to top gfx folder.Felipe Menteiro de Carvalho
2006-11-24Moved emulayer to x11 folder.Felipe Menteiro de Carvalho
2006-11-24* Moved the Title property from TFApplication to TFCustomApplicationGraeme Geldenhuys
* Removed a lot of compiler warnings under Linux. * Fixe a bug where TX11Canvas.DoCopyRect was using a local unused variable instead of the passed in param.
2006-11-23Small fix on comment.Felipe Menteiro de Carvalho
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-23* Toying with the idea of a TPopupWindow class in the multi-handle prototype.Graeme Geldenhuys
* Think I fixed the problem with the dropdown window of the TComboBox not always appearing in the correct position.
2006-11-23updated templatesFelipe Menteiro de Carvalho
2006-11-22* Implemented Canvas.GetColorGraeme Geldenhuys
* Implemented a TLabel in the /prototypes/multihandle app.
2006-11-21small improvement to gfx.Felipe Menteiro de Carvalho
2006-11-20* Fix color depths under X11. 24bit was not working.Graeme Geldenhuys
* Changed the SubWindow example to paint a bit better.
2006-11-20Implemented sub-windows for X11. Also implemented property ChildWindows to ↵Felipe Menteiro de Carvalho
indicate all child windows of a given window.
2006-11-20Added support for sub windows on Gfx, and also an example program for thisFelipe Menteiro de Carvalho
2006-11-20* Fixed all references from gApplication to GFApplication under LinuxGraeme Geldenhuys
* Fixed all references from TX11Image to TX11Bitmap * Removed all references for 4bit and 24bit image formats.
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
TFBitmap.
2006-11-18* Test compiled GFX and GUI. * Amended output paths for GFX examples. * ↵Graeme Geldenhuys
Corrected licenses in GUI and GFX packages.
2006-11-18Initial checkin. Merged fpGUI, fpGFX and fpIMG from the OpenSoft sever.Graeme Geldenhuys