summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed loading of "special-child-type" from the catalog, fixes bugs withTristan Van Berkom2006-12-183-8/+24
* Rolling 3.1.3Tristan Van Berkom2006-12-186-24/+8
* removed unused variable.Tristan Van Berkom2006-12-171-1/+0
* glade_widget_sync_custom_properties() dont sync construct_only props, doesTristan Van Berkom2006-12-171-3/+7
* Fixed a crash due to gtk_message_dialog_set_image "image" 2.10 propertyTristan Van Berkom2006-12-161-0/+21
* new function glade_util_get_file_mtime().Tristan Van Berkom2006-12-135-3/+100
* src/glade-base-editor.c src/glade-clipboard-view.c src/glade-command.cTristan Van Berkom2006-12-1229-596/+596
* Merged changeset 'GLADE3_3_0_BRANCHPOINT_1' --> 'GLADE3_3_0_MERGEPOINT_2'Tristan Van Berkom2006-12-122-2/+10
* The pkg-config entry is now `libgladeui-1.0.pc'.Tristan Van Berkom2006-12-122-6/+10
* doc/widgetclasses.sgml - changed the description of the "name" property ofTristan Van Berkom2006-12-084-9/+18
* New files.Tristan Van Berkom2006-12-075-25/+343
* added AC_CHECK_HEADERS(Python.h)Juan Pablo Ugarte2006-12-064-45/+380
* - Refactor GladePalette code slightly - Selector button can now be hidden.Tristan Van Berkom2006-12-049-251/+390
* removed glade_gnome_about_dialog_get_children()Juan Pablo Ugarte2006-11-301-249/+76
* o reference adaptor->type class in glade_widget_adaptor_constructor()Juan Pablo Ugarte2006-11-281-13/+26
* added PYGTK_REQ_MAYOR, PYGTK_REQ_MINOR and PYGTK_REQ_MICRO to config.hJuan Pablo Ugarte2006-11-226-55/+121
* dllexported functions with LIBGLADEUI_API.Tristan Van Berkom2006-11-221-0/+5
* Fixed a segfault in glade_widget_dup(), some things are done beforeTristan Van Berkom2006-11-211-1/+4
* Added python/pygtk checks.Juan Pablo Ugarte2006-11-2119-59/+4381
* - glade_property_set_enabled(), when enableing a property, sync its valueTristan Van Berkom2006-11-2112-699/+1379
* o manage all GModules with a hash table. o addedJuan Pablo Ugarte2006-11-098-75/+116
* - Use the new GtkRecent API, and make it screen aware. - Added the notionTristan Van Berkom2006-10-293-21/+261
* Merged changeset 'GLADE3_3_0_BRANCHPOINT' --> 'GLADE3_3_0_MERGEPOINT_1'Tristan Van Berkom2006-10-271-6/+6
* o integrate ui into one main window. o A GtkNotebook is used to displayTristan Van Berkom2006-10-2611-730/+2086
* Removed the python checkTristan Van Berkom2006-10-202-3/+25
* Added glade-widget-adaptor.[ch], removed glade-widget-class.[ch].Tristan Van Berkom2006-10-1940-3313/+3633
* Added private data struct. Removed notion of a GladeProjectViewType.Tristan Van Berkom2006-10-013-186/+177
* bumping version to 3.1.0Tristan Van Berkom2006-09-291-0/+4
* Renamed every function to avoid namming clash with libglade (now Anjuta 2Juan Pablo Ugarte2006-09-293-48/+41
* fixed bug 353126 "glade3.0.1 lost icons in gtkmenuitem"Juan Pablo Ugarte2006-09-232-6/+25
* - Set some HIG-ish defaults on dialogsTristan Van Berkom2006-09-221-0/+10
* Added GLADE_TYPE_STOCK_IMAGE (and standard pspec for it), this is stockTristan Van Berkom2006-09-224-90/+165
* src/glade-project.c reworked glade_project_update_comment() update everyJuan Pablo Ugarte2006-09-201-21/+34
* o Removed function glade_interface_add_comment() o Added new memberJuan Pablo Ugarte2006-09-194-27/+67
* o Added new member weight. o glade_property_class_get_displayable_value()Juan Pablo Ugarte2006-09-188-18/+156
* o added support for removing a BonoboDockItem from BonoboDock. o addedJuan Pablo Ugarte2006-09-131-45/+86
* GtkImage support improved. Finally no more g_object_set_data() :)Juan Pablo Ugarte2006-09-125-62/+65
* added glade_gnome_date_edit_post_create() Fixed bug 351589 "GnomeDateEditJuan Pablo Ugarte2006-09-081-0/+14
* added glade_gtk_combo_box_entry_get_internal_child() Fixed bug 354716Juan Pablo Ugarte2006-09-081-0/+12
* Backing out multiple consecutive pastes from 3.0, reopening bug 345603.Tristan Van Berkom2006-09-061-16/+4
* small optimization, there is no need to move a child if the new parent isJuan Pablo Ugarte2006-09-053-10/+17
* Fixed bug 345075 "GtkPaned is invisible on load". added new functionsJuan Pablo Ugarte2006-08-285-51/+164
* Remove glade_util_uri_list_parse().Tristan Van Berkom2006-08-243-90/+22
* signal editor UI improved (bug 127149) o Handler column now uses aJuan Pablo Ugarte2006-08-222-6/+167
* glade_widget_class_add_signals() simplification.Juan Pablo Ugarte2006-08-221-19/+5
* use non locale specific functions to write out floats and doubles tooTristan Van Berkom2006-08-221-3/+9
* Reverted to use of floating point precision in adjustments - use nonTristan Van Berkom2006-08-222-11/+36
* Fixed to not stick on class->toplevel widget classes, this avoidsTristan Van Berkom2006-08-201-2/+5
* Palette can be locked as in glade2 with CONTROL-Click (bug 303679)Juan Pablo Ugarte2006-08-191-4/+16
* sort signals alphabetically in glade_widget_class_add_signals() (bugJuan Pablo Ugarte2006-08-191-1/+12