Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add C-n/C-p/C-f/C-b as alternatives to the arrow keys for menu navigation. | Matthias Clasen | 2005-08-30 | 1 | -0/+12 |
| | | | | | | | 2005-08-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrc.key.emacs: Add C-n/C-p/C-f/C-b as alternatives to the arrow keys for menu navigation. (#162825, Carl Worth) | ||||
* | Add Copyright/License information. | Matthias Clasen | 2005-07-12 | 1 | -0/+25 |
| | |||||
* | Add C-u/C-h/C-w. (#72245) | Owen Taylor | 2002-12-12 | 1 | -0/+10 |
| | | | | | | Thu Dec 12 17:58:41 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkrc.key.emacs: Add C-u/C-h/C-w. (#72245) | ||||
* | new function (gtk_tree_view_column_create_button): use g_signal_* instead | Kristian Rietveld | 2002-02-19 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | Tue Feb 19 22:10:59 2002 Kristian Rietveld <kris@gtk.org> * gtktreeviewcolumn.c (gtk_tree_view_column_mnemonic_activate): new function (gtk_tree_view_column_create_button): use g_signal_* instead of gtk_signal_*, hook up _mnemonic_activate callback (gtk_tree_view_column_update_button): use gtk_label_set_text_width_mnemonic instead of gtk_label_set_text (#69095) * gtktreeview.c (gtk_tree_view_class_init): remove key bindings for C-f and C-b, let treeview search use C-f (instead of C-s) (#61886) * gtkrc.key.emacs: add some GtkTreeView bindings | ||||
* | Add a function to delete all bindings add by gtk_binding_parse_binding() | Owen Taylor | 2002-02-09 | 1 | -0/+55 |
Fri Feb 8 18:46:13 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkbindings.[ch] (_gtk_binding_reset_parsed): Add a function to delete all bindings add by gtk_binding_parse_binding() when rereading RC files. * gtk/gtkrc.c (gtk_rc_reparse_all_for_settings): Reset binding set content as well as RC content. * gtk/gtkbindings.c (binding_compose_params): Fix various GValue handling problems. * gtk/gtkentry.c (gtk_entry_class_init): Remove bindings for C-b, C-f, M-b, M-f, C-a, C-e, C-w, C-y, M-space, C-u, C-k, M-\, M-d, C-d. * gtk/gtktextview.c (gtk_text_view_class_init): Remove same bindings as GtkEntry, plus C-n, C-p, C-space * gtk/gtkrc.key.default gtk/gtkrc.key.emacs gtk/Makefile.am: Add Emacs and Default key themes. |