summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Update .gitignoreJürg Billeter2012-01-261-1/+1
|
* docs: Rename the .devhelp2 file to match the directory nameJason Conti2011-11-211-4/+6
| | | | | | | When searching for devhelp books, devhelp expects the .devhelp2 filename to match the directory name. Fixes bug 664167.
* Add documentation for --metadatadir in the valac and vapigen manpageLuca Bruno2011-04-292-2/+11
|
* Drop deprecated support for D-Bus GLibJürg Billeter2011-04-041-3/+0
| | | | GDBus should be used instead.
* valac: Add --fatal-warnings optionEvan Nemerson2010-08-201-0/+3
| | | | Fixes bug 615708.
* Add version suffix to installed files to allow parallel installationJürg Billeter2010-08-052-1/+9
|
* Update documentationEvan Nemerson2010-05-273-29/+97
| | | | Fixes bug 615710.
* build: Enable silent rules by defaultMarc-André Lureau2010-03-211-2/+2
|
* doc: Move array types from reference to value typesDavid Janzso2009-04-071-17/+17
|
* Update man pageJürg Billeter2009-04-031-7/+50
|
* add some .gitignoreRyan Lortie2009-02-111-0/+2
| | | | svn path=/trunk/; revision=2428
* Fix dashes in option descriptions, patch by Andrew Feren, fixes bug 565479Jürg Billeter2008-12-301-6/+6
| | | | | | | | | | | 2008-12-30 Jürg Billeter <j@bitron.ch> * doc/valac.1: Fix dashes in option descriptions, patch by Andrew Feren, fixes bug 565479 svn path=/trunk/; revision=2250
* Document delegate syntax, based on patch by Phil HousleyJürg Billeter2008-06-031-1/+5
| | | | | | | | | | 2008-06-03 Jürg Billeter <j@bitron.ch> * doc/vala/delegates.xml: Document delegate syntax, based on patch by Phil Housley svn path=/trunk/; revision=1555
* Document signal syntax, based on patch by Phil HousleyJürg Billeter2008-06-031-1/+5
| | | | | | | | | | 2008-06-03 Jürg Billeter <j@bitron.ch> * doc/vala/classes.xml: Document signal syntax, based on patch by Phil Housley svn path=/trunk/; revision=1554
* Document property syntax, based on patch by Phil HousleyJürg Billeter2008-06-031-2/+20
| | | | | | | | | | 2008-06-03 Jürg Billeter <j@bitron.ch> * doc/vala/classes.xml: Document property syntax, based on patch by Phil Housley svn path=/trunk/; revision=1553
* Document enum syntax, based on patch by Phil HousleyJürg Billeter2008-06-031-9/+17
| | | | | | | | | | 2008-06-03 Jürg Billeter <j@bitron.ch> * doc/vala/enums.xml: Document enum syntax, based on patch by Phil Housley svn path=/trunk/; revision=1552
* Document method syntax, based on patch by Phil HousleyJürg Billeter2008-06-031-1/+38
| | | | | | | | | | 2008-06-03 Jürg Billeter <j@bitron.ch> * doc/vala/methods.xml: Document method syntax, based on patch by Phil Housley svn path=/trunk/; revision=1551
* Extend namespaces section, based on patch by Phil HousleyJuerg Billeter2008-05-121-1/+22
| | | | | | | | | | 2008-05-12 Juerg Billeter <j@bitron.ch> * doc/vala/namespaces.xml: Extend namespaces section, based on patch by Phil Housley svn path=/trunk/; revision=1380
* Small improvements to statements sectionJuerg Billeter2008-05-121-16/+16
| | | | | | | | | | 2008-05-12 Juerg Billeter <j@bitron.ch> * doc/vala/statements.xml: Small improvements to statements section svn path=/trunk/; revision=1379
* Add sections for methods and attributesJuerg Billeter2008-05-124-0/+18
| | | | | | | | | | | | | 2008-05-12 Juerg Billeter <j@bitron.ch> * doc/vala/Makefile.am: * doc/vala/attributes.xml: * doc/vala/index.xml: * doc/vala/methods.xml: Add sections for methods and attributes svn path=/trunk/; revision=1378
* Extend expressions section, based on patch by Phil HousleyJuerg Billeter2008-05-121-4/+91
| | | | | | | | | | 2008-05-12 Juerg Billeter <j@bitron.ch> * doc/vala/expressions.xml: Extend expressions section, based on patch by Phil Housley svn path=/trunk/; revision=1377
* Extend types section, based on patch by Phil HousleyJuerg Billeter2008-05-013-7/+182
| | | | | | | | | | | | 2008-05-01 Juerg Billeter <j@bitron.ch> * doc/vala/types.xml: * doc/vala/default.css: * doc/vala/xhtml.xsl: Extend types section, based on patch by Phil Housley svn path=/trunk/; revision=1331
* set background-colorJuerg Billeter2008-02-281-0/+1
| | | | | | | | 2008-02-28 Juerg Billeter <j@bitron.ch> * doc/vala/default.css: set background-color svn path=/trunk/; revision=1062
* define NULL, patch by Cyril Soldani, fixes bug 518791Juerg Billeter2008-02-261-0/+2
| | | | | | | | | 2008-02-26 Juerg Billeter <j@bitron.ch> * doc/vala/Makefile.am: define NULL, patch by Cyril Soldani, fixes bug 518791 svn path=/trunk/; revision=1059
* add some interface documentation, patch by Johannes SchmidRaffaele Sandrini2008-02-241-6/+26
| | | | | | | | | 2008-02-24 Raffaele Sandrini <raffaele@sandrini.ch> * doc/vala/interfaces.xml: add some interface documentation, patch by Johannes Schmid svn path=/trunk/; revision=1046
* remove option to disable automatic memory management, manual memoryJuerg Billeter2007-12-151-3/+0
| | | | | | | | | | | | | 2007-12-15 Juerg Billeter <j@bitron.ch> * vala/valasemanticanalyzer.vala, gobject/valaccodeassignmentbinding.vala, gobject/valaccodegenerator.vala, gobject/valaccodegeneratorclass.vala, compiler/valacompiler.vala, doc/valac.1: remove option to disable automatic memory management, manual memory management is now possible with pointers svn path=/trunk/; revision=776
* add some basic documentation for statements, extend documentationJuerg Billeter2007-11-2914-2/+207
| | | | | | | | | | | | | 2007-11-29 Juerg Billeter <j@bitron.ch> * doc/vala/Makefile.am, doc/vala/classes.xml, doc/vala/default.css, doc/vala/delegates.xml, doc/vala/enums.xml, doc/vala/exceptions.xml, doc/vala/expressions.xml, doc/vala/index.xml, doc/vala/interfaces.xml, doc/vala/namespaces.xml, doc/vala/statements.xml, doc/vala/structs.xml, doc/vala/types.xml, doc/vala/xhtml.xsl: add some basic documentation for statements, extend documentation structure svn path=/trunk/; revision=735
* replace perl scripts by gen-introspect, rename gidlgen toJuerg Billeter2007-10-264-41/+41
| | | | | | | | | | | | | 2007-10-26 Juerg Billeter <j@bitron.ch> * configure.ac, doc/Makefile.am, doc/gidlgen.1, doc/vala-gen-introspect.1, doc/vapigen.1, vapigen/gidlgen/Makefile.am, vapigen/gidlgen/gapi2xml.pl, vapigen/gidlgen/gapi_pp.pl, vapigen/gidlgen/gidlgen.in, vapigen/gidlgen/vala-gen-introspect.in, vapigen/valagidlparser.vala: replace perl scripts by gen-introspect, rename gidlgen to vala-gen-introspect svn path=/trunk/; revision=661
* document struct declarationsJuerg Billeter2007-09-101-0/+19
| | | | | | | | 2007-09-10 Juerg Billeter <j@bitron.ch> * doc/vala/structs.xml: document struct declarations svn path=/trunk/; revision=600
* support notesJuerg Billeter2007-09-073-2/+68
| | | | | | | | | | 2007-09-07 Juerg Billeter <j@bitron.ch> * doc/vala/default.css, doc/vala/xhtml.xsl: support notes * doc/vala/classes.xml: document class declarations svn path=/trunk/; revision=589
* add introduction to data typesJuerg Billeter2007-09-011-0/+2
| | | | | | | | 2007-09-01 Juerg Billeter <j@bitron.ch> * doc/vala/types.xml: add introduction to data types svn path=/trunk/; revision=563
* add xsltproc as optional dependency add initial structure for the ValaJuerg Billeter2007-09-0116-0/+303
| | | | | | | | | | | | 2007-09-01 Juerg Billeter <j@bitron.ch> * configure.ac: add xsltproc as optional dependency * doc/vala/: add initial structure for the Vala Reference Manual, will be built and installed if xsltproc is available * tests/hello.exp, tests/hello.vala: add hello world test case * doc/Makefile.am, tests/Makefile.am: updated svn path=/trunk/; revision=561
* only install man pages for vapigen and gidlgen if vapigen is enabledJuerg Billeter2007-08-311-1/+19
| | | | | | | | | 2007-08-31 Juerg Billeter <j@bitron.ch> * doc/Makefile.am: only install man pages for vapigen and gidlgen if vapigen is enabled svn path=/trunk/; revision=555
* doc: add vapigen and gidlgen manual pagesMarc-Andre Lureau2007-08-283-1/+82
| | | | svn path=/trunk/; revision=519
* Added some documentation about how to build your own ValaPhilip Van Hoof2007-07-281-0/+47
| | | | | | | | | 2007-07-28 Philip Van Hoof <pvanhoof@gnome.org> * doc/building.txt: Added some documentation about how to build your own Vala svn path=/trunk/; revision=410
* Move contents of vala-pkg to trunkJürg Billeter2007-05-022-0/+53
2007-05-02 Jürg Billeter <j@bitron.ch> * Move contents of vala-pkg to trunk svn path=/trunk/; revision=300