- 08 Jan, 2011 7 commits
-
-
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 11 commits
-
-
Tristan Van Berkom 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
Cancel any queued selection from glade_project_selection_changed.
-
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.
-
- 05 Jan, 2011 9 commits
-
-
Tristan Van Berkom authored
gladeui/glade-widget.c: Made GladeSignal a GObject.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
gladeui/glade-design-layout.h, gladeui/glade-design-view.h, gladeui/glade-editable.h, gladeui/glade-editor-property.h, gladeui/glade-named-icon-chooser-dialog.h, gladeui/glade-project.h: Aligning some indentation in headers, adding padding to core object classes for possible future expansion. Glade core api now officially sealed and ABI stable.
-
Tristan Van Berkom authored
gladeui/glade-popup.c, plugins/gtk+/glade-gtk.c, src/glade-window.c: - Privatized members of GladeWidgetAction - Created glade_widget_action_class_new() and some accessors for better code in the adaptor - GWActionClass is now on the slice allocator - Added glade_widget_action_set/get_visible() - Removed glade_widget_remove[_pack]_action() - Plugin makes actions invisible instead of removing them - Everything updated for new sealed api
-
Tristan Van Berkom authored
Privatized GladePlaceholder members.
-
Tristan Van Berkom authored
Privatized GladeCommand members.
-
Tristan Van Berkom authored
Privatized GladeClipboard members.
-
Tristan Van Berkom authored
gladeui/glade-signal-editor.c, gladeui/glade-command.c: Made GladeSignal an opaque structure with accessors.
-
Tristan Van Berkom authored
gladeui/glade-signal-editor.c, plugins/gtk+/glade-accels.c: Added glade-signal-class.[ch] as an opaque type.
-
- 04 Jan, 2011 6 commits
-
-
Johannes Schmid authored
-
Tristan Van Berkom authored
(since we do it in expose and the view gets destroyed without us unsetting the pointer).
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
Instead of privatizing GladeFixed, moved it to be a detail of the plugin backend.
-
Tristan Van Berkom authored
* plugins/gtk+/*.c: updated all custom editors to used eprop accessors now
-
Tristan Van Berkom authored
-