| Commit message (Expand) | Author | Age | Files | Lines |
* | * gladeui/glade-widget-action.[ch], gladeui/glade-widget-adaptor.c, gladeui/... | Tristan Van Berkom | 2011-01-05 | 1 | -4/+6 |
* | * Adding padding to classes in various files. | Tristan Van Berkom | 2011-01-04 | 1 | -15/+24 |
* | * Made GladeWidget internalize *everything* into a private data structure, | Tristan Van Berkom | 2011-01-02 | 1 | -96/+26 |
* | * gladeui/glade-command.[ch], Added GladeProject member to base command stru... | Tristan Van Berkom | 2011-01-01 | 1 | -80/+81 |
* | * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with: | Tristan Van Berkom | 2010-12-30 | 1 | -1/+0 |
* | * gladeui/glade-widget.[ch]: Hide glade_widget_set_object(), improved refere... | Tristan Van Berkom | 2010-12-20 | 1 | -3/+0 |
* | * gladeui/glade-app.[ch]: Added glade_app_queue_selection_changed() | Tristan Van Berkom | 2010-12-17 | 1 | -0/+4 |
* | * gladeui/glade-widget.[ch], gladeui/glade-project.c, plugins/gtk+/glade-gtk... | Tristan Van Berkom | 2010-12-15 | 1 | -2/+2 |
* | gladeui: Add glade_widget_get_children() convenience layer | Johannes Schmid | 2010-05-14 | 1 | -0/+2 |
* | * gladeui/glade-editor-property.[ch]: | Tristan Van Berkom | 2010-03-29 | 1 | -0/+2 |
* | Fixed Mal-ordering of atk properties, signals and accelerators in Libglade | Tristan Van Berkom | 2009-03-25 | 1 | -0/+4 |
* | Added some important fixes | Tristan Van Berkom | 2009-01-05 | 1 | -1/+2 |
* | Now add/remove parentless widget props from the project in | Tristan Van Berkom | 2008-11-23 | 1 | -2/+10 |
* | Added glade_widget_[un]lock() and glade_command_[un]lock_widget(). | Tristan Van Berkom | 2008-10-31 | 1 | -8/+8 |
* | Rewrote GtkLabel implementation from top to bottom with custom editor (now | Tristan Van Berkom | 2008-10-28 | 1 | -1/+1 |
* | Reimplemented GtkMenuItem and subclasses from top to bottom | Tristan Van Berkom | 2008-10-28 | 1 | -0/+11 |
* | Ignore parent-changes on internal widgets (that causes problems when | Tristan Van Berkom | 2008-10-25 | 1 | -3/+0 |
* | Implement property lookups with a hash table, fixed mem leaks | Tristan Van Berkom | 2008-10-21 | 1 | -1/+6 |
* | Fixed adjustments when values are null in libglade mode | Tristan Van Berkom | 2008-09-22 | 1 | -5/+0 |
* | Updated. | Tristan Van Berkom | 2008-09-20 | 1 | -3/+0 |
* | - Show glade widgets in the workspace on selection changes in the project | Tristan Van Berkom | 2008-09-18 | 1 | -0/+2 |
* | Creating toplevel widget through unified glade-palette interface. Removed | Pavel Kostyuchenko | 2008-09-16 | 1 | -0/+2 |
* | Fixed invisible labels in the menu editor. | Tristan Van Berkom | 2008-04-12 | 1 | -0/+3 |
* | Loaded and watched the new support_warning on GladeWidget | Tristan Van Berkom | 2008-04-10 | 1 | -0/+7 |
* | Filled in all since, deprecated and builder-unsupported properties. | Tristan Van Berkom | 2008-04-09 | 1 | -0/+4 |
* | Added basic builder support, format can be chosen via a radiomenuitem in | Tristan Van Berkom | 2008-04-06 | 1 | -1/+1 |
* | gladeui/glade-widget-adaptor.[ch], gladeui/glade-xml-utils.h, allow the | Tristan Van Berkom | 2008-04-05 | 1 | -0/+10 |
* | Now recurse through the plugin to read and write widget children, | Tristan Van Berkom | 2008-04-05 | 1 | -0/+12 |
* | merging builder branch into trunk | Tristan Van Berkom | 2008-04-03 | 1 | -8/+15 |
* | Adding convenience funcs that help with debugging property values in | Tristan Van Berkom | 2007-07-23 | 1 | -0/+9 |
* | fixed memory leaks of description strings in usage of | Tristan Van Berkom | 2007-07-18 | 1 | -2/+10 |
* | added packing actions to glade_popup_action_populate_menu() | Juan Pablo Ugarte | 2007-05-31 | 1 | -0/+10 |
* | added gladeui/glade-widget-action.[ch] | Juan Pablo Ugarte | 2007-05-23 | 1 | -1/+12 |
* | Removed notion of custom widget editors. | Tristan Van Berkom | 2007-05-09 | 1 | -4/+0 |
* | Added 'exact' argument to glade_widget_dup() and added | Tristan Van Berkom | 2007-05-01 | 1 | -2/+4 |
* | Auto-generate `gladeui.def' for DLL symbol exports. Remove | Vincent Geddes | 2007-04-12 | 1 | -63/+63 |
* | - Added property_set_save_always() functions - Introspect initial values | Tristan Van Berkom | 2007-03-03 | 1 | -0/+9 |
* | added glade_widget_property_original_default() | Juan Pablo Ugarte | 2007-02-15 | 1 | -0/+3 |
* | Changed the hierarchy changed signal for a "widget-event" signal. | Tristan Van Berkom | 2007-02-01 | 1 | -1/+0 |
* | o Removed search algorythm for child widgets, removed | Tristan Van Berkom | 2007-01-31 | 1 | -6/+3 |
* | Now works like a pure widget, uses gtk_widget_size_allocate() to resize | Tristan Van Berkom | 2007-01-28 | 1 | -0/+4 |
* | Set project properly in glade_command_remove() (this fixes undo/redo of | Tristan Van Berkom | 2007-01-27 | 1 | -0/+4 |
* | fixed conditionally building gnome & python. | Tristan Van Berkom | 2007-01-25 | 1 | -4/+4 |
* | Reorganised package structure, moved a lot of files and directories. | Tristan Van Berkom | 2007-01-23 | 1 | -0/+315 |