log

age author description
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.
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.
Sat, 12 Apr 2008 23:59:31 +0000 zas_ Partly rewrite option parser to accept whitespaces at start
Sat, 12 Apr 2008 23:41:35 +0000 zas_ exif_* -> exif.display.*
Sat, 12 Apr 2008 23:32:08 +0000 zas_ Add a note in the rc file about special editor slots.
Sat, 12 Apr 2008 23:16:41 +0000 zas_ sidecar_ext -> sidecar.ext
Sat, 12 Apr 2008 23:07:04 +0000 zas_ Unify names of options between variables and rc file.
Sat, 12 Apr 2008 23:02:00 +0000 zas_ Use tree_descend_subdirs everywhere.
Sat, 12 Apr 2008 22:22:11 +0000 zas_ Use startup_path_enable everywhere.
Sat, 12 Apr 2008 22:17:14 +0000 zas_ Rename recent_list_max/open_recent_max to open_recent_list_maxsize.
Sat, 12 Apr 2008 22:10:38 +0000 zas_ Rename dupe_custom_threshold option to duplicates_similarity_threshold.
Sat, 12 Apr 2008 22:04:29 +0000 zas_ Move safe_delete* and in place rename options to file_ops
Sat, 12 Apr 2008 21:45:30 +0000 zas_ Rename option thumbnails.enabled to layout.show_thumbnails as it makes
Sat, 12 Apr 2008 21:38:55 +0000 zas_ Rename user_specified_window_background and window_background_color
Sat, 12 Apr 2008 19:33:59 +0000 zas_ Rename window options (moved to layout) and re-order rc file.
Sat, 12 Apr 2008 17:20:34 +0000 zas_ Fix bad image option name in the rc file.
Sat, 12 Apr 2008 17:09:20 +0000 zas_ Fix display bug when using "Limit image size when autofitting" option.
Sat, 12 Apr 2008 15:13:00 +0000 zas_ Beautify rc file, adding sub-sections titles.
Sat, 12 Apr 2008 15:04:58 +0000 zas_ Rename image-related options.
Sat, 12 Apr 2008 09:41:44 +0000 zas_ Rename thumbnails related options.
Sat, 12 Apr 2008 09:12:37 +0000 zas_ Rename file filtering options.
Sat, 12 Apr 2008 08:59:52 +0000 zas_ Drop unused stuff.
Sat, 12 Apr 2008 08:40:02 +0000 zas_ Rename collection options.
Sat, 12 Apr 2008 08:35:58 +0000 zas_ Rename file sorting options.
Sat, 12 Apr 2008 08:28:08 +0000 zas_ Re-order and try to group options.
Sat, 12 Apr 2008 08:05:44 +0000 zas_ Rename color profile options.
Sat, 12 Apr 2008 07:46:01 +0000 zas_ Rename slideshow options.
Sat, 12 Apr 2008 07:09:19 +0000 zas_ Only display defined exif tags by default.
Sat, 12 Apr 2008 07:00:14 +0000 zas_ Drop redundant code.
Sat, 12 Apr 2008 06:42:47 +0000 zas_ Add Exif.Photo.ColorSpace tag in Preferences > Properties > Exif.
Fri, 11 Apr 2008 23:32:22 +0000 zas_ Rationalize fullscreen options naming.
Fri, 11 Apr 2008 23:01:00 +0000 zas_ options_c -> c_options
Fri, 11 Apr 2008 22:52:22 +0000 zas_ Move more options to ConfOptions.
Fri, 11 Apr 2008 22:27:54 +0000 zas_ Move file_sort_case_sensitive to ConfOptions.
Fri, 11 Apr 2008 22:14:36 +0000 zas_ Add a new struct ConfOptions to handle options.
Fri, 11 Apr 2008 20:35:37 +0000 zas_ Make thumbnail standard fail directory after current application
Fri, 11 Apr 2008 20:01:29 +0000 zas_ Define drag and drop target string in dnd.h.
Fri, 11 Apr 2008 19:43:36 +0000 zas_ Use secure save in history_list_save().
Fri, 11 Apr 2008 17:11:14 +0000 zas_ Use secure save in comment_file_write().
Fri, 11 Apr 2008 16:46:21 +0000 zas_ Secure save now unlinks temporary file on error by default.
Fri, 11 Apr 2008 16:04:37 +0000 zas_ Use secure save feature when saving collections.
Fri, 11 Apr 2008 16:02:33 +0000 zas_ Preserve permissions of the destination file when using secure save.
Fri, 11 Apr 2008 15:27:08 +0000 zas_ Revert part of the previous patch, let the caller take care
Fri, 11 Apr 2008 14:27:55 +0000 zas_ Use path_from_utf8() on the passed filename.
Fri, 11 Apr 2008 13:07:48 +0000 zas_ ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource,
Fri, 11 Apr 2008 12:31:32 +0000 zas_ Move secure save code to its own files: secure_save.{c,h}.
Fri, 11 Apr 2008 12:25:36 +0000 zas_ Add missing #ifdef/#endif.
Fri, 11 Apr 2008 10:46:52 +0000 zas_ Ensure that gcc flag -Wall is set.
Fri, 11 Apr 2008 10:45:37 +0000 zas_ Silent some gcc warnings.
Fri, 11 Apr 2008 09:02:20 +0000 zas_ Prevent multiple insertion of the same file in a collection.
Fri, 11 Apr 2008 08:10:40 +0000 zas_ Only display these messages if debug mode is enabled.
Thu, 10 Apr 2008 19:27:42 +0000 nadvornik fixed dates in pan-calendar
Thu, 10 Apr 2008 12:07:34 +0000 zas_ Fix fCamera even more.
Thu, 10 Apr 2008 11:31:20 +0000 zas_ Do not display ... if not truncated.
Thu, 10 Apr 2008 10:43:15 +0000 zas_ Add the possibility to truncate overlay infos displayed:
Thu, 10 Apr 2008 00:09:43 +0000 zas_ Fix broken remove_common_prefix(), fCamera didn't display model as it should.
Wed, 09 Apr 2008 22:47:43 +0000 zas_ Resync .po files. French translation was updated (100% made).
Wed, 09 Apr 2008 22:36:43 +0000 zas_ Add 3 missing files to POTFILES.in.
Wed, 09 Apr 2008 22:33:06 +0000 zas_ Simple helper script to display translation statistics.
Wed, 09 Apr 2008 22:13:11 +0000 zas_ Fix a typo: "while fluorescent" -> "white fluorescent"
Wed, 09 Apr 2008 22:01:52 +0000 zas_ Resync .po files. Update french translation.
Wed, 09 Apr 2008 21:14:50 +0000 nadvornik fixed crash in pan_calendar
Wed, 09 Apr 2008 20:49:32 +0000 nadvornik improved histogram drawing
Wed, 09 Apr 2008 16:37:54 +0000 zas_ Simplify and unify gtk_window creation with the help of
Wed, 09 Apr 2008 13:53:01 +0000 zas_ Replace occurences of Geeqie / geeqie by constants defined in main.h.
Tue, 08 Apr 2008 23:41:01 +0000 zas_ int -> gint
Tue, 08 Apr 2008 23:39:27 +0000 zas_ Make xmp debug info only appears when debug >= 2.
Tue, 08 Apr 2008 23:33:49 +0000 zas_ Enable image rotation depending on EXIF by default.
Tue, 08 Apr 2008 23:25:46 +0000 zas_ Fix missing header files inclusions.
Tue, 08 Apr 2008 23:16:12 +0000 zas_ GQVIEW_* -> GQ_*
Tue, 08 Apr 2008 23:07:09 +0000 zas_ GQVIEW_H -> MAIN_H
Tue, 08 Apr 2008 23:02:33 +0000 zas_ gqview.h -> main.h
Tue, 08 Apr 2008 22:31:42 +0000 zas_ Remove obsolete prototype.
Tue, 08 Apr 2008 22:28:55 +0000 zas_ gqview_remote -> remote_connection
Tue, 08 Apr 2008 22:16:56 +0000 zas_ exit_gqview() renamed to exit_program().
Tue, 08 Apr 2008 22:05:04 +0000 zas_ Add support for some Samsung raw files (.pef).
Tue, 08 Apr 2008 21:55:58 +0000 zas_ Implement secure rc file saving.
Tue, 08 Apr 2008 21:52:04 +0000 nadvornik fixed histogram label
Tue, 08 Apr 2008 21:33:29 +0000 zas_ Fix the "continuous display" of tooltips in the collection view
Tue, 08 Apr 2008 20:56:50 +0000 nadvornik reworked the histogram patch by Uwe Ohse, most of the code is in
Tue, 08 Apr 2008 17:26:13 +0000 nadvornik fixed file delete notification in view_file_icon
Tue, 08 Apr 2008 16:22:21 +0000 zas_ gtk_notebook_set_tab_reorderable() is only available sinc gtk+ 2.10.
Tue, 08 Apr 2008 15:53:03 +0000 zas_ Move active variable affectation after the test.
Tue, 08 Apr 2008 14:52:42 +0000 zas_ Simplify layout_color_name_parse() using g_strdelimit().
Tue, 08 Apr 2008 14:50:14 +0000 zas_ Tidy up, whitespaces and indentation fix.
Tue, 08 Apr 2008 11:53:35 +0000 zas_ Remove dependency on GTK 2.12, reported by John Vodden and Vladimir
Mon, 07 Apr 2008 19:47:22 +0000 zas_ Add the possibility to print file names with path.
Mon, 07 Apr 2008 19:06:17 +0000 zas_ Fix a segfault on fullscreen file deletion reported by Frdric Mantegazza.
Mon, 07 Apr 2008 18:52:54 +0000 zas_ Add the possibility to match duplicates on the name but ignoring the case.
Mon, 07 Apr 2008 08:09:39 +0000 zas_ Display marks in overlay info only if at least one is set.
Sun, 06 Apr 2008 10:17:41 +0000 zas_ Mark all exif labels as translatable.
Sun, 06 Apr 2008 10:03:54 +0000 zas_ Mark strings as translatable.
Sat, 05 Apr 2008 15:23:39 +0000 zas_ Improve remove_trailing_slash() so it allocates no more than
Sat, 05 Apr 2008 11:59:29 +0000 zas_ Comment out unused code.
Fri, 04 Apr 2008 22:34:55 +0000 zas_ Change default exif order a bit to move up common and useful
Fri, 04 Apr 2008 22:23:36 +0000 zas_ Re-add "What to show in properties dialog:" label before the table.
Fri, 04 Apr 2008 22:12:28 +0000 zas_ Rename exif preferences tab to "Properties", and name the
Fri, 04 Apr 2008 18:50:52 +0000 zas_ Fix a segfault occuring when enabling debug mode.
Thu, 03 Apr 2008 23:29:14 +0000 zas_ Make the wmclass value unique among the code by defining
Thu, 03 Apr 2008 22:39:50 +0000 zas_ Initialize variables, clearing a gcc warning.
Thu, 03 Apr 2008 22:33:28 +0000 zas_ Add missing prototype to header file.
Thu, 03 Apr 2008 22:29:20 +0000 zas_ Add few missing prototypes to header file.
Thu, 03 Apr 2008 22:20:42 +0000 zas_ Drop a bunch of unused variables.
Thu, 03 Apr 2008 22:14:37 +0000 zas_ Add missing #include.
Thu, 03 Apr 2008 22:13:12 +0000 zas_ Remove unused variables.
Thu, 03 Apr 2008 22:09:36 +0000 zas_ Add missing prototype.
Thu, 03 Apr 2008 22:06:31 +0000 zas_ Drop 3 unused variables and comment out 2 unused functions.
Thu, 03 Apr 2008 22:03:14 +0000 zas_ Add parenthesis around affection to clear a gcc warning.
Thu, 03 Apr 2008 22:01:08 +0000 zas_ Fix a signedness warning.
Thu, 03 Apr 2008 21:54:23 +0000 zas_ Main configuration file was renamed from gqviewrc to geeqierc.
Thu, 03 Apr 2008 21:50:53 +0000 zas_ Fix a segfault occuring when using --without-exiv2 and
Thu, 03 Apr 2008 21:49:17 +0000 zas_ Fix missing bit of previous patch.
Thu, 03 Apr 2008 21:04:19 +0000 zas_ Fix two more gcc warnings related to function declarations.
Thu, 03 Apr 2008 20:53:13 +0000 zas_ Remove two unused variables declarations, and add a missing #include.
Thu, 03 Apr 2008 20:46:55 +0000 zas_ Drop unused variable.
Thu, 03 Apr 2008 20:45:55 +0000 zas_ Add missing return at the end of editor_command_next_start().
Thu, 03 Apr 2008 20:40:15 +0000 zas_ Drop unused variable.
Thu, 03 Apr 2008 20:38:59 +0000 zas_ Make collect_manager_process_action() static.
Thu, 03 Apr 2008 20:34:49 +0000 zas_ Fix typos in functions names: file_list -> filelist.
Thu, 03 Apr 2008 20:25:22 +0000 zas_ Remove unused variable declarations.
Thu, 03 Apr 2008 20:24:20 +0000 zas_ Fix missing header include (filelist.h).
Thu, 03 Apr 2008 20:19:16 +0000 zas_ Remove unused variables declarations.
Thu, 03 Apr 2008 20:11:09 +0000 zas_ Move tabs code from config_window_create() to new smaller functions.
Thu, 03 Apr 2008 18:20:39 +0000 zas_ Use more generic names for some cache manager callback functions.
Thu, 03 Apr 2008 17:34:30 +0000 zas_ Replace some occurences of gqview by Geeqie.
Thu, 03 Apr 2008 17:15:49 +0000 zas_ Add a debug level spinner at the end of Preferences > Advanced.
Thu, 03 Apr 2008 14:35:03 +0000 zas_ Fix and simplify thumbnails size combo box related code.
Thu, 03 Apr 2008 13:58:20 +0000 zas_ Make the preferences window resizeable, and try to improve
Thu, 03 Apr 2008 13:24:13 +0000 zas_ Tidy up. Fix indentation and missing whitespaces.
Thu, 03 Apr 2008 08:51:32 +0000 zas_ Setting no limit size to trash directory is now possible using zero as value.
Wed, 02 Apr 2008 20:44:40 +0000 nadvornik various exif improvements based on patch by Uwe Ohse
Wed, 02 Apr 2008 12:12:50 +0000 zas_ Make properties tabs reorderable through drag'n drop.
Wed, 02 Apr 2008 10:40:54 +0000 zas_ Honor selection while fullscreen navigation.
Tue, 01 Apr 2008 07:42:31 +0000 zas_ Fix display of image number in properties dialog when more than one image is selected.
Mon, 31 Mar 2008 22:10:25 +0000 zas_ Customizable info overlay in fullscreen, based on the patch posted to gqview-devel list by Timo on 2007-09-10.
Mon, 31 Mar 2008 21:09:36 +0000 nadvornik use quoted_value everywhere
Mon, 31 Mar 2008 07:29:03 +0000 zas_ Indentation and white lines minor fixes.
Sun, 30 Mar 2008 19:26:35 +0000 zas_ Move strlen() calls outside the while loop.
Sun, 30 Mar 2008 14:19:34 +0000 zas_ Comment out forgotten debugging code.
Sun, 30 Mar 2008 14:18:04 +0000 zas_ Fix two minor compilation warnings.
Sun, 30 Mar 2008 11:47:14 +0000 nadvornik differentiate among normal image, raw image and metadata
Sun, 30 Mar 2008 07:14:37 +0000 zas_ Make the zoom increment spinner more precise, step is now 0.1 instead of 1.
Sat, 29 Mar 2008 21:47:10 +0000 zas_ Improve escaping and quoting of strings saved in rc files.
Sat, 29 Mar 2008 14:59:14 +0000 nadvornik configurable frame around image - geeqie_autofit_maxsize.patch by Laurent MONIN
Sat, 29 Mar 2008 10:38:15 +0000 nadvornik set user-defined color as image background - patch by Laurent MONIN
Sat, 29 Mar 2008 10:11:02 +0000 nadvornik fixed color management initialization
Wed, 26 Mar 2008 12:07:00 +0000 nadvornik README fixes
Wed, 26 Mar 2008 08:02:45 +0000 nadvornik updated README files
Wed, 26 Mar 2008 08:00:46 +0000 nadvornik improved xmp vs. legacy metadata handling
Mon, 24 Mar 2008 23:15:29 +0000 nadvornik fixed crashes with --debug
Mon, 24 Mar 2008 20:42:39 +0000 nadvornik added all possible raw extensions that I could find
Mon, 24 Mar 2008 14:49:00 +0000 nadvornik improved support for older exiv2 versions
Mon, 24 Mar 2008 14:03:46 +0000 nadvornik exiv2 version checks
Mon, 24 Mar 2008 12:04:31 +0000 nadvornik more renames
Mon, 24 Mar 2008 10:27:22 +0000 nadvornik changed logo
Mon, 24 Mar 2008 09:55:09 +0000 nadvornik more renames
Sun, 23 Mar 2008 20:38:54 +0000 nadvornik rename GQview -> Geeqie over the code
Sun, 23 Mar 2008 20:18:51 +0000 nadvornik renamed to geeqie
Sat, 22 Mar 2008 19:28:45 +0000 nadvornik raw related fixes
Sat, 22 Mar 2008 17:32:43 +0000 nadvornik overview of supported raw formats
Sat, 22 Mar 2008 17:09:14 +0000 nadvornik configure --without-exiv2
Sat, 22 Mar 2008 16:43:59 +0000 nadvornik crw preview support with exiv2
Sun, 16 Mar 2008 14:11:22 +0000 nadvornik whitelist of files that can have an xmp sidecar, sample external command
Sun, 16 Mar 2008 10:52:44 +0000 nadvornik fixed reading sidecar extensions from config file
Sun, 16 Mar 2008 10:32:52 +0000 nadvornik write comment and keywords to xmp, sidecars are used if exist
Sat, 15 Mar 2008 19:53:33 +0000 nadvornik write support in Exiv2 wrapper; for now only string values
Sun, 24 Feb 2008 18:55:19 +0000 nadvornik a hack to read raw previews with exiv2 0.16, however it should be fixed
Fri, 15 Feb 2008 10:48:09 +0000 nadvornik read also iptc and xmp
Thu, 14 Feb 2008 14:04:43 +0000 nadvornik more exiv2 fixes
Thu, 14 Feb 2008 11:03:20 +0000 nadvornik more exiv2 fixes
Wed, 13 Feb 2008 23:02:48 +0000 nadvornik more exiv2 fixes
Wed, 13 Feb 2008 19:31:50 +0000 nadvornik unified tag names between exiv2 and internal rxif parser
Wed, 13 Feb 2008 17:47:55 +0000 nadvornik more exiv2 fixes
Wed, 13 Feb 2008 17:08:04 +0000 nadvornik and first version that actually shows some exif data (see advanced view)
Wed, 13 Feb 2008 16:52:41 +0000 nadvornik first exiv2 support that does not crash immediately
Wed, 13 Feb 2008 14:46:23 +0000 nadvornik started exiv2 integration
Wed, 13 Feb 2008 13:57:31 +0000 nadvornik simplified exif.h, moved implementation-specific stuff to exif-int.h
Mon, 11 Feb 2008 15:23:43 +0000 nadvornik do not show frame for full-window images
Mon, 11 Feb 2008 12:51:28 +0000 nadvornik improved drawing of image frames
Sat, 26 Jan 2008 21:18:23 +0000 nadvornik updated TODO list
Sun, 20 Jan 2008 19:04:18 +0000 nadvornik debug messages cleanup