summaryrefslogtreecommitdiff
path: root/gladeui
Commit message (Expand)AuthorAgeFilesLines
...
* added glade_project_undo_items() and glade_project_redo_items().Tristan Van Berkom2007-06-192-1/+150
* Fix spelling typos, and clear up a translation ambiguity (#429736).Vincent Geddes2007-06-171-3/+3
* Make strings more translatable (#419979).Vincent Geddes2007-06-171-4/+14
* Ensure parameter list passed to gtk_dialog_set_alternative_button_order()Vincent Geddes2007-06-171-2/+4
* Fix and improve URL launching on win32.Vincent Geddes2007-06-141-22/+16
* Change GtkMessageType of _warning_ dialogs from GTK_MESSAGE_INFO toVincent Geddes2007-06-131-4/+4
* added some extra checks in glade_widget_adaptor_action_add_real()Juan Pablo Ugarte2007-06-131-5/+20
* - Fixed cut/paste inside notebooks (widgets wanted to stay on the sameTristan Van Berkom2007-06-131-13/+21
* HIG: Use "Edit.." instead of "Edit Menu", and so on.Vincent Geddes2007-06-131-2/+2
* fix problem with previous commitVincent Geddes2007-06-101-1/+1
* Remove invalid warning. It is not required that the 'bindings' directoryVincent Geddes2007-06-101-2/+2
* in list_stock_items() "gtk-" prefix must be prepended just once. otherwiseJuan Pablo Ugarte2007-06-061-1/+4
* added packing action list to GladePlaceholderJuan Pablo Ugarte2007-06-066-33/+123
* removed every reference to binding script directory. (bug #444605)Juan Pablo Ugarte2007-06-063-16/+1
* Fixed C89 compile (bug 444045, fix by Jens Granseuer)Tristan Van Berkom2007-06-061-2/+2
* added packing actions to glade_popup_action_populate_menu()Juan Pablo Ugarte2007-05-317-79/+354
* - memory leak fixed in glade_widget_action_class_clone()Juan Pablo Ugarte2007-05-243-29/+37
* added gladeui/glade-widget-action.[ch]Juan Pablo Ugarte2007-05-2310-409/+916
* S (bug 435912)Juan Pablo Ugarte2007-05-183-59/+88
* Added glade_widget_adaptor_from_pspec() and madeTristan Van Berkom2007-05-185-8/+6
* last fix broke the build, backing it out.Tristan Van Berkom2007-05-183-87/+59
* ops, removing action_activate, function in gwa_extend_with_node_load_sym()Juan Pablo Ugarte2007-05-161-5/+0
* fixed bogus type punned warnings adding a local variable inJuan Pablo Ugarte2007-05-163-59/+92
* Removed notion of custom widget editors.Tristan Van Berkom2007-05-096-124/+0
* Removed GladeBindingScript.Juan Pablo Ugarte2007-05-082-192/+2
* added save_always member in GladePropertyClass.Juan Pablo Ugarte2007-05-084-2/+11
* Removed submenus for the ancestry since Vincent did that magic to theTristan Van Berkom2007-05-026-106/+37
* Expand and scroll to selection. Fixes #392225.Vincent Geddes2007-05-011-1/+19
* Added 'exact' argument to glade_widget_dup() and addedTristan Van Berkom2007-05-013-27/+93
* Override GtkWidget::show_all to ensure hidden selector button is notVincent Geddes2007-04-294-140/+41
* install some missing header files. Fixes an Anjuta compilation error.Vincent Geddes2007-04-267-44/+72
* - Hide private implementation details (Added GladeProjectPrivate). - AddedVincent Geddes2007-04-2613-436/+490
* fixed a bug in GladeEPropUnicharJuan Pablo Ugarte2007-04-251-26/+25
* make glade core not hold a reference to internals objects.Juan Pablo Ugarte2007-04-242-7/+16
* Update ChangeLogVincent Geddes2007-04-212-6/+6
* Performed house cleaning. - Use g_slice_new where appropriate. - HideVincent Geddes2007-04-217-101/+99
* Clean up toplevel embedding code, remove unused embedding implementation.Vincent Geddes2007-04-211-409/+43
* Remove undefined functions.Vincent Geddes2007-04-161-4/+0
* Check for windres on win32. Define version using separate numberVincent Geddes2007-04-162-4/+37
* Auto-generate `gladeui.def' for DLL symbol exports. RemoveVincent Geddes2007-04-1228-506/+489
* - Don't use sscanf. Bug #424547, patch by Ivan Baldo and myself.Christian Persch2007-04-082-19/+27
* Renamed all icons.Vincent Geddes2007-04-018-206/+185
* Don't use atoi/atof. Bug #414358.Christian Persch2007-03-302-3/+3
* Rewrote expander widget implementation.Vincent Geddes2007-03-223-1524/+509
* Fixed broken statement in glade_util_url_show_win32().Tristan Van Berkom2007-03-132-7/+7
* Fix handling of atk properties specified by the plugin.Tristan Van Berkom2007-03-113-9/+18
* gladeui/glade-editor.c: use g_type_is_a() to compare typesJuan Pablo Ugarte2007-03-061-3/+6
* Define GCC_WARN_FLAGS in configure.ac, if use gcc, put -Wall into CFLAGS,Tristan Van Berkom2007-03-051-1/+1
* - Added property_set_save_always() functions - Introspect initial valuesTristan Van Berkom2007-03-034-6/+127
* Use locale independent integer and float parsing routines. Bug #396433.Christian Persch2007-02-271-29/+24