| Commit message (Expand) | Author | Age | Files | Lines |
* | Hide any parentless widgets before assigning them as a property. | Tristan Van Berkom | 2011-01-09 | 1 | -0/+2 |
* | * gladeui/glade-utils.[ch], gladeui/glade-widget.c, gladeui/glade-builtins.c, | Tristan Van Berkom | 2011-01-08 | 1 | -5/+3 |
* | * gladeui/glade-editor-property.[ch]: Privatized members of GladeEditorPrope... | Tristan Van Berkom | 2011-01-04 | 1 | -205/+271 |
* | * Made GladePropertyClass completely opaque and created loads of api and upd... | Tristan Van Berkom | 2011-01-03 | 1 | -86/+107 |
* | * Made GladeWidgetAdaptor internalize *everything* into a private data struc... | Tristan Van Berkom | 2011-01-03 | 1 | -6/+6 |
* | * gladeui/glade-command.c: Fixed segfault introduced by my recent GladePrope... | Tristan Van Berkom | 2011-01-02 | 1 | -0/+3 |
* | * Made GladeProperty internalize *everything* into a private data structure, | Tristan Van Berkom | 2011-01-02 | 1 | -76/+84 |
* | * Made GladeWidget internalize *everything* into a private data structure, | Tristan Van Berkom | 2011-01-02 | 1 | -22/+25 |
* | * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with: | Tristan Van Berkom | 2010-12-30 | 1 | -2527/+2503 |
* | * Whole tree updated to remove all notion of project conversions and dual pr... | Tristan Van Berkom | 2010-12-30 | 1 | -482/+54 |
* | * gladeui/glade-editor-property.c: Make all input widgets want to expand. | Tristan Van Berkom | 2010-12-29 | 1 | -0/+1 |
* | * gladeui/glade-base-editor.c, gladeui/glade-editor-property.c, | Tristan Van Berkom | 2010-12-29 | 1 | -4/+4 |
* | * gladeui/glade-editor-property.c: Align property labels left instead of right | Tristan Van Berkom | 2010-12-27 | 1 | -1/+1 |
* | * gladui/glade-editor-property.c: Set a width-chars on the eprop label so that | Tristan Van Berkom | 2010-12-27 | 1 | -0/+1 |
* | Merge branch 'master' into offscreen-gtk3 | Tristan Van Berkom | 2010-12-22 | 1 | -1/+19 |
|\ |
|
| * | * gladeui/glade-editor-property.c, gladeui/glade-property.c, gladeui/glade-w... | Tristan Van Berkom | 2010-12-20 | 1 | -1/+6 |
| * | * gladeui/glade-editor-property.c: Unload currently loaded property in | Tristan Van Berkom | 2010-12-18 | 1 | -3/+8 |
| * | * gladeui/glade-editor-property.c: Hide editor properties when the property ... | Tristan Van Berkom | 2010-12-18 | 1 | -1/+9 |
* | | gladeui: Fix crash in glade-editor-property | Johannes Schmid | 2010-11-15 | 1 | -34/+0 |
* | | Remove reference to gtk_size_request | Johannes Schmid | 2010-11-15 | 1 | -9/+0 |
* | | Initial gtk+ 3.0 port (compiles but doesn't work) | Johannes Schmid | 2010-11-05 | 1 | -7/+5 |
* | | Bug 630690 - drop GtkObject use | Johannes Schmid | 2010-11-05 | 1 | -1/+0 |
* | | Fixed compitation for gtk+-3.0 | Juan Pablo Ugarte | 2010-09-19 | 1 | -7/+1 |
|/ |
|
* | Fix macro to use gtk_adjustment_set_* instead of the obsolete adj->* | Pablo Castellano | 2010-08-03 | 1 | -1/+1 |
* | * gladeui/glade-editor-property.[ch]: | Tristan Van Berkom | 2010-03-29 | 1 | -8/+7 |
* | * gladeui/glade-editor-property.[ch]: | Tristan Van Berkom | 2010-03-29 | 1 | -2/+7 |
* | 2010-03-29 Tristan Van Berkom <tvb@gnome.org> | Tristan Van Berkom | 2010-03-29 | 1 | -55/+178 |
* | Revert "Use accessor functions instead direct access. Fourth patch" | Javier Jardón | 2010-02-14 | 1 | -1/+1 |
* | Fix some typos, bug #571464 | Gabor Kelemen | 2010-02-13 | 1 | -2/+2 |
* | Mark a string for translation, bug #581167 | Gabor Kelemen | 2010-02-13 | 1 | -1/+1 |
* | Use accessor functions instead direct access. Fourth patch | Javier Jardón | 2010-02-12 | 1 | -1/+1 |
* | Use accessor functions instead direct access. Third patch | Javier Jardón | 2010-02-11 | 1 | -1/+1 |
* | Use accessor functions instead direct access. | Javier Jardón | 2009-12-04 | 1 | -53/+84 |
* | Bug 595838 — String fixes | Philip Withnall | 2009-09-22 | 1 | -2/+2 |
* | * configure.ac, gladeui/glade-app.c: Added --enable-mac-bundle configure opti... | Tristan Van Berkom | 2009-06-29 | 1 | -1/+1 |
* | Use GtkComboBox instead of deprecated GtkOptionMenu. | Tristan Van Berkom | 2009-06-20 | 1 | -36/+33 |
* | Fix usage of deprecated GTK+ symbols (bug 572756) | Tristan Van Berkom | 2009-06-20 | 1 | -9/+9 |
* | * plugins/gtk+/gtk+.xml.in: Make assistant page-titles translatable (bug 503... | Tristan Van Berkom | 2009-06-15 | 1 | -0/+2 |
* | * plugins/gtk+/gtk+.xml.in: Fixed GtkButton to only allow real stock items, | Tristan Van Berkom | 2009-04-18 | 1 | -3/+6 |
* | ...more selection paranoia.. | Tristan Van Berkom | 2009-04-18 | 1 | -1/+5 |
* | * plugins/gtk+/glade-activatable-editor.c, | Tristan Van Berkom | 2009-04-18 | 1 | -2/+5 |
* | Added "commit" signal to allow custom editors to do command group/macros | Tristan Van Berkom | 2009-02-05 | 1 | -14/+39 |
* | Added file chooser dialog to pixbuf properties (bug 567817). | Tristan Van Berkom | 2009-01-15 | 1 | -1/+87 |
* | New editor to group the treeview and model together in the base editor | Tristan Van Berkom | 2008-11-22 | 1 | -1/+2 |
* | Added a new editor for cell renderers | Tristan Van Berkom | 2008-11-19 | 1 | -2/+2 |
* | Fixed recursion in the eprops when updating values (due to exterior | Tristan Van Berkom | 2008-11-15 | 1 | -2/+5 |
* | Faked the accel-group property and added accel-groups object list to | Tristan Van Berkom | 2008-11-07 | 1 | -1/+0 |
* | Added icon factory editor widget (only to better format the "sources" | Tristan Van Berkom | 2008-10-28 | 1 | -1/+1 |
* | Reimplemented GtkMenuItem and subclasses from top to bottom | Tristan Van Berkom | 2008-10-28 | 1 | -12/+1 |
* | - Reimplemented GtkImage from ground up. - Reimplemented stock on | Tristan Van Berkom | 2008-10-27 | 1 | -29/+122 |