Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-06 | Moved the inherited call in TWidget.ProcessEvent | Graeme Geldenhuys | |
2006-12-05 | One-Handle-Per-Widget | Graeme Geldenhuys | |
* Implemented the TX11Application Expose event handling * Implemented the TX11Window etPaint message processing * Removed the EvOnPaint event handler and replaced it by overriding ProcessEvent | |||
2006-12-03 | * Added WidgetState to the TWidget in prototype | Graeme Geldenhuys | |
* Added WidgetStyle to the TWidget in prototype * Modified TButton in prototype to act like a button when clicked. | |||
2006-11-30 | TGDIWindow.Show now recursively calls the Show method of all ChildWindows. ↵ | Graeme Geldenhuys | |
This is not needed under X11. This fixes the bug in prototype/multihandle in r38. | |||
2006-11-29 | One-Handle-Per-Widget | Graeme Geldenhuys | |
* TForm now descends from TWidget. This removed a lot of code * TWidget now sets the Title by default to Classname. Under X11 this is handy when runnning xwininfo, which will now show form structure with classnames for each window. * TWidget now has a default WindowOptions type of woChildWindow * TForm has a default WindowOptions type of woWindow | |||
2006-11-29 | * Optimised X11 so that only one Expose event will occur from the X Server | Graeme Geldenhuys | |
when mapping the top level parent window. * The Prototype GUI has been modified to not auto call Show when a Widget or Form is created. | |||
2006-11-28 | * Starting fixing up the utfdemo for use with the new GFX. | Graeme Geldenhuys | |
* Minor code formatting of IMG code | |||
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-26 | Fixes image example bug on X11, by fixating the byte order for RGB formats ↵ | Felipe Menteiro de Carvalho | |
as the same Windows expects. | |||
2006-11-26 | Continued implementing processEvent on x11. | Felipe Menteiro de Carvalho | |
2006-11-26 | Implemented Screen.MousePos under Windows. | Felipe Menteiro de Carvalho | |
2006-11-26 | Small bug fixes. | Felipe Menteiro de Carvalho | |
2006-11-26 | Updated messaging on x11. | Felipe Menteiro de Carvalho | |
2006-11-25 | Fixes to image conversion. | Felipe Menteiro de Carvalho | |
2006-11-25 | Minor fix. | Felipe Menteiro de Carvalho | |
2006-11-25 | Readded several image formats. | Felipe Menteiro de Carvalho | |
2006-11-24 | Moved emulayer to top gfx folder. | Felipe Menteiro de Carvalho | |
2006-11-24 | Moved emulayer to x11 folder. | Felipe Menteiro de Carvalho | |
2006-11-24 | * Moved the Title property from TFApplication to TFCustomApplication | Graeme 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-23 | Small fix on comment. | Felipe Menteiro de Carvalho | |
2006-11-23 | Fixed compilation on X11. | Felipe Menteiro de Carvalho | |
2006-11-23 | Implemented ProcessEvent and sending events to parent on Windows platform. | Felipe Menteiro de Carvalho | |
2006-11-23 | Improved the painting. Added a TEdit component. | Graeme Geldenhuys | |
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-23 | updated templates | Felipe Menteiro de Carvalho | |
2006-11-22 | Prototypes TLabel didn't paint background correctly under Windows. | Graeme Geldenhuys | |
2006-11-22 | * Implemented Canvas.GetColor | Graeme Geldenhuys | |
* Implemented a TLabel in the /prototypes/multihandle app. | |||
2006-11-22 | Added more details when the TButtons and which ones get painted. | Graeme Geldenhuys | |
2006-11-22 | Created a prototype GUI widget set demonstrating a one-handle-per-widget ↵ | Graeme Geldenhuys | |
concept. I implemented a very basic TWidget, TForm and TButton. | |||
2006-11-22 | Added debug OnPaint code to see when OnPaint fires. | Graeme Geldenhuys | |
2006-11-21 | small 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-20 | Fixes incorrect thing commited. | Felipe Menteiro de Carvalho | |
2006-11-20 | Implemented sub-windows for X11. Also implemented property ChildWindows to ↵ | Felipe Menteiro de Carvalho | |
indicate all child windows of a given window. | |||
2006-11-20 | Added support for sub windows on Gfx, and also an example program for this | Felipe Menteiro de Carvalho | |
2006-11-20 | minor changes in copyright header. | Graeme Geldenhuys | |
2006-11-20 | * Fixed all references from gApplication to GFApplication under Linux | Graeme Geldenhuys | |
* Fixed all references from TX11Image to TX11Bitmap * Removed all references for 4bit and 24bit image formats. | |||
2006-11-20 | Fixed all copyright information | Graeme Geldenhuys | |
2006-11-19 | Removed 4 bits and 24 bits image formats because they are not portable enougth. | Felipe Menteiro de Carvalho | |
2006-11-19 | Changed 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-18 | Initial checkin. Merged fpGUI, fpGFX and fpIMG from the OpenSoft sever. | Graeme Geldenhuys | |
2006-11-18 | Initial directories | Graeme Geldenhuys | |