Merged from HEAD:
2006-03-10 Federico Mena Quintero <federico@novell.com> Merged from HEAD: Make Shift-P and Shift-N activate typeahead in GtkTreeView (i.e. they are just normal capital letters). Fixes bug #334098. * gtk/gtktreeview.c (gtk_tree_view_add_move_binding): Add an "add_shifted_binding" argument which determines whether we'll add the same binding with GDK_SHIFT_MASK. (gtk_tree_view_class_init): Use add_shifted_binding=FALSE for GDK_p and GDK_n; use TRUE for all the rest. Thu Mar 9 14:49:35 2006 Tim Janik <timj@imendio.com>
This commit is contained in:
committed by
Federico Mena Quintero
parent
5554b66bf5
commit
d9072e0fa2
13
ChangeLog
13
ChangeLog
@@ -1,3 +1,16 @@
|
||||
2006-03-10 Federico Mena Quintero <federico@novell.com>
|
||||
|
||||
Merged from HEAD:
|
||||
|
||||
Make Shift-P and Shift-N activate typeahead in GtkTreeView
|
||||
(i.e. they are just normal capital letters). Fixes bug #334098.
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_add_move_binding): Add an
|
||||
"add_shifted_binding" argument which determines whether we'll add
|
||||
the same binding with GDK_SHIFT_MASK.
|
||||
(gtk_tree_view_class_init): Use add_shifted_binding=FALSE for GDK_p
|
||||
and GDK_n; use TRUE for all the rest.
|
||||
|
||||
Thu Mar 9 14:49:35 2006 Tim Janik <timj@imendio.com>
|
||||
|
||||
* gtk/gtkobject.c (gtk_object_init): clean up the GInitiallyUnowned
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
2006-03-10 Federico Mena Quintero <federico@novell.com>
|
||||
|
||||
Merged from HEAD:
|
||||
|
||||
Make Shift-P and Shift-N activate typeahead in GtkTreeView
|
||||
(i.e. they are just normal capital letters). Fixes bug #334098.
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_add_move_binding): Add an
|
||||
"add_shifted_binding" argument which determines whether we'll add
|
||||
the same binding with GDK_SHIFT_MASK.
|
||||
(gtk_tree_view_class_init): Use add_shifted_binding=FALSE for GDK_p
|
||||
and GDK_n; use TRUE for all the rest.
|
||||
|
||||
Thu Mar 9 14:49:35 2006 Tim Janik <timj@imendio.com>
|
||||
|
||||
* gtk/gtkobject.c (gtk_object_init): clean up the GInitiallyUnowned
|
||||
|
||||
Reference in New Issue
Block a user