summaryrefslogtreecommitdiff
path: root/gladeui
Commit message (Expand)AuthorAgeFilesLines
* Backport 56f47169dc09cfd6ed13a24cb9752050ecb66d6f.Thomas Martitz2014-04-231-41/+76
* Backport 2fcad158ebafce63eeccfbfc7756ed6c69d91c3c.Juan Pablo Ugarte2014-04-232-37/+38
* Backport 2bc40ad87be072aac2759755df63707d43f8415c.Juan Pablo Ugarte2014-04-2312-129/+627
* Backported feature to make GladeProject remember unknown object classesJuan Pablo Ugarte2013-09-208-55/+410
* Added workaround for Bug 625867 "RadioButton information lost on cut+paste, a...Juan Pablo Ugarte2013-09-191-3/+8
* Fixed Bug 646259 "SIGSEGV in glade_widget_adaptor_object_construct_object loa...Juan Pablo Ugarte2013-09-061-3/+24
* Fixed bug 702886 "SEGV when creating a new GtkDialog (GLib 2.37.x)"Juan Pablo Ugarte2013-09-051-19/+22
* Fixed some compiler warnings and added extra check to glade_widget_set_object...Juan Pablo Ugarte2013-09-051-14/+9
* Made a few ui fixes, like removing unnecessary shadows in the workspace and p...Juan Pablo Ugarte2013-09-053-12/+8
* [Glade Bug 663492] Update Mac integration bindings to GtkOSXApplicationJohn Ralls2011-11-082-8/+6
* 2011-10-11 Benjamin Otte <otte@redhat.com>Tristan Van Berkom2011-10-111-9/+6
* * gladeui/glade-project.c: Fix glade_project_notify_has_child() to notifyTristan Van Berkom2011-10-091-6/+8
* Removed unused variableTristan Van Berkom2011-10-091-1/+1
* * gladeui/glade-property.c, gladeui/glade-xml-utils.c:Tristan Van Berkom2011-10-092-10/+9
* * gladeui/glade-widget.c: Fixed glade_widget_hide() in the case that the pro...Tristan Van Berkom2011-10-092-3/+7
* * gladeui/glade-command.[ch]: Exposed glade_command_add() internal command s...Tristan Van Berkom2011-10-092-18/+39
* * gladeui/glade-widget-adaptor.c: Implemented a generic ->depends() routineTristan Van Berkom2011-10-091-1/+23
* gladeui/glade-utils.c: Correctly detect the required devhelp versionJavier Jardón2011-04-291-1/+1
* * gladeui/glade-project.[ch], gladeui/glade-widget.c: Backported glade_proje...Tristan Van Berkom2011-04-043-11/+123
* Backporting GladeBaseEditor fixes from masterTristan Van Berkom2011-04-041-1751/+1785
* * Backed out 'preview' feature from glade-3-8 branch.Tristan Van Berkom2011-04-045-637/+3
* Fixed typo regarding signal_class->version_since_major/minor.Tristan Van Berkom2011-02-251-1/+1
* * gladeui/glade-widget.c: Make glade_widget_rebuild() use glade_widget_add/r...Tristan Van Berkom2011-02-051-16/+27
* * gladeui/glade-project.c: Fixed GladeProject to only ever report widgets th...Tristan Van Berkom2011-02-033-220/+257
* * gladeui/glade-widget.[ch], gladeui/glade-project.c, gladeui/glade-utils.c:...Tristan Van Berkom2011-02-034-32/+54
* * 41 files: Fixed typo in LGPL License file headers.Tristan Van Berkom2011-01-245-5/+5
* Fixed some typos in glade-widget-adaptor.cTristan Van Berkom2011-01-121-4/+4
* * gladeui/glade-editor.c: Make query dialog come with a "Create" button insteadTristan Van Berkom2011-01-091-21/+22
* * gladeui/glade-project.c, gladeui/glade-id-allocator.c: Dont index unallocatedTristan Van Berkom2011-01-043-21/+43
* * gladeui/glade-property.c: Fixed glade_property_dup() to not incidentally s...Tristan Van Berkom2010-12-311-2/+3
* * gladeui/glade-project.c: Further fixing project dispose cycle, still leaki...Tristan Van Berkom2010-12-311-9/+12
* * gladeui/glade-base-editor.c: Remove restriction for only GtkContainer widg...Tristan Van Berkom2010-12-301-4/+0
* * gladeui/glade-base-editor.c, gladeui/glade-command.c: Avoid setting a null...Tristan Van Berkom2010-12-302-2/+2
* * gladeui/Makefile.am, gladeui/glade-project.c: Changed glade-previewer inst...Tristan Van Berkom2010-12-292-10/+10
* * gladeui/glade-design-view.c: Made loading progress bar nicer looking and e...Tristan Van Berkom2010-12-291-2/+9
* * gladeui/Makefile.am, gladeui/glade.h, gladeui/glade-clipboard.c, gladeui/g...Tristan Van Berkom2010-12-287-489/+4
* * gladeui/glade-project.c: Fixed glade-project to unset the loading flag whenTristan Van Berkom2010-12-271-21/+3
* * gladeui/glade-project.c: Added "parse-began" signalTristan Van Berkom2010-12-224-63/+150
* * gladeui/glade-project.[ch]: Removed dialog and added "load-progress" signalTristan Van Berkom2010-12-224-110/+139
* Added loading objects dialog with progress and cancel.Tristan Van Berkom2010-12-214-4/+156
* * gladeui/glade-editor-property.c, gladeui/glade-property.c, gladeui/glade-w...Tristan Van Berkom2010-12-203-6/+11
* * gladeui/glade-editor.c: Fixed class header of GladeEditor to update whenTristan Van Berkom2010-12-201-0/+4
* * gladeui/glade-project.c: Applying Marco Diego Aurélio Mesquita's patch toTristan Van Berkom2010-12-201-3/+6
* Fixed unused variables in GladeWidget sourceTristan Van Berkom2010-12-201-3/+0
* Removed debug prints from GladeProjectTristan Van Berkom2010-12-201-5/+0
* small build fixBenjamin Otte2010-12-201-1/+1
* Moved unparenting of all widgets back to GladeProject at dispose time.Tristan Van Berkom2010-12-202-17/+43
* * gladeui/glade-widget.[ch]: Hide glade_widget_set_object(), improved refere...Tristan Van Berkom2010-12-192-56/+65
* Small code cleanup in GladeProject.Tristan Van Berkom2010-12-191-7/+2
* * gladeui/glade-editor-property.c: Unload currently loaded property inTristan Van Berkom2010-12-181-3/+8