Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-13 | fpgui2: reverted the event changes made of yesterday. | graemeg | |
2007-07-13 | Added some more properties/methods to TFWindow | sekelsenmat | |
2007-07-12 | fpgui2: Implemented WindowToScreen which translates coordinates. | graemeg | |
fpgui2: Fixed up the painting issues of TfpgComboBox. fpgui2: TfpgComboBox dropdown is now painted and appears in the correct location and size. | |||
2007-07-12 | Fixed events example | sekelsenmat | |
2007-07-12 | Small improvement to newmultihandle | sekelsenmat | |
2007-07-12 | Added TFEdit to newmultihandle | sekelsenmat | |
2007-07-12 | GFX: Got it to compile under Linux | graemeg | |
2007-07-12 | Updated X11 backend of Gfx to the new changes | sekelsenmat | |
2007-07-12 | Small fix to newmultihandle and fixed show on windows | sekelsenmat | |
2007-07-12 | Small fix to the example lpi file | sekelsenmat | |
2007-07-12 | Improved method layout, making it more consistent and isolated window ↵ | sekelsenmat | |
creation code in a new method. Also removed empty implementation of methods from gfxbase. | |||
2007-07-12 | Moved gfx event methods to protected | sekelsenmat | |
2007-07-12 | fpgui2 prototype changes (Linux only): | graemeg | |
* Started the conversion from use of Messages to Event Methods. So far I have converted MouseEnter, MouseExit, KeyPress, Activate, Deactivate and Paint events. * I have merged the Parent and ParentWindow properties into one Parent property. Descendants reintroduce the property and casts it's type correctly. All this has only been tested under Linux and the tests/edittest project. The Windows build is currently broken. | |||
2007-07-12 | GFX: demonstrates how the EvXXX events could be made protected. | graemeg | |
2007-07-12 | newmultihandle: Added some Canvas painting tests to the example project. | graemeg | |
2007-07-12 | * Added a new Timer demo to the prototype fpgui2. | graemeg | |
2007-07-12 | Small fixes | sekelsenmat | |
2007-07-12 | Removed use of the dirty list on X11 | sekelsenmat | |
2007-07-12 | Implemented a better Invalidate for X11 and fixed mouse release on X11 | sekelsenmat | |
2007-07-12 | Fixed compilation on X11 and adapted its code to the new pixel format | sekelsenmat | |
2007-07-11 | Changed Invalidate to have no parameters. Now button down kind of works on ↵ | sekelsenmat | |
the new multihandle | |||
2007-07-11 | Added style manager for the new multihandle prototype. Changed color ↵ | sekelsenmat | |
channels from Word to Byte on Gfx. | |||
2007-07-11 | Changed the example to store local info in lps | sekelsenmat | |
2007-07-11 | Prototype: Implemented end user OnMouseDown and OnMouseUp event properties | graemeg | |
2007-07-11 | * Defined some Event Types. Mostly for usage of end user | graemeg | |
property events. * Implemented some end user events like OnPaint, OnMouseEnter, OnMouseExit, OnShow, OnDestroy, OnActivate, etc... * Minor fix in the X11 font height returned. * Created a new GUI example displaying the usage of the Align property. | |||
2007-07-11 | Implemented the new event model on X11 | sekelsenmat | |
2007-07-11 | Improved multihandle prototype | sekelsenmat | |
2007-07-11 | Freed the EvPaint method for use by descendent components and implemented a ↵ | sekelsenmat | |
EvInternalPaint for internal painting | |||
2007-07-11 | fixed the svn EOL property of a gfx unit | graemeg | |
2007-07-11 | Improved double buffering and implemented partial painting | sekelsenmat | |
2007-07-11 | Implemented double buffering for Gfx | sekelsenmat | |
2007-07-11 | Removed Rect parameter from Paint event | sekelsenmat | |
2007-07-11 | Changed the event model on Gfx. We have several methods instead of only one ↵ | sekelsenmat | |
big method now. | |||
2007-07-11 | * Moved the canvas test project to the examples core directory. | graemeg | |
* Added a screenshot of the canvas test to show how it should look like. | |||
2007-07-11 | * Minor fix in Canvas.GetPixel under Windows | graemeg | |
2007-07-10 | * Minor fix to get Canvas.Pixels[] to work under Windows. | graemeg | |
2007-07-10 | * Implemented Canvas.Pixels[] | graemeg | |
* Refactored the TfpgImage class * Moved the message procedures in TfpgWidget from public to private. * Extended the fpgCanvas test project to use the new Canvas.Pixels[] property. | |||
2007-07-10 | * Fixed the svn eol style properties for the new prototype example. | graemeg | |
* Fixed the mouse wheel support for X11 based on the changes made under Windows. | |||
2007-07-10 | * Fixed the mouse wheel support under Windows. | graemeg | |
2007-07-10 | * Reenabled the Mouse click and doubleclick events for Windows. | graemeg | |
2007-07-10 | Small fix for gfx examples | sekelsenmat | |
2007-07-10 | * Fixed compilation errors under Windows. * Fixed the MouseEnter and ↵ | graemeg | |
MouseExit message handling. | |||
2007-07-10 | improved prototype to at least do basic drawing on the button and widget | sekelsenmat | |
2007-07-10 | Added new multihandle prototype | sekelsenmat | |
2007-07-10 | Small fix for the carbon backend. | sekelsenmat | |
2007-07-09 | * DoMouseEnterLeaveCheck implemented in Windows. This needs testing as I was ↵ | graemeg | |
developing under Linux only. * Reworked the EventTest example and am now exposing all possible FPGM_ messages. The demo still needs some work though. * Implemented Mouse Scroll support under X11 | |||
2007-07-09 | EventTest: added more debug information in the paint event. | graemeg | |
2007-07-09 | GFX: minor changes to the Paint event. | graemeg | |
2007-07-09 | GFX: Changed TFCustomWindow to descend from TComponent. | graemeg | |
EventTest: extended the example a bit to test a few more things. | |||
2007-07-09 | Wrong parameters in GFX/gdi | graemeg | |