summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* AtkValue: refactoring AtkValueAlejandro Piñeiro2014-03-053-1/+21
| | | | | | | | In summary: * Stop to use GValue to get/set the value and use doubles instead * Include the support for a string description and subranges https://bugzilla.gnome.org/show_bug.cgi?id=684576
* doc: add new symbols section for 2.12 symbolsAlejandro Piñeiro2014-02-181-1/+3
|
* doc: more AtkTableCell documentationAlejandro Piñeiro2014-02-181-0/+1
| | | | | * Adds when the symbols were added. * Document the interface virtual methods.
* doc: add an overviewAlejandro Piñeiro2014-02-181-1/+19
| | | | | This is the same overview used for ATK releases. In any case this should be improved and updated.
* doc: add some forgotten symbolsAlejandro Piñeiro2014-02-182-1/+12
| | | | | atk-unused.txt now contains 6 symbols (from 14). Those 6 are not relevant for documentation.
* doc: split API reference on categoriesAlejandro Piñeiro2014-02-181-16/+31
|
* doc: documentation for AtkTableCell, AtkTable, deprecations and paddingAlejandro Piñeiro2014-02-183-0/+23
| | | | | | | | | | | | | Index based methods forced ATK implementations to expose the cells are direct children of the table. Something that was complex in the practice. In fact some implementation were not doing it, making the index-based methods not properly implemented. This became even more clear with the addition of AtkTableCell. Additionally, this patch documents AtkTableCell and that those cells should implement the newly added AtkTableCell interface.
* build: s/INCLUDES/AM_CPPFLAGS/Colin Walters2013-12-111-1/+1
| | | | To silence automake deprecation warnings.
* doc: improve atkutil documentationAlejandro Piñeiro2013-12-111-0/+1
|
* doc: updating new symbol section on documentationAlejandro Piñeiro2013-12-111-14/+11
| | | | | | It also updates Since on several symbols, in order to report from which stable release it became available instead of exactly which unstable one.
* atkmisc: Deprecate atkmiscAlejandro Piñeiro2013-12-112-0/+7
| | | | | | | Also include it on the documentation to clearly state that is deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=652798
* atkobject: add atk_object_peek_parentAlejandro Piñeiro2013-12-091-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=720095
* doc: improve documentation of AtkAttribute and AtkAttributeSetAlejandro Piñeiro2013-11-121-2/+2
|
* Implement atk_text_get_string_at_offset() and deprecate old APIMario Sanchez Prada2013-08-141-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=705580
* docs: stop tracking not needed .sgml fileAlejandro Piñeiro2013-08-131-28/+0
|
* doc: removing several .sgml files and fixing gtk-doc warningsAlejandro Piñeiro2013-08-1227-3686/+8
| | | | | | | | | | The static documentation of those .sgml (so the reason of tracking those objects) where moved to the source files. Some other stuff was changed in order to prevent gtk-doc warnings (like replacing "Returns blah" for the correct "Returns: blah") https://bugzilla.gnome.org/show_bug.cgi?id=684665
* docs: fix having a repeated idAlejandro Piñeiro2013-05-211-1/+1
|
* docs: atk_object_get_object_locale doc was not includedAlejandro Piñeiro2013-05-061-0/+1
|
* ATK lacks any kind of version utilitiesAlejandro Piñeiro2012-12-282-0/+20
| | | | | | Added some versioning methods heavily based on gtk ones https://bugzilla.gnome.org/show_bug.cgi?id=690379
* AtkWindow documentationAlejandro Piñeiro2012-12-213-0/+18
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656750
* Fixed some typos. Closes bug #593220Daniel Mustieles2012-03-251-5/+5
|
* Small typo correction in the AtkAction docs.Joanmarie Diggs2011-09-051-1/+1
|
* Release atk 2.0.0.ATK_2_0_0Li Yuan2011-04-051-0/+31
|
* Release atk 1.91.92.ATK_1_91_92Li Yuan2011-03-231-1/+2
|
* Bug 640574: gobject-introspection annotation and documentation fixesMike Gorse2011-01-252-0/+73
|
* docs: Add some missing api to atk-sectionsJavier Jardón2010-11-291-0/+9
|
* docs: Add AtkSocket and AtkPlug to the docsJavier Jardón2010-11-292-0/+39
|
* docs: Add index of new symbolsJavier Jardón2010-11-291-18/+42
|
* Release atk 1.32.0ATK_1_32_0Li Yuan2010-09-2724-0/+81
|
* Created .gitignore filesPablo Castellano2010-01-031-0/+1
|
* Move the new relationship to the last.Li Yuan2009-11-091-1/+1
|
* Update doc file.Li Yuan2009-11-061-0/+1
|
* Resume to change author.Li Yuan2009-11-061-1/+0
|
* Add ATK_RELATION_NODE_PARENT_OF relationship.Li Yuan2009-11-061-0/+1
| | | | Bug #569427.
* Improve the documentationSven Herzberg2009-03-092-0/+7
| | | | | | | | | | | | | | 2009-03-06 Sven Herzberg <herzi@lanedo.com> Improve the documentation * docs/atk-sections.txt: added AtkStateSet; this will enable a link to the right page, as well as display the inheritance relation to GObject (so people can see that g_object_unref is the right function - instead of implying this by the absence of any free function) * docs/tmpl/atkstateset.sgml: updated auto-built file svn path=/trunk/; revision=1349
* Patch from Mike Gorse <mgorse@novell.com>. Bug #526752. Mark deprecatedLi Yuan2008-06-192-0/+3
| | | | | | | | | | | | | | | | 2008-06-19 Li Yuan <li.yuan@sun.com> * atk/Makefile.am: * atk/atk.def: * atk/atk.symbols: * atk/atkhyperlink.h: * atk/atkobject.h: * docs/tmpl/atkhyperlink.sgml: * docs/tmpl/atkobject.sgml: Patch from Mike Gorse <mgorse@novell.com>. Bug #526752. Mark deprecated symbols with ATK_DISABLE_DEPRECATED. svn path=/trunk/; revision=1249
* Revved to 1.19.3 for GNOME 2.19.3. Remove gnome-doc-utils dependence.ATK_1_19_3Li Yuan2007-06-041-0/+1
| | | | | | | | | | 2007-06-04 Li Yuan <li.yuan@sun.com> * configure.in, NEWS: Revved to 1.19.3 for GNOME 2.19.3. Remove gnome-doc-utils dependence. svn path=/trunk/; revision=1182
* Improved docs for AtkObjectImplementor.Bill Haneman2007-02-131-3/+1
| | | | svn path=/trunk/; revision=1149
* Added AtkMisc class, uprev for gnome-2.17.5, and release.ATK_1_13_0Bill Haneman2007-01-082-1/+22
| | | | svn path=/trunk/; revision=1130
* Updating svn:ignore and remove .cvsignore filesChristian Persch2006-12-311-15/+0
| | | | svn path=/trunk/; revision=1126
* Add "load-stopped", "load_complete", "loading" signals to AtkDocumentBill Haneman2006-09-202-4/+49
| | | | interface. Based on patch from Neo Liu <nian.liu@sun.com>.
* Fixed typos and template omissions which were preventing some inlineBill Haneman2006-08-176-3/+25
| | | | docs from getting exported. Bug #351580.
* Added AtkHyperlinkImpl interface. See RFE #344284.Bill Haneman2006-06-293-2/+66
|
* Added docs for ATK_STATE_ANIMATED and added ATK_ROLE_INPUT_METHOD_WINDOW.Bill Haneman2006-06-231-0/+2
|
* Revise atk-docs.sgml to add indices for deprecated and newBill Haneman2006-06-234-0/+29
| | | | | symbols, and modify the inline docs so that the parser can find them. Bug #313183.
* Improved documentation: ATK now has 100% gtk-doc coverage with noBill Haneman2006-03-2110-8/+109
| | | | sections tagged as incomplete.
* Docs enhancement for AtkText:text-changed signal.Bill Haneman2006-03-201-2/+2
|
* Minor documentation clarifications and tweaks.Bill Haneman2006-03-202-19/+14
|
* Added new API for ATK 1.11/1.12. Minor docs cleanup.Bill Haneman2005-11-1822-301/+379
| | | | | Added new API for ATK 1.11/1.12. Minor docs cleanup.
* Added small docs patch from Bill Abt.;Bill Haneman2005-11-161-4/+7
| | | | | supplements AtkUtil sgml page, and moves return code exception/range info to "Returns" block.