summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* glade-3 2.90.0GLADE3_2_90_0Tristan Van Berkom2005-09-2914-92/+235
* Fixed cvsTristan Van Berkom2005-09-292-0/+0
* Fixing cvs...Tristan Van Berkom2005-09-2920-1227/+2032
* - Fixed glade_gtk_box_set_size in regards to internal children. - EnhancedTristan Van Berkom2005-09-295-102/+192
* Balanced out reference counts on GladeWidgets and their objects so thatTristan Van Berkom2005-09-2213-459/+412
* Added CAST_BAD macro (BAD_CAST opposite).Tristan Van Berkom2005-09-158-239/+250
* Added GtkAccelLabel.Tristan Van Berkom2005-09-142-0/+7
* Implemented GParamSpecBoxed types G_TYPE_STRV & GDK_TYPE_COLOR.Tristan Van Berkom2005-09-145-42/+243
* Fixed GtkFontButton implementation; Now the font-name property is properlyTristan Van Berkom2005-09-123-26/+21
* Renamed "Defaults..." to "Reset..." Fixed up reset dialog a little.Tristan Van Berkom2005-09-122-10/+30
* Added clause to create correct label value for aspect frame.Tristan Van Berkom2005-09-129-54/+140
* Added comment & use glade_widget_show/hide api.Tristan Van Berkom2005-09-098-80/+358
* ignore "resizable" property on GtkWindowTristan Van Berkom2005-09-022-0/+5
* Now the glade editor is a GtkVBox, allowing it greater configurability,Tristan Van Berkom2005-09-024-39/+52
* Added glade_command_set_properties_list().Tristan Van Berkom2005-09-0214-197/+681
* Added note about TODO list not being maintained, please refer to bugzillaTristan Van Berkom2005-08-313-35/+54
* Fixed bug in glade_property_write_impl() Custom string properties wereTristan Van Berkom2005-08-302-1/+7
* Made widget name property work like other properties (i.e. only commit onTristan Van Berkom2005-08-2915-2116/+1909
* Now all native properties (obtained throughTristan Van Berkom2005-08-294-32/+45
* Fixed compiler warnings.Tristan Van Berkom2005-08-241-4/+4
* Fixed g_return_if_fail which should be g_return_val_if_fail in idleTristan Van Berkom2005-08-242-2/+7
* glade_default_app_selection_clear() Add call to glade_util_clear_selectionTristan Van Berkom2005-08-248-75/+89
* Use glade_widget_show/hide for toplevels.Tristan Van Berkom2005-08-188-24/+121
* Fixed dumb G_IS_OBJECT() assertion failure.Tristan Van Berkom2005-08-183-3/+8
* Fixed use of uninitialized variable (resulting in all text entries beingTristan Van Berkom2005-08-173-4/+13
* Fixed text properties, when text properties were NULL by default, theTristan Van Berkom2005-08-123-23/+27
* Now when pasting widgets into a container, after the actual paste, theTristan Van Berkom2005-08-112-1/+22
* added glade_app_set/get_transient_parent &Tristan Van Berkom2005-08-115-97/+87
* Dont present top-levels upon load.Tristan Van Berkom2005-08-092-1/+5
* Now I'm really dumb, since this morning I havent cvs added these files :-/Tristan Van Berkom2005-08-094-0/+1215
* oops, that didn't compile, /me is emberassed *flush*Tristan Van Berkom2005-08-091-1/+1
* Fixed a forgotten piece of code that had to change for fixed-manager toTristan Van Berkom2005-08-092-2/+7
* Added new GladeFixedManager code to handle GtkFixed and GtkLayout in aTristan Van Berkom2005-08-0922-302/+694
* Fixed a typo where it should be glade-builtins.h instead ofNaba Kumar2005-08-012-1/+6
* RemovedTristan Van Berkom2005-08-0137-224/+240
* Cleared up property->class references, Added comments, Made spin buttonTristan Van Berkom2005-07-3114-479/+686
* - Added comment about why we dont automaticly remove a widget from aTristan Van Berkom2005-07-303-31/+34
* stock spec name fixed and removed construct only.Tristan Van Berkom2005-07-3010-76/+65
* Added glade builtin pspec types for general purpose use in the plugin.Tristan Van Berkom2005-07-3011-201/+358
* Simplified code with convenience functionsTristan Van Berkom2005-07-298-80/+322
* - made some members properties - added glade_property_set (property, ...)Tristan Van Berkom2005-07-298-177/+480
* Fixed a few compile warnings and fixed signal emmission to useTristan Van Berkom2005-07-288-80/+122
* Fixed bug in catalog_find_by_name (Luc Simard)Tristan Van Berkom2005-07-2810-245/+540
* - Removed original notebook tab_label stuff - Add placeholders to notebookTristan Van Berkom2005-07-286-111/+168
* Removed glade-transform as its not used, this is taken care of byTristan Van Berkom2005-07-266-88/+7
* Implemented catalog dependancies, i.e. if a catalog declares a widget thatTristan Van Berkom2005-07-263-25/+126
* Added show_properties method to app_class, this way the implementingTristan Van Berkom2005-07-256-36/+116
* Applied (and slightly adapted) Andy Somerville's patch for bug 303681Tristan Van Berkom2005-07-252-30/+30
* Fixed bug in glade_widget_class_merge_properties(), Now if a property in aTristan Van Berkom2005-07-253-20/+77
* Fixed compiler warningTristan Van Berkom2005-07-2413-52/+243