comparison ChangeLog @ 94:50dc5a14d37b

Thu Nov 2 17:51:31 2006 John Ellis <johne@verizon.net> * collect.c, img-view.c: Make [Shift]+P printing shortcut work for collections and view windows. * layout_util.c: Fix shortcuts [Control]+N and [Shift]+P, broken by the previous keypress handler code cleanup. Add [Control]+V to view current image in a new image window.
author gqview
date Thu, 02 Nov 2006 23:27:03 +0000
parents f1c8f8632e23
children eb9bb29cbd65
comparison
equal deleted inserted replaced
93:f1c8f8632e23 94:50dc5a14d37b
1 Thu Nov 2 17:51:31 2006 John Ellis <johne@verizon.net>
2
3 * collect.c, img-view.c: Make [Shift]+P printing shortcut work for
4 collections and view windows.
5 * layout_util.c: Fix shortcuts [Control]+N and [Shift]+P, broken
6 by the previous keypress handler code cleanup. Add [Control]+V to
7 view current image in a new image window.
8
1 Thu Nov 2 14:38:54 2006 John Ellis <johne@verizon.net> 9 Thu Nov 2 14:38:54 2006 John Ellis <johne@verizon.net>
2 10
3 * view_file_list.c: Fix slow re-sort when updating list by clearing the 11 * view_file_list.c: Fix slow re-sort when updating list by clearing the
4 list and adding items in the new order instead of simply moving them. 12 list and adding items in the new order instead of simply moving them.
5 Fixes bug #1451200. 13 Fixes bug #1451200.