- 10 Jan, 2011 2 commits
-
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
- Fixed indentation - Relicense as LGPL as Johannes Schmid said that was ok.
-
- 09 Jan, 2011 21 commits
-
-
Johannes Schmid authored
Fixes a lot of drawing glitches in the tree view.
-
Johannes Schmid authored
-
Johannes Schmid authored
* Handler column: Automatically remove "Type here" when typing starts * Userdata column: Use object selection dialog and add proper focus handling
-
Johannes Schmid authored
-
Johannes Schmid authored
-
Johannes Schmid authored
-
Tristan Van Berkom authored
< enter column here > and no columns are yet added (fixes bug 633943).
-
Tristan Van Berkom authored
bug 634325, fix by Alex Merry.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
of an "OK" button, closes bug 503621.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
texttagtable.
-
Tristan Van Berkom authored
gtkmenutoolbutton code (incase the child is rebuilt for construct-only purposes).
-
Tristan Van Berkom authored
- Made all GdkColor type properties optional, closes bug 457969 - Disabled all the irrelevant "-set" properties of GtkTextTag.
-
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 6 commits
-
-
Emilio Pozuelo Monfort authored
-
Johannes Schmid authored
-
Emilio Pozuelo Monfort authored
-
Johannes Schmid authored
-
Johannes Schmid 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.
-