summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Call glade_property_invalidate() properly in all GTK+ widget property editorsgbindingDenis Washington2012-01-178-0/+1068
* Add "invalidate" signal to GladePropertyDenis Washington2011-12-204-7/+75
* Rename glade_property_resolve_binding() to just glade_property_resolve()Denis Washington2011-12-133-6/+6
* Add missing GLADE_IS_PROPERTY() check to glade_property_resolve_binding()Denis Washington2011-12-131-0/+2
* Remove all binding transformation function UI and code for nowDenis Washington2011-12-137-269/+21
* Fix buildDenis Washington2011-12-131-1/+1
* Remove g_object_set_data() usage for binding resolutionDenis Washington2011-12-133-28/+61
* Move all binding source/target synchronization logic into the command systemDenis Washington2011-12-133-269/+134
* Remove trailing whitespaceDenis Washington2011-12-136-52/+52
* Update glade_command_bind_property_unifies() for transform functionsDenis Washington2011-12-131-1/+2
* Add mnemonics to property binding context menu items in inspectorDenis Washington2011-12-131-2/+2
* Add mnemonics to all "Bind to source..." dialog widgetsDenis Washington2011-12-131-3/+5
* Small "Bind to source..." dialog code cleanupsDenis Washington2011-12-131-20/+25
* Fix assertion failure warningsDenis Washington2011-12-131-15/+17
* Don't show properties marked as "virtual" or "ignore" in "Bind to source..." ...Denis Washington2011-12-131-3/+5
* Cleaned up the GladeProperty binding codeDenis Washington2011-12-131-94/+122
* Deal with binding sourc properties becoming disabled or insensitiveDenis Washington2011-12-131-12/+55
* Add support for setting transformation functions from "Bind to source..."Denis Washington2011-12-136-37/+217
* Fix a memory leak in glade_property_set_binding_transform_func()Denis Washington2011-12-131-0/+2
* Clean up the "Bind to source..." dialogDenis Washington2011-12-131-60/+71
* Fix tricky crasher when a project with property bindings is closedDenis Washington2011-12-131-66/+86
* Select the current binding source in the "Bind to source..." dialog if the ta...Denis Washington2011-12-131-57/+126
* Rename internal function glade_project_fix_object_props() to just glade_proje...Denis Washington2011-12-131-4/+5
* Make GladeProperty read and write transformation function namesDenis Washington2011-12-133-1/+68
* glade_eprop_property_finalized(): Set binding_id to 0 like the other signal h...Denis Washington2011-12-131-0/+1
* Don't show the target property as possible source property in the "Binding to...Denis Washington2011-12-131-1/+2
* Don't show the check/radio column in the "Bind to source..." dialog's object ...Denis Washington2011-12-131-27/+57
* Fix a crasher introduced during the GladeBinding->GladeProperty refactorDenis Washington2011-12-131-2/+6
* Properly remove a property binding if the binding source widget is removedDenis Washington2011-12-131-10/+82
* Use "Unbinding [...]" instead of "Binding [...]" as undo/redo command descrip...Denis Washington2011-12-131-3/+6
* Rename the OK button in the "Bind to source..." dialog to "Bind" and make it ...Denis Washington2011-12-131-1/+30
* In the binding source chooser dialog, show uncompatible properties greyed out...Denis Washington2011-12-131-6/+40
* Give binding source chooser dialog a sensible interfaceDenis Washington2011-12-133-47/+181
* Make "Bind to source..." menu item visible even if the property is boundDenis Washington2011-12-131-5/+6
* Add "Unbind" context menu item for properties and disable "Set default value"...Denis Washington2011-12-131-3/+14
* Big refactor: Move all GladeBinding functionality directly into GladePropertyDenis Washington2011-12-139-591/+276
* Implement "Bind property" command to undo/redo system and expose it as "Bind ...Denis Washington2011-12-135-0/+254
* Fix typoDenis Washington2011-12-131-1/+1
* Let GladeBindings disconnect created property-change handlers on finalizationDenis Washington2011-12-131-0/+3
* Make glade_property_set_binding() accept NULL and prevent the binding from le...Denis Washington2011-12-131-3/+8
* Remove wrong g_assert(), and avoid another in the case of incorrect GtkBuilde...Denis Washington2011-12-131-9/+12
* Move #include to glade-binding.cDenis Washington2011-12-132-1/+1
* Add forgotten NULL check to glade_binding_set_source()Denis Washington2011-12-131-3/+3
* Take advantage of the fact that g_free (NULL) safely does nothingDenis Washington2011-12-131-11/+5
* Simplified glade_editor_property_tooltip_cb() (thanks Juan!)Denis Washington2011-12-131-16/+18
* Fix GladeProperty / GladeBinding ownership issues (thanks Juan!)Denis Washington2011-12-132-1/+13
* Fix memory leak (thanks Juan!)Denis Washington2011-12-131-1/+9
* Minor style fix (thanks Juan!)Denis Washington2011-12-131-2/+1
* Actually show the binding source in the inspector tooltip, not the targetDenis Washington2011-12-131-3/+7
* Make the labels of bound properties in the inspector bold-italicDenis Washington2011-12-131-3/+3