Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-12-03 | docs: fixes some spelling mistakes in the fpg_button docs | Graeme Geldenhuys | |
2012-12-03 | docs: small addition to the docs for the fpg_widget unit. | Graeme Geldenhuys | |
2012-12-03 | docs: Small addition to the docs for the fpg_main unit. | Graeme Geldenhuys | |
2012-12-03 | Added more documentation units to the fpdoc project file. | Graeme Geldenhuys | |
2012-09-20 | documentation on how to translate your application | Graeme Geldenhuys | |
2012-07-31 | documented the BringToFront and ActivateWindow methods. | Graeme Geldenhuys | |
2012-04-02 | docs: adds some TfpgTimer and TfpgBaseTimer API documentation | Graeme Geldenhuys | |
2012-03-19 | adds AGG docs in general. | Graeme Geldenhuys | |
These docs give you lots of background information on the working of the AGG (Anti-Grain Geometry) library and how it works. Using the knowledge you learn from this, you will be able to extend the TAgg2D canvas for your own needs and applications. | |||
2012-03-19 | agg docs: adds the Agg2D canvas class documentation in HTML format. | Graeme Geldenhuys | |
This is very complete docs, and well worth a read from top to bottom. I'll convert this later to fpdoc XML format. | |||
2012-03-02 | Adds a fpdoc project file. | Graeme Geldenhuys | |
The new fpdoc from FPC 2.7.1 (Trunk) supports documenation project files. This is it! | |||
2012-03-02 | docs: Added more help | Graeme Geldenhuys | |
2012-03-02 | docs: basic docs and removed all template docs. | Graeme Geldenhuys | |
This documentation unit was very out of date, so I removed all the template documentation elements originally created by makeskel. I then added some basic documentation for the fpg_x11 unit itself. | |||
2012-03-02 | docs: Basic documentation for the TfpgWindowImpl class. | Graeme Geldenhuys | |
2012-03-02 | docs: new documentation for TfpgComponent | Graeme Geldenhuys | |
2012-02-23 | Adds a short description for TfpgApplication. | Graeme Geldenhuys | |
2012-02-23 | new fpdoc description file for fpg_interface.pas unit. | Graeme Geldenhuys | |
2012-02-23 | Removed empty fpdoc description files. | Graeme Geldenhuys | |
2011-12-13 | docs: remove obsolete doc generation scripts. | Graeme Geldenhuys | |
2011-12-13 | docs: updated CSS file to remove double spacing. | Graeme Geldenhuys | |
When HTML output is generated all the help text is double spaced. This new CSS file makes in single spaced again. |