summaryrefslogtreecommitdiff
path: root/docs/xml/corelib
AgeCommit message (Collapse)Author
2011-07-20docs: fixed spelling mistake and added one small short description.Graeme Geldenhuys
2011-07-12docs: update for fpg_base unitGraeme Geldenhuys
2011-05-20Fixed the external link in the fpg_base documentation.Graeme Geldenhuys
I used the wrong fpdoc tag for the external link.
2011-05-20Updated the fpGUI website address in the fpg_base unit documentation.Graeme Geldenhuys
2010-11-16fixed spelling mistakes in class documentation.Graeme Geldenhuys
2010-11-12Minor docs for Canvas.GradientFill()Graeme Geldenhuys
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-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_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: some help content corrections.Graeme Geldenhuys
2010-08-10docs: updated docs for fpg_constants.pas unit.Graeme Geldenhuys
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-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.
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-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