summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-07-12* Added a new Timer demo to the prototype fpgui2.graemeg
2007-07-12Small fixessekelsenmat
2007-07-12Removed use of the dirty list on X11sekelsenmat
2007-07-12Implemented a better Invalidate for X11 and fixed mouse release on X11sekelsenmat
2007-07-12Fixed compilation on X11 and adapted its code to the new pixel formatsekelsenmat
2007-07-11Changed Invalidate to have no parameters. Now button down kind of works on ↵sekelsenmat
the new multihandle
2007-07-11Added style manager for the new multihandle prototype. Changed color ↵sekelsenmat
channels from Word to Byte on Gfx.
2007-07-11Changed the example to store local info in lpssekelsenmat
2007-07-11Prototype: Implemented end user OnMouseDown and OnMouseUp event propertiesgraemeg
2007-07-11* Defined some Event Types. Mostly for usage of end usergraemeg
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-11Implemented the new event model on X11sekelsenmat
2007-07-11Improved multihandle prototypesekelsenmat
2007-07-11Freed the EvPaint method for use by descendent components and implemented a ↵sekelsenmat
EvInternalPaint for internal painting
2007-07-11fixed the svn EOL property of a gfx unitgraemeg
2007-07-11Improved double buffering and implemented partial paintingsekelsenmat
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 ↵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 Windowsgraemeg
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-10Small fix for gfx examplessekelsenmat
2007-07-10* Fixed compilation errors under Windows. * Fixed the MouseEnter and ↵graemeg
MouseExit message handling.
2007-07-10improved prototype to at least do basic drawing on the button and widgetsekelsenmat
2007-07-10Added new multihandle prototypesekelsenmat
2007-07-10Small 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-09EventTest: added more debug information in the paint event.graemeg
2007-07-09GFX: minor changes to the Paint event.graemeg
2007-07-09GFX: Changed TFCustomWindow to descend from TComponent.graemeg
EventTest: extended the example a bit to test a few more things.
2007-07-09Wrong parameters in GFX/gdigraemeg
2007-07-07* Added 140 predefined web (html) colors used by NS and MSIE.graemeg
2007-07-07* Refactored the Window class.graemeg
* Added some basic predefined colors to gfxbase. * Some more code cleanup in the test projects. * Fixed a dependency issue with the core/imgtest example project.
2007-07-07* Minor cleanup to the HelloWorld example.graemeg
2007-07-07* Completed the implementation of the HelloWord examplegraemeg
2007-07-06* Refactored the last few methods of the Canvas class. Soon I'll tackel the ↵graemeg
other classes.
2007-07-06Refactored a lot of the Canvas class. Only tested under Linux, but should ↵graemeg
work under Windows. Minor performance improvement in the fpgcanvas test project. Minor changes to the edittest test project.
2007-07-06Busy porting the HelloWorld examplegraemeg
2007-07-06Added a new fpGUI based on multiple handles. One handle per Widget. Also ↵graemeg
added a few cool features.
2007-06-23* Renamed all the VertScrollBar names that got screwed in a global ↵graemeg
Find-and-Replace a while back. * Implemented keyboard navigation in the TFListBox (still experimental).
2007-06-18Docs: Added a few more notes I would like to use in a new chapter.graemeg
2007-06-08Moved the TColor declaration to GFX codegraemeg
2007-06-08* Moved the TColor definition to the GFX codegraemeg
* Changed the TFBitmap.Lock methods parameters from var to out. * Implemented a GfxColorToTColor() method
2007-06-05* Finally fixed the menu dropdown issue where you had to click twice to get ↵graemeg
the menu to drow down.
2007-05-31Moved the handle internal field to platform specific area. Added GetHandle ↵sekelsenmat
function. Improved carbon interface
2007-05-31Renamed SetFont_ to DoSetFont. Carbon interface now compiles, links and runs ↵sekelsenmat
(but doesn't do anything)