- 09 Jan, 2011 7 commits
-
-
Tristan Van Berkom authored
out as "menu" special child type.
-
Tristan Van Berkom authored
parentless widget references (i.e. you can add a parent to a GtkToolItemGroup's label widget or a GtkButton's image widget, or remove the parent of a child of a label-widget, etc).
-
Tristan Van Berkom authored
plugins can create command groups that play with adding/removing widgets inline without creating copies of them.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
parse-finished is fired (so that it can be checked when setting the final object properties).
-
Tristan Van Berkom authored
them from the layout (no longer needed trickery for the toplevel, makes parentless widget property references work properly).
-
- 08 Jan, 2011 11 commits
-
-
Fran Diéguez authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
plugins/glade-gtk.c: Added support for editing GtkToolPalette.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
optional property to discourage its use and gave it similar treatment as the toolbar-style property.
-
Tristan Van Berkom authored
new properties and signals introduced with 3.0.
-
Tristan Van Berkom authored
stock items.
-
Tristan Van Berkom authored
gladeui/glade-popup.c, gladeui/glade-placeholder.c: Removed global selection list from glade-utils, selection can only be placed on widgets and only be controlled by their owning project.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
gladeui/glade-widget-adaptor.c, gladeui/glade-editor-property.c: Removed glade_util_class_implements_interface() in favor of g_type_is_a() (closes bug 455734).
-
- 07 Jan, 2011 7 commits
-
-
Emilio Pozuelo Monfort authored
-
Emilio Pozuelo Monfort authored
-
Tristan Van Berkom authored
GladeEditable now watches the project for changes and updates itself by way of the base class implementation (and is fixed for removed widgets that no longer have a project pointer available), also glade_editable_block/unblock() is added for implementations to avoid firing implicit loads while executing commands... all custom editors updated to lose much code.
-
Tristan Van Berkom authored
to menu items and toolitems in the menu editor (fixes bug 510083).
-
Emilio Pozuelo Monfort authored
-
Tristan Van Berkom authored
crashers when focus/start-editing next cell.
-
Tristan Van Berkom authored
insensitive color for the < search widgets > entry.
-
- 06 Jan, 2011 15 commits
-
-
Fran Diéguez authored
-
Tristan Van Berkom authored
-
Daniel Mustieles García authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
of the GtkWidget adaptor this is unneeded and unused.
-
Tristan Van Berkom authored
files dont overlap with parallel installed 3.8.x
-
Tristan Van Berkom authored
by the palette's context menu.
-
Tristan Van Berkom authored
requires that every item update itself for the support for the project target version, this was causing notebook page switches between projects to be very slow (actually costing an entire second), with one palette for each project the project switch is drastically improved.
-
Tristan Van Berkom authored
of looping).
-
Tristan Van Berkom authored
Cancel any queued selection from glade_project_selection_changed.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
Now GladeEditor instead of removing/adding the cached page for a said widget class will simply show/hide it (except for packing pages which are generated always on the fly), keeping them all in a vbox widget and using show/hide improves time to selection change. Also release all cached pages in ->dispose() (which was leeking) and ensure the class field always gets the same height.
-