comparison TODO @ 89:b3149a34d0dd

Sat Oct 28 14:41:10 2006 John Ellis <johne@verizon.net> * img-view.c: Use correct method to close the window using Escape key, fixes bug #1231845. Also added more robust method to update window list when a window is closed so this doesn't happen again. * slideshow.c: Add sanity checks to exported functions to check for NULL SlideShow pointers, to match rest of coding style.
author gqview
date Sat, 28 Oct 2006 18:49:38 +0000
parents 2099ee3f9a8d
children dc3c77d027e6
comparison
equal deleted inserted replaced
88:2099ee3f9a8d 89:b3149a34d0dd
1 TODO key: d = done, w = work in progress, ? = possibly fixed 1 TODO key: d = done, w = work in progress, ? = possibly fixed
2 * = required before next release 2 * = required before next release
3 3
4 Major: 4 Major:
5 ---------------------------------------------- 5 ----------------------------------------------
6
7 > figure out if crash when expanding a folder in the folder tree view then pessing "*" is a bug
8 GTK+ 2.10.4 (gdb shows it deep inside gtk, near gtk_tree_view_set_hover_selection()). This does not
9 happen on GTK+ 2.6.
6 10
7 > pixbuf-renderer.c: 11 > pixbuf-renderer.c:
8 > tile dispose order is slightly incorrect, furthest ones from current position should be dropped first 12 > tile dispose order is slightly incorrect, furthest ones from current position should be dropped first
9 13
10 > image.c: 14 > image.c:
123 > search window 127 > search window
124 128
125 Wishlist?: 129 Wishlist?:
126 ---------------------------------------------- 130 ----------------------------------------------
127 131
132 > Explore tabbed view option to main window, where 'view in new window' option results
133 in a new tab instead of window.
134
128 > Initiating full screen from the command line should not 135 > Initiating full screen from the command line should not
129 show main window until full screen is exited. 136 show main window until full screen is exited.
130 137
131 d> add --geometry suipport 138 d> add --geometry suipport
132 139