summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-23* Minor changes to the Widgettest Edit Form.graemeg
2007-05-23Modified the utfdemo to show the Russion text instead.graemeg
2007-05-20The initial beginnings on a technical fpGUI manual. PDF versiongraemeg
2007-05-20The initial beginnings on a technical fpGUI manual.Graeme Geldenhuys
2007-05-20* Updated the UTF demo to include a TFEdit as well.Graeme Geldenhuys
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-17* Added a email document explaining how the GUI and event system works. More ...Graeme Geldenhuys
2007-05-17fixed compilation of the prototypeFelipe Menteiro de Carvalho
2007-05-17Improved form freeing code and general handling of GFApplication.FormsFelipe Menteiro de Carvalho
2007-05-16* GUI: Reimplemented from scratch the scrolling of text in a TFEditGraeme Geldenhuys
2007-05-16* Implemented two new Windows styles. The Win9x look and the Win2000 look. Th...Graeme Geldenhuys
2007-05-14Fixed demo software compilationFelipe Menteiro de Carvalho
2007-05-09* Radio buttons can now be drawn as disabled under Linux. This is still a wo...Graeme Geldenhuys
2007-05-02Updated version number and licensing headers under Windows. Also set correct ...Graeme Geldenhuys
2007-05-01* GUI: Implemented a very basic TDBEdit componentGraeme Geldenhuys
2007-05-01* GUI: Implemented a very basic ShowMessag() function. Graeme Geldenhuys
2007-04-25* After the last patch of the TEdit it broke the PasswordChar feature which i...Graeme Geldenhuys
2007-04-25added a document explaining the class derivation and inheritance for the GFX ...Graeme Geldenhuys
2007-04-17* Applied TFEdit patch from Maciej Kaczkowski enabling theGraeme Geldenhuys
2007-04-17WriteLn will crash on windowsFelipe Menteiro de Carvalho
2007-04-15Changed default X11 Xft font name and size.Graeme Geldenhuys
2007-04-15Fixed the rest of the GUI examples to work since we did a widget class renami...Graeme Geldenhuys
2007-04-15Fixed the WidgetDemo example with the new widget class names.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-09Removed the inline functions in fpgui.pas which solved the problem with FPC w...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-06removed unused entries in the uses clause.Graeme Geldenhuys
2007-04-06Renamed all the inc files to have the fpgui prefex. This will minimize the na...Graeme Geldenhuys
2007-04-06Renaming the inc files. This is a test as I could not use svn mv command befo...Graeme Geldenhuys
2007-04-05Fixed painting issue of multihandle prototype. The forms paint event painted ...Graeme Geldenhuys
2007-04-05* Fixed bug in gfx_gdi with DoDrawImageRect. Only the first palette color cou...Graeme Geldenhuys
2007-03-18more documentation updates as well as scrip updates to build the documentation.Graeme Geldenhuys
2007-03-18worked on the documentation a bit. Cleaned up some xml files. Created new doc...Graeme Geldenhuys
2007-03-10* Implemented the Motif style CheckBox.Graeme Geldenhuys
2007-03-10* Minor change in the menusGraeme Geldenhuys
2007-03-08* Reset the default style to Windows Style for now.Graeme Geldenhuys
2007-03-08* Reworked the Style Manager to behave like a factory pattern.Graeme 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* Popupu menus now close on item selection.Graeme Geldenhuys
2007-03-07* Added more debug events.Graeme Geldenhuys