summaryrefslogtreecommitdiff
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fixed loading of "special-child-type" from the catalog, fixes bugs withTristan Van Berkom2006-12-181-1/+1
* glade_widget_sync_custom_properties() dont sync construct_only props, doesTristan Van Berkom2006-12-171-2/+2
* Fixed a bug in set_property() (setting "window-placement-set" could resultTristan Van Berkom2006-12-161-0/+1
* Fixed a crash due to gtk_message_dialog_set_image "image" 2.10 propertyTristan Van Berkom2006-12-161-1/+1
* added AC_CHECK_HEADERS(Python.h)Juan Pablo Ugarte2006-12-061-1/+73
* removed glade_gnome_about_dialog_get_children()Juan Pablo Ugarte2006-11-301-1/+0
* - glade_property_set_enabled(), when enableing a property, sync its valueTristan Van Berkom2006-11-214-124/+63
* - Use the new GtkRecent API, and make it screen aware. - Added the notionTristan Van Berkom2006-10-291-0/+6
* Removed the python checkTristan Van Berkom2006-10-201-1/+13
* Added glade-widget-adaptor.[ch], removed glade-widget-class.[ch].Tristan Van Berkom2006-10-193-386/+248
* - Ignore "enable-grid-lines" 2.10 property on treeview sinceTristan Van Berkom2006-09-221-0/+8
* Added GLADE_TYPE_STOCK_IMAGE (and standard pspec for it), this is stockTristan Van Berkom2006-09-221-5/+5
* o Added new member weight. o glade_property_class_get_displayable_value()Juan Pablo Ugarte2006-09-181-7/+10
* o added support for removing a BonoboDockItem from BonoboDock. o addedJuan Pablo Ugarte2006-09-131-0/+1
* added glade_gnome_date_edit_post_create() Fixed bug 351589 "GnomeDateEditJuan Pablo Ugarte2006-09-081-0/+1
* added glade_gtk_combo_box_entry_get_internal_child() Fixed bug 354716Juan Pablo Ugarte2006-09-081-0/+1
* Fixed bug 345075 "GtkPaned is invisible on load". added new functionsJuan Pablo Ugarte2006-08-281-0/+9
* translatable label in menu items.Tristan Van Berkom2006-08-221-1/+1
* Fixed non-translatable strings on many properties: title ofTristan Van Berkom2006-08-222-3/+38
* Fixed missing translatable attribute on some properties.Tristan Van Berkom2006-08-211-5/+5
* Fixed expanders, now there's always a placehodler when needed.Tristan Van Berkom2006-08-181-0/+1
* fixed bug 345604 "Pasting a widget does not paste the packing options"Juan Pablo Ugarte2006-08-161-3/+14
* Fixed glade_util_get_placeholder_from_pointer to work for notebook tabs.Tristan Van Berkom2006-08-101-1/+0
* augmenting notebook code...Tristan Van Berkom2006-08-101-0/+3
* Now check if placeholders are GTK_WIDGET_MAPPED() before returning them,Tristan Van Berkom2006-08-101-0/+3
* Fixed spelling and formatting typos.Tristan Van Berkom2006-08-042-6/+7
* Fixed a GtkImage loading bug. (more cleanup)Juan Pablo Ugarte2006-07-281-2/+2
* adapted to the new glade_command_set_property() prototype.Juan Pablo Ugarte2006-07-271-2/+2
* Fixed bug 347850 "Selection Bug consequence"Juan Pablo Ugarte2006-07-251-0/+2
* Added text-view handling of virtual "text" property (bug 347961)Tristan Van Berkom2006-07-221-1/+8
* expose internal entry of GtkComboBoxEntry.Tristan Van Berkom2006-07-201-1/+3
* added files glade-base-editor.[ch]Juan Pablo Ugarte2006-07-131-3/+6
* Added 'default-palette-state' element and attribute declarations.Tristan Van Berkom2006-06-253-1/+16
* 's/g_return_if_fail/g_return_val_if_fail/'Tristan Van Berkom2006-06-221-2/+2
* Used the gtknotebook page property to negotiate pages when editing tablessTristan Van Berkom2006-06-191-2/+6
* Added glade_property_[push/pop]_superuser()Tristan Van Berkom2006-06-171-4/+4
* fixed typosTristan Van Berkom2006-06-141-423/+0
* o Made widgets visible by default and toplevels invisible by defaultTristan Van Berkom2006-06-121-3/+4
* Vincent pointed out compile errors on gcc 4.x, fixed.Tristan Van Berkom2006-06-121-49/+52
* updatedTristan Van Berkom2006-06-111-2/+2
* Made changes for changed files.Tristan Van Berkom2006-06-091-6/+19
* o Reverting the simplification of gtkbox, the regression was that the boxBEFORE_GWIDGET_MADNESSTristan Van Berkom2006-06-071-0/+18
* o Fixed segfaults on color-button o Fixed color-button & font-buttonTristan Van Berkom2006-06-061-3/+19
* Added GtkToolItem child support to GtkToolbar and new widgets classesTristan Van Berkom2006-06-051-8/+56
* Added autogenerated keysyms (but not autogenerating them at the moment).Tristan Van Berkom2006-06-051-1/+1
* Fixed segfault on widget copying.Tristan Van Berkom2006-06-021-2/+0
* completing the commitTristan Van Berkom2006-06-022-3/+3
* Installed unwanted garbage to pass distcheck.Tristan Van Berkom2006-05-221-2/+2
* catalog book specifications now on widget classesTristan Van Berkom2006-05-183-3/+3
* added check for GnomeUI libs (PKG_CHECK_MODULES)Tristan Van Berkom2006-05-185-2/+631