| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added glade_project_undo_items() and glade_project_redo_items(). | Tristan Van Berkom | 2007-06-19 | 2 | -1/+150 |
* | Fix spelling typos, and clear up a translation ambiguity (#429736). | Vincent Geddes | 2007-06-17 | 1 | -3/+3 |
* | Make strings more translatable (#419979). | Vincent Geddes | 2007-06-17 | 1 | -4/+14 |
* | Ensure parameter list passed to gtk_dialog_set_alternative_button_order() | Vincent Geddes | 2007-06-17 | 1 | -2/+4 |
* | Fix and improve URL launching on win32. | Vincent Geddes | 2007-06-14 | 1 | -22/+16 |
* | Change GtkMessageType of _warning_ dialogs from GTK_MESSAGE_INFO to | Vincent Geddes | 2007-06-13 | 1 | -4/+4 |
* | added some extra checks in glade_widget_adaptor_action_add_real() | Juan Pablo Ugarte | 2007-06-13 | 1 | -5/+20 |
* | - Fixed cut/paste inside notebooks (widgets wanted to stay on the same | Tristan Van Berkom | 2007-06-13 | 1 | -13/+21 |
* | HIG: Use "Edit.." instead of "Edit Menu", and so on. | Vincent Geddes | 2007-06-13 | 1 | -2/+2 |
* | fix problem with previous commit | Vincent Geddes | 2007-06-10 | 1 | -1/+1 |
* | Remove invalid warning. It is not required that the 'bindings' directory | Vincent Geddes | 2007-06-10 | 1 | -2/+2 |
* | in list_stock_items() "gtk-" prefix must be prepended just once. otherwise | Juan Pablo Ugarte | 2007-06-06 | 1 | -1/+4 |
* | added packing action list to GladePlaceholder | Juan Pablo Ugarte | 2007-06-06 | 6 | -33/+123 |
* | removed every reference to binding script directory. (bug #444605) | Juan Pablo Ugarte | 2007-06-06 | 3 | -16/+1 |
* | Fixed C89 compile (bug 444045, fix by Jens Granseuer) | Tristan Van Berkom | 2007-06-06 | 1 | -2/+2 |
* | added packing actions to glade_popup_action_populate_menu() | Juan Pablo Ugarte | 2007-05-31 | 7 | -79/+354 |
* | - memory leak fixed in glade_widget_action_class_clone() | Juan Pablo Ugarte | 2007-05-24 | 3 | -29/+37 |
* | added gladeui/glade-widget-action.[ch] | Juan Pablo Ugarte | 2007-05-23 | 10 | -409/+916 |
* | S (bug 435912) | Juan Pablo Ugarte | 2007-05-18 | 3 | -59/+88 |
* | Added glade_widget_adaptor_from_pspec() and made | Tristan Van Berkom | 2007-05-18 | 5 | -8/+6 |
* | last fix broke the build, backing it out. | Tristan Van Berkom | 2007-05-18 | 3 | -87/+59 |
* | ops, removing action_activate, function in gwa_extend_with_node_load_sym() | Juan Pablo Ugarte | 2007-05-16 | 1 | -5/+0 |
* | fixed bogus type punned warnings adding a local variable in | Juan Pablo Ugarte | 2007-05-16 | 3 | -59/+92 |
* | Removed notion of custom widget editors. | Tristan Van Berkom | 2007-05-09 | 6 | -124/+0 |
* | Removed GladeBindingScript. | Juan Pablo Ugarte | 2007-05-08 | 2 | -192/+2 |
* | added save_always member in GladePropertyClass. | Juan Pablo Ugarte | 2007-05-08 | 4 | -2/+11 |
* | Removed submenus for the ancestry since Vincent did that magic to the | Tristan Van Berkom | 2007-05-02 | 6 | -106/+37 |
* | Expand and scroll to selection. Fixes #392225. | Vincent Geddes | 2007-05-01 | 1 | -1/+19 |
* | Added 'exact' argument to glade_widget_dup() and added | Tristan Van Berkom | 2007-05-01 | 3 | -27/+93 |
* | Override GtkWidget::show_all to ensure hidden selector button is not | Vincent Geddes | 2007-04-29 | 4 | -140/+41 |
* | install some missing header files. Fixes an Anjuta compilation error. | Vincent Geddes | 2007-04-26 | 7 | -44/+72 |
* | - Hide private implementation details (Added GladeProjectPrivate). - Added | Vincent Geddes | 2007-04-26 | 13 | -436/+490 |
* | fixed a bug in GladeEPropUnichar | Juan Pablo Ugarte | 2007-04-25 | 1 | -26/+25 |
* | make glade core not hold a reference to internals objects. | Juan Pablo Ugarte | 2007-04-24 | 2 | -7/+16 |
* | Update ChangeLog | Vincent Geddes | 2007-04-21 | 2 | -6/+6 |
* | Performed house cleaning. - Use g_slice_new where appropriate. - Hide | Vincent Geddes | 2007-04-21 | 7 | -101/+99 |
* | Clean up toplevel embedding code, remove unused embedding implementation. | Vincent Geddes | 2007-04-21 | 1 | -409/+43 |
* | Remove undefined functions. | Vincent Geddes | 2007-04-16 | 1 | -4/+0 |
* | Check for windres on win32. Define version using separate number | Vincent Geddes | 2007-04-16 | 2 | -4/+37 |
* | Auto-generate `gladeui.def' for DLL symbol exports. Remove | Vincent Geddes | 2007-04-12 | 28 | -506/+489 |
* | - Don't use sscanf. Bug #424547, patch by Ivan Baldo and myself. | Christian Persch | 2007-04-08 | 2 | -19/+27 |
* | Renamed all icons. | Vincent Geddes | 2007-04-01 | 8 | -206/+185 |
* | Don't use atoi/atof. Bug #414358. | Christian Persch | 2007-03-30 | 2 | -3/+3 |
* | Rewrote expander widget implementation. | Vincent Geddes | 2007-03-22 | 3 | -1524/+509 |
* | Fixed broken statement in glade_util_url_show_win32(). | Tristan Van Berkom | 2007-03-13 | 2 | -7/+7 |
* | Fix handling of atk properties specified by the plugin. | Tristan Van Berkom | 2007-03-11 | 3 | -9/+18 |
* | gladeui/glade-editor.c: use g_type_is_a() to compare types | Juan Pablo Ugarte | 2007-03-06 | 1 | -3/+6 |
* | Define GCC_WARN_FLAGS in configure.ac, if use gcc, put -Wall into CFLAGS, | Tristan Van Berkom | 2007-03-05 | 1 | -1/+1 |
* | - Added property_set_save_always() functions - Introspect initial values | Tristan Van Berkom | 2007-03-03 | 4 | -6/+127 |
* | Use locale independent integer and float parsing routines. Bug #396433. | Christian Persch | 2007-02-27 | 1 | -29/+24 |