Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-18 | fpg_base docs update | Graeme Geldenhuys | |
2010-08-18 | script updates | Graeme Geldenhuys | |
2010-08-14 | Doc build scripts for HTML, IPF (INF help) and RTF. | Graeme Geldenhuys | |
* To generate correct documentation, you need to use the latest fpdoc from FPC 2.5.1 (trunk). This contains various fixes for fcl-passrc, fpdoc and the new IPF output writer for INF help. | |||
2010-08-14 | deleted more obsolete docs. | Graeme Geldenhuys | |
2010-08-14 | removed all old doc scripts and html content. | 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 | docs: some Mac OSX information. | Graeme Geldenhuys | |
This information was gathered from users that emailed me. I don't own a Mac, so couldn't try this myself. | |||
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. | |||
2010-06-08 | doc scripts: Minor update to run successfully under FPC 2.4.1 | Graeme 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-23 | Made a note about being outdated text. | Graeme Geldenhuys | |
2010-02-22 | Updated the class inheritance documentation file. | Graeme Geldenhuys | |
2010-02-22 | update readme and install text files | Graeme Geldenhuys | |
* Also relocated the src/readme.txt file to the docs directory. | |||
2010-02-22 | manifest file used by fpmake | Graeme Geldenhuys | |
2009-12-10 | Very basic Linux requiremens for compiling fpGUI based apps. | Graeme Geldenhuys | |
2009-11-27 | Work-in-progress script to compile fpGUI toolkit help in IPF output. | Graeme Geldenhuys | |
2009-09-27 | Class documentation for ColorWheel, ValueBar and color mapping units. | Graeme Geldenhuys | |
2009-09-27 | Update GUI documentation build script to include two new units. | Graeme Geldenhuys | |
2009-09-27 | blank template API documentation for colorwheel and colormapping units. | Graeme Geldenhuys | |
2009-06-26 | Updated some readme files. | Graeme Geldenhuys | |
2009-05-13 | Added a new FAQ text file and updated the lazarus.dci code templates. | Graeme Geldenhuys | |
2009-04-30 | More updates to documentation build scripts. | 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-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 script | graemeg | |
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 | |