summaryrefslogtreecommitdiff
path: root/docs/xml
AgeCommit message (Collapse)Author
2010-10-04Update class documentation with "delayed resource allocation" information.Graeme Geldenhuys
2010-09-28fpg_base documentation updateGraeme Geldenhuys
* removed empty documentation elements. * added some minor documentation to a few elements.
2010-09-27docs: Moved additional topics into separate xml description files.Graeme Geldenhuys
* So the changing default fpgui language topic has now moved out of fpg_constants into its own xml file. * Started a new topic related to drag and drop support.
2010-09-22start of fpg_forms documentationGraeme Geldenhuys
2010-09-20help on ManhattanLength function addedGraeme Geldenhuys
2010-09-01fpg_base: fixed spelling mistake in docs.Graeme Geldenhuys
2010-08-30fpg_main documentation update (minor).Graeme Geldenhuys
2010-08-23docs: added docs for fpg_command_intf unit.Graeme Geldenhuys
2010-08-20docs: New fpg_tree.pas documentation. Minor updates to fpg_widget, ↵Graeme Geldenhuys
fpg_buttons docs.
2010-08-18fpg_hyperlink docs updateGraeme Geldenhuys
2010-08-18fpg_dialog docs updateGraeme Geldenhuys
2010-08-18fpg_colorwheel docs updateGraeme Geldenhuys
2010-08-18fpg_colormapping docs updateGraeme Geldenhuys
2010-08-18fpg_wuline docs updateGraeme Geldenhuys
2010-08-18fpg_utils docs updateGraeme Geldenhuys
2010-08-18fpg_main docs updateGraeme Geldenhuys
2010-08-18fpg_imgfmt_bmp docs updateGraeme Geldenhuys
2010-08-18fpg_constants docs updateGraeme Geldenhuys
2010-08-18fpg_base docs updateGraeme Geldenhuys
2010-08-13Documentation update for fpg_main and fpg_button.Graeme Geldenhuys
2010-08-11docs: New help description file for fpg_button.pas unit.Graeme Geldenhuys
2010-08-11docs: some help content corrections.Graeme Geldenhuys
2010-08-10docs: updated docs for fpg_constants.pas unit.Graeme Geldenhuys
2010-08-10docs: update docs for fpg_dialogs.pas unit.Graeme Geldenhuys
* also fixed the fpdoc syntax errors that was reported.
2010-08-10docs: updated docs for fpg_colormapping.pas unit.Graeme Geldenhuys
Not all fpdoc output writers document the parameters of methods. So instead of add the documentation of those parameters as part of the Method help.
2010-08-10Docs: updated docs for fpg_main.pas unit.Graeme Geldenhuys
2010-08-10Docs: updated docs for fpg_base unit.Graeme Geldenhuys
2010-08-06docs: Updated XML Description files to use package name 'fpGUI'.Graeme Geldenhuys
* Some documentation additions was made too.
2010-08-05Docs: some minor new class documentation.Graeme Geldenhuys
2010-06-29Doc update: improved descriptions of wtXXX window type enums.Graeme Geldenhuys
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.
2009-09-27Class documentation for ColorWheel, ValueBar and color mapping units.Graeme Geldenhuys
2009-09-27blank template API documentation for colorwheel and colormapping units.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-09-04* minor changes for fpdoc generated documentation.graemeg
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-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.