summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2014-11-07docs: adds missing doc examplesGraeme Geldenhuys
2014-11-05docs: trimmed trailing whitespace.Graeme Geldenhuys
2014-11-05docs: removes indentation in docs as it affects some fpdoc output writers.Graeme Geldenhuys
2014-11-05docs: fpdoc enum documentation only supports the <short> tag.Graeme Geldenhuys
2014-10-22install notes: fixes spelling mistake and improves text formatting slightlyGraeme Geldenhuys
2014-10-22updated OSX installation notesGraeme Geldenhuys
2014-10-19docs: 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-20Merge branch 'release-1.2' into developGraeme Geldenhuys
2014-08-20docs: fixes a minor spelling mistakeGraeme Geldenhuys
2014-08-20Adds new units to the documentation project fileGraeme Geldenhuys
2014-07-25Bump 'develop' branch to next version numberGraeme Geldenhuys
2014-07-17Bump the version number of various filesGraeme Geldenhuys
2014-04-27docs: Updated fpg_tree unit documentation with new TfpgTreeNode.TreeView infoGraeme Geldenhuys
2014-03-24fpc_lang_ref.ipf: minor fix to diagramGraeme Geldenhuys
Also placed a note of where I should continue from.
2014-02-23documentation scripts updateGraeme Geldenhuys
Updated the scripts by removing missing fpdoc XML files.
2013-06-18fpg_base documentation update.Graeme Geldenhuys
2013-04-29docs: Adds docs for Canvas.DrawArc() and Canvas.FillArc()Graeme Geldenhuys
2013-04-29updates fpdoc project file.Graeme Geldenhuys
Just made it slightly simpler to copy & paste options when switching between output formats (IPF, HTML etc).
2013-04-29some API documentation updatesGraeme Geldenhuys
2013-04-29Deletes another old and outdated documentation.Graeme Geldenhuys
This too was for v0.4 and earlier.
2013-04-29Removes 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-18Adds a simple Git HowTo documentGraeme 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-08Adds a document describing the new repository branching model I use.Graeme Geldenhuys
2013-03-21Adds the FPC Language Reference documentationGraeme 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-19docs: fixes the <link> tags to use the full fpdoc link syntax.Graeme Geldenhuys
2013-03-19docs: fixes or adds the encoding attribute for fpdoc XML description files.Graeme Geldenhuys
2013-03-19docs: adds new docs for fpg_grid.pas unit.Graeme Geldenhuys
2013-03-19docs: 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-19docs: 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-19docs: 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-14docs: Updated help integration instructions.Graeme Geldenhuys
2013-03-14docs: minor grammar and formatting fixesGraeme Geldenhuys
2013-02-21Started 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-04Re-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-04fpgui documentation updates.Graeme Geldenhuys
2012-12-04fpdoc project file updates.Graeme Geldenhuys
2012-12-03docs: minor grammar improvement to the fpg_x11 docsGraeme Geldenhuys
2012-12-03docs: fixes a small spelling mistake in the fpg_tree docsGraeme Geldenhuys
2012-12-03docs: fixes some spelling mistakes in the fpg_button docsGraeme Geldenhuys
2012-12-03docs: small addition to the docs for the fpg_widget unit.Graeme Geldenhuys
2012-12-03docs: Small addition to the docs for the fpg_main unit.Graeme Geldenhuys
2012-12-03Added more documentation units to the fpdoc project file.Graeme Geldenhuys
2012-09-20documentation on how to translate your applicationGraeme Geldenhuys
2012-07-31documented the BringToFront and ActivateWindow methods.Graeme Geldenhuys
2012-04-02docs: adds some TfpgTimer and TfpgBaseTimer API documentationGraeme Geldenhuys
2012-03-19adds 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-19agg 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-02Adds a fpdoc project file.Graeme Geldenhuys
The new fpdoc from FPC 2.7.1 (Trunk) supports documenation project files. This is it!
2012-03-02docs: Added more helpGraeme Geldenhuys
2012-03-02docs: 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.