comparison ChangeLog @ 113:55166d93498d

Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net> * configure.in: Add test for lcms (little cms). * Makefile.am: Add color-man.[ch]: * color-man.[ch]: New files for color management support. * globals.c, gqview.h, main.c, rcfile.c, typedefs.h: Add color profile variables and option saving. * image.[ch]: Add color profile functions. * layout.c, layout_image.[ch]: Add color profile icon, popup menu, and fix sort menu to use radio buttons. * menu.c: Use radio buttons for sort menu when appropriate. * preferences.c: Add color profile options to preferences. * ui_menu.[ch]: Add menu_item_add_radio() for radio item menus. * ui_misc.c: Fix gtk_table_attach() arg for vertical expansion. * view_file_icon.c, view_file_list.c: Check for active state in sort menu callbacks. * README: Add info about lcms, and how to disable.
author gqview
date Sat, 25 Nov 2006 03:00:33 +0000
parents b15d4c18168f
children 50fc73e08550
comparison
equal deleted inserted replaced
112:b15d4c18168f 113:55166d93498d
1 Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
2
3 * configure.in: Add test for lcms (little cms).
4 * Makefile.am: Add color-man.[ch]:
5 * color-man.[ch]: New files for color management support.
6 * globals.c, gqview.h, main.c, rcfile.c, typedefs.h: Add color profile
7 variables and option saving.
8 * image.[ch]: Add color profile functions.
9 * layout.c, layout_image.[ch]: Add color profile icon, popup menu, and
10 fix sort menu to use radio buttons.
11 * menu.c: Use radio buttons for sort menu when appropriate.
12 * preferences.c: Add color profile options to preferences.
13 * ui_menu.[ch]: Add menu_item_add_radio() for radio item menus.
14 * ui_misc.c: Fix gtk_table_attach() arg for vertical expansion.
15 * view_file_icon.c, view_file_list.c: Check for active state in sort
16 menu callbacks.
17 * README: Add info about lcms, and how to disable.
18
1 Fri Nov 17 19:06:19 2006 John Ellis <johne@verizon.net> 19 Fri Nov 17 19:06:19 2006 John Ellis <johne@verizon.net>
2 20
3 * ui_fileops.[ch]: Add path_list_lstat() to obtain a path listing that 21 * ui_fileops.[ch]: Add path_list_lstat() to obtain a path listing that
4 does not follow symbolic links. 22 does not follow symbolic links.
5 * utilops.[ch]: Add file_util_delete_dir(), and support functions. 23 * utilops.[ch]: Add file_util_delete_dir(), and support functions.