summaryrefslogtreecommitdiff
path: root/doc/properties.sgml
Commit message (Collapse)AuthorAgeFilesLines
* Fix minor typosYuri Chornoivan2020-03-221-2/+2
|
* Rename GladePropertyClass to GladePropertyDef and declare it as boxedCorentin Noël2019-06-181-5/+5
|
* doc: Remove unnecessary whitespace in documentation examplesPhilip Withnall2015-07-031-1/+0
| | | | | | Also add a missing XML header. https://bugzilla.gnome.org/show_bug.cgi?id=751648
* Fixed glade_property_class_make_adjustment() for floating and doubleTristan Van Berkom2008-10-251-1/+12
| | | | | | | | | | | | | | * gladeui/glade-property-class.c: Fixed glade_property_class_make_adjustment() for floating and double values (page inc and size were not properly set). * gladeui/glade-app.c: Fixed a warning * gladeui/glade-editor-table.c: Was loading invisible properties, oops. * doc/properties.sgml: Documented custom-layout property. svn path=/trunk/; revision=1996
* Now can optionally make the entry non editable.Tristan Van Berkom2008-10-211-11/+0
| | | | | | | | | | | | | | | | | | | | | * plugins/gtk+/glade-cell-renderer-button.[ch], plugins/gtk+/glade-text-button.[ch]: Now can optionally make the entry non editable. * plugins/gtk+/glade-model-data.c: Added pixbuf editing support. * doc/widgetclasses.sgml, doc/properties.sgml: Clarified docs. * gladeui/glade-editor-property.[ch]: Removed resource editor, edit pixbuf with string editor. * gladeui/glade-widget-adaptor.c, gladeui/glade-property-class.c, gladeui/glade-project.[ch]: Completely removed concept of resources, glade no longer copies along pixbufs, pixbuf properties can include full paths or relative paths, in the glade runtime; any pixbufs are only ever loaded from the glade project directory (only the basename is used). svn path=/trunk/; revision=1982
* Documented newly added catalog tags.Tristan Van Berkom2008-04-091-0/+11
| | | | | | | | * doc/catalogintro.sgml, doc/widgetclasses.sgml, doc/properties.sgml: Documented newly added catalog tags. svn path=/trunk/; revision=1783
* Run gtkdocize with --flavour=no-tmplTristan Van Berkom2008-04-071-91/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * autogen.sh: Run gtkdocize with --flavour=no-tmpl * configure.ac: Require gtk-doc 1.9 and bump to 3.5.0 dev version. * doc/gladeui-overrides.txt, doc/children.sgml, doc/tmpl/*: Removed unneeded. * doc/gladeui-docs.sgml, doc/widgetclasses.sgml, doc/catalogintro.sgml, doc/Makefile.am: Mega docs update, added new files and completely rediscribed the catalog in its new form. * gladeui/glade-design-view.c, gladeui/glade-widget.c, gladeui/glade-widget-adaptor.c, gladeui/glade-command.c, gladeui/glade-widget-adaptor.h, gladeui/glade-base-editor.c, gladeui/glade-widget-action.c, gladeui/glade-xml-utils.c, gladeui/glade-utils.c, gladeui/glade-catalog.c, gladeui/glade-property.c, gladeui/glade-project.c: Added some description statements to newly documented files, fixed some warnings in other sources. M ChangeLog M configure.ac M doc/gladeui-docs.sgml M doc/widgetclasses.sgml M doc/catalogintro.sgml D doc/gladeui-overrides.txt M doc/Makefile.am D doc/children.sgml D doc/tmpl M doc/gladeui-sections.txt M doc/gladeui.types M doc/properties.sgml M gladeui/glade-design-view.c M gladeui/glade-widget.c M gladeui/glade-widget-adaptor.c M gladeui/glade-command.c M gladeui/glade-widget-adaptor.h M gladeui/glade-base-editor.c M gladeui/glade-widget-action.c M gladeui/glade-xml-utils.c M gladeui/glade-utils.c M gladeui/glade-catalog.c M gladeui/glade-property.c M gladeui/glade-project.c M autogen.sh svn path=/trunk/; revision=1775
* Glade 3.0 --> Glade-3Tristan Van Berkom2006-02-101-13/+14
| | | | | | | * configure.in: Glade 3.0 --> Glade-3 * doc/tmpl/*.sgml, doc/*.sgml, src/*.c: Massive doc updates, migrated some doc from sgml into source files.
* Added (migration of adding-widgets.txt documentation)Tristan Van Berkom2006-02-091-0/+278
* doc/catalogintro.sgml, doc/children.sgml, doc/widgetclasses.sgml, doc/properties.sgml: Added (migration of adding-widgets.txt documentation) * widgets/adding-widgets.txt: Removed (migration of adding-widgets.txt documentation to the Reference manual)