Mercurial > geeqie
diff 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 (2006-10-28) |
parents | 2099ee3f9a8d |
children | dc3c77d027e6 |
line wrap: on
line diff
--- a/TODO Sat Oct 28 00:03:15 2006 +0000 +++ b/TODO Sat Oct 28 18:49:38 2006 +0000 @@ -4,6 +4,10 @@ Major: ---------------------------------------------- + > figure out if crash when expanding a folder in the folder tree view then pessing "*" is a bug + GTK+ 2.10.4 (gdb shows it deep inside gtk, near gtk_tree_view_set_hover_selection()). This does not + happen on GTK+ 2.6. + > pixbuf-renderer.c: > tile dispose order is slightly incorrect, furthest ones from current position should be dropped first @@ -125,6 +129,9 @@ Wishlist?: ---------------------------------------------- + > Explore tabbed view option to main window, where 'view in new window' option results + in a new tab instead of window. + > Initiating full screen from the command line should not show main window until full screen is exited.