log

age author description
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.
Wed, 16 Apr 2008 22:51:32 +0000 zas_ Regenerate translations files and update french translation.
Wed, 16 Apr 2008 22:31:52 +0000 zas_ Fix new folder feature in dirlist mode, it was broken by revision 481.
Wed, 16 Apr 2008 22:23:43 +0000 zas_ Fix a crash introduced in revision 477.
Wed, 16 Apr 2008 22:21:01 +0000 zas_ Fix two errors made in revision 473.
Wed, 16 Apr 2008 21:58:05 +0000 zas_ Merge few more vdlist/vdtree functions.
Wed, 16 Apr 2008 20:36:10 +0000 zas_ Make directory view popup menu common and move it to view_dir.{c,h}.
Wed, 16 Apr 2008 20:32:44 +0000 nadvornik fixed compiler warnings
Wed, 16 Apr 2008 20:15:42 +0000 nadvornik in debug mode print time information on selected events
Wed, 16 Apr 2008 18:57:50 +0000 zas_ Clean up and simplify.
Wed, 16 Apr 2008 16:54:38 +0000 zas_ Merge parts of view_dir_list/tree constructors/destructors to
Wed, 16 Apr 2008 16:05:12 +0000 zas_ Move some dnd common code from view_dir_list.c and view_dir_tree.c
Wed, 16 Apr 2008 14:56:31 +0000 zas_ Rename vdt occurences to vd.
Wed, 16 Apr 2008 14:51:39 +0000 zas_ Rename vdl occurences to vd.
Wed, 16 Apr 2008 14:45:22 +0000 zas_ Introduce a new struct ViewDir to handle directory views common
Tue, 15 Apr 2008 21:49:28 +0000 zas_ Indicate --debug[=level] in usage display.
Tue, 15 Apr 2008 21:47:03 +0000 zas_ Parse command line for --debug option as soon as possible and allow
Tue, 15 Apr 2008 21:06:00 +0000 zas_ Cleanup read/write of image.zoom_mode option.
Tue, 15 Apr 2008 20:56:55 +0000 zas_ Read show_icon_names only once.
Tue, 15 Apr 2008 20:55:21 +0000 zas_ Rename l_conf to layout_order and make it more local.
Tue, 15 Apr 2008 20:46:14 +0000 zas_ Fix a bug that was here since a long time, buf has nothing
Tue, 15 Apr 2008 20:36:11 +0000 zas_ Add a new option in Preferences > Filtering to allow the
Tue, 15 Apr 2008 20:00:27 +0000 zas_ Add and use few new macros in rc file writing code.
Tue, 15 Apr 2008 18:34:24 +0000 nadvornik this might fix the freezes on freebsd, solaris, etc.
Tue, 15 Apr 2008 16:57:30 +0000 nadvornik save file_class to config file
Tue, 15 Apr 2008 07:16:51 +0000 zas_ Exit fullscreen mode when Properties is displayed.
Tue, 15 Apr 2008 06:56:25 +0000 zas_ New Go to directory view feature that permits to find and display the directory
Mon, 14 Apr 2008 23:47:13 +0000 zas_ Move layout.order default init to setup_default_options().
Mon, 14 Apr 2008 23:39:46 +0000 zas_ collection_load(): use booleans and always count failures (for debug).
Mon, 14 Apr 2008 23:29:54 +0000 zas_ collection_load(): improve headers parsing.
Mon, 14 Apr 2008 23:09:48 +0000 zas_ collection_load(): fix typo (missing #) made in rev 453.
Mon, 14 Apr 2008 23:08:27 +0000 zas_ collection_load(): accept whitespaces at start of lines.
Mon, 14 Apr 2008 22:57:26 +0000 zas_ collection_load(): increase verbosity in debug mode.
Mon, 14 Apr 2008 22:50:50 +0000 zas_ collection_load(): replace official by limit_failures (and
Mon, 14 Apr 2008 22:45:53 +0000 zas_ Increase collection_load() buffer size and do not activate
Mon, 14 Apr 2008 22:28:29 +0000 zas_ Merge collection_load_only_geometry() into collection_load().
Mon, 14 Apr 2008 22:05:47 +0000 zas_ Use flags for collection_load*().
Sun, 13 Apr 2008 20:33:45 +0000 zas_ Apply exif display config (Never/If set/Always) to pan view too.
Sun, 13 Apr 2008 19:21:13 +0000 zas_ Rename show_dot_files to show_hidden_files.
Sun, 13 Apr 2008 18:56:24 +0000 zas_ Let toggle the visibility of hidden files from directories list
Sun, 13 Apr 2008 12:24:42 +0000 zas_ Add a button to reset fullscreen info string to default value.
Sun, 13 Apr 2008 12:12:44 +0000 zas_ Fix a typo, READ_CHAR() must use value_all.
Sun, 13 Apr 2008 09:10:38 +0000 zas_ Use convenient macros to read options, it will ensure options
Sun, 13 Apr 2008 08:36:17 +0000 zas_ Simplify read_*_option() stuff by passing pointer to option value.