diff options
author | Tim Janik <timj@gtk.org> | 1998-07-22 22:29:10 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-07-22 22:29:10 +0000 |
commit | 8c56db61e364b474a162ff6e01597505d11f5213 (patch) | |
tree | 998b0d80a01818933c7486ea4525a8a1be207467 /ChangeLog.pre-2-10 | |
parent | 3ea4f70fa64fffcfca5c6cebc4952a7c6d6e77ae (diff) | |
download | gtk+-8c56db61e364b474a162ff6e01597505d11f5213.tar.gz |
introduce testbindings on C-1 for buttons, to check out binding
Thu Jul 23 00:11:39 1998 Tim Janik <timj@gtk.org>
* gtk/testgtkrc: introduce testbindings on C-1 for buttons,
to check out binding priorities. someone should really write
gtkrc-mode for emacs.
* gtk/gtkwidget.c (gtk_widget_class_init): remove ugly bindings test.
* gtk/testgtk.c (main): and move it here ;). this test says something
on release of C-9. (this works only if the mouse pointer is on a
spinbutton and there is no focus widget).
* gtk/gtkrc.h:
* gtk/gtkrc.c:
export gtk_rc_parse_color, gtk_rc_parse_state and a new function
gtk_rc_parse_priority to parse path priority types.
export rc tokens.
feature binding parsing.
Wed Jul 22 23:41:17 1998 Tim Janik <timj@gtk.org>
* gtk/gtkbindings.h:
* gtk/gtkbindings.c: new function gtk_binding_parse_binding() to
feature binding parsing in rc files.
* gtk/gtkbindings.c (gtk_binding_set_new): bug fix.
* gtk/gtkbindings.c (gtk_binding_pattern_compare): bug fix, we used to
order the bindings with lowest priority first.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 13a21e47cb..5d37892fb4 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,30 @@ +Thu Jul 23 00:11:39 1998 Tim Janik <timj@gtk.org> + + * gtk/testgtkrc: introduce testbindings on C-1 for buttons, + to check out binding priorities. someone should really write + gtkrc-mode for emacs. + + * gtk/gtkwidget.c (gtk_widget_class_init): remove ugly bindings test. + * gtk/testgtk.c (main): and move it here ;). this test says something + on release of C-9. (this works only if the mouse pointer is on a + spinbutton and there is no focus widget). + + * gtk/gtkrc.h: + * gtk/gtkrc.c: + export gtk_rc_parse_color, gtk_rc_parse_state and a new function + gtk_rc_parse_priority to parse path priority types. + export rc tokens. + feature binding parsing. + +Wed Jul 22 23:41:17 1998 Tim Janik <timj@gtk.org> + + * gtk/gtkbindings.h: + * gtk/gtkbindings.c: new function gtk_binding_parse_binding() to + feature binding parsing in rc files. + * gtk/gtkbindings.c (gtk_binding_set_new): bug fix. + * gtk/gtkbindings.c (gtk_binding_pattern_compare): bug fix, we used to + order the bindings with lowest priority first. + Wed Jul 22 15:21:08 PDT 1998 Manish Singh <yosh@gimp.org> * gdk/gdkrgb.c: actually builds and runs properly on big |