Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-22 | docs: TfpgImageBase | Graeme Geldenhuys | |
2015-02-22 | docs: Updte general info about fpGUI | Graeme Geldenhuys | |
2015-02-22 | docs: Additional Topics - embedded forms | Graeme Geldenhuys | |
2015-02-22 | docs: TfpgImagePanel | Graeme Geldenhuys | |
2015-02-22 | docs: fpg_panel.pas unit | Graeme Geldenhuys | |
2015-02-12 | Docs on what to do for a new release | Graeme Geldenhuys | |
This is still work in progress. | |||
2015-02-12 | Version bump | Graeme Geldenhuys | |
2015-01-19 | docs: Converted FPC Lang Ref IPF file to IBM850 encoding. | Graeme Geldenhuys | |
It used to be UTF-8 encoded, but Docview and INF doesn't have an option to allow DocView to auto-set UTF-8 when the file is opened. It can do it however for IBM850. | |||
2014-12-13 | docs: Adds some documentation about TfpgImageBase and its ImageData property | Graeme Geldenhuys | |
2014-12-13 | docs: Correctly documentation about TfpgColor type | Graeme Geldenhuys | |
2014-12-11 | docs: Adds inherited docs for TfpgForm. | Graeme Geldenhuys | |
2014-12-11 | docs: Added some documentation on TfpgBaseForm events | Graeme Geldenhuys | |
2014-11-07 | docs: adds missing doc examples | Graeme Geldenhuys | |
2014-11-05 | docs: trimmed trailing whitespace. | Graeme Geldenhuys | |
2014-11-05 | docs: removes indentation in docs as it affects some fpdoc output writers. | Graeme Geldenhuys | |
2014-11-05 | docs: fpdoc enum documentation only supports the <short> tag. | Graeme Geldenhuys | |
2014-10-22 | install notes: fixes spelling mistake and improves text formatting slightly | Graeme Geldenhuys | |
2014-10-22 | updated OSX installation notes | Graeme Geldenhuys | |
2014-10-19 | docs: Removed obsolete scripts or programs to generate documentation. | Graeme Geldenhuys | |
The preferred method is to simply use fpdoc and the documentation project file. eg: fpdoc --project=fpgui-docs-project.xml The XML project file contains INF output format as default, but the other settings like HTML, RTF etc are included, just commented. | |||
2014-08-20 | Merge branch 'release-1.2' into develop | Graeme Geldenhuys | |
2014-08-20 | docs: fixes a minor spelling mistake | Graeme Geldenhuys | |
2014-08-20 | Adds new units to the documentation project file | Graeme Geldenhuys | |
2014-07-25 | Bump 'develop' branch to next version number | Graeme Geldenhuys | |
2014-07-17 | Bump the version number of various files | Graeme Geldenhuys | |
2014-04-27 | docs: Updated fpg_tree unit documentation with new TfpgTreeNode.TreeView info | Graeme Geldenhuys | |
2014-03-24 | fpc_lang_ref.ipf: minor fix to diagram | Graeme Geldenhuys | |
Also placed a note of where I should continue from. | |||
2014-02-23 | documentation scripts update | Graeme Geldenhuys | |
Updated the scripts by removing missing fpdoc XML files. | |||
2013-06-18 | fpg_base documentation update. | Graeme Geldenhuys | |
2013-04-29 | docs: Adds docs for Canvas.DrawArc() and Canvas.FillArc() | Graeme Geldenhuys | |
2013-04-29 | updates fpdoc project file. | Graeme Geldenhuys | |
Just made it slightly simpler to copy & paste options when switching between output formats (IPF, HTML etc). | |||
2013-04-29 | some API documentation updates | Graeme Geldenhuys | |
2013-04-29 | Deletes another old and outdated documentation. | Graeme Geldenhuys | |
This too was for v0.4 and earlier. | |||
2013-04-29 | Removes and old (outdated) technical document on fpGUI's design. | Graeme Geldenhuys | |
This document was written for fpGUI v0.4 design. After the v0.4 release the whole fpGUI was rewritten. | |||
2013-04-18 | Adds a simple Git HowTo document | Graeme Geldenhuys | |
I frequently get asked some Git questions. So hopefully having a quick reference document will help some developers. It also gives me something to quote in emails. :) | |||
2013-04-08 | Adds a document describing the new repository branching model I use. | Graeme Geldenhuys | |
2013-03-21 | Adds the FPC Language Reference documentation | Graeme Geldenhuys | |
I'm manually translating the official ref.pdf document to INF format. The work has stalled for some time, but I hope to get going on this again. | |||
2013-03-19 | docs: fixes the <link> tags to use the full fpdoc link syntax. | Graeme Geldenhuys | |
2013-03-19 | docs: fixes or adds the encoding attribute for fpdoc XML description files. | Graeme Geldenhuys | |
2013-03-19 | docs: adds new docs for fpg_grid.pas unit. | Graeme Geldenhuys | |
2013-03-19 | docs: disable protected methods from the documentation. | Graeme Geldenhuys | |
I first what to document the Public and Published properties and methods, as those will be the most used by fpGUI end-users. The protected methods can be documented at a later stage. | |||
2013-03-19 | docs: added the remaining fpGUI units to the fpdoc project file. | Graeme Geldenhuys | |
Even though they are not all document, having them in the INF file is very handly for method, event and method signature lookups. | |||
2013-03-19 | docs: fixes some fpdoc links by using the full path syntax. | Graeme Geldenhuys | |
fpdoc is very buggy when it comes to cross-linking help topics. So by changing the link URL to the fully syntax, we try and help fpdoc along. This has limited success though, but every bit helps. | |||
2013-03-14 | docs: Updated help integration instructions. | Graeme Geldenhuys | |
2013-03-14 | docs: minor grammar and formatting fixes | Graeme Geldenhuys | |
2013-02-21 | Started documenting the Agg2D unit. Still lots to do here. | Graeme Geldenhuys | |
I committed this now, so I don't loose the file somehow. | |||
2012-12-04 | Re-ordered units in the fpdoc project file to reduce output warnings. | Graeme Geldenhuys | |
It wasn't really a problem, fpdoc would parse the dependant units anyway, but now we get a cleaner console output. ;-) | |||
2012-12-04 | fpgui documentation updates. | Graeme Geldenhuys | |
2012-12-04 | fpdoc project file updates. | Graeme Geldenhuys | |
2012-12-03 | docs: minor grammar improvement to the fpg_x11 docs | Graeme Geldenhuys | |
2012-12-03 | docs: fixes a small spelling mistake in the fpg_tree docs | Graeme Geldenhuys | |