summaryrefslogtreecommitdiff
path: root/gladeui/glade-property.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added new #GladeEditable implementation for GtkButton general page.Tristan Van Berkom2008-10-241-1/+1
* Use glade-cell-renderer-button for color attributes.Tristan Van Berkom2008-10-211-1/+0
* Implement property lookups with a hash table, fixed mem leaksTristan Van Berkom2008-10-211-128/+61
* Encapsulated name tracking mechanismTristan Van Berkom2008-10-161-3/+2
* Implemented new "context" i18n metadata.Tristan Van Berkom2008-10-011-17/+77
* Fixed adjustments when values are null in libglade modeTristan Van Berkom2008-09-221-12/+13
* Set sizegroup_add action sensitive/insensitive depending on project formatTristan Van Berkom2008-09-211-23/+12
* Now we have a conversion routine that is run in the plugin to convert someTristan Van Berkom2008-09-191-6/+15
* Creating toplevel widget through unified glade-palette interface. RemovedPavel Kostyuchenko2008-09-161-27/+43
* Applied patch from Pavel Kostyuchenko to prevent hangs in anjuta (bugTristan Van Berkom2008-05-111-18/+2
* Removed unused prototypesTristan Van Berkom2008-05-021-0/+1
* Fixed invisible labels in the menu editor.Tristan Van Berkom2008-04-121-11/+70
* - Added construct "class" property so that dupping doesnt crash.Tristan Van Berkom2008-04-111-7/+20
* Fixed bold modified state for disabled properties.Tristan Van Berkom2008-04-111-10/+16
* Added padding on top of undocked tools, removed custom label handling ofTristan Van Berkom2008-04-101-2/+4
* Loaded and watched the new support_warning on GladeWidgetTristan Van Berkom2008-04-101-33/+76
* Run gtkdocize with --flavour=no-tmplTristan Van Berkom2008-04-071-1/+1
* Updated with new syms.Tristan Van Berkom2008-04-061-2/+2
* Added basic builder support, format can be chosen via a radiomenuitem inTristan Van Berkom2008-04-061-2/+7
* merging builder branch into trunkTristan Van Berkom2008-04-031-477/+184
* removed every extra documentation, we keep them empty just becauseJuan Pablo Ugarte2007-07-301-0/+13
* skip properties that are not readable in glade_property_load_impl() (fixesJuan Pablo Ugarte2007-07-061-1/+2
* set glade_widget_adaptor_child_verify_property() value parameter asJuan Pablo Ugarte2007-07-031-6/+25