index
gtk-patches
my patches for GTK 2.X.Y:
gdk-pixbuf/io-djvu.c
new gdk-pixbuf loader for djvu format
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!
- new property "lazy_load"
- the parent of the pixbuf, should determine(i.e. know) the size (of the future image)
- on Exposure, we call the lazy_load GClosure
gtkmisc
I think this is irrelevant! (so dropping)
gdk_window_set_back_pixmap (widget->window, NULL, TRUE); vs. FALSE);
gtkentry: I want C-m C-n on completions
gdkwindow-x11.c ?
mi sembra, che /p/gtk+-2.8.10-r1/ sia tutto integrato!
patches:
2.10.6
http://maruska.dyndns.org/comp/gentoo/portage/x11-libs/gtk+/files/