summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2010-06-17Minor documentation update.Graeme Geldenhuys
2010-06-09docs: Explaining the grid layout used by TfpgRectGraeme Geldenhuys
vs the grid layout used by Types.TRect used by the RTL.
2010-06-08Some new docs for fpg_widget.pas unit.Graeme Geldenhuys
Important point is the explanation for the Anchors property and how fpGUI uses it.
2010-06-08doc scripts: Minor update to run successfully under FPC 2.4.1Graeme Geldenhuys
NOTE: There are major bugs in fpdoc from 2.4.1 and 2.5.1 which causes all kinds of parsing errors, so some code (classes, procedures etc.) my be left out of the documentation unexpectedly.
2010-02-23Made a note about being outdated text.Graeme Geldenhuys
2010-02-22Updated the class inheritance documentation file.Graeme Geldenhuys
2010-02-22update readme and install text filesGraeme Geldenhuys
* Also relocated the src/readme.txt file to the docs directory.
2010-02-22manifest file used by fpmakeGraeme Geldenhuys
2009-12-10Very basic Linux requiremens for compiling fpGUI based apps.Graeme Geldenhuys
2009-11-27Work-in-progress script to compile fpGUI toolkit help in IPF output.Graeme Geldenhuys
2009-09-27Class documentation for ColorWheel, ValueBar and color mapping units.Graeme Geldenhuys
2009-09-27Update GUI documentation build script to include two new units.Graeme Geldenhuys
2009-09-27blank template API documentation for colorwheel and colormapping units.Graeme Geldenhuys
2009-06-26Updated some readme files.Graeme Geldenhuys
2009-05-13Added a new FAQ text file and updated the lazarus.dci code templates.Graeme Geldenhuys
2009-04-30More updates to documentation build scripts.Graeme Geldenhuys
2009-04-30Documentation updateGraeme Geldenhuys
* updated all the fpdoc xml documentation files to reference the new unit names. * Fixed the build scripts * trimmed the xml files to only contain nodes that have actual documentation.
2009-04-30minor update to some documentation.Graeme Geldenhuys
2009-04-07This is still work in progress. Renamed the xml documentation filesGraeme Geldenhuys
to match the unit names. Updated the corelib build script. It's still not ready to be run yet, but it is one step closer.
2008-10-05* Added a new Canvas.DrawPolygon() methodgraemeg
* Added a new unit fpg_extgraphics.pas with extensive shape drawing methods * Added a new conversion method called fpgRectToRect() * Replaced the implementation of TfpgStyle.DrawDirectionArrow to use the new fpg_extgraphics.PaintTriangle() method instead. * Adjusted ComboBox painting of internal button to accomodate the new fpg_extgraphics unit. * Added Jean-Marc's new fpg_spinedit unit. * Made some further improvements and minor fixes to the SpinEdit and SpinEditFloat components. * renamed the fpdoc file fpgfx.xml to fpg_main.xml as per the new unit names.
2008-10-02* My mini theming spec.graemeg
2008-09-04* minor changes for fpdoc generated documentation.graemeg
2008-09-01* Added some more information into the readme.txt file.graemeg
2008-08-20* Minor update to docs build scriptgraemeg
2008-07-04* Removed the outdated Technical Reference document. It will be rewritten in ↵graemeg
the future.
2008-06-23* TfpgListBox now handles the Resize message. This fixes the scrollbar issue ↵graemeg
in the UI Designer and at runtime resizing. * Implemented correct 'lazy refresh' in TfpgWidget when setting the size and position with .SetPostion() method. * Refactored the Combo components removing some code duplication. Some paint methods are now inthe BasicCombobox component.
2008-06-12* Minor fixes to csUpdating ComponentState in Grids.graemeg
* fpgApplication now closes all forms created via fpgApplication.CreateForm() before the main form when the application terminates. * Minor documentation update for fpgfx.pas unit.
2008-03-25* Added some new skeleton documentation for newly added units.graemeg
* Updated the gui_hyperlink documentation. * Updated documentation scripts. * Fixed the painting bug in gui_basegrid where the top-right and bottom-left text or images paint over the control frame.
2008-03-25* Added Antonio's gui_hyperlink documentation.graemeg
* Added some gfx_utils documentation. * Updated some documenation scripts.
2008-02-17* updated the documentation scripts.graemeg
* updated the version number for the next release. * Disabled all debug information.
2007-12-03* Updated the doc build scripts.graemeg
* Added a full text search via the Tipue search engine. * Created a simplistic parser to generate the Tipue data file.
2007-11-30* Some more minor improvements to the prototype Bitmap theme support.graemeg
2007-11-07* Updated the fpdoc scripts by adding the new units.graemeg
2007-11-01* More documentation updates.graemeg
2007-11-01* Added some more documentationgraemeg
2007-10-29* Minor fix in docs.graemeg
* Ported tiOPF2 Demos 06 and 07 to fpGUI.
2007-10-26* Updated the ThreeDee prototype with a new gradient function.graemeg
* Implemented a new fpgGetAvgColor function in gfxbase unit. * Supplied some more documentation for gfxbase unit.
2007-10-25* Added new UTF8 function used for text translations with .po files.graemeg
* Added BackgroundColor as new published property of TrackBar component. * Specified default property values for BaseGrid component. This help optimize the UI Designer generated code. * Started refactoring code from TfpgEdit to TfpgCustomEdit. This is still incomplete. * Added new prototype project for testing a new Master Maths custom theme.
2007-10-22* Updated the XML description files.graemeg
2007-10-21* Added name and version constants.graemeg
* Added a SetDefaults method which we could use in the future to autoset the default property values for us. * Minor documentation update
2007-10-15* Started documenting the gfxbase unit.graemeg
2007-10-15* Published BackgroundColor and OnPaint for TfpgFormgraemeg
* TfpgWidget.HandleShow now always sets Visible = True. This fixes issue with the fpGUI-LCL interface as well. * Added a few more safety checks into the PageControl widget. * The OnPaint event is now wrapped with BeginDraw/EndDraw calls so that a event handler for OnPaint doesn't need to call it explicitly.
2007-10-08* Added the forgotten fpdoc xml description file.graemeg
2007-10-08* UI Designer: Added more available Boolean properties to the Object Inspector.graemeg
* Move inline documentation out of the gui_dialogs unit and into the fpdoc XML description file. * Minor code cleanup in a few units. * TfpgFileDialog ModalResult value has changed for Cancel from the value 0 to the value 2.
2007-09-27* Added a new property to edit in the Form Designer for TfpgForm's.graemeg
* Added skeleton documentation for the CoreLib units. * Fully documented the gfx_utils and gfx_imgfmt_bmp units.
2007-09-18* Updated the documentations scripts with recently added new units.graemeg
2007-09-13minor changes to doc scriptsgraemeg
2007-08-28* Updated scripts to be able to generate FPDoc sekeleton documentation.graemeg
* Added the missing directories required for doc generation.
2007-08-15* Implemented some file handling functions.graemeg
* Implemented a FileGrid widget. Still work in progress and lots of refactoring and getting rid of IFDEFs.
2007-08-14* Updated a few scripts in the docs directory.graemeg
* Minor changes in the style unit. * Added a new examples/apps/docedit project. Once complete it will be a demo application of fpGUI and at the same time show most used widgets in action. DocEdit will become something like lazde is to Lazarus.