Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
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 documentation | graemeg | |
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 | |
2007-10-08 | * Added the forgotten fpdoc xml description file. | graemeg | |
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. |