| Commit message (Expand) | Author | Age | Files | Lines |
* | Backport 56f47169dc09cfd6ed13a24cb9752050ecb66d6f. | Thomas Martitz | 2014-04-23 | 1 | -41/+76 |
* | Backport 2fcad158ebafce63eeccfbfc7756ed6c69d91c3c. | Juan Pablo Ugarte | 2014-04-23 | 2 | -37/+38 |
* | Backport 2bc40ad87be072aac2759755df63707d43f8415c. | Juan Pablo Ugarte | 2014-04-23 | 12 | -129/+627 |
* | Backported feature to make GladeProject remember unknown object classes | Juan Pablo Ugarte | 2013-09-20 | 8 | -55/+410 |
* | Added workaround for Bug 625867 "RadioButton information lost on cut+paste, a... | Juan Pablo Ugarte | 2013-09-19 | 1 | -3/+8 |
* | Fixed Bug 646259 "SIGSEGV in glade_widget_adaptor_object_construct_object loa... | Juan Pablo Ugarte | 2013-09-06 | 1 | -3/+24 |
* | Fixed bug 702886 "SEGV when creating a new GtkDialog (GLib 2.37.x)" | Juan Pablo Ugarte | 2013-09-05 | 1 | -19/+22 |
* | Fixed some compiler warnings and added extra check to glade_widget_set_object... | Juan Pablo Ugarte | 2013-09-05 | 1 | -14/+9 |
* | Made a few ui fixes, like removing unnecessary shadows in the workspace and p... | Juan Pablo Ugarte | 2013-09-05 | 3 | -12/+8 |
* | [Glade Bug 663492] Update Mac integration bindings to GtkOSXApplication | John Ralls | 2011-11-08 | 2 | -8/+6 |
* | 2011-10-11 Benjamin Otte <otte@redhat.com> | Tristan Van Berkom | 2011-10-11 | 1 | -9/+6 |
* | * gladeui/glade-project.c: Fix glade_project_notify_has_child() to notify | Tristan Van Berkom | 2011-10-09 | 1 | -6/+8 |
* | Removed unused variable | Tristan Van Berkom | 2011-10-09 | 1 | -1/+1 |
* | * gladeui/glade-property.c, gladeui/glade-xml-utils.c: | Tristan Van Berkom | 2011-10-09 | 2 | -10/+9 |
* | * gladeui/glade-widget.c: Fixed glade_widget_hide() in the case that the pro... | Tristan Van Berkom | 2011-10-09 | 2 | -3/+7 |
* | * gladeui/glade-command.[ch]: Exposed glade_command_add() internal command s... | Tristan Van Berkom | 2011-10-09 | 2 | -18/+39 |
* | * gladeui/glade-widget-adaptor.c: Implemented a generic ->depends() routine | Tristan Van Berkom | 2011-10-09 | 1 | -1/+23 |
* | gladeui/glade-utils.c: Correctly detect the required devhelp version | Javier Jardón | 2011-04-29 | 1 | -1/+1 |
* | * gladeui/glade-project.[ch], gladeui/glade-widget.c: Backported glade_proje... | Tristan Van Berkom | 2011-04-04 | 3 | -11/+123 |
* | Backporting GladeBaseEditor fixes from master | Tristan Van Berkom | 2011-04-04 | 1 | -1751/+1785 |
* | * Backed out 'preview' feature from glade-3-8 branch. | Tristan Van Berkom | 2011-04-04 | 5 | -637/+3 |
* | Fixed typo regarding signal_class->version_since_major/minor. | Tristan Van Berkom | 2011-02-25 | 1 | -1/+1 |
* | * gladeui/glade-widget.c: Make glade_widget_rebuild() use glade_widget_add/r... | Tristan Van Berkom | 2011-02-05 | 1 | -16/+27 |
* | * gladeui/glade-project.c: Fixed GladeProject to only ever report widgets th... | Tristan Van Berkom | 2011-02-03 | 3 | -220/+257 |
* | * gladeui/glade-widget.[ch], gladeui/glade-project.c, gladeui/glade-utils.c:... | Tristan Van Berkom | 2011-02-03 | 4 | -32/+54 |
* | * 41 files: Fixed typo in LGPL License file headers. | Tristan Van Berkom | 2011-01-24 | 5 | -5/+5 |
* | Fixed some typos in glade-widget-adaptor.c | Tristan Van Berkom | 2011-01-12 | 1 | -4/+4 |
* | * gladeui/glade-editor.c: Make query dialog come with a "Create" button instead | Tristan Van Berkom | 2011-01-09 | 1 | -21/+22 |
* | * gladeui/glade-project.c, gladeui/glade-id-allocator.c: Dont index unallocated | Tristan Van Berkom | 2011-01-04 | 3 | -21/+43 |
* | * gladeui/glade-property.c: Fixed glade_property_dup() to not incidentally s... | Tristan Van Berkom | 2010-12-31 | 1 | -2/+3 |
* | * gladeui/glade-project.c: Further fixing project dispose cycle, still leaki... | Tristan Van Berkom | 2010-12-31 | 1 | -9/+12 |
* | * gladeui/glade-base-editor.c: Remove restriction for only GtkContainer widg... | Tristan Van Berkom | 2010-12-30 | 1 | -4/+0 |
* | * gladeui/glade-base-editor.c, gladeui/glade-command.c: Avoid setting a null... | Tristan Van Berkom | 2010-12-30 | 2 | -2/+2 |
* | * gladeui/Makefile.am, gladeui/glade-project.c: Changed glade-previewer inst... | Tristan Van Berkom | 2010-12-29 | 2 | -10/+10 |
* | * gladeui/glade-design-view.c: Made loading progress bar nicer looking and e... | Tristan Van Berkom | 2010-12-29 | 1 | -2/+9 |
* | * gladeui/Makefile.am, gladeui/glade.h, gladeui/glade-clipboard.c, gladeui/g... | Tristan Van Berkom | 2010-12-28 | 7 | -489/+4 |
* | * gladeui/glade-project.c: Fixed glade-project to unset the loading flag when | Tristan Van Berkom | 2010-12-27 | 1 | -21/+3 |
* | * gladeui/glade-project.c: Added "parse-began" signal | Tristan Van Berkom | 2010-12-22 | 4 | -63/+150 |
* | * gladeui/glade-project.[ch]: Removed dialog and added "load-progress" signal | Tristan Van Berkom | 2010-12-22 | 4 | -110/+139 |
* | Added loading objects dialog with progress and cancel. | Tristan Van Berkom | 2010-12-21 | 4 | -4/+156 |
* | * gladeui/glade-editor-property.c, gladeui/glade-property.c, gladeui/glade-w... | Tristan Van Berkom | 2010-12-20 | 3 | -6/+11 |
* | * gladeui/glade-editor.c: Fixed class header of GladeEditor to update when | Tristan Van Berkom | 2010-12-20 | 1 | -0/+4 |
* | * gladeui/glade-project.c: Applying Marco Diego Aurélio Mesquita's patch to | Tristan Van Berkom | 2010-12-20 | 1 | -3/+6 |
* | Fixed unused variables in GladeWidget source | Tristan Van Berkom | 2010-12-20 | 1 | -3/+0 |
* | Removed debug prints from GladeProject | Tristan Van Berkom | 2010-12-20 | 1 | -5/+0 |
* | small build fix | Benjamin Otte | 2010-12-20 | 1 | -1/+1 |
* | Moved unparenting of all widgets back to GladeProject at dispose time. | Tristan Van Berkom | 2010-12-20 | 2 | -17/+43 |
* | * gladeui/glade-widget.[ch]: Hide glade_widget_set_object(), improved refere... | Tristan Van Berkom | 2010-12-19 | 2 | -56/+65 |
* | Small code cleanup in GladeProject. | Tristan Van Berkom | 2010-12-19 | 1 | -7/+2 |
* | * gladeui/glade-editor-property.c: Unload currently loaded property in | Tristan Van Berkom | 2010-12-18 | 1 | -3/+8 |