index

gtk-patches

my patches for GTK 2.8.X:

gdk-pixbuf/io-djvu.c

new loader for djvu

gtk/gtkimcontextsimple.c

when in text-view, I might want to use Alt-A which is bound in the Gtk-Binding-set of the parent container. Normally they are converted to plain A.

gtkpaned.c

some more (emacs) handy bindings!

... seems broken. If i go with F9 i can move the paned with 'i' w/o any modifier! ... if

#if 0                1 -> all are invoked!
  add_move_binding (binding_set, GDK_k, GDK_MOD1_MASK, GTK_SCROLL_PAGE_DOWN);
  add_move_binding (binding_set, GDK_k, GDK_MOD2_MASK, GTK_SCROLL_PAGE_DOWN);
  add_move_binding (binding_set, GDK_k, GDK_MOD3_MASK, GTK_SCROLL_PAGE_DOWN);
  add_move_binding (binding_set, GDK_k, GDK_MOD4_MASK, GTK_SCROLL_PAGE_DOWN);
#endif

also, A-o works, but A-k does not! (inside the child widgets)

gtkcellrendererpixbuf.c

... mdb depends on it: it does not deliver images, but the function!