summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Docs: add doc about registering custom types at runtime.Juan Pablo Ugarte2020-10-051-0/+14
| | | | Closes issue #360 "No examples in documentation on using custom catalogues with gtkBuilder"
* Plugins: add documentation for GJS pluginJuan Pablo Ugarte2020-06-082-0/+100
| | | | | Add an example on how to use JavaScript objects with Glade Improve python example
* Docs: update python catalog exampleJuan Pablo Ugarte2020-06-051-7/+19
| | | | | Update examples to show how to set properties defined in python at runtime.
* build: Remove autotoolsIñigo Martínez2020-05-271-145/+0
| | | | Relay on meson for build
* Fix minor typosYuri Chornoivan2020-03-224-12/+12
|
* Make it easier to track GladeXML elements and be GObject Introspection ↵Corentin Noël2019-08-291-6/+9
| | | | friendly by registering boxed types
* gladeui: Replace the last occurences of GladeWidgetClass with ↵Corentin Noël2019-08-201-1/+1
| | | | GladeWidgetAdaptor in the comments
* gladeui: Use G_DECLARE_INTERFACE for GladeEditableCorentin Noël2019-08-201-1/+0
|
* Prevent dragging an ancestor inside a childCorentin Noël2019-08-041-2/+4
|
* Respect the Glade namespace for macros and definesCorentin Noël2019-06-213-6/+6
|
* Rename *Klass to *Class as there are no name collision anymoreCorentin Noël2019-06-182-9/+12
|
* Rename GWActionClass to GladeWidgetActionDef to use the right namespaceCorentin Noël2019-06-181-10/+12
|
* Rename GladePropertyClass to GladePropertyDef and declare it as boxedCorentin Noël2019-06-183-77/+84
|
* Rename GladeSignalClass to GladeSignalDef and declare it as boxedCorentin Noël2019-06-142-19/+20
|
* build: Port to meson build systemIñigo Martínez2019-03-301-0/+46
| | | | | | | meson is a build system focused on speed an ease of use, which helps speeding up the software development. meson build system has been added along with autotools.
* doc: remove missing xml filesCorentin Noël2019-03-301-2/+0
|
* doc: Modernize the documentationCorentin Noël2019-03-304-343/+913
|
* doc: Remove unnecessary whitespace in documentation examplesPhilip Withnall2015-07-033-23/+2
| | | | | | Also add a missing XML header. https://bugzilla.gnome.org/show_bug.cgi?id=751648
* Added myself as a maintainer, and backported docs build fix from 3.10 branchJuan Pablo Ugarte2011-10-311-1/+1
|
* * doc/Makefile.am: Make documentation parallel installable.Tristan Van Berkom2011-10-111-0/+2
|
* * gladeui/glade-app.h: Make Glade 3.10 use new environment variables for properTristan Van Berkom2011-10-111-2/+2
| | | | | | parallel installability. * doc/catalogintro.sgml: Update docs about environment vars.
* * doc/gladeui.types: Fixed inclusion of private type in doc generation (bug ↵Tristan Van Berkom2011-04-041-1/+0
| | | | 645125).
* doc: don't use gtk+-2.0 for scanning the docsCosimo Cecchi2011-04-031-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=646551
* Migrate from PyGTK to PyGObject introspection-based bindingsCraig Keogh2011-03-021-9/+7
|
* * docs/gladeui.types: Removed GladeFixed and added GladeSignal.Tristan Van Berkom2011-01-061-1/+1
|
* * Fixing distcheck, bumping version to 3.9.0Tristan Van Berkom2010-12-301-1/+0
|
* * doc/Makefile.am: For master branch, change doc build to link against ↵Tristan Van Berkom2010-12-161-1/+1
| | | | libgladeui-2 library.
* Updated .gitignore filesPablo Castellano2010-09-231-0/+1
|
* [docs] Fix doc location linkJavier Jardón2009-12-181-2/+6
| | | | | Use http://library.gnome.org/devel/gladeui/unstable/ instead http://glade.gnome.org/docs/index.html
* 2009-04-22 Tristan Van Berkom <tvb@gnome.org>Tristan Van Berkom2009-04-221-1/+1
| | | | | | | | | * plugins/gtk+/glade-gtk.c: Made Atk proxy objects always have unique names (at least as unique as the widget they are created for) (bug 579565). 2009-04-22 Davyd Madeley <davyd@madeley.id.au> * plugins/gtk+/glade-gtk.c: Fixed output format for GtkLabel attributes (bug 579793).
* * doc/gladepython.sgml: added Glade Python plugin documentation.Juan Pablo Ugarte2009-04-213-2/+88
| | | | * doc/gladeui-docs.sgml, doc/Makefile.am: added reference to the new docs.
* 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-212-12/+2
| | | | | | | | | | | | | | | | | | | | | * 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
* ammended docs for widget icon installations.Tristan Van Berkom2008-08-022-4/+3
| | | | svn path=/trunk/; revision=1848
* Documented newly added catalog tags.Tristan Van Berkom2008-04-093-20/+98
| | | | | | | | * doc/catalogintro.sgml, doc/widgetclasses.sgml, doc/properties.sgml: Documented newly added catalog tags. svn path=/trunk/; revision=1783
* Reverted the project format menu from editTristan Van Berkom2008-04-081-2/+2
| | | | | | | | | | * src/glade-window.c: Reverted the project format menu from edit * src/glade-utils.c: Add file format option to "save as" dialog, also added new filters for .ui files. svn path=/trunk/; revision=1777
* fixed a few minor errors (was missing the "parent" attributeTristan Van Berkom2008-04-072-5/+19
| | | | | | | | on widget classes) svn path=/trunk/; revision=1776
* Run gtkdocize with --flavour=no-tmplTristan Van Berkom2008-04-0735-6139/+734
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Updated with new syms.Tristan Van Berkom2008-04-0620-443/+769
| | | | | | | * doc/gladeui-sections.txt: Updated with new syms. svn path=/trunk/; revision=1774
* updated displayable values for GtkButtonBox::layout-style addedJuan Pablo Ugarte2007-12-202-9/+8
| | | | | | | | | | | | * plugins/gtk+/gtk+.xml.in: updated displayable values for GtkButtonBox::layout-style added displayable values for GtkEntry::shadow-type * gladeui/glade-widget-adaptor.c: fixed bug #477025 "missing icones" create_icon_name_for_adaptor() renamed to create_icon_name_for_adaptor() svn path=/trunk/; revision=1662
* add missing headers to glade.hVincent Geddes2007-12-103-1/+2
| | | | svn path=/trunk/; revision=1654
* w Made glade window not maximized by default (Bug 462111, by request ofTristan Van Berkom2007-08-012-0/+27
| | | | | | | | | | w * src/glade-window.c: Made glade window not maximized by default (Bug 462111, by request of Frédéric Bellaiche), seems most apps arent maximized by default on startup anyway. svn path=/trunk/; revision=1526
* removed every extra documentation, we keep them empty just becauseJuan Pablo Ugarte2007-07-3027-913/+2377
| | | | | | | | | | | | | | | | | | | | * doc/tmpl/*.sgml: removed every extra documentation, we keep them empty just because otherwise the build fails. * doc/gladeui-docs.sgml, doc/gladeui-sections.txt, doc/gladeui.types: updated (GladeWidgetClass replaced by GladeWidgetAdaptor) * gladeui/glade-editor.c, gladeui/glade-editor-property.c, gladeui/glade-parameter.c, gladeui/glade-widget.c, gladeui/glade-fixed.c, gladeui/glade-clipboard.c, gladeui/glade-inspector.[ch], gladeui/glade-widget-adaptor.[ch], gladeui/glade-command.c, gladeui/glade-command.h, gladeui/glade-base-editor.[ch], gladeui/glade-palette.[ch], gladeui/glade-utils.c, gladeui/glade-signal-editor.c, gladeui/glade-app.c, gladeui/glade-placeholder.c, gladeui/glade-property.c, gladeui/glade-property-class.c, gladeui/glade-project.c, gladeui/glade-clipboard-view.c: Added section's short and long description. (moved from tmpl) svn path=/trunk/; revision=1523
* Make undoing increasing notebook size work properly (needed to destroy theTristan Van Berkom2007-07-252-8/+7
| | | | | | | | | | * plugins/gtk+/glade-gtk.c: Make undoing increasing notebook size work properly (needed to destroy the added tab label project widget and remove it from the project). svn path=/trunk/; revision=1514
* Adding convenience funcs that help with debugging property values inTristan Van Berkom2007-07-231-2/+0
| | | | | | | | | | | | | * gladeui/glade-widget.[ch]: Adding convenience funcs that help with debugging property values in plugins: glade_widget_property_string(), glade_widget_pack_property_string(). * plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Reset label/markup/use-underline properties at realize time, this fixes load time glitches with markup and mnemonics (bug 396446). svn path=/trunk/; revision=1500
* fixed memory leaks of description strings in usage ofTristan Van Berkom2007-07-183-10/+12
| | | | | | | | | | | | | | | | | | | * gladeui/glade-command.[ch]: fixed memory leaks of description strings in usage of glade_command_push_group() * gladeui/glade-widget.[ch]: Added convenience apis to set sensitivity on GladeWidgetActions. * gladeui/glade-widget-adaptor.[ch], gladeui/glade-xml-utils.c: Added deep_post_create() vfunc, in this one you must always chain up to the parent. * plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Added "Add/Remove" parent feature (bug 343786), implemented types: Alignment, Viewport, Event Box, Frame, Aspect Frame, Scrolled Window, Expander, Table, Horizontal Box, Vertical Box, Horizontal Panes, Vertical Panes svn path=/trunk/; revision=1492
* Implemented docking view menu.Tristan Van Berkom2007-07-113-7/+40
| | | | | | | * src/glade-window.c: Implemented docking view menu. svn path=/trunk/; revision=1457
* misc update docs againVincent Geddes2007-06-202-40/+1
| | | | | | * misc update docs again svn path=/trunk/; revision=1377
* add more documentation templatesVincent Geddes2007-06-202-0/+260
| | | | | | * add more documentation templates svn path=/trunk/; revision=1376
* Set up documentation for GladeInspector.Vincent Geddes2007-06-207-99/+118
| | | | | | | | | | | | * doc/gladeui-docs.sgml, doc/gladeui.types, doc/gladeui-sections.txt, doc/tmpl/glade-inspector.sgml: Set up documentation for GladeInspector. * po/POTFILES.in: Add glade-inspector.c * gladeui/glade-inspector.[ch]: Add convenience function `glade_inspector_new_with_project()'. svn path=/trunk/; revision=1374