summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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)
2007-05-28Updated the img/masktest example to compile with latest GFX changes.graemeg
2007-05-28Updated the fpImg example: disp_bmp to compile with the latest set of ↵graemeg
changes made to fpGUI.
2007-05-28fixed svn properties on /img directorygraemeg
2007-05-27Added a package for fpimgsekelsenmat
2007-05-27partial fix for fpimgsekelsenmat
2007-05-27* Minor improvement in setting the window title under X11.graemeg
* Thanks to Felipe for fixing the TFBitmap issue, the Base Style in the GUI can now use bitmaps under Linux as well.
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
* Implemented a very basic TFMemo component. Lots of things are still outstanding. This is just the beginnings of the component. * Updated the WidgetTest example to include a Memo Form
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
* Fixed the Xtf font support in fpGFX/X11 to use the UTF-8 Xtf functions instead of the UTF-16 functions. * Fixed the GUI TFEdit by removing all usage of the WideString type
2007-05-18* Added a new UTF8 Utils unit with some handy functions.Graeme Geldenhuys
* Modified TFEdit to be UTF8 friendly. Needs testing. * Modified the WidgetTest - Edit Fields form to show UTF8 text in the TFEdit component for testing.
2007-05-18* Fixed a bug introduced in r100 where Forms are not displayed anymoreGraeme Geldenhuys
under Linux (X11). * Renamed all internal component names that started with a hash (#) to a underscore (_). For some reason a hash+<text> may not be used as a component name anymore. Must be a FPC 2.1.3 thing. * UTF8 support has been added to GFX/X11. This still needs some more testing, but it seems to be fine.
2007-05-17* Added a email document explaining how the GUI and event system works. More ↵Graeme Geldenhuys
formal documentation can be added later.
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
* GUI: Fixed bug 8877 - When you click at the end of text the cursor is in the wrong possition. * GUI: Other minor bug fixes to TFEdit when setting text.
2007-05-16* Implemented two new Windows styles. The Win9x look and the Win2000 look. ↵Graeme Geldenhuys
The later has more flat buttons. * Modified the OpenSoft style to use the buttons of Win2000. * The default style, auto, now uses the Windows 2000 style.
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 ↵Graeme Geldenhuys
work-around imprementation until the palette issue is fixed in GFX/X11
2007-05-02Updated version number and licensing headers under Windows. Also set correct ↵Graeme Geldenhuys
SVN Property Settings for DBFTest example.
2007-05-01* GUI: Implemented a very basic TDBEdit componentGraeme Geldenhuys
* GUI: Implemented a few more properties in TFieldDataLink * GUI: Implemented a ReadOnly property in TCustomEdit (still work in progress) * GUI: The TStyle function that draws the Edit Box now takes an extra parameter - IsReadOnly and paints the edit box background the appropriate color. * Demos: Updated the DB demo to show the TDBEdit in action.
2007-05-01* GUI: Implemented a very basic ShowMessag() function. Graeme Geldenhuys
This is still work in progress! * GUI: Implemented TFBoxLayout.RemoveChild * GFX/X11: Fixed a issue with the TextExtent where the lower curl of the character g will get clipped * GUI: Implemented a basic TDBLabel component * GUI Demos: Implemented a basic DB Test example. This is still work in progress and only tested under Linux. * GFX: Minor AMD64 fix for the unitxft.pas unit
2007-04-25* After the last patch of the TEdit it broke the PasswordChar feature which ↵Graeme Geldenhuys
is now fixed again. * Removed the anoying feature when you drag a scrollbar and move out of bounds, the scrollbar jumps back to the original position. Maybe we can keep that behaviour, but enabled via a property. * Busy implementing a SaveForm function, but still experimental and mostly for debugging only.
2007-04-25added a document explaining the class derivation and inheritance for the GFX ↵Graeme Geldenhuys
code.
2007-04-17* Applied TFEdit patch from Maciej Kaczkowski enabling theGraeme Geldenhuys
text to scroll. Also implemented BorderStyle property. * I made minor changes to Maciej patch. * Updated the WidgetTest demo to showcase the new features.
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 ↵Graeme Geldenhuys
renaming a while back.
2007-04-15Fixed the WidgetDemo example with the new widget class names.Graeme Geldenhuys