diff options
author | Owen Taylor <owt1@cornell.edu> | 1998-03-08 21:47:14 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-03-08 21:47:14 +0000 |
commit | ab30a02e5f48d3fb3f8bf152941056d84305ddbe (patch) | |
tree | 90c36f53de1d567039152a579f277500a0d5d785 /TODO | |
parent | 85f1364922265a19e99c3fca647f884716589446 (diff) | |
download | gtk+-ab30a02e5f48d3fb3f8bf152941056d84305ddbe.tar.gz |
- Show selection correctly when starting selection with arrows
Sun Mar 8 15:53:33 1998 Owen Taylor <owt1@cornell.edu>
* gtk/gtktext.c:
- Show selection correctly when starting selection with arrows
- Display pixmap background only when not editable
- Redraw focus area more carefully to prevent flashing (and
make style of drawing consistent with Entry)
* gtk/gtktreeitem.c: ref colormaps for pixmap by colormap
storage.
* gtk/gtkrc.c: Store a separate style for each RcStyle for
each colormap, so we can handle background pixmaps
correctly, which need to be per-colormap. (Leaks
colormaps...)
Parse text color style entries correctly.
* gtk/testgtk.c: insert text without fg color
gtk/testgtkrc: move "*" after rest, so the other class styles
take effect
* gdk/gdkwindow.c gdk/gdk.c gdk/gdkprivate.h: Send DND events
safely, in case drop window disappears. (Performance hit
because XSync()'s are necessary)
* gdk/gdk.h gdk/gdkpixmap.c: Added
gdk_pixmap_colormap_create_from_xpm[_d] to allow creating
pixmaps from xpm's before you have a GdkWindow.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -88,6 +88,9 @@ Additions: * Change gtk_widget_propagate_default_style() mechanism to void gtk_rc_string_export (const gchar *rc_additions, gboolean override_rc_styles); + + * Configure events for windows that no longer exist fail in + XTranslateCoordinates TODO AFTER GTK 1.0 ------------------ @@ -220,6 +223,11 @@ TODO AFTER GTK 1.0 - Disable pasting compound text + - When showing background pixmap (not editable) actually set + the background pixmap as the windows bg pixmap, to improve + appearance on exposes. But this would require using another + window to get the origins. + ? Allow moving the separator for paned widgets by dragging it directly instead of using the handle. @@ -243,3 +251,7 @@ TODO AFTER GTK 1.0 gtk_widget_dnd_data_set (should be guchar * with a copy? shouldn't be there at all...) ??? GtkDrawingarea.draw_data + + * gtk_rc_add_[name/class]_style are broken for bg pixmaps, because + styles are broken for bg pixmaps, and RC styles only hack around + that.
\ No newline at end of file |