summaryrefslogtreecommitdiff
path: root/gladeui/glade-property.c
Commit message (Expand)AuthorAgeFilesLines
* GladeProperty: make i18n_translatable false by defaultJuan Pablo Ugarte2020-10-051-4/+16
* GladeProject: ignore insentitive propertiesJuan Pablo Ugarte2020-09-021-1/+1
* GladeProperty: Do not replace - with _Juan Pablo Ugarte2020-06-181-7/+3
* GladeProperty: replace deprecated macroJuan Pablo Ugarte2020-06-101-3/+1
* Fix minor typosYuri Chornoivan2020-03-221-2/+2
* build: remove G_CONST_RETURN usageChristian Hergert2019-08-051-4/+4
* Rename *Klass to *Class as there are no name collision anymoreCorentin Noël2019-06-181-49/+18
* Rename GladePropertyClass to GladePropertyDef and declare it as boxedCorentin Noël2019-06-181-77/+85
* GladeProperty: Keep the bind-source, bind-property and bind-flags elementsCorentin Noël2019-05-311-2/+67
* introspection: Add many annotations to sourcesCorentin Noël2019-04-011-1/+12
* Fix tab/space identationJuan Pablo Ugarte2018-08-021-56/+56
* GladeProperty: add precision propertyJuan Pablo Ugarte2018-05-231-0/+26
* Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macrosJuan Pablo Ugarte2014-04-171-67/+74
* Fixed bug 364064 "Property Editor / Common tab: width & height request checkb...Juan Pablo Ugarte2014-04-141-31/+31
* Fixed bug in optional object properties loadingJuan Pablo Ugarte2013-05-221-5/+5
* Added more debugging domains, enabled some long dornmant debug printsTristan Van Berkom2013-04-281-21/+20
* GladeWidget: Enhanced support warningsTristan Van Berkom2013-04-111-3/+56
* Support load and save of files with a <template> element.Tristan Van Berkom2013-04-081-2/+3
* GladeProperty: Otional properties that are enabled are always set now.Tristan Van Berkom2013-04-011-2/+6
* Reverting all composite templates support until it lands on GTKJuan Pablo Ugarte2013-01-311-3/+2
* Let glade_property_write() save properties to <template> tagsJuan Pablo Ugarte2012-07-181-2/+3
* Removed unused variableTristan Van Berkom2011-10-091-1/+1
* * gladeui/glade-property.c, gladeui/glade-xml-utils.c:Tristan Van Berkom2011-10-091-7/+0
* Fixed "variable set but not used" warnings (-Wunused-but-set-variable)Juan Pablo Ugarte2011-05-201-3/+0
* * gladeui/glade-base-editor.c,Juan Pablo Ugarte2011-03-311-52/+59
* * gladeui/Makefile.am, gladeui/glade-accumulators.[ch], gladeui/glade-app.c,Tristan Van Berkom2011-02-051-2/+2
* * gladeui/glade-editor-property.c, gladeui/glade-property-class.c,Tristan Van Berkom2011-02-031-5/+5
* * gladeui/glade-project.[ch]: added accessor for toplevel listJuan Pablo Ugarte2011-02-021-0/+15
* * gladeui/glade-command.[ch]: Removed glade_command_set_naming_policy().Tristan Van Berkom2011-01-221-2/+2
* * Made GladePropertyClass completely opaque and created loads of api and upd...Tristan Van Berkom2011-01-031-55/+91
* * gladeui/glade-project.c: Export glade_project_verify_property() to allow v...Tristan Van Berkom2011-01-021-2/+1
* * Made GladeProperty internalize *everything* into a private data structure,Tristan Van Berkom2011-01-021-177/+305
* * gladeui/Makefile.am, gladeui/glade-editor.c, gladeui/glade-property-class....Tristan Van Berkom2011-01-021-1/+0
* * gladeui/glade-project.[ch], gladeui/glade-widget.c, gladeui/glade-command.c:Tristan Van Berkom2011-01-021-2/+2
* * Made GladeWidget internalize *everything* into a private data structure,Tristan Van Berkom2011-01-021-10/+11
* * gladeui/glade-command.[ch], Added GladeProject member to base command stru...Tristan Van Berkom2011-01-011-0/+1
* * gladeui/glade-property.c: Fixed glade_property_dup() to not incidentally s...Tristan Van Berkom2010-12-311-2/+3
* * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with:Tristan Van Berkom2010-12-301-885/+866
* * Whole tree updated to remove all notion of project conversions and dual pr...Tristan Van Berkom2010-12-301-91/+14
* * gladeui/glade-editor-property.c, gladeui/glade-property.c, gladeui/glade-w...Tristan Van Berkom2010-12-201-3/+4
* 2010-03-09 Tristan Van Berkom <tvb@gnome.org>Tristan Van Berkom2010-03-091-18/+15
* Bug 595838 — String fixesPhilip Withnall2009-09-221-2/+2
* Avoid updating widgets with properties floating outside the widget.Tristan Van Berkom2009-06-251-2/+9
* Added glade_gtk_cell_renderer_read_widget() and nowTristan Van Berkom2009-04-151-0/+2
* reverted fix for bug #573513. (bug #574260)Juan Pablo Ugarte2009-03-091-3/+0
* fixed typos, bugs #571884 and #571867Juan Pablo Ugarte2009-03-021-0/+3
* Now add/remove parentless widget props from the project inTristan Van Berkom2008-11-231-0/+1
* Fixed bugs around load/save of button/imagemenuitem label (stock driven)Tristan Van Berkom2008-10-281-3/+0
* Ignore parent-changes on internal widgets (that causes problems whenTristan Van Berkom2008-10-251-19/+0
* finished with gtkiconfactory.Tristan Van Berkom2008-10-241-7/+15