log

age author description
Sun, 20 Apr 2008 22:14:54 +0000 zas_ Add missing shortcuts.
Sun, 20 Apr 2008 22:14:38 +0000 nadvornik fixed color profile code for older versions of exiv2
Sun, 20 Apr 2008 22:01:26 +0000 zas_ Mark slideshow toggle state in the menu.
Sun, 20 Apr 2008 21:38:45 +0000 zas_ Fix a typo introduced by revision 521.
Sun, 20 Apr 2008 21:35:03 +0000 nadvornik read color profiles from jpeg also with Exiv2
Sun, 20 Apr 2008 21:30:36 +0000 zas_ Use explicit names for mouse buttons instead of numbers.
Sun, 20 Apr 2008 20:35:26 +0000 zas_ Fix a typo: unoffical -> unofficial
Sun, 20 Apr 2008 18:07:51 +0000 zas_ Effectively drop empty newlines at end of files (missing from rev 535)
Sun, 20 Apr 2008 16:50:19 +0000 zas_ comment_file_read(): rewrite the parser, drop leading and trailing newlines
Sun, 20 Apr 2008 13:42:22 +0000 zas_ Minor cleanup and code redundancy reduction.
Sun, 20 Apr 2008 13:30:36 +0000 zas_ editor_command_one(): tidy up.
Sun, 20 Apr 2008 13:04:57 +0000 zas_ Big whitespaces cleanup:
Sun, 20 Apr 2008 10:05:27 +0000 zas_ Allow the user to change open_recent_list_maxsize option through
Sun, 20 Apr 2008 09:53:37 +0000 nadvornik rm as external delete command is too dangerous, even for testing
Sun, 20 Apr 2008 09:47:51 +0000 zas_ Add a way to restore original state in Adjust menu.
Sun, 20 Apr 2008 09:29:46 +0000 nadvornik added fColorProfile pseudo-tag with detailed information
Sun, 20 Apr 2008 09:02:05 +0000 zas_ Fix the case "orientation from FileData, color profile from exif".
Sat, 19 Apr 2008 23:12:30 +0000 zas_ Rename inappropriate folder_size to folder.
Sat, 19 Apr 2008 22:32:07 +0000 zas_ Use sizeof() for buffer size where appropriate.
Sat, 19 Apr 2008 21:50:05 +0000 zas_ Keep image orientation set by the user during the session.
Sat, 19 Apr 2008 21:30:19 +0000 zas_ Save Show Marks state to rc file and display current state in menu.
Sat, 19 Apr 2008 21:20:08 +0000 nadvornik fixed max. number of profiles
Sat, 19 Apr 2008 21:18:24 +0000 zas_ Sort options.
Sat, 19 Apr 2008 21:10:18 +0000 nadvornik fixed color profile index
Sat, 19 Apr 2008 20:53:12 +0000 zas_ Let toggle marks with numeric keypad.
Sat, 19 Apr 2008 20:19:27 +0000 nadvornik I have finally found how to add alternative hotkeys
Sat, 19 Apr 2008 19:28:10 +0000 zas_ Accept keywords composed by two words ("Todo" = "A faire" in french).
Sat, 19 Apr 2008 17:55:41 +0000 nadvornik show the AdobeRGB profile in the menu, indicate input profile from image
Sat, 19 Apr 2008 17:14:03 +0000 zas_ file_dat_unref: display number of references as well of path (debug only).
Sat, 19 Apr 2008 16:26:29 +0000 nadvornik first support for AdobeRGB colorspace
Sat, 19 Apr 2008 16:10:08 +0000 zas_ French translation fixes.
Sat, 19 Apr 2008 13:40:20 +0000 zas_ French translation fixes and updates.
Sat, 19 Apr 2008 13:39:21 +0000 zas_ Add missing _().
Sat, 19 Apr 2008 12:46:59 +0000 zas_ Add the possibility to update only one translation file using,
Sat, 19 Apr 2008 11:11:53 +0000 zas_ Cleanup last patch:
Sat, 19 Apr 2008 09:49:14 +0000 nadvornik improved spec file
Sat, 19 Apr 2008 09:36:30 +0000 zas_ Fix directory view popup menu to display a View As submenu
Fri, 18 Apr 2008 23:35:16 +0000 zas_ gimp-remote has no -n option.
Fri, 18 Apr 2008 23:09:03 +0000 zas_ Add zoom ratio display to OSD in fullscreen mode.
Fri, 18 Apr 2008 22:31:58 +0000 nadvornik partially fixed reading embedded color profiles with exiv2
Fri, 18 Apr 2008 22:15:01 +0000 zas_ Add two new options to control image read buffer at runtime.
Fri, 18 Apr 2008 21:53:33 +0000 zas_ Display elapsed time since previous get_exec_time() call (debug only).
Fri, 18 Apr 2008 21:51:08 +0000 zas_ Remove forgotten debug printf().
Fri, 18 Apr 2008 21:42:00 +0000 zas_ Fix OSD display when fullscreen info string is empty.
Fri, 18 Apr 2008 21:30:12 +0000 nadvornik replace inner loops with memcpy
Fri, 18 Apr 2008 20:41:09 +0000 zas_ Explode pr_tile_mirror() in three optimized functions:
Fri, 18 Apr 2008 16:53:41 +0000 zas_ Rename vd_drop_update() to vd_dnd_drop_update().
Fri, 18 Apr 2008 16:29:47 +0000 zas_ Drop 3 useless #define.
Fri, 18 Apr 2008 16:25:40 +0000 zas_ Fix forgotten vd->pf affectation.
Fri, 18 Apr 2008 11:01:41 +0000 zas_ Explode pr_tile_rotate_90() in two functions:
Fri, 18 Apr 2008 09:15:09 +0000 zas_ Introduce printf_term() macro and use it.
Thu, 17 Apr 2008 20:14:49 +0000 zas_ Add a shortcut key for List (L) and change the one for Tree (T),
Thu, 17 Apr 2008 20:03:49 +0000 zas_ Add some wrappers in view_dir.c and simplify even more.
Thu, 17 Apr 2008 19:57:41 +0000 zas_ Fix a bug introduced in revision 489.
Thu, 17 Apr 2008 18:44:17 +0000 zas_ Reduce code redundancy with the introduction of a new
Thu, 17 Apr 2008 17:44:54 +0000 nadvornik image post-processing (rotation and color management) moved to
Thu, 17 Apr 2008 17:35:51 +0000 zas_ Merge vd(list|tree)_release_cb() in vd_release_cb().
Thu, 17 Apr 2008 17:19:41 +0000 zas_ Merge few more functions to view_dir.c.
Thu, 17 Apr 2008 16:33:31 +0000 zas_ Move common menu position callback to view_dir.c.
Thu, 17 Apr 2008 14:51:32 +0000 zas_ Merge dirlist/dirview dnd code.