summaryrefslogtreecommitdiff
path: root/gfx
AgeCommit message (Expand)Author
2007-07-12Updated X11 backend of Gfx to the new changessekelsenmat
2007-07-12Small fix to newmultihandle and fixed show on windowssekelsenmat
2007-07-12Improved method layout, making it more consistent and isolated window creatio...sekelsenmat
2007-07-12Moved gfx event methods to protectedsekelsenmat
2007-07-12GFX: demonstrates how the EvXXX events could be made protected.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 th...sekelsenmat
2007-07-11Added style manager for the new multihandle prototype. Changed color channels...sekelsenmat
2007-07-11Implemented the new event model on X11sekelsenmat
2007-07-11Freed the EvPaint method for use by descendent components and implemented a E...sekelsenmat
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 b...sekelsenmat
2007-07-10Small fix for the carbon backend.sekelsenmat
2007-07-09GFX: minor changes to the Paint event.graemeg
2007-07-09GFX: Changed TFCustomWindow to descend from TComponent.graemeg
2007-07-09Wrong parameters in GFX/gdigraemeg
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-28Updated the img/masktest example to compile with latest GFX changes.graemeg
2007-05-28fixed svn properties on /img directorygraemeg
2007-05-27* Minor improvement in setting the window title under X11.graemeg
2007-05-27Fixed image showing on Gfxsekelsenmat
2007-05-27small improvements to painting system on x11sekelsenmat
2007-05-25Improved carbon interfacesekelsenmat
2007-05-25Added initial carbon interfacesekelsenmat
2007-05-18* Removed the old Xlib Font support form fpGFX/X11Graeme Geldenhuys
2007-05-18* Added a new UTF8 Utils unit with some handy functions.Graeme Geldenhuys
2007-05-18* Fixed a bug introduced in r100 where Forms are not displayed anymoreGraeme Geldenhuys
2007-05-17Improved form freeing code and general handling of GFApplication.FormsFelipe Menteiro de Carvalho
2007-05-02Updated version number and licensing headers under Windows. Also set correct ...Graeme Geldenhuys
2007-05-01* GUI: Implemented a very basic ShowMessag() function. Graeme Geldenhuys
2007-04-15Changed default X11 Xft font name and size.Graeme Geldenhuys
2007-04-15Fixed the issue with not Xft font support and the default font could not be c...Graeme Geldenhuys
2007-04-10* Fixed TFFixedLayout, TFDockedLayout implementationsGraeme Geldenhuys
2007-04-10* Fixed a TStyleAbs method name after the classname changes.Graeme Geldenhuys
2007-04-09Started appending F to classes on fpgui, to make its namespace more uniqueFelipe Menteiro de Carvalho
2007-04-06Added X11Displayproperty to TX11ApplicationAndrew
2007-04-05* Fixed bug in gfx_gdi with DoDrawImageRect. Only the first palette color cou...Graeme Geldenhuys
2007-03-18worked on the documentation a bit. Cleaned up some xml files. Created new doc...Graeme Geldenhuys
2007-03-10* Minor change in the menusGraeme Geldenhuys
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-03-07* Added more debug events.Graeme Geldenhuys