summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Use Unicode characters where appropriate. o Set website property forTristan Van Berkom2006-08-192-56/+136
* o Fixed textview segfault (bug 352054) by checking nulls fromTristan Van Berkom2006-08-192-1/+5
* Added glade_widget_remove_property ()Tristan Van Berkom2006-08-196-17/+86
* glade_widget_class_list_signals () now list signals implemented byJuan Pablo Ugarte2006-08-191-30/+56
* Fixed expanders, now there's always a placehodler when needed.Tristan Van Berkom2006-08-181-2/+28
* Now adjustments are saved as decimal values instead of doubles (glade--Tristan Van Berkom2006-08-172-12/+11
* Now you can paste widgets to your hearts content. (bug 345603)Tristan Van Berkom2006-08-171-4/+16
* fixed bug 345604 "Pasting a widget does not paste the packing options"Juan Pablo Ugarte2006-08-166-2/+42
* GladeBaseEditor fixJuan Pablo Ugarte2006-08-132-4/+6
* Added --without-devhelp option (for users suffering of DevHelp 0.11)Tristan Van Berkom2006-08-126-37/+57
* GtkDialog's main vbox now has 2 placeholders instead of 3.Tristan Van Berkom2006-08-122-8/+12
* Updated the about dialog for the 3.0 release.Tristan Van Berkom2006-08-121-7/+24
* Change 'Recent Projects' to 'Open Recent' in menu.Tristan Van Berkom2006-08-111-1/+1
* o Fixed a bug where loaded projects were never marked with unsaved changesTristan Van Berkom2006-08-111-0/+1
* o Setup packing properties so they are available to the plugin atTristan Van Berkom2006-08-112-23/+11
* Fixed bookkeeping of special-child-type when redoing a paste command.Tristan Van Berkom2006-08-112-8/+23
* Unparent all widgets before closing the project, this stops the recursiveTristan Van Berkom2006-08-111-2/+17
* Improved notebook code some more.Tristan Van Berkom2006-08-112-104/+87
* Fixed glade_util_get_placeholder_from_pointer to work for notebook tabs.Tristan Van Berkom2006-08-102-268/+227
* fixing searching of placeholders in notebook tabs.Tristan Van Berkom2006-08-101-5/+10
* augmenting notebook code...Tristan Van Berkom2006-08-101-0/+10
* Now check if placeholders are GTK_WIDGET_MAPPED() before returning them,Tristan Van Berkom2006-08-104-49/+531
* GladeEPropText simplification. Fixed a bug were each time a text propertyJuan Pablo Ugarte2006-08-091-29/+22
* Fixed compiler warning.Tristan Van Berkom2006-08-091-2/+3
* Use GTK_IS_WINDOW() instead of GTK_IS_TOPLEVEL since GTK_IS_TOPLEVEL seemsTristan Van Berkom2006-08-091-1/+1
* glade_project_new_widget_name() strips trailing digits from base_nameTristan Van Berkom2006-08-092-12/+29
* reworked glade_app_command_paste () placeholders can not be selectedJuan Pablo Ugarte2006-08-088-51/+94
* GtkDialog's main vbox now has 2 placeholders instead of 3.Tristan Van Berkom2006-08-083-11/+11