Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-20 | Fixed the external link in the fpg_base documentation. | Graeme Geldenhuys | |
I used the wrong fpdoc tag for the external link. | |||
2011-05-20 | Updated the fpGUI website address in the fpg_base unit documentation. | Graeme Geldenhuys | |
2011-03-24 | docs: new additional help topic regarding embedded forms. | Graeme Geldenhuys | |
2010-11-16 | fixed spelling mistakes in class documentation. | Graeme Geldenhuys | |
2010-11-12 | Minor docs for Canvas.GradientFill() | Graeme Geldenhuys | |
2010-10-04 | Update class documentation with "delayed resource allocation" information. | Graeme Geldenhuys | |
2010-09-28 | fpg_base documentation update | Graeme Geldenhuys | |
* removed empty documentation elements. * added some minor documentation to a few elements. | |||
2010-09-27 | docs: 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-22 | start of fpg_forms documentation | Graeme Geldenhuys | |
2010-09-20 | help on ManhattanLength function added | Graeme Geldenhuys | |
2010-09-01 | fpg_base: fixed spelling mistake in docs. | Graeme Geldenhuys | |
2010-08-30 | fpg_main documentation update (minor). | Graeme Geldenhuys | |
2010-08-23 | docs: added docs for fpg_command_intf unit. | Graeme Geldenhuys | |
2010-08-20 | docs: New fpg_tree.pas documentation. Minor updates to fpg_widget, ↵ | Graeme Geldenhuys | |
fpg_buttons docs. | |||
2010-08-18 | fpg_hyperlink docs update | Graeme Geldenhuys | |
2010-08-18 | fpg_dialog docs update | Graeme Geldenhuys | |
2010-08-18 | fpg_colorwheel docs update | Graeme Geldenhuys | |
2010-08-18 | fpg_colormapping docs update | Graeme Geldenhuys | |
2010-08-18 | fpg_wuline docs update | Graeme Geldenhuys | |
2010-08-18 | fpg_utils docs update | Graeme Geldenhuys | |
2010-08-18 | fpg_main docs update | Graeme Geldenhuys | |
2010-08-18 | fpg_imgfmt_bmp docs update | Graeme Geldenhuys | |
2010-08-18 | fpg_constants docs update | Graeme Geldenhuys | |
2010-08-18 | fpg_base docs update | Graeme Geldenhuys | |
2010-08-13 | Documentation update for fpg_main and fpg_button. | Graeme Geldenhuys | |
2010-08-11 | docs: New help description file for fpg_button.pas unit. | Graeme Geldenhuys | |
2010-08-11 | docs: some help content corrections. | Graeme Geldenhuys | |
2010-08-10 | docs: updated docs for fpg_constants.pas unit. | Graeme Geldenhuys | |
2010-08-10 | docs: update docs for fpg_dialogs.pas unit. | Graeme Geldenhuys | |
* also fixed the fpdoc syntax errors that was reported. | |||
2010-08-10 | docs: 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-10 | Docs: updated docs for fpg_main.pas unit. | Graeme Geldenhuys | |
2010-08-10 | Docs: updated docs for fpg_base unit. | Graeme Geldenhuys | |
2010-08-06 | docs: Updated XML Description files to use package name 'fpGUI'. | Graeme Geldenhuys | |
* Some documentation additions was made too. | |||
2010-08-05 | Docs: some minor new class documentation. | Graeme Geldenhuys | |
2010-06-29 | Doc update: improved descriptions of wtXXX window type enums. | Graeme Geldenhuys | |
2010-06-17 | Minor documentation update. | Graeme Geldenhuys | |
2010-06-09 | docs: Explaining the grid layout used by TfpgRect | Graeme Geldenhuys | |
vs the grid layout used by Types.TRect used by the RTL. | |||
2010-06-08 | Some 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-27 | Class documentation for ColorWheel, ValueBar and color mapping units. | Graeme Geldenhuys | |
2009-09-27 | blank template API documentation for colorwheel and colormapping units. | Graeme Geldenhuys | |
2009-04-30 | Documentation update | Graeme 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-30 | minor update to some documentation. | Graeme Geldenhuys | |
2009-04-07 | This is still work in progress. Renamed the xml documentation files | Graeme 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() method | graemeg | |
* 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. |