log

age author description
2008-12-26 nadvornik improved sidecar writting
2008-12-25 nadvornik implemented a possibility to connect keywords with marks
2008-12-25 nadvornik low-level keyword-to-mark functionality
2008-12-25 nadvornik perform internal commands in idle call
2008-12-23 nadvornik allow writing of empty keywords/comment
2008-12-23 nadvornik added change notification to bar_info.c
2008-12-23 nadvornik improved buffering and notifications
2008-12-23 nadvornik write changes immediately, the necessary buffering is done on lower
2008-12-22 nadvornik file class made configurable in preferences
2008-12-22 zas_ French translation was updated.
2008-12-22 nadvornik write metadata after timeout, image change or dir change
2008-12-22 nadvornik show metadata options in preferences dialog
2008-12-21 nadvornik fixed safe delete
2008-12-21 nadvornik most of the metadata options now works
2008-12-21 nadvornik fixed new options
2008-12-21 zas_ French translation was updated.
2008-12-20 nadvornik added options for metadata - not yet used
2008-12-20 zas_ Fix two minor compilation warnings.
2008-12-20 zas_ Switch to fullscreen when double clicking on file in icon or list view. Feature request 1966042. The code was there since a long time but disabled, please report any issue.
2008-12-20 nadvornik use the workflow in utilops.c for metadata approving and writting
2008-12-16 nadvornik queue metadata and write them in an idle callback
2008-12-15 nadvornik prepared infrastructure for delayed metadata writting - refreshing
2008-12-15 zas_ Allow to drag keywords on files in list or icon view. Dragged text is appended to keywords list of the destination file.
2008-12-09 zas_ French translation was updated.
2008-12-09 zas_ Allow to invert the current selection in Collection view. A new Selection submenu was added to the contextual menu, Select All and Select None were moved to it, and Invert selection was added.
2008-12-08 zas_ Display error dialog with appropriate message when user is trying to open an invalid collection file.
2008-12-08 zas_ Cosmetic fix.
2008-12-07 zas_ Fix patch 1290: we only want to remove unused parameter warnings not all warnings produced by -Wextra, so just disable then using -Wno-unused-parameter and re-add -Wextra (was -W, but this is the old name).
2008-12-07 nadvornik handle the case when io.open() fails
2008-12-06 nadvornik disabled the "unused parameter" warnings, they are harmless and nobody
2008-12-02 zas_ Rename few variables to make the code more readable.
2008-11-30 zas_ keyword_list_find() -> find_string_in_list(), return gboolean.
2008-11-30 zas_ metadata_set_keywords() -> metadata_set(). Use gboolean type for boolean parameters.
2008-11-30 zas_ Rename most comment_*() functions to more appropriate metadata_*().
2008-11-30 zas_ File filters cleanup: add .pef .dng and .arw extensions to default sidecar extensions list, add .k25 in Kodak raw extensions, simplify and optimize sidecar_ext_parse().
2008-11-27 zas_ Do not hardcode exif formatted prefix.
2008-11-27 zas_ Fix up sign-related warning.
2008-11-27 zas_ Fix up unsigned expression always true warning.
2008-11-27 zas_ Resync .h with .c declarations.
2008-11-27 zas_ Fix up pointer signedness warnings.
2008-11-27 zas_ Fix up not a prototype warning.
2008-11-27 zas_ Remove unused variable.
2008-11-27 zas_ Fix up deprecated function and not a prototype warnings.
2008-11-26 zas_ Handle return values better to silent some warnings.
2008-11-26 zas_ Print a message if chown() or chmod() fail.
2008-11-26 zas_ Fix up format vs type warning.
2008-11-25 zas_ Move comments/keywords read and write stuff to new metadata.{c,h}.
2008-11-25 zas_ Fix up unsigned expression always true/false warnings.
2008-11-23 zas_ Hide .gqv extension from collection name in collection window title and recent menu list.
2008-11-23 zas_ Rename wmsubclass and name to role, which corresponds better to the purpose of the parameter as it ends to be passed to gtk_window_set_role().
2008-11-23 zas_ Drop useless wmclass stuff. Gtk will take care of it and as said in the documentation using gtk_window_set_wmclass() is sort of pointless.
2008-11-22 zas_ Use the last selected images for the splitted views. Ie. when 5 images are selected, the last one is displayed, split quad while open images 5,4,3,2. It seems better to me.
2008-11-22 zas_ When more than one image is selected, Split Horizontal, Vertical and Quad will use selected images when initialized.
2008-11-22 zas_ Tidy up.
2008-11-22 zas_ Use common code for layout_image_setup_split_none() too.
2008-11-22 zas_ layout_image_setup_split_*(): simplify code.
2008-11-22 zas_ layout_image_setup_split_*(): move common code to a new function layout_image_setup_split_common().
2008-11-22 zas_ Add a back button in the toolbar: it allows to go back and forth between two directories. Experimental, please test and comment on ml.
2008-11-20 zas_ Force font weight and style to normal for keys.
2008-11-20 zas_ Fix up yet unmarked keys.
2008-11-20 zas_ Fix compilation warnings.
2008-11-20 zas_ Fix up some missing html code.
2008-11-19 zas_ More keys.
2008-11-19 zas_ Fix text wrongly marked as key.
2008-11-19 zas_ Mark keyboard keys with a span and make them look like a key through css style.
2008-11-19 zas_ Replace [Control] by shorter and more common [Ctrl].
2008-11-19 zas_ Unify [Shift] and [Control] notation.
2008-11-19 zas_ Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
2008-11-19 zas_ Update documentation.
2008-11-17 zas_ Fix up links and various enhancements.
2008-11-17 zas_ Remove colored background in headings for printable version.
2008-11-17 zas_ Change metadata directory to be $XDG_DATA_HOME instead of $XDG_CACHE_HOME as discussed on the ml (obviously it has impact only when XDG support is set). Suggestion by Omari Stephens.
2008-11-17 zas_ Comment out css code that slipped through by cut'n paste error. It may be useful at some time though.
2008-11-16 zas_ Add specific css for print media(has to be improved).
2008-11-16 zas_ Update svn:ignore property: add some files and replace gqview by geeqie where applicable.
2008-11-15 zas_ Implement preliminary support for XDG Base Directory Specification.
2008-11-15 zas_ Replace cache_ensure_dir_exists() by new recursive_mkdir_if_not_exists().
2008-11-15 nadvornik fixed usage of deprecated functions - patch by Omari Stephens
2008-11-15 zas_ Rename check_for_home_path() to mkdir_if_not_exists().
2008-11-15 zas_ Use functions to return directories instead of constants.
2008-11-15 zas_ Add a wrapper around system() call named runcmd() which allows easier debugging. Improve the code launching the help browser.
2008-11-14 zas_ Fix up Makefile.am: add missing files and do not install template.html.
2008-11-12 zas_ Fix a cut'n'paste error.
2008-11-12 zas_ More precise description of the pan view find feature and a note about ressources eating was added.
2008-11-12 zas_ Add some information about the pan view.
2008-11-12 zas_ Add a note about splitted view.
2008-11-12 zas_ Add Connected zoom and Split menu items.
2008-11-11 zas_ Add missing s...
2008-11-11 zas_ Minor fixes.
2008-11-11 zas_ Give a new style to menus.
2008-11-11 zas_ Fix missing parts.
2008-11-11 zas_ Update main window menus description to match current Geeqie.
2008-11-11 zas_ Drop dots.
2008-11-11 zas_ Update exif pane documentation a bit.
2008-11-11 zas_ Add Properties Options page.
2008-11-11 zas_ Advanced options documentation is now almost in sync with current geeqie.
2008-11-11 zas_ More updates to advanced options documentation. Not yet finished.
2008-11-10 zas_ Page cleanup and fixed. Remove obsolete note.
2008-11-10 zas_ Add missing link.
2008-11-10 zas_ Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
2008-11-10 zas_ Let subsection menus match index style.
2008-11-10 zas_ Cosmetic changes in image search and find duplicates shortcuts tables.
2008-11-10 zas_ Tidy up.
2008-11-10 zas_ Move from xhtml transitional to xhtml strict.
2008-11-10 zas_ Minor cleanup.
2008-11-10 zas_ Tidy up and minor fixes.
2008-11-10 zas_ Notes cleanup and minor stylistic fixes.
2008-11-10 zas_ Various fixes and cleanup.
2008-11-10 zas_ Fix up some errors.
2008-11-10 zas_ Fix up unvalid xhtml.
2008-11-10 zas_ Fix up a broken link.
2008-11-10 zas_ Beautify the manual.
2008-11-10 zas_ Reformat more pages.
2008-11-10 zas_ Reformat remaining options pages.
2008-11-10 zas_ Reformatting: notes, advanced options page and more.
2008-11-09 zas_ Reformatting.
2008-11-09 zas_ Reformat and cleanup.
2008-11-09 zas_ More cleanup of tables.
2008-11-09 zas_ Cleanup some tables.
2008-11-09 zas_ Drop most old css classes.
2008-11-09 zas_ Move dialog descriptions to definitions lists, first step.
2008-11-09 zas_ Index cleanup.
2008-11-09 zas_ Move menu descriptions to definitions lists.
2008-11-08 zas_ Re-introduce Geeqie User Manual footer.
2008-11-08 zas_ Simplify bottom navigation table.
2008-11-08 zas_ Use col tags with id in top and bottom navigation tables.
2008-11-08 zas_ Add a generic spacer at the bottom of the page, remove now unused css classes.
2008-11-08 zas_ Add two css classes navtop and navbottom and remove unused ones.
2008-11-08 zas_ Add style.css to list of files to install.
2008-11-08 zas_ Move css styles to an external stylesheet.
2008-11-06 zas_ Remove reference to numbered section.
2008-11-06 zas_ Remove references to numbered sections.
2008-11-06 zas_ Simplify the table.
2008-11-06 zas_ Previous patch (revision 1185) for the comments-related segfault was incomplete, and as such, it broke keywords in files whose metadata had keywords but no comments.
2008-11-04 zas_ Fix a segfault occuring when searching for comments in a directory where at least one photo doesn't have a comment. The fix modifies comment_read() function to return FALSE when a comment doesn't exist. Patch by Omari Stephens.
2008-11-04 zas_ Do a gtk_init before the parsing of command line arguments to allow gtk specific options. (See http://library.gnome.org/devel/gtk/2.14/gtk-running.html). Patch by Klaus Ethgen.
2008-10-27 zas_ Do not install doc/Makefile*. Reported and fixed by Krzysztof Kotlenga.
2008-10-26 zas_ Use h2/h3 tags where appropriate.
2008-10-26 bruclik Fixed doc/Makefile.am according to renamed doc files.
2008-10-25 zas_ Keyboard table cleanup attempt. Need more work.
2008-10-25 zas_ Move menus to unordered lists - step 2.
2008-10-25 zas_ Move menus to unordered lists - step 1.
2008-10-25 zas_ Align Previous to the left, drop useless col tags.
2008-10-25 zas_ Drop meta CREATED and CHANGED since they will never be updated and svn takes care of versions.
2008-10-25 zas_ Fix page titles.
2008-10-25 zas_ Drop chapters numbers from h1 title, and reformat top title a bit.
2008-10-25 zas_ Get rid off of chapters numbers in html documentation filenames. It will ease re-ordering.
2008-10-23 zas_ Update legal notice and copyright to mention The Geeqie Team.
2008-10-23 zas_ With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
2008-10-23 zas_ Change occurences of GQview and gqview to Geeqie and geeqie. Rename gqview_faq.html to faq.html
2008-10-22 zas_ Let Create thumbnails start in current directory (fallback to home directory if not available) as requested by Marcin Zajaczkowski (feature request 2166691).
2008-10-20 nadvornik Fix a cut and paste error when implementing the comment search (Klaus
2008-10-20 nadvornik fixed failed assertion in exif_free
2008-10-18 nadvornik create xmp sidecar when needed
2008-10-18 nadvornik simple synchronization XMP <-> Exif, IPTC
2008-10-18 nadvornik infrastructure for preprocessing of metadata
2008-10-18 nadvornik fixed bar_exif separator
2008-10-18 nadvornik reordered advanced exif columns
2008-10-18 nadvornik no need to validate description, it is in utf8
2008-10-17 nadvornik improved custom exif look:
2008-10-14 nadvornik follow Exiv2 SVN changes
2008-10-12 zas_ French translation was updated.
2008-10-12 zas_ Add a button for each advanced entry in Properties Exif Panel that allow to remove it from display. It fixes bug 1962611.
2008-10-12 zas_ Better handling of accels map file writing errors.
2008-10-11 nadvornik added option to use exif thumbnails
2008-10-07 zas_ French translation was updated.
2008-10-07 zas_ Fix up few signed vs unsigned warnings: exif_item_get_rational() last parameter is now of guint type.
2008-10-07 nadvornik Implement the search for image comment - patch by Klaus Ethgen
2008-10-07 nadvornik Fixed degree symbol encoding
2008-10-07 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
2008-10-05 nadvornik fixed confirm_delete option
2008-10-04 nadvornik fixed charset of exiv2 strings in non-utf8 locales
2008-10-01 nadvornik Add support for GPSInfo - patch by Klaus Ethgen
2008-09-29 nadvornik The comment section in the meta file is the last section. However it do
2008-09-29 nadvornik fixes executable right of images
2008-09-29 nadvornik enlarge the dupe window - patch by Klaus Ethgen
2008-09-27 nadvornik updated preview loader to work with current svn version of libexiv2
2008-09-10 nadvornik use SHIFT for connected scroll and zoom
2008-09-09 nadvornik reverted buggy part of rev. 1138 - it made the filelist jump
2008-09-08 nadvornik added possibility to redraw only the parts of image that are already
2008-09-08 zas_ Fix a compiler warning regarding argument type.
2008-09-07 bruclik Replaced gtk depreceated code.
2008-09-07 zas_ Shorten config_window_apply() a bit, reduce code redunancy.
2008-09-04 zas_ Update translations stats.
2008-09-04 zas_ French translation was updated.
2008-09-04 zas_ Allow all Preferences pages to scroll vertically. Reduce code redundancy.
2008-09-04 zas_ Allow to change image.scroll_reset_method in Preferences > Image.
2008-09-04 nadvornik fixed various problems with preserving viewport on image change,
2008-09-03 nadvornik load thumbnails with lower priority
2008-09-03 zas_ Improve debug messages.
2008-09-03 nadvornik adjusted default options
2008-09-03 nadvornik adjusted redraw priority relative to icon drawing
2008-09-03 nadvornik dropped IMAGE_THROTTLE_LARGER_IMAGES code
2008-09-03 nadvornik fixed handling of broken images
2008-09-01 nadvornik improved pixbuf draw priority control
2008-09-01 zas_ Use a constant for minimal window size. Set it to 32 for all dialogs.
2008-09-01 zas_ Remove redundant debug.h inclusion.
2008-08-31 nadvornik fixed read ahead callback
2008-08-31 nadvornik fixed error handling in image loader
2008-08-31 nadvornik fixed possible endless loop
2008-08-31 zas_ Add a Save button to Preferences dialog, which allow to save options to file without quitting the application.
2008-08-31 zas_ Move quoted_value() and escquote_value() to misc.[ch].
2008-08-31 zas_ Move miscellaneous functions to their own files (new misc.[ch]).
2008-08-31 nadvornik use GThreadPool
2008-08-31 nadvornik improved thread support in image loader
2008-08-31 zas_ Move save/load_options() to options.[ch].
2008-08-31 zas_ Move sync_options_with_current_state() call to save_options().
2008-08-31 zas_ Move some code to new functions, to simplify main().
2008-08-31 zas_ Fix two minor compilation warnings.
2008-08-30 nadvornik run image loader in separate thread
2008-08-30 nadvornik prepared image loader code for threads
2008-08-30 zas_ Allow to override documentation paths through options:
2008-08-29 nadvornik converted image loader to a GObject and use signals for notification
2008-08-29 nadvornik do not access image_loader directly
2008-08-29 nadvornik added new raw preview interface for legacy exif
2008-08-29 nadvornik fixed thumbnail loader for the new raw preview interface
2008-08-28 nadvornik use mmaped files image loader
2008-08-28 bruclik Removed converting fd->name to utf8 from file_data_set_collate_keys(), because fd->name is utf8.
2008-08-28 zas_ Silent warnings about unused functions when lcms is not used.
2008-08-27 zas_ Comment out unused functions.
2008-08-27 zas_ Silent a compiler warning.
2008-08-27 zas_ const gpointer -> gconstpointer.
2008-08-26 zas_ Use gpointer instead of void *.
2008-08-26 zas_ Consistency: type * instead of type*.
2008-08-26 zas_ For the sake of consistency, use glib basic types everywhere.
2008-08-26 zas_ Indentation fixes.
2008-08-26 bruclik Fixed segfault when is run inside directory with non valid uft-8 image
2008-08-26 bruclik Fixed calling "Image search" function in a directory without image.
2008-08-25 nadvornik correctly maintain selection during iconlist refresh
2008-08-25 zas_ Whitespaces cleanup.
2008-08-25 bruclik Fixed segfaulting when alter image in directory without images.
2008-08-25 nadvornik removed unused code
2008-08-24 zas_ Typo fixes.
2008-08-24 zas_ Slight code redundancy reduction.
2008-08-24 zas_ Drop redundant variable affectation.
2008-08-24 zas_ Fix untranslated messages. French translation and POTFILES.in were updated.
2008-08-24 zas_ French translation was updated.
2008-08-24 zas_ Mark forgotten string for translation.
2008-08-23 zas_ Fix another missing separator bug in image overlay. This one was occuring with default string when no ISO data was available from exif.
2008-08-23 zas_ Minor optimization: no need to copy the whole remaining of the string, just copy next char.
2008-08-23 zas_ Only display status if there is at least one file in the file list.
2008-08-23 zas_ Remove unneeded type casting.
2008-08-23 nadvornik fixed vd_refresh
2008-08-22 zas_ French translation was updated.
2008-08-22 zas_ Add an option named layout.home_path which modifies the behavior of the Home button.
2008-08-21 zas_ Typo fix: vf -> vd
2008-08-21 zas_ Replace macros VDLIST_INFO() and VDTREE_INFO() by shorter VDLIST() and VDTREE(). VDLIST_INFO(vd, part) becomes VDLIST(vd)->part.
2008-08-21 zas_ Indentation fix.
2008-08-20 zas_ Use constants instead of enum since value (0xffff0000) overflow INT_MAX on some platforms (seen on Solaris 10 SPARC system using the native Sun version 5.9 compilers). Reported by Jeffery Small.
2008-08-20 zas_ Do not return values of void functions. Reported by Jeffery Small.
2008-08-20 nadvornik update the FileData structure when a new folder is created
2008-08-19 nadvornik improved refresh in view_dir_list
2008-08-19 nadvornik set fallback pixbuf in case of missing file
2008-08-19 nadvornik fixed possible segfault
2008-08-17 nadvornik removed code for maintaining filelist position, gtk_tree_view itself handles it
2008-08-17 zas_ French translation was updated.
2008-08-17 zas_ Simplify things related to ViewFileInfoList * and ViewFileInfoIcon * type casting:
2008-08-17 zas_ Move variable declaration at start of block.
2008-08-16 nadvornik marks in iconview made clickable
2008-08-16 nadvornik keep files with non-zero marks in memory
2008-08-16 nadvornik implemented marks filter
2008-08-16 zas_ Fix double escaping of image overlay text.
2008-08-13 nadvornik added keyboard map generator
2008-08-13 nadvornik a workaround for http://bugzilla.gnome.org/show_bug.cgi?id=547669
2008-08-12 nadvornik fixed crash with float file list and geeqie --blank
2008-08-11 nadvornik fixed crash in geeqie --blank
2008-08-11 nadvornik fixed setting visible entry in view_dir_tree
2008-07-30 nadvornik updated ChangeLog from svn log
2008-07-28 zas_ Move declarations at the beginning of blocks.
2008-07-28 zas_ Optimize tests even more using last changes.
2008-07-28 nadvornik do not free unallocated exif data
2008-07-28 zas_ Cache strcmp() result.
2008-07-28 zas_ Optimize redundant tests.
2008-07-28 zas_ Move dest_dir variable to inner block.
2008-07-28 zas_ Reduce code redundancy and minor typo fixes.
2008-07-28 zas_ French translation was updated.
2008-07-28 zas_ Typo fix.
2008-07-27 nadvornik abort file operations when the file list is empty
2008-07-27 nadvornik remember path entered in file dialog
2008-07-27 nadvornik speed-up of directory notification on deleting large number of files
2008-07-27 nadvornik added "Symlink" as an example of "filter" command
2008-07-27 nadvornik improved updating of view_dir_tree
2008-07-27 nadvornik fixed deleting of non-empty folder
2008-07-26 nadvornik fixed spec file
2008-07-26 nadvornik fixed invalid warning on running editors
2008-07-26 nadvornik updated version string
2008-07-26 nadvornik dropped references to OpenOffice.org as suggested at
2008-07-26 nadvornik string cleanup
2008-07-26 nadvornik removed unused messages.desc_dlist
2008-07-26 nadvornik fixed new folder command
2008-07-26 nadvornik fixed renaming of directories
2008-07-26 nadvornik warn about changed file extensions
2008-07-26 nadvornik added icon for changes without warnings
2008-07-26 nadvornik allow only existing folders in destination dialog
2008-07-26 nadvornik clean up - checks are handled elsewhere
2008-07-26 nadvornik more checks for file operations
2008-07-25 nadvornik improved error reporting
2008-07-25 zas_ Minor tidy up and optimization.
2008-07-24 zas_ Set GIO channels to binary encoding.
2008-07-24 nadvornik separated debugging log and debug CFLAGS
2008-07-23 nadvornik indicate check warnings and errors in delete and rename dialogs
2008-07-23 nadvornik removed file_data_add_change_info
2008-07-23 zas_ Minor tidy up.
2008-07-23 zas_ Tidy up.
2008-07-23 zas_ Use g_strconcat() instead of g_strdup_printf("%s%s", ...).
2008-07-23 zas_ Simplify parse_out_relatives().
2008-07-23 zas_ Tidy up.
2008-07-23 zas_ Fix missing newline at end of file.
2008-07-23 zas_ Fix warning: passing argument 1 of 'gtk_tree_store_set' from incompatible pointer type
2008-07-22 nadvornik do not create duplicate FileData entries
2008-07-22 nadvornik basic infrastructure for early error and dangerous operations checking
2008-07-22 nadvornik clean up fd->change on error
2008-07-22 nadvornik remove items from file_data_planned_change_hash when the operation is
2008-07-22 nadvornik fixed stop button in editor dialog
2008-07-22 nadvornik delete file_data_planned_change_hash when it is not used
2008-07-21 nadvornik fixed
2008-07-21 nadvornik file_util_rename_dir should not return anything
2008-07-21 nadvornik added notification handler to view_dir
2008-07-21 zas_ French translation was updated.
2008-07-20 zas_ Update POTFILES.in.
2008-07-20 zas_ Move uri_*() functions to separate files: uri_utils.[ch]
2008-07-20 nadvornik periodic testing of changed files can be now disabled
2008-07-20 zas_ Move history_list_*() functions to separate files:
2008-07-20 nadvornik implemented "create directory" command
2008-07-20 nadvornik fixed file copy/move dialog
2008-07-20 nadvornik fixed the case when a renamed file is detected by directory scanning
2008-07-20 zas_ Optimize history_list_add_to_key() a bit.
2008-07-20 nadvornik fixed previous checkin
2008-07-20 nadvornik implemented directory rename and delete operations
2008-07-20 zas_ Move out test outside the loop.
2008-07-19 zas_ Tidy up.
2008-07-19 zas_ Fix missing newline at end of file.
2008-07-19 nadvornik increase reference count before sending notification in file_data_new
2008-07-18 nadvornik fixed test for changed files in cache
2008-07-18 zas_ Introduce image_loader_set_done_func().
2008-07-17 zas_ Reduce code redundancy by moving common code to new menu_choice_get_match_type().
2008-07-17 nadvornik reload changed images
2008-07-15 zas_ Move code from image_osd_update_cb() to separate functions.
2008-07-15 zas_ Tidy up and code redundancy reduction.
2008-07-15 zas_ Use a specific enum for image.zoom_mode values (ZoomMode) and
2008-07-13 zas_ Improve ways to specify html browser (used for help, see bug 2015099).
2008-07-13 zas_ Apply debian-specific patch to launch help browser (bug 2015099).
2008-07-13 zas_ Fix a segfault occuring when opening some collection files.
2008-07-05 zas_ Prevent segfault in certain conditions when displaying debug message.
2008-07-04 zas_ French translation was updated.
2008-07-04 zas_ Optimize a bit when connected zoom and scrolling are unset,
2008-07-04 zas_ layout_color_button_press_cb(): tidy up, drop useless memory allocations, improve i18n.
2008-07-03 nadvornik refresh thumbnails on file change
2008-07-03 nadvornik set fallback thumbnail pixbuf only if the loading really fails
2008-07-03 zas_ Fix missing references for the current directory in pan folder stuff.
2008-07-03 zas_ Increase debugging info in file_data_ref() and file_data_unref().
2008-07-02 zas_ Optimize file_cache_get() by only moving element to front if needed
2008-06-30 nadvornik fixed division by zero in pixbuf_renderer_get_scroll_center
2008-06-29 zas_ Merge thumb_loader_save_to_cache() and thumb_loader_mark_failure()
2008-06-29 zas_ Make better matching between options types in options.h and the rest of the code.
2008-06-28 zas_ layout_image_drag_cb(): optimize when connected scrolling is unset.
2008-06-28 zas_ Reduce number of parameters (mostly unused), just pass the event pointer.
2008-06-28 zas_ Fix warning:
2008-06-27 zas_ image_osd_mkinfo(): pipe replacement by " - " separator was fixed to work correctly with
2008-06-27 nadvornik do not read keywords and comment between exif_read_fd and exif_free_fd
2008-06-27 nadvornik added pixbuf_fallback function
2008-06-27 nadvornik fixed crash in entering fullscreen during loading
2008-06-27 zas_ osd_template_insert(): optimize and simplify using flags.
2008-06-27 zas_ image_osd_info_render(): ensure values are always escaped before using pango_layout_set_markup().
2008-06-26 zas_ image_osd_info_render(): code cleanup and simplification, drop some useless memory allocations.
2008-06-26 zas_ Use flags for pr_zoom_*() functions.
2008-06-26 zas_ Use stricter types for image options.
2008-06-26 zas_ Use flags instead of int parameters for pixbuf_renderer_overlay_add().
2008-06-26 zas_ Only define ExifOrientationType if GQ_BUILD is not defined since
2008-06-25 zas_ Tidy up.
2008-06-25 zas_ French translation was updated.
2008-06-22 nadvornik optimized marks drawing
2008-06-22 nadvornik show marks in iconview
2008-06-22 nadvornik show sidecars in icon view
2008-06-22 nadvornik fixed in-place renaming
2008-06-22 nadvornik added possibility to disable grouping of selected files
2008-06-21 nadvornik cache size made configurable
2008-06-21 nadvornik measure pixbuf cache size in bytes
2008-06-21 nadvornik simple cache for loaded pixbufs
2008-06-21 nadvornik renamed fd->pixbuf to fd->thumb_pixbuf
2008-06-18 nadvornik implemented generic FileData cache
2008-06-17 nadvornik more robust thumbs progress bar
2008-06-17 nadvornik do not allocate new buffer for thumbnails with correct orientation
2008-06-16 nadvornik fixed memory leak
2008-06-16 nadvornik another try to free layout at exit
2008-06-15 nadvornik rotate thumbnails by exif
2008-06-15 nadvornik use FileData in thumb_loader
2008-06-14 nadvornik use GtkSizeGroup to control initial size of split images
2008-06-14 nadvornik preserve image center on refresh
2008-06-14 nadvornik use multiline description in vflist with large thumbnails
2008-06-14 nadvornik join name and sidecars to one string
2008-06-14 nadvornik optimized vflist_setup_iter_recursive
2008-06-14 nadvornik iconlist_refresh optimization
2008-06-14 nadvornik fixed iconview update after deletion of selected image
2008-06-14 zas_ Silent unused variable warning.
2008-06-13 nadvornik optimized vflist_setup_iter
2008-06-13 zas_ French translation was updated.
2008-06-13 zas_ Revert patches 759 and 760.
2008-06-13 zas_ Display total size of files in collection window, for the list and for the selection.
2008-06-13 zas_ Optionnally display directory's date in list view.
2008-06-12 zas_ load_options_from():
2008-06-12 zas_ Add a comment about relative positions of image overlay in the rc file.
2008-06-12 zas_ Allow to set image overlay info position through options:
2008-06-12 zas_ Move some functions from image.[ch] to image-overlay.c and make them static:
2008-06-12 nadvornik reverted changes in layout_close made in rev. 890 and 901
2008-06-10 nadvornik fixed vdtree_sort_cb
2008-06-10 nadvornik fixed segfault in vd_rename_cb
2008-06-10 nadvornik dropped vficon_sync, use vficon_refresh everywhere
2008-06-10 zas_ collection_from_dnd_data(): simplify and optimize.
2008-06-10 zas_ collection_info_list_to_dnd_data(): simplify and optimize.
2008-06-09 nadvornik moved notification to view_file.c
2008-06-09 nadvornik run idle function just once
2008-06-09 nadvornik use vficon_refresh for updating
2008-06-09 nadvornik handle deletion of selected files
2008-06-09 nadvornik optimized vficon_refresh_real
2008-06-09 zas_ Minor fixes and add a note about variable declaration.
2008-06-09 zas_ Use unsigned type for marks since it is used as a bitfield.
2008-06-09 nadvornik fixed saving options on exit
2008-06-08 zas_ Tidy up: add/remove white lines, minor code changes.
2008-06-08 nadvornik improved vficon_populate
2008-06-08 nadvornik vficon_sync speed-up
2008-06-08 nadvornik better check for notify type
2008-06-08 nadvornik fixed switching thumbnails in listview on and off - bug 1984825
2008-06-07 nadvornik various refresh and notification fixes
2008-06-07 nadvornik various notification improvements
2008-06-07 nadvornik use the new notification for collections
2008-06-07 zas_ Display Lirc state in config log.
2008-06-07 nadvornik use new notification in img-view
2008-06-07 nadvornik use new notification in layout and layout_image
2008-06-07 nadvornik used new notification in search.c
2008-06-07 nadvornik used new notification in dupe.c
2008-06-06 nadvornik used new notification in cache_maint
2008-06-06 nadvornik added NotifyType
2008-06-06 nadvornik realtime file monitor
2008-06-06 nadvornik zero-lenght path must be allowed for now
2008-06-06 zas_ French translation was updated.
2008-06-05 zas_ Fix "No newline at end of file" warning.
2008-06-05 nadvornik use new notification in vficon
2008-06-05 zas_ Compare paths using utf8_collate_key() since paths are utf8-encoded.
2008-06-05 zas_ Use uft8_collate_key() to sort utf8 strings.
2008-06-04 nadvornik new notification system (used only in vflist for now)
2008-06-03 nadvornik replaced directory path with FileData* dir_fd
2008-06-03 zas_ Allow to modify the aspect of Geeqie through the use of a
2008-06-03 zas_ Replace hardcoded collection filename extension by a macro (GQ_COLLECTION_EXT).
2008-06-03 zas_ Drop initialization to NULL since filelist_read() will take care of it.
2008-06-03 zas_ filelist_read_real(): optimize and clean up.
2008-06-03 zas_ Reduce indentation level.
2008-06-03 zas_ Reduce indentation level.
2008-06-03 zas_ collection_table_find_data_by_coord(): tidy up.
2008-06-03 zas_ vflist_maint(): only allocate memory and compare strings if needed.
2008-06-03 zas_ layout_real_renamed(), layout_real_removed(), layout_real_moved():
2008-05-31 nadvornik do not change original FileData on copy
2008-05-31 nadvornik replaced vflist_maint functions by vflist_refresh - it allows to follow
2008-05-30 nadvornik vflist_populate_view: better handle selected files that are renamed or deleted
2008-05-30 nadvornik fixed thumb index (thumbnails are shown again)
2008-05-30 nadvornik simplified vflist_populate_view
2008-05-30 zas_ Use functions to set editors name and command and ensure they are
2008-05-30 zas_ Make utf8_validate_or_convert() to always allocate a new string.
2008-05-30 zas_ Check for existing editor command using is_valid_editor_command().
2008-05-29 zas_ Preserve properties window width and height during session even when
2008-05-29 zas_ Save properties window width and height to rc file and restore
2008-05-28 nadvornik improved infrastructure for tracing changes, optimized vflist_populate_view
2008-05-27 nadvornik measure time of filelist update
2008-05-27 nadvornik another fix in notification
2008-05-26 nadvornik Fix histogram grid - patch by Uwe Ohse
2008-05-26 nadvornik use fputs instead of printf - patch by Uwe Ohse
2008-05-26 nadvornik fixed bug in notification code
2008-05-25 zas_ Tidy up: indentation fixes, typo fixes, ...
2008-05-25 zas_ Typo fix.
2008-05-25 zas_ Typo fix.
2008-05-25 zas_ bar_sort_set_filter_cb(): filter_idx was set as uint so get it as uint.
2008-05-24 nadvornik rewritten utilops.h:
2008-05-24 zas_ Allow to escape star characters in the template string with a \.
2008-05-24 nadvornik improved filedata interface
2008-05-23 zas_ Fix display of libpthread detection.
2008-05-23 zas_ Silent few warnings that appeared when using --disable-exiv2 configure option.
2008-05-23 zas_ French translation was updated.
2008-05-23 zas_ Use the same label for toolbar buttons tooltip than in main menu.
2008-05-23 zas_ Add -Wstrict-prototypes to gcc options only in developer mode
2008-05-23 zas_ slideshow_next(), slideshow_prev(): move code to common slideshow_move(), reducing code redundancy.