geeqie.git
2008-09-10 Vladimir Nadvornikuse SHIFT for connected scroll and zoom
2008-09-09 Vladimir Nadvornikreverted buggy part of rev. 1138 - it made the filelist...
2008-09-08 Vladimir Nadvornikadded possibility to redraw only the parts of image...
2008-09-08 Laurent MoninFix a compiler warning regarding argument type.
2008-09-07 Petr OstadalReplaced gtk depreceated code.
2008-09-07 Laurent MoninShorten config_window_apply() a bit, reduce code redunancy.
2008-09-04 Laurent MoninUpdate translations stats.
2008-09-04 Laurent MoninFrench translation was updated.
2008-09-04 Laurent MoninAllow all Preferences pages to scroll vertically. Reduc...
2008-09-04 Laurent MoninAllow to change image.scroll_reset_method in Preference...
2008-09-04 Vladimir Nadvornikfixed various problems with preserving viewport on...
2008-09-03 Vladimir Nadvornikload thumbnails with lower priority
2008-09-03 Laurent MoninImprove debug messages.
2008-09-03 Vladimir Nadvornikadjusted default options
2008-09-03 Vladimir Nadvornikadjusted redraw priority relative to icon drawing
2008-09-03 Vladimir Nadvornikdropped IMAGE_THROTTLE_LARGER_IMAGES code
2008-09-03 Vladimir Nadvornikfixed handling of broken images
2008-09-01 Vladimir Nadvornikimproved pixbuf draw priority control
2008-09-01 Laurent MoninUse a constant for minimal window size. Set it to 32...
2008-09-01 Laurent MoninRemove redundant debug.h inclusion.
2008-08-31 Vladimir Nadvornikfixed read ahead callback
2008-08-31 Vladimir Nadvornikfixed error handling in image loader
2008-08-31 Vladimir Nadvornikfixed possible endless loop
2008-08-31 Laurent MoninAdd a Save button to Preferences dialog, which allow...
2008-08-31 Laurent MoninMove quoted_value() and escquote_value() to misc.[ch].
2008-08-31 Laurent MoninMove miscellaneous functions to their own files (new...
2008-08-31 Vladimir Nadvornikuse GThreadPool
2008-08-31 Vladimir Nadvornikimproved thread support in image loader
2008-08-31 Laurent MoninMove save/load_options() to options.[ch].
2008-08-31 Laurent MoninMove sync_options_with_current_state() call to save_opt...
2008-08-31 Laurent MoninMove some code to new functions, to simplify main().
2008-08-31 Laurent MoninFix two minor compilation warnings.
2008-08-30 Vladimir Nadvornikrun image loader in separate thread
2008-08-30 Vladimir Nadvornikprepared image loader code for threads
2008-08-30 Laurent MoninAllow to override documentation paths through options:
2008-08-29 Vladimir Nadvornikconverted image loader to a GObject and use signals...
2008-08-29 Vladimir Nadvornikdo not access image_loader directly
2008-08-29 Vladimir Nadvornikadded new raw preview interface for legacy exif
2008-08-29 Vladimir Nadvornikfixed thumbnail loader for the new raw preview interface
2008-08-28 Vladimir Nadvornikuse mmaped files image loader
2008-08-28 Petr OstadalRemoved converting fd->name to utf8 from file_data_set_...
2008-08-28 Laurent MoninSilent warnings about unused functions when lcms is...
2008-08-27 Laurent MoninComment out unused functions.
2008-08-27 Laurent MoninSilent a compiler warning.
2008-08-27 Laurent Moninconst gpointer -> gconstpointer.
2008-08-26 Laurent MoninUse gpointer instead of void *.
2008-08-26 Laurent MoninConsistency: type * instead of type*.
2008-08-26 Laurent MoninFor the sake of consistency, use glib basic types every...
2008-08-26 Laurent MoninIndentation fixes.
2008-08-26 Petr OstadalFixed segfault when is run inside directory with non...
2008-08-26 Petr OstadalFixed calling "Image search" function in a directory...
2008-08-25 Vladimir Nadvornikcorrectly maintain selection during iconlist refresh
2008-08-25 Laurent MoninWhitespaces cleanup.
2008-08-25 Petr OstadalFixed segfaulting when alter image in directory without...
2008-08-25 Vladimir Nadvornikremoved unused code
2008-08-24 Laurent MoninTypo fixes.
2008-08-24 Laurent MoninSlight code redundancy reduction.
2008-08-24 Laurent MoninDrop redundant variable affectation.
2008-08-24 Laurent MoninFix untranslated messages. French translation and POTFI...
2008-08-24 Laurent MoninFrench translation was updated.
2008-08-24 Laurent MoninMark forgotten string for translation.
2008-08-23 Laurent MoninFix another missing separator bug in image overlay...
2008-08-23 Laurent MoninMinor optimization: no need to copy the whole remaining...
2008-08-23 Laurent MoninOnly display status if there is at least one file in...
2008-08-23 Laurent MoninRemove unneeded type casting.
2008-08-23 Vladimir Nadvornikfixed vd_refresh
2008-08-22 Laurent MoninFrench translation was updated.
2008-08-22 Laurent MoninAdd an option named layout.home_path which modifies...
2008-08-21 Laurent MoninTypo fix: vf -> vd
2008-08-21 Laurent MoninReplace macros VDLIST_INFO() and VDTREE_INFO() by short...
2008-08-21 Laurent MoninIndentation fix.
2008-08-20 Laurent MoninUse constants instead of enum since value (0xffff0000...
2008-08-20 Laurent MoninDo not return values of void functions. Reported by...
2008-08-20 Vladimir Nadvornikupdate the FileData structure when a new folder is...
2008-08-19 Vladimir Nadvornikimproved refresh in view_dir_list
2008-08-19 Vladimir Nadvornikset fallback pixbuf in case of missing file
2008-08-19 Vladimir Nadvornikfixed possible segfault
2008-08-17 Vladimir Nadvornikremoved code for maintaining filelist position, gtk_tre...
2008-08-17 Laurent MoninFrench translation was updated.
2008-08-17 Laurent MoninSimplify things related to ViewFileInfoList * and ViewF...
2008-08-17 Laurent MoninMove variable declaration at start of block.
2008-08-16 Vladimir Nadvornikmarks in iconview made clickable
2008-08-16 Vladimir Nadvornikkeep files with non-zero marks in memory
2008-08-16 Vladimir Nadvornikimplemented marks filter
2008-08-16 Laurent MoninFix double escaping of image overlay text.
2008-08-13 Vladimir Nadvornikadded keyboard map generator
2008-08-13 Vladimir Nadvornika workaround for bugzilla.gnome.org/show_bug.cgi?id...
2008-08-12 Vladimir Nadvornikfixed crash with float file list and geeqie --blank
2008-08-11 Vladimir Nadvornikfixed crash in geeqie --blank
2008-08-11 Vladimir Nadvornikfixed setting visible entry in view_dir_tree
2008-07-30 Vladimir Nadvornikupdated ChangeLog from svn log
2008-07-28 Laurent MoninMove declarations at the beginning of blocks.
2008-07-28 Laurent MoninOptimize tests even more using last changes.
2008-07-28 Vladimir Nadvornikdo not free unallocated exif data
2008-07-28 Laurent MoninCache strcmp() result.
2008-07-28 Laurent MoninOptimize redundant tests.
2008-07-28 Laurent MoninMove dest_dir variable to inner block.
2008-07-28 Laurent MoninReduce code redundancy and minor typo fixes.
2008-07-28 Laurent MoninFrench translation was updated.
2008-07-28 Laurent MoninTypo fix.
next