| Commit message (Expand) | Author | Age | Files | Lines |
* | GladeCommand: adjust Box and Grid size automatically | Juan Pablo Ugarte | 2020-09-25 | 1 | -53/+0 |
* | GladePopup: improve paste and add here actions | Juan Pablo Ugarte | 2020-09-18 | 1 | -21/+46 |
* | GladePopup: special case add to box/grid | Juan Pablo Ugarte | 2020-09-18 | 1 | -2/+31 |
* | Build: use gtk-mac-integration only when creating bundle | Tom Schoonjans | 2020-05-07 | 1 | -1/+1 |
* | GladePopup: Clear add item when adding as toplevel | James Westman | 2019-07-16 | 1 | -1/+2 |
* | Rename GWActionClass to GladeWidgetActionDef to use the right namespace | Corentin Noël | 2019-06-18 | 1 | -11/+11 |
* | Rename GladePropertyClass to GladePropertyDef and declare it as boxed | Corentin Noël | 2019-06-18 | 1 | -10/+10 |
* | Fix tab/space identation | Juan Pablo Ugarte | 2018-08-02 | 1 | -19/+19 |
* | GladeWidgetAdaptor: add glade_widget_adaptor_get_display_name() | Juan Pablo Ugarte | 2018-08-02 | 1 | -1/+1 |
* | GladePopup: do not use deprecated GtkImageMenuItem | Juan Pablo Ugarte | 2014-05-07 | 1 | -47/+22 |
* | Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macros | Juan Pablo Ugarte | 2014-04-17 | 1 | -16/+16 |
* | Added add-child-verify function to GtkScrolledWindow which is the only place ... | Juan Pablo Ugarte | 2013-08-07 | 1 | -7/+3 |
* | GladePopup: Use real GtkSeparatorMenuItems | Tristan Van Berkom | 2013-04-25 | 1 | -5/+5 |
* | Added quotes around property name in docs search | Juan Pablo Ugarte | 2013-04-02 | 1 | -1/+1 |
* | Removed Read Documentation popup menu item | Juan Pablo Ugarte | 2013-03-12 | 1 | -38/+9 |
* | Fixed a bug while #675395 "Using right click to add a widget over a placehold... | Juan Pablo Ugarte | 2012-05-03 | 1 | -61/+59 |
* | * gladeui/glade-xml-utils.h, gladeui/glade-widget-adaptor.[ch], gladeui/glad... | Tristan Van Berkom | 2011-01-28 | 1 | -49/+13 |
* | * gladeui/glade-popup.c: Fixed property popup to not show DevHelp link when ... | Tristan Van Berkom | 2011-01-26 | 1 | -1/+2 |
* | * gladeui/glade-utils.[ch], gladeui/glade-widget.c, gladeui/glade-project.c, | Tristan Van Berkom | 2011-01-08 | 1 | -9/+1 |
* | * gladeui/glade-widget-action.[ch], gladeui/glade-widget-adaptor.c, gladeui/... | Tristan Van Berkom | 2011-01-05 | 1 | -15/+27 |
* | * gladeui/glade-placeholder.[ch], gladeui/glade-popup.c: | Tristan Van Berkom | 2011-01-05 | 1 | -2/+2 |
* | * gladeui/glade-palette.[ch], gladeui/glade-project.[ch], gladeui/glade-app.... | Tristan Van Berkom | 2011-01-04 | 1 | -25/+43 |
* | * gladeui/glade-app.[ch], gladeui/glade-command.c, gladeui/glade-editor.[ch], | Tristan Van Berkom | 2011-01-04 | 1 | -6/+2 |
* | * Another major refactor, tasks accomplished: | Tristan Van Berkom | 2011-01-03 | 1 | -110/+65 |
* | * Made GladePropertyClass completely opaque and created loads of api and upd... | Tristan Van Berkom | 2011-01-03 | 1 | -7/+11 |
* | * Made GladeWidgetAdaptor internalize *everything* into a private data struc... | Tristan Van Berkom | 2011-01-03 | 1 | -42/+12 |
* | * Made GladeProperty internalize *everything* into a private data structure, | Tristan Van Berkom | 2011-01-02 | 1 | -10/+11 |
* | * Made GladeWidget internalize *everything* into a private data structure, | Tristan Van Berkom | 2011-01-02 | 1 | -25/+26 |
* | * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with: | Tristan Van Berkom | 2010-12-30 | 1 | -615/+613 |
* | * Whole tree updated to remove all notion of project conversions and dual pr... | Tristan Van Berkom | 2010-12-30 | 1 | -29/+4 |
* | First try to make GladeDesignLayout use a GdkOffscreen to render its child in... | Juan Pablo Ugarte | 2010-09-09 | 1 | -1/+6 |
* | * gladeui/glade-popup.c: Allow adding new actions to action groups from the ... | Tristan Van Berkom | 2010-03-29 | 1 | -7/+36 |
* | * gladeui/glade-widget-adaptor.[ch]: Add a "scrollable" flag on the adaptor ... | Tristan Van Berkom | 2010-03-28 | 1 | -6/+12 |
* | Use accessor functions instead direct access. | Javier Jardón | 2009-12-04 | 1 | -1/+1 |
* | * configure.ac, gladeui/glade-app.c: Added --enable-mac-bundle configure opti... | Tristan Van Berkom | 2009-06-29 | 1 | -0/+13 |
* | Abolished "View->Context Help" and added a context menu to editor | Tristan Van Berkom | 2008-10-21 | 1 | -1/+78 |
* | Fixed adjustments when values are null in libglade mode | Tristan Van Berkom | 2008-09-22 | 1 | -33/+58 |
* | Updated. | Tristan Van Berkom | 2008-09-20 | 1 | -0/+13 |
* | - Show glade widgets in the workspace on selection changes in the project | Tristan Van Berkom | 2008-09-18 | 1 | -13/+38 |
* | Exposed doc_search() command for palette popup | Tristan Van Berkom | 2008-09-17 | 1 | -5/+59 |
* | Creating toplevel widget through unified glade-palette interface. Removed | Pavel Kostyuchenko | 2008-09-16 | 1 | -1/+112 |
* | Fixed placeholder menu to also include actions of the parent widget. | Tristan Van Berkom | 2007-07-25 | 1 | -8/+25 |
* | Added parent options in placeholder context menus. | Tristan Van Berkom | 2007-07-23 | 1 | -30/+25 |
* | fixed memory leaks of description strings in usage of | Tristan Van Berkom | 2007-07-18 | 1 | -0/+1 |
* | Removed bindings framework since now all binding work will be done | Juan Pablo Ugarte | 2007-07-11 | 1 | -1/+0 |
* | gladeui/glade-popup.[ch] - added packing actions to placeholders | Juan Pablo Ugarte | 2007-06-27 | 1 | -7/+11 |
* | added packing action list to GladePlaceholder | Juan Pablo Ugarte | 2007-06-06 | 1 | -21/+60 |
* | added packing actions to glade_popup_action_populate_menu() | Juan Pablo Ugarte | 2007-05-31 | 1 | -8/+44 |
* | added gladeui/glade-widget-action.[ch] | Juan Pablo Ugarte | 2007-05-23 | 1 | -34/+60 |
* | Removed submenus for the ancestry since Vincent did that magic to the | Tristan Van Berkom | 2007-05-02 | 1 | -46/+26 |