Mercurial > geeqie.yaz
graph
-
prepared image loader code for threadsSat, 30 Aug 2008 13:04:06 +0000, by nadvornik
-
Allow to override documentation paths through options:Sat, 30 Aug 2008 10:39:35 +0000, by zas_
-
converted image loader to a GObject and use signals for notificationFri, 29 Aug 2008 20:53:53 +0000, by nadvornik
-
do not access image_loader directlyFri, 29 Aug 2008 12:35:13 +0000, by nadvornik
-
added new raw preview interface for legacy exifFri, 29 Aug 2008 09:59:20 +0000, by nadvornik
-
fixed thumbnail loader for the new raw preview interfaceFri, 29 Aug 2008 09:38:10 +0000, by nadvornik
-
use mmaped files image loaderThu, 28 Aug 2008 22:26:09 +0000, by nadvornik
-
Removed converting fd->name to utf8 from file_data_set_collate_keys(), because fd->name is utf8.Thu, 28 Aug 2008 12:51:02 +0000, by bruclik
-
Silent warnings about unused functions when lcms is not used.Thu, 28 Aug 2008 10:50:02 +0000, by zas_
-
Comment out unused functions.Wed, 27 Aug 2008 17:02:14 +0000, by zas_
-
Silent a compiler warning.Wed, 27 Aug 2008 16:42:59 +0000, by zas_
-
const gpointer -> gconstpointer.Wed, 27 Aug 2008 16:40:21 +0000, by zas_
-
Use gpointer instead of void *.Tue, 26 Aug 2008 22:37:18 +0000, by zas_
-
Consistency: type * instead of type*.Tue, 26 Aug 2008 22:30:40 +0000, by zas_
-
For the sake of consistency, use glib basic types everywhere.Tue, 26 Aug 2008 22:22:51 +0000, by zas_
-
Indentation fixes.Tue, 26 Aug 2008 21:19:33 +0000, by zas_
-
Fixed segfault when is run inside directory with non valid uft-8 imageTue, 26 Aug 2008 20:21:30 +0000, by bruclik
-
Fixed calling "Image search" function in a directory without image.Tue, 26 Aug 2008 13:56:56 +0000, by bruclik
-
correctly maintain selection during iconlist refreshMon, 25 Aug 2008 22:45:38 +0000, by nadvornik
-
Whitespaces cleanup.Mon, 25 Aug 2008 22:20:45 +0000, by zas_
-
Fixed segfaulting when alter image in directory without images.Mon, 25 Aug 2008 18:13:33 +0000, by bruclik
-
removed unused codeMon, 25 Aug 2008 16:58:27 +0000, by nadvornik
-
Typo fixes.Sun, 24 Aug 2008 14:40:18 +0000, by zas_
-
Slight code redundancy reduction.Sun, 24 Aug 2008 14:33:03 +0000, by zas_
-
Drop redundant variable affectation.Sun, 24 Aug 2008 14:14:37 +0000, by zas_
-
Fix untranslated messages. French translation and POTFILES.in were updated.Sun, 24 Aug 2008 13:22:08 +0000, by zas_
-
French translation was updated.Sun, 24 Aug 2008 10:00:40 +0000, by zas_
-
Mark forgotten string for translation.Sun, 24 Aug 2008 10:00:02 +0000, by zas_
-
Fix another missing separator bug in image overlay. This one was occuring with default string when no ISO data was available from exif.Sat, 23 Aug 2008 21:07:25 +0000, by zas_
-
Minor optimization: no need to copy the whole remaining of the string, just copy next char.Sat, 23 Aug 2008 20:46:31 +0000, by zas_
-
Only display status if there is at least one file in the file list.Sat, 23 Aug 2008 17:35:57 +0000, by zas_
-
Remove unneeded type casting.Sat, 23 Aug 2008 17:00:59 +0000, by zas_
-
fixed vd_refreshSat, 23 Aug 2008 08:42:12 +0000, by nadvornik
-
French translation was updated.Fri, 22 Aug 2008 22:09:54 +0000, by zas_
-
Add an option named layout.home_path which modifies the behavior of the Home button.Fri, 22 Aug 2008 21:52:13 +0000, by zas_
-
Typo fix: vf -> vdThu, 21 Aug 2008 22:49:30 +0000, by zas_
-
Replace macros VDLIST_INFO() and VDTREE_INFO() by shorter VDLIST() and VDTREE(). VDLIST_INFO(vd, part) becomes VDLIST(vd)->part.Thu, 21 Aug 2008 22:47:49 +0000, by zas_
-
Indentation fix.Thu, 21 Aug 2008 22:36:20 +0000, by zas_
-
Do not return values of void functions. Reported by Jeffery Small.Wed, 20 Aug 2008 22:19:35 +0000, by zas_
-
update the FileData structure when a new folder is createdWed, 20 Aug 2008 20:36:36 +0000, by nadvornik
-
improved refresh in view_dir_listTue, 19 Aug 2008 22:58:31 +0000, by nadvornik
-
set fallback pixbuf in case of missing fileTue, 19 Aug 2008 21:01:29 +0000, by nadvornik
-
fixed possible segfaultTue, 19 Aug 2008 20:58:23 +0000, by nadvornik
-
removed code for maintaining filelist position, gtk_tree_view itself handles itSun, 17 Aug 2008 14:18:51 +0000, by nadvornik
-
French translation was updated.Sun, 17 Aug 2008 09:36:02 +0000, by zas_
-
Simplify things related to ViewFileInfoList * and ViewFileInfoIcon * type casting:Sun, 17 Aug 2008 09:30:45 +0000, by zas_
-
Move variable declaration at start of block.Sun, 17 Aug 2008 09:00:33 +0000, by zas_
-
marks in iconview made clickableSat, 16 Aug 2008 23:37:26 +0000, by nadvornik
-
keep files with non-zero marks in memorySat, 16 Aug 2008 20:57:40 +0000, by nadvornik
-
implemented marks filterSat, 16 Aug 2008 20:34:14 +0000, by nadvornik
-
Fix double escaping of image overlay text.Sat, 16 Aug 2008 07:18:16 +0000, by zas_
-
added keyboard map generatorWed, 13 Aug 2008 21:07:06 +0000, by nadvornik
-
a workaround for http://bugzilla.gnome.org/show_bug.cgi?id=547669Wed, 13 Aug 2008 20:46:06 +0000, by nadvornik
-
fixed crash with float file list and geeqie --blankTue, 12 Aug 2008 20:21:25 +0000, by nadvornik
-
fixed crash in geeqie --blankMon, 11 Aug 2008 18:53:19 +0000, by nadvornik
-
fixed setting visible entry in view_dir_treeMon, 11 Aug 2008 17:45:26 +0000, by nadvornik
-
updated ChangeLog from svn logWed, 30 Jul 2008 18:44:49 +0000, by nadvornik
-
Move declarations at the beginning of blocks.Mon, 28 Jul 2008 18:35:19 +0000, by zas_
-
Optimize tests even more using last changes.Mon, 28 Jul 2008 18:07:42 +0000, by zas_