From: Colin Clark Date: Tue, 8 Aug 2017 18:30:01 +0000 (+0100) Subject: Update secondary user documentation X-Git-Tag: v1.4~116 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=b2c2c8ceb6545921387556e2f29620824574242c Update secondary user documentation Use standard gtk_about_dialog for Help About Move contributers to AUTHORS file so that they appear in the Credits dialog Change gen_changelog.sh to create ChangeLog.html Include ChangeLog on Help menu Make presence of README.html and ChangeLog.html mandatory It would be better to generate above html files from automake. gtk_about_dialog uses msgid _("translator-credits"), but the translators do not use it. --- diff --git a/AUTHORS b/AUTHORS index c69dff2f..34f40300 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,8 +1,193 @@ John Ellis (Original author and maintainer of GQview) The Geeqie Team: - Colin Clark + + Colin Clark Klaus Ethgen Laurent Monin Petr Ostadal Vladimir Nadvornik + +Translations: + + Grzegorz Kowal + Zbigniew Chyla + Emil Nowak + Wit Wilinski + Tomasz Golinski + for Polish translation + + Christopher R. Gabriel + Di Maggio Salvatore + Costantino + for Italian translation + + Sandokan + Ivan Priesol + Mgr. Peter Tuharsky + for Slovak translation + + Rodrigo Sancho Senosiain + Ariel Fermani + for Spanish translation + + Laurent Monin + Eric Lassauge + Jean-Pierre Pedron + Pascal Bleser + Nicolas Boos + Nicolas Bonifas + for French translation + + Fâtih Demir + for Turkish translation + + Kam Tik + Abel Cheung + S.J. Luo + Levin + for Traditional Chinese (Big5) translation + + Junichi Uekawa + Oleg Andrjushenko + Michael Bravo + Sergey Pinaev + for Russian translation + + Guilherme M. Schroeder + Vitor Fernandes + Herval Ribeiro de Azevêdo + for Brazilian Portuguese translation + + Shingo Akagaki + Yuuki Ninomiya + Sato Satoru + Takeshi AIHANA + for Japanese translation + + Matthias Warkus + Thomas Klausner + Danny Milosavljevic + Ronny Steiner + Klaus Ethgen + for German translation + + Matej Erman + for Slovene translation + + MÃtyÃs Tibor + Koblinger Egmont + Sári Gábor + for Hungarian translation + + Wu Yulun + Charles Wang + for simplified Chinese translation + + H.J.Visser + Tino Meinen + for Dutch translation + + Lauri Nurmi + for Finnish translation + + Ilmar Kerm + for Estonian translation + + Volodymyr M. Lisivka + for Ukrainian translation + + Birger Langkjer + for Danish translation + + Torgeir Ness Sundli + for Norwegian translation + + Jan Raska + Michal Bukovjan + for Czech translation + + Phanumas Thanyaboon + for Thai translation + + Harald Ersch + for Romanian translation + + pclouds + for Vietnamese translation + + Tedi Heriyanto + for Indonesian translation + + Vladimir Petrov + for Bulgarian translation + + Hans Öfverbeck + for Swedish translation + + Youssef Assad + for Arabic translation + + catux.org + for Catalan translation + + Hyun-Jin Moon + for Korean translation + + Pavel Piatruk + for Belarusian translation + + Piarres Beobide + for Basque translation + + Antonio C. Codazzi + for Esperanto translation + + Nikos Papadopoulos + for Greek translation + +Fixes, additions, and patches: + + Eric Swalens + Quy Tonthat + for initial Exif support. + + Daniel M. German + for Canon raw image support. + + Lars Ellenberg + for Fujifilm raw image support. + + Diederen Damien + for .xvpics thumbnail reading support. + + Nick Rusnov + Ryan Murray + for man page. + + Martin Pool + for sort by number, misc. improvements. + + Jörg Mensmann + for Xinerama support patch. + + Vadim Shliakhov + for miscellaneous fixes. + + Uwe Ohse + for Exif enhancements, histogram and other patches + + Timo Horstschäfer + for customizable fullscreen overlay + + Michael Mokeev + for print related enhancements + + Carles Pina i Estany + for copy path to clipboard patch + + Kjell Morgenstern + for random slide show speedup patch + + And... + Thanks to the users for finding Geeqie useful. diff --git a/ChangeLog b/ChangeLog index 6cba9c57..847ea46f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,1760 @@ +commit 07b95e443e9e9dc1de1bd2486f719d29f78e28d4 +Author: Colin Clark +Date: Sun Aug 6 20:17:44 2017 +0100 + + Fix #505: ‘Copy path’ and ‘Delete’ are too close in the drop down menu + + https://github.com/BestImageViewer/geeqie/issues/505 + + This commit attempts to ameliorate this issue by moving the Delete + action to the end of a section and ensuring a divider is immedialtely + below it. + +commit 2d94b0ad40241b9fb072ee59a53b798058cbd711 +Author: Colin Clark +Date: Sun Aug 6 19:25:07 2017 +0100 + + Prelim: display README in html format + + If README.html exists, it is displayed in the default browser in + preference to README.md in text format. + + Still requires the automake files to be modified for markdown (or some + other command) to generate the README.html file. + +commit 980fd785b70072bd6f8a1ae27513b50baec3a90b +Author: Colin Clark +Date: Sat Aug 5 17:36:05 2017 +0100 + + Bug fix: GPS map expander + + When the expander for the GPS map was closed, the map continued to be + displayed. + The reason is unknown. + + This commit uses the expander signal to explicitly show or hide the + child of the expander. + +commit 4a896417f21ff1f95852d410bc8d3f71104c145c +Author: Colin Clark +Date: Sat Aug 5 10:57:44 2017 +0100 + + Fix geonames coding error + +commit 35f0119cee536bf21cf041791e7a9a3b16b06059 +Author: Colin Clark +Date: Fri Aug 4 21:04:45 2017 +0100 + + Partial fix #504: Increase limit on Decoded Image Cache Size + + https://github.com/BestImageViewer/geeqie/issues/504 + +commit a920f59f969459edcd5081cf3fdc16401fbf0d40 +Author: Colin Clark +Date: Fri Aug 4 17:04:07 2017 +0100 + + Fix #192: tiff files (and others) appear blurry when 1:1 view + + https://github.com/BestImageViewer/geeqie/issues/192 + + Up to commit 808d8558b3d5 alpha-channel files at scale 1:1 always had + GdkInterpType set to GDK_INTERP_NEAREST - the lowest quality. As there + was no scaling, this was ok. + Thereafter scaling was set to that selected by the user, resulting in + problems when GDK_INTERP_HYPER was selected. + This commit reverts to the previous method. + +commit 559f0843a8b29057b08e2f1655d0c8eca87a4e22 +Author: Colin Clark +Date: Mon Jul 31 14:36:29 2017 +0100 + + Fix #500: Geeqie doesn’t use shared thumbnail folder + + https://github.com/BestImageViewer/geeqie/issues/500 + +commit c7cb4da3c29fbb8583c1bafd923b0d2eea285400 +Author: Colin Clark +Date: Mon Jul 24 11:08:35 2017 +0100 + + Fix #499: Unable to move zoomed image + + https://github.com/BestImageViewer/geeqie/issues/499 + +commit 4c3854b536f28258de7dbd69d427790961aba454 +Author: Colin Clark +Date: Sun Jul 23 12:05:26 2017 +0100 + + Bug fix: Zoom mode overwritten + + Zoom mode was overwritten whenever Preferences were saved. + +commit 46539884d6e1f6a4b7284aa7aa5e62da8ad885fb +Author: Colin Clark +Date: Thu Jul 20 11:11:50 2017 +0100 + + Image Search - Ignore rotation + + In the Image Search window, include a checkbox for Ignore Rotation on + the Image Content line. + +commit dd8ee57219b0c474a312e408816df85f6f2128a0 +Author: Colin Clark +Date: Thu Jul 20 09:57:57 2017 +0100 + + Collections on command line + + In the current implementation, the complete path must be used when + opening a collection from the command line. + This commit permits just the collection name, with or without extension, + to be used. + +commit 16a51da065d8eb1fb997e11ec2fe4ab99e7b1df7 +Author: Colin Clark +Date: Tue Jul 18 19:39:58 2017 +0100 + + Move install folder for geocode-parameters + + Install geocode-parameters.awk in GQ_BIN_DIR. + + User can put their own version in ~/.config/geeqie/applications/ + +commit 21700f642591d30ee5b64764aef1552a3ec18a32 +Author: Colin Clark +Date: Sun Jul 16 16:32:31 2017 +0100 + + Fix compatibility problems with log window + +commit 035c3253ded5b1bdf4de7bdd233b7ae6a5851066 +Author: Colin Clark +Date: Fri Jul 14 17:02:29 2017 +0100 + + Fix #302: possibility to copy exif field values from the info sidebar + + Copy info sidebar exif values to the clipboard. + +commit bfa5abb9b5c01308782e8417aed8c201c90bfc9f +Author: Colin Clark +Date: Thu Jul 13 12:00:17 2017 +0100 + + Copy exif data to clipboard + + Click on any cell in the Exif Window, and the data is copied into the + clipboard. + +commit c4cfa5f5a15fcb253c6df13a5bbbd8da26a027e1 +Author: Klaus Ethgen +Date: Mon Jul 10 12:23:19 2017 +0100 + + Adding more Entries to mailmap + +commit 9ab6445b56c431f6d1c8766b2f7a418be1412b4b +Author: Klaus Ethgen +Date: Mon Jul 10 10:27:47 2017 +0100 + + Update mailmap + +commit 366ee2bf05dde1d48e40394a1a79e7271164be38 +Author: Klaus Ethgen +Date: Mon Jul 10 09:23:52 2017 +0100 + + Adding mailmap file to unify commiter + + If one wants to have different entry in the git `git shortlog`, just + give me a hint or just update it. + +commit 4bb7c12ddbf99f2290d916008948bd8c3c234991 +Author: Omari Stephens +Date: Mon Jul 10 07:53:04 2017 +0000 + + Update translation files after more source file shuffling. + +commit d2350bb41d28ae996584339c0e355224ef372430 +Author: Omari Stephens +Date: Sun Jul 9 06:20:35 2017 +0000 + + update POTFILES.in + +commit 3bbefe2103e73e10631ee2188227a1a7b12f3918 +Author: Omari Stephens +Date: Fri Jul 7 13:57:17 2017 +0000 + + deduplicate shared code in view_file_icon and view_file_list + + Also, moves view_file.c into the view_file subdir. + +commit 1bc4a19f66e15c4867c31d39a62623ba80e7924a +Author: Omari Stephens +Date: Mon Jul 10 07:51:30 2017 +0000 + + Update translation files after source file move. + +commit d1306df61ff3147617c45d0f08c00b830e9cffe2 +Author: Omari Stephens +Date: Sun Jul 9 21:40:05 2017 +0000 + + Enable C99 mode + + Also, make AC_INIT macro independent of available branch names. + +commit c90b60633ba526a4ea40ea4ecb239348ed0982ec +Author: Omari Stephens +Date: Sun Jul 9 05:54:05 2017 +0000 + + Ran regen_potfiles.sh to add missing files and correct the location of view_file files in POTFILES.in + +commit 95dd7b3505a4ff1fcd2720b51803c1b6fb4fd884 +Author: Omari Stephens +Date: Fri Jul 7 13:48:00 2017 +0000 + + Avoid c99 feature + +commit c4e6fc621119b126df7a49a03147f957a1b2c185 +Author: Omari Stephens +Date: Fri Jul 7 13:21:15 2017 +0000 + + *phew* commented and simplified. + +commit 70751490caa160fb865f95e7d5e594d5094e5424 +Author: Omari Stephens +Date: Fri Jul 7 13:03:25 2017 +0000 + + Hopefully make it not crash + +commit eb082bd92226e209b3a08a6d3c6683da2a5229a2 +Author: Omari Stephens +Date: Fri Jul 7 12:32:25 2017 +0000 + + It compiles! + +commit 9828bbe6d27398f12c9a0b72504d9efebb87a945 +Author: Omari Stephens +Date: Thu Jul 6 19:33:31 2017 +0000 + + Remove all references to "IconData" + +commit 6c65564fcd9c0814f215e232fe9cd80f1b6b3bf3 +Author: Omari Stephens +Date: Fri Jul 7 16:37:12 2017 +0000 + + update .gitignore + +commit 2aef83cae376bd7307462e0cdd9b7d4490a9b9c5 +Author: Colin Clark +Date: Fri Jul 7 12:11:56 2017 +0100 + + Ensure .sim files are cleared from cache + + If file filtering was enabled, the .sim files were not cleared from the + geeqie cache + +commit 65f3e7f0710f685f77ee3a92ff96ff3b5303cb0a +Author: Colin Clark +Date: Thu Jul 6 14:47:45 2017 +0100 + + Fix clang compile errors + +commit 1891113571d9e39bd29b8b6abc661e178ffbcefd +Author: Omari Stephens +Date: Wed Jul 5 21:41:18 2017 +0000 + + Refactor: move view_file implementations to their own subdirectory. + +commit 4606ea7a30474f45cb61009ecaeb2a45e32366d4 +Author: Omari Stephens +Date: Fri Dec 30 04:24:46 2016 +0000 + + Add the ability to use regular expressions for Pan View keyword filtering. + +commit 6ea6f44e35fd34e912d387557d386690b623b64d +Author: Omari Stephens +Date: Thu Dec 29 09:58:59 2016 +0000 + + Add pan filtering to all of the pan view modes + +commit e67dcc4f4a53d0f583ea07066aa0b65f4a339007 +Author: Omari Stephens +Date: Tue Dec 27 20:35:59 2016 +0000 + + Revamp pan view filtering to support different modes and grouping. + + Conceptually, the filter is a sequence of filter elements, which are considered + in order for each image in the pan view. The end result is that each image is + either rejected or displayed as normal. + +commit 91062845074df3de5e02fb3ffb630a008b4ad1fd +Author: Omari Stephens +Date: Tue Dec 27 19:26:45 2016 +0000 + + Move filter code into pan-fiew-filter.{c,h} + +commit fddcfa7fd51deac6ad83e49bdc8ed3e810416591 +Author: Omari Stephens +Date: Sun Dec 25 08:25:13 2016 +0000 + + Adds a keyword filtering feature to Timeline PanView. + + UI needs some work, and currently only supports intersection between multiple + keywords. Would be easy to support keyword unions, if the UI supported it. + + Should probably hide the button in modes that don't yet support it. + +commit f640a7a5eddf0f46a2d1fa366fe6173d600a503e +Author: Omari Stephens +Date: Sat Dec 24 22:37:21 2016 +0000 + + Pull the search UI construction code out into a distinct function. + + Also, it looks like the existing code would just leak the search UI widgets. + Having the construction code in a distinct function makes it much easier to + ensure the appropriate cleanup happens as well. + +commit b2335bb939212a413caac77d0ef02bdebb4d7ece +Author: Omari Stephens +Date: Sat Dec 24 05:23:02 2016 +0000 + + Start moving pan view search code to its own module + + Next step is to pull the construction of the Search UI into the module + as well. Ideally, pan-view.c should just instantiate a Search thing, + without having to worry about exactly how it's constructed or destructed. + +commit 1ee18ab92d897eca90f5bb35e41c08b4b20ab82b +Author: Colin Clark +Date: Sun Jul 2 19:46:19 2017 +0100 + + Minor doc update - config file locations + +commit f6a87c016ecead37f8232bea58de4f0b0d3e3680 +Author: Colin Clark +Date: Thu Jun 29 11:05:59 2017 +0100 + + Addl fix #488: Issues using Geeqie to compare pictures + + https://github.com/BestImageViewer/geeqie/issues/488 + + Implement Alt-Up and Alt-Down keys + +commit d058419bfa4d5793fe1390613eaaa010f7029c43 +Author: Colin Clark +Date: Wed Jun 28 16:57:11 2017 +0100 + + Fix #282: no support for multi-file actions in the sort bar + + https://github.com/BestImageViewer/geeqie/issues/282 + + Sort manager actions operate on file selections + + Original patch by Glenn Rolland + +commit 35721aae8675431b27b93c2e2cad95103328965d +Author: Klaus Ethgen +Date: Sun Jun 25 22:54:21 2017 +0100 + + Better Markdown + +commit 148d4dddc9638740b393e0f527c083e777a9a93e +Author: Klaus Ethgen +Date: Sun Jun 25 22:31:31 2017 +0100 + + Using foreign to allow README file called README.md + +commit 7f0d622ec3884890b592f082159a0c9f8fc3513f +Author: Klaus Ethgen +Date: Sun Jun 25 22:21:09 2017 +0100 + + Convert README to markdown + + This allows to display images and links a better way. + +commit 3557bcbb7c1bfe9c7be8d6d3f9400f90e1b6da33 +Author: Klaus Ethgen +Date: Sun Jun 25 21:57:35 2017 +0100 + + Fix int<->uint problem + +commit 6eebdfd3f310e2823e45cda00b57b5e4f6839692 +Author: Colin Clark +Date: Sun Jun 25 13:23:51 2017 +0100 + + Bug fix: Additional debug features + + Ensure grep works on entire message line + guint/gint compile problem + compile with --disable-debug-log (patch by Guillaume Castagnino) + +commit 732210aa829e2c0cb9e74fe8fbab8f0dd4056454 +Author: Klaus Ethgen +Date: Sat Jun 24 20:47:50 2017 +0100 + + Change travis to use trusty + + Precise is to old to build geeqie. + +commit d229ec4d1219531cf11426c88f9ec5abf7d3170a +Author: Klaus Ethgen +Date: Sat Jun 24 20:17:51 2017 +0100 + + Adding travis yaml + +commit 324129463b17052472ce473df3e253bee6476837 +Author: Colin Clark +Date: Thu Jun 22 13:17:00 2017 +0100 + + Additional debug features + + -g:, --grep: filter debug output by regular expression + +w, --show-log-window show log window + -o:, --log-file: save log data to file + + Save geomtery and position of log window + Various buttons on log window + +commit 9c47109d3aa65663b0c95d454dadca43ce0ba7f4 +Author: Colin Clark +Date: Wed Jun 21 13:15:32 2017 +0100 + + Fix #262: double click and fullscreen + + https://github.com/BestImageViewer/geeqie/issues/262 + +commit 3229f865ea34e2a168c8c9b86dc044947fc47b20 +Author: Colin Clark +Date: Tue Jun 20 11:11:55 2017 +0100 + + Fix #492: Shortcut to Hide all sidebars simultaneously + + https://github.com/BestImageViewer/geeqie/issues/492 + + Menu item to toggle hiding info, sort, and files panes. + Default key is backtick. + +commit 12a4fe18405a9132efc3ef19570bf0c59dd6b427 +Author: Colin Clark +Date: Sun Jun 18 11:03:09 2017 +0100 + + Eliminate FIXME: Log window line limit + + Set log window line limit in Preferences/Behavior + +commit 0dd6923f3b5f44fdaed2a1d1060f7b8df5e7014c +Author: Colin Clark +Date: Sat Jun 17 09:14:58 2017 +0100 + + Fix #280: Set defaults for Auto Rename + + https://github.com/BestImageViewer/geeqie/issues/280 + + Remember last used settings + +commit 68c4796e434bae49815d667264a780c8b63fc551 +Author: Colin Clark +Date: Fri Jun 16 09:45:57 2017 +0100 + + Addl fix #436: Add 'Losslessly rotate image' keyboard shortcuts + + https://github.com/BestImageViewer/geeqie/issues/436 + +commit 63a96f8504a2773d03bd8956c17eb6bb09a706c7 +Author: Colin Clark +Date: Wed Jun 14 19:26:03 2017 +0100 + + Fix #314: Remote commands for thumbnail maintenance + + https://github.com/BestImageViewer/geeqie/issues/314 + + Additional remote commands so that thumbnail maintenance may be executed + from cron. + +commit 9313974a67d3e0f2e78757d5ca979bb9de41aa03 +Author: Colin Clark +Date: Mon Jun 12 19:15:29 2017 +0100 + + Fix #264, 274, 285, 436: Add 'Losslessly rotate image' keyboard shortcuts + + https://github.com/BestImageViewer/geeqie/issues/264 + https://github.com/BestImageViewer/geeqie/issues/274 + https://github.com/BestImageViewer/geeqie/issues/285 + https://github.com/BestImageViewer/geeqie/issues/436 + + Additional entries on Edit/Orientation menu: + Write orientation to file + Write orientation to file (preserve timestamp) + + Preferences/Metadata option "Write altered image orientation to the + metadata" must be off. + Exiftran and mogrify must be installed. + +commit cb2fa6ae065ec32015e46be3bcf5e7024918fe49 +Author: Colin Clark +Date: Thu Jun 8 20:46:52 2017 +0100 + + Fix #323: Rating system + + https://github.com/BestImageViewer/geeqie/issues/323 + + Initial implementation. + Set values either by Edit menu, or Alt+Keypad+n: n is 0 to 5 + Alt+keypad+minus sets the value to -1. + +commit ca8f5cee69edb5183705eef28cf5f0f82b852f73 +Author: Colin Clark +Date: Thu Jun 8 11:46:20 2017 +0100 + + Ref #202: "Set as wallpaper" doesn't work with GNOME Shell + + https://github.com/BestImageViewer/geeqie/issues/202 + + Remove menu items for GTK3. + +commit 22010917d07dc67b51e6c24dfb633fc4a5eed408 +Author: Colin Clark +Date: Thu Jun 8 11:29:16 2017 +0100 + + Fix #490: Creating info sidebar panes + + https://github.com/BestImageViewer/geeqie/issues/490 + + Additional icon in the sidebar panel to create new panes. + +commit cdd3c3a4887dae87d8e61e2f1d53313dbf532d0e +Author: Colin Clark +Date: Wed Jun 7 17:53:16 2017 +0100 + + Document XMP, Exif and IPTC tag usage + +commit 8a3549d0dafcb9e23e3543741084fe9006500183 +Author: Colin Clark +Date: Mon Jun 5 16:55:14 2017 +0100 + + Additional keyword menu entries + + 1. Revert all hidden + 2. Collapse all + 3. Revert (see Help file) + +commit af063456f10b9c818c91e86d3efeb2a1152f99d7 +Author: Colin Clark +Date: Sat Jun 3 10:04:14 2017 +0100 + + Fix #446: Minor text updates + + https://github.com/BestImageViewer/geeqie/issues/446 + + Plus warning with info sidebar heights + +commit 2e7f616a730ccaa640663023fc4602cf7c2b6c9a +Author: Colin Clark +Date: Wed May 31 18:45:01 2017 +0100 + + Addl fix #488: Hide menus when not in split mode + + https://github.com/BestImageViewer/geeqie/issues/488 + +commit d901af03035620e2c958f4d7a6eededfa0bce8af +Author: Colin Clark +Date: Wed May 31 11:56:38 2017 +0100 + + Fix #488: Issues using Geeqie to compare pictures + + https://github.com/BestImageViewer/geeqie/issues/488 + + Part 3: Use alt+left/right arrow keys to move between split window panes + +commit 4b6aa2ade43072a4daab30b81b4900972fec7083 +Author: Colin Clark +Date: Wed May 31 09:01:35 2017 +0100 + + Fix #357: Save mark-and-keyword connections + + https://github.com/BestImageViewer/geeqie/issues/357 + + Patch by unqwist and dragon-sh + +commit 521f209ec73efaa8488de1774560c460b577a659 +Author: Colin Clark +Date: Tue May 30 15:51:00 2017 +0100 + + Partial fix #488: Split view with sidecars + + https://github.com/BestImageViewer/geeqie/issues/488 + + Bug 2: fix split view when images with sidecars are involved + +commit 50f5ef3cedbeaa251a1e838bf5045a9dc7dda1ee +Author: Alexander Antimonov <> +Date: Mon May 29 12:06:13 2017 +0100 + + Fix #381: Feature-Request: Make JPEG comment available for overlays + + https://github.com/BestImageViewer/geeqie/issues/381 + + Additional tag "imagecomment" for JPEG comments + +commit 64b3e53dd4f9a9779478831f2449306f4ac927b8 +Author: Colin Clark +Date: Sun May 28 19:30:41 2017 +0100 + + Fix #477: similarity duplicate search + + https://github.com/BestImageViewer/geeqie/issues/477 + + Additional find dupes option: sort groups with the lowest number of + matches to the top of the results list + +commit 3fff57c8a02ef253c417c36ef137e21abcfca15a +Author: Colin Clark +Date: Sat May 27 15:58:00 2017 +0100 + + Minor dupe documentation + + Ctrl+shift+right-click to show debug info. + +commit 67d93b5d662ac97d6dd2c421387cd28330e404a1 +Author: Colin Clark +Date: Fri May 26 20:00:22 2017 +0100 + + Temporary Fix #133: switching between images causes window to keep shrinking + + https://github.com/BestImageViewer/geeqie/issues/133 + + Temporary fix to hide problem. You may need to set Preferences/Windows + "Limit size when auto-sizing window" to 94% or less. + +commit b1dd4301ed1f70051af83fa02965070be39d312d +Author: Colin Clark +Date: Thu May 25 21:17:08 2017 +0100 + + Fix #486: Build error + + https://github.com/BestImageViewer/geeqie/issues/486 + + Bug solution from Guillaume Castagnino + +commit 36d2e8e15cf7e6e230664cea85a6ddf492f766fe +Author: Colin Clark +Date: Thu May 25 12:53:54 2017 +0100 + + Remember keywords layout + + Save and restore expanded keywords rows + +commit 4293c4534ca8c0c8d21ce65fe892ebead8d93d86 +Author: Klaus Ethgen +Date: Thu May 25 09:07:32 2017 +0100 + + Enable silent build as default + + Mimic Linux kernel builds. + +commit 23625715308e7e87ca3ea299a83a152c59b34ebe +Author: Klaus Ethgen +Date: Thu May 25 07:56:03 2017 +0100 + + Fix assignment in dupe keypress function + + Thanks clang for detecting this typo. + +commit 2ed5e0e3bd63a51decd876ea9f2143a0dc977846 +Author: Colin Clark +Date: Mon May 22 13:35:40 2017 +0100 + + Fix #445: Info sidebar section heights + + https://github.com/BestImageViewer/geeqie/issues/445 + + Options in preferences/general to set heights of: + Title + Comment + Keywords + + Restart of Geeqie required for changes to take effect. + +commit 06b80ed3f417c8e1c5a53b0169179794e79f5567 +Author: Colin Clark +Date: Fri May 19 19:49:47 2017 +0100 + + Documentation update + + Desktop files and the sort mnager. + +commit 30a7a60d8149a42effe57c5a57e5fe844ae647ce +Author: Colin Clark +Date: Fri May 19 19:22:55 2017 +0100 + + Temporary Fix #207:Symlink doesn't show in Sort Manager + + https://github.com/BestImageViewer/geeqie/issues/207 + + This fix simply delays showing the sort manager until the user opens it, + by which time setup has been completed. + +commit d0224edc8344bedbb90c38e730f719eb1402d263 +Author: Colin Clark +Date: Tue May 16 19:56:54 2017 +0100 + + Speed up re-read of exif date + + Remove unnecessary resets of exif date which cause re-reads of exif date + to be slow. + The initial read of exif date is unfortunately still slow. + +commit 7d42ca045284da44b249b42564421163c5969aab +Author: Colin Clark +Date: Sun May 14 21:57:53 2017 +0100 + + Geocode image by drag-drop + + If an image is not geocoded, drag-and-drop on the map to write latitude + and longitude to metadata + +commit ab4c998d4835a809e10f25e3aaa3acff8b8b6538 +Author: Colin Clark +Date: Thu May 11 19:06:13 2017 +0100 + + Search on geo-position + + Additional search option to locate images within a distance of a + location. The search origin can be specified in a number of ways - see + the Help file. + +commit 2d3cd230c26931eec9fc02f2f76d72f7bfe5e1c4 +Author: Colin Clark +Date: Sat May 6 11:10:57 2017 +0100 + + Temporary Fix #467: Refresh doesn't preserve thumbnail viewpoint + + https://github.com/BestImageViewer/geeqie/issues/467 + + The reason for the reset of the view is unknown. This patch hides the + problem for the moment. + +commit 101f1babf7d1381d8249d2f474e9408e89da533b +Author: Colin Clark +Date: Thu May 4 19:06:48 2017 +0100 + + Bug fix: Re-size images in GTK3 + + When compiled with GTK3 if an image is opened with "View in new window" + the minimum window size is determined by the image size and screen size + etc. If a file selection is opened, the minimum window size is set by + the first image displayed. + This feature is determined by a call to gtk_widget_set_size_request(). + + When compiled with GTK2, the call to gtk_widget_set_size_request() seems + to be ignored, and the window can be resized at will. + + The GTK2 style is much more practical, so the call to + gtk_widget_set_size_request() is ignored in GTK3. + +commit d72088e0b2e958a9dc6a05cc9d29207e4d280c6b +Author: Colin Clark +Date: Wed May 3 11:30:12 2017 +0100 + + Fix #123: Limit image expansion in Fit To Window + + https://github.com/BestImageViewer/geeqie/issues/123 + + Additional option in Preferences/Image to limit the expansion of an + image in Fit To Window mode. Stops small images being over-magnified. + +commit b8995ea496ae6d027962c106762b5f3b2c736250 +Author: Colin Clark +Date: Tue May 2 09:54:59 2017 +0100 + + Fix #442: Path filter combobox not initialised + +commit a596e7633553158df293c0638fb32720358b3410 +Author: Colin Clark +Date: Mon May 1 19:05:08 2017 +0100 + + Eliminate a FIXME: Collection window position + +commit 66fa2e11722e9d538da90e90593defc74c14660f +Author: Colin Clark +Date: Sat Apr 29 19:24:33 2017 +0100 + + Bug Fix: Marks checkboxes in GTK 3.14 + + Make marks checkboxes visible in icon mode in GTK 3.14 and later + +commit 852582b45f831208e9d22333053bfa6c3cffa53c +Author: Colin Clark +Date: Thu Apr 27 21:36:46 2017 +0100 + + Minor documentation update + +commit 55a7ed0185e8adb8f30276952b981eb2c5a90714 +Author: Colin Clark +Date: Thu Apr 27 10:57:36 2017 +0100 + + Additional Fix #245: Eliminate run-time error + +commit e5f56d798fbeb235694e58f8741dbbd619225c46 +Author: Colin Clark +Date: Fri Apr 14 16:03:13 2017 +0100 + + Fix #290: Mouse-only image viewing + + https://github.com/BestImageViewer/geeqie/issues/290 + + The mouse can now be used to change image, and zoom and pan image. + + Single middle-click toggles the mouse wheel function between "change + image" and "change zoom". + In split-view quad mode each pane can be clicked, allowing Connected + Zoom to made on any combination of panes. + + This function cannot be used with "Mouse wheel scrolls image" or + "Navigation by left or middle click on image" options. + +commit 529b863a529dda3c909878df3265d3246bcf2f3c +Author: Colin Clark +Date: Tue Mar 28 19:27:16 2017 +0100 + + Bug fix: Remote --tell output + + Make the output go where it is supposed to go + +commit ecbdd1d662bea569244d6822e594ff6cfb185ed8 +Author: Colin Clark +Date: Mon Mar 27 13:22:58 2017 +0100 + + Fix #201: Geeqie to pop to top of current windows when open up with -r + + https://github.com/BestImageViewer/geeqie/issues/201 + + Additional remote option to bring Geeqie widow to the top when opening + image: + + file: open , bring Geeqie window to the top + File: open , do not bring Geeqie window to the top + +commit acb881988e884319771e27a608fbde93f0a8194b +Author: Colin Clark +Date: Sun Mar 26 11:42:10 2017 +0100 + + Fix #130: Doubled path in thumbnail preferences + + https://github.com/BestImageViewer/geeqie/issues/130 + +commit e44198de08c121b3d32775e0353b5e326fecc307 +Author: Colin Clark +Date: Fri Mar 24 19:45:44 2017 +0000 + + Fix #245: Zoom settings on status bar + + https://github.com/BestImageViewer/geeqie/issues/245 + + Move commonly used zoom settings from Preferences to a button on the + status bar + +commit 1b57b82a571609d28aa5d4120c2a36e892bcd6f5 +Author: Colin Clark +Date: Thu Mar 23 10:06:59 2017 +0000 + + Fix #85: can not switch to list view in folder pane with keyboard + + https://github.com/BestImageViewer/geeqie/issues/85 + + Ctrl-T is now a toggle to switch between list view and tree view in the + folder pane + +commit 5428ae8e0b4147cf01b0d2ebcaf8f7edf03b989b +Author: Colin Clark +Date: Wed Mar 22 15:58:25 2017 +0000 + + Fix #56: "Create folder" under "copy/move" should select new folder + + https://github.com/BestImageViewer/geeqie/issues/56 + +commit e08195b8e7b501010fbed20bb45363d38bb7e338 +Author: Colin Clark +Date: Wed Mar 22 14:33:48 2017 +0000 + + Bug fix: Seg fault in copy/move dialog + + If a non-existant folder is entered as the destination in a copy/move + operation, Geeqie will crash. + + Check for NULL returned from registered_extension_from_path() + +commit e498f547a95eda6d860c75ec058e145521af045e +Author: Colin Clark +Date: Wed Mar 22 10:13:03 2017 +0000 + + Minor code amendments + + Ensure the shortcuts (bookmarks) pane is visible on first run + Remove unused defines + Document search on Exif date + +commit 869cbf2643ab945b0f8a6e8e9f413dd762cd637b +Author: Colin Clark +Date: Tue Mar 21 17:28:55 2017 +0000 + + Fix #219: Ability to set solid colour for transparency layer + + https://github.com/BestImageViewer/geeqie/issues/219 + + The checkerboard colours can be set on the Preferences/Image tab + +commit f470e79e48365dcc07fe7714543e7421b8cdfdba +Author: Colin Clark +Date: Fri Mar 17 11:07:16 2017 +0000 + + Bug fix: Remote view:filename command + + The command: + geeqie -r view:filename + crashes Geeqie if the filename is not preceeded by a path. + + Use a string function that handles nulls. + +commit f12204d3929649abef802f7dcdc172dd7b2b57a9 +Author: Colin Clark +Date: Thu Mar 16 10:45:28 2017 +0000 + + Ref #242: Documentation update for collections + + https://github.com/BestImageViewer/geeqie/issues/242 + + Clarify some Collection window functions + +commit 2be9b24c7fc96636a690e989200bb32c98409201 +Author: Tomasz Golinski +Date: Wed Mar 15 11:06:10 2017 +0000 + + Fix #147: Alternative format for sidecar extension + + https://github.com/BestImageViewer/geeqie/issues/147 + + Add option to store sidecar extension with a format e.g. filename.jpg.xmp rather than filename.xmp + +commit 09258d881beb8119e5ab61ab880f707971c0a4b5 +Author: J. R. Schmid +Date: Mon Mar 6 18:41:00 2017 +0100 + + Update README.md + + Making unordered lists into parsable Markdown. + +commit a427009441f87cac3d722fade36c6fffe6030328 +Author: J. R. Schmid +Date: Mon Mar 6 18:41:00 2017 +0100 + + Update README.md + + Making unordered lists into parsable Markdown. + +commit 4fe23213ade9d19ce382855b59706e3392dc093e +Author: J. R. Schmid +Date: Mon Mar 6 18:38:52 2017 +0100 + + Rename README to README.md + + So that GitHub picks up the Markdown headings... + +commit 33b23c8236fd60559c87e62d4c7312b4ac05d048 +Author: J. R. Schmid +Date: Mon Mar 6 18:38:52 2017 +0100 + + Rename README to README.md + + So that GitHub picks up the Markdown headings... + +commit d8c800519440afcea5391392b20e2ebe3d8dd5b4 +Author: Colin Clark +Date: Sun Feb 26 19:58:21 2017 +0000 + + Documentation update for new options + + Options are: + * Whether to use saved window positions also for new windows + * Whether to enable navigation by left or middle click on image + * Ability to set keyboard scrolling step multiplier + * Whether list directory view uses single click to enter a directory or + GTK+ activation default (which is currently a double click) + +commit 08f1031b6e33ba8794f0d047314845101216fe35 +Author: Colin Clark +Date: Sat Feb 25 11:11:45 2017 +0000 + + Fix #473: Parameter type fix for "motion-notify-event" signal handlers + + The "motion-notify-event" signal "event" parameter is a GdkEventMotion + structure, not GdkEventButton. + Patch created by Maciej S. Szmigiero + +commit 8eca5b305a68d173b53c55260d8e713d8905d27c +Author: Colin Clark +Date: Fri Feb 24 20:09:35 2017 +0000 + + Fix #326: Save position of float file list + + Save the position of the floated file list/tools window during a + session. + +commit e45c365df0ed9df46be56fb96b25b6022db64939 +Author: Colin Clark +Date: Fri Feb 24 16:25:33 2017 +0000 + + Fix #431: Bookmarks (shortcuts) to folders + + Additional section in the folders pane to permit shortcuts (bookmarks) + to commonly used folders or images. + +commit dcc7108bdf8f2bbc51368ba33c531447a957fdff +Author: Colin Clark +Date: Wed Feb 22 10:46:07 2017 +0000 + + Bug fix: Crash using drag/drop in copy/move dialog + + In the copy/move dialog, if a folder is dragged onto the bookmarks pane + to create a new bookmark, Geeqie will crash. + A filedata list was returned instead of a path list. + +commit ba6b685566ba3de52a4e802ebde8faf2d2ea25f7 +Author: Klaus Ethgen +Date: Thu Feb 16 00:20:26 2017 +0100 + + Update german translation + +commit fa4df0897c42bf74bfc280ee6bbf8c306ed8fd23 +Author: cclark +Date: Tue Feb 14 13:07:07 2017 +0000 + + Orientation commands and file selections + + In the current implementation, the orientation commands (rotate, mirror + etc.) affect only the single image that has focus. + + With this commit, the right-click menu orientation commands affect only + the single image the right-click is made upon. + The orientation commands from the main menu Edit/Orientation will affect + all selected files. + +commit 3c2b3ad636bc100cbdafc18b680b4adebfaa3f2d +Author: Colin Clark +Date: Fri Feb 3 09:52:26 2017 +0000 + + Fix progress bar text + + Ensure progress bar text is shown in GTK3 + +commit 93ff6360bf0d80618e0282a8a58e5eabb5964f47 +Author: Colin Clark +Date: Sat Jan 28 19:58:06 2017 +0000 + + Move exif auto-rotate option to a menu + + Move the exif auto-rotate option from preferences to the + edit/orientation menu. The shortcut key is Alt-X. There is also a button + on the status bar. + The intention is to make it easy for the user to make a comparison + beteen the actual and auto-rotated view as an aid to detecting + orientations made erroneously e.g. scanned images which have been + mirrored by mistake. + + Expanded documentation on rotation commands. + + Preserve the setting of the rectangular select option. + +commit 36c47f754a41f0e91731dedd02861bac67e6f5f4 +Author: Colin Clark +Date: Thu Jan 26 10:28:21 2017 +0000 + + Fix #469: Exif rotation problems + + https://github.com/BestImageViewer/geeqie/issues/469 + +commit fcc67f90de4b38e97e0031764491cd861b38cfa2 +Author: Colin Clark +Date: Tue Jan 24 20:24:58 2017 +0000 + + Save position of tools window + + Correctly save position of tools window when floated + +commit 24c93fa48d2f0db94d33103291d0ab1cbb2b2cc4 +Author: Colin Clark +Date: Mon Jan 23 20:17:13 2017 +0000 + + Update documentation for orientation commands + + Clarify some sections and remove a TBD + +commit 3799ee6f41a99fe88e92937daab3d2aa2381c648 +Author: Colin Clark +Date: Mon Jan 23 17:40:40 2017 +0000 + + Search on exif date + + Additional search parameter to search using exif date. + The implementation is rather crude. It would be better to have a + drop-down box so that other date formats could be also used - e.g. + DateTimeDigitized + + Note: if a file does not have an exif date, it will default to 01 + January 1970 + +commit 78193941124b3d1842f3455c44205bc22099bcb3 +Author: Colin Clark +Date: Wed Jan 18 13:57:37 2017 +0000 + + GIF animation settings + + Preserve GIF animation setting between sessions + Include GIF animation on View menu. Shortcut key is "A" + +commit 769316dd90a70d9d5b89b509748afb1e6e15d64c +Author: Colin Clark +Date: Wed Jan 11 22:00:49 2017 +0000 + + Eliminate some deprecations + +commit 2bb1e27e4f1acd0d3c73958b97d31318fe6a07f4 +Author: Colin Clark +Date: Wed Jan 11 13:21:10 2017 +0000 + + Fix compile warnings + + Fix compile warnings introduced in commit 2afb371 + +commit a51e5cfb5a34ad2e996dfe8ea7f974a8c78c225a +Author: Colin Clark +Date: Wed Jan 11 10:48:30 2017 +0000 + + Fix compile warning + + Fix compile warning introduced in commit 2afb371 + +commit dac946af6f2fb81bbea56bd625954f79a97a61cb +Author: Colin Clark +Date: Tue Jan 10 11:39:44 2017 +0000 + + Move duplicates options + + Move duplicates options Custom Similarity Threshold and Rotation + Invariant Duplicate Check to the duplicates window. + It makes more sense to place them where the user can easily access them. + +commit ea0dc6c59bb8bfae6a8e690890b4413245919dbd +Author: Colin Clark +Date: Sun Jan 8 18:10:03 2017 +0000 + + Right-click menu separators + + Right-click menu separators are not displayed with GTK 3.20. + Replace gtk_menu_item_new() with gtk_separator_menu_item_new(). + +commit d0d5ee607b43c3706b70b382179d5a349abd6158 +Author: Tomasz Golinski +Date: Sun Jan 8 17:41:56 2017 +0100 + + Update Polish translation + +commit 6385be22a0be36111311269418c23405d4407401 +Author: Tomasz Golinski +Date: Sun Jan 8 16:43:39 2017 +0100 + + Correct the location of pan-view files in POTFILES.in + + Commit 58d397efc9e99104d21ea686837396673939ccde didn't update corresponding entries in POTFILES.in + +commit 843ba935a260e1aef22e85e4029cc5d53ef095ed +Author: Colin Clark +Date: Sun Jan 8 14:04:44 2017 +0000 + + Temporary fix #459: GTK 3.20 drop-down + + https://github.com/BestImageViewer/geeqie/issues/459 + + This is just a quick fix to make life easier for the users. The whole + GTK 3.0/3.20 problem requires significant effort. + +commit 1238348598ca19e1cc0bc1deb9cc726f2cef4180 +Author: Colin Clark +Date: Sat Jan 7 11:47:30 2017 +0000 + + Fix #435: Remember duplicates settings + + https://github.com/BestImageViewer/geeqie/issues/435 + + Preserve duplicates window settings - Compare By, Thumbnails and Group + Selected - between sessions + +commit 336bfce88f7f8adea8835287ec048a3816bd8b72 +Author: Colin Clark +Date: Fri Jan 6 13:20:26 2017 +0000 + + Fix #460: Multiple duplicates + + https://github.com/BestImageViewer/geeqie/issues/460 + + Ensure the duplicates lists do not contain more than one entry for each + physical file + +commit b2e963230cacc474952653ef68578dcf60e117f8 +Author: Colin Clark +Date: Thu Jan 5 13:53:31 2017 +0000 + + Preferences: Open recent list maximum size + + Implement this function, and change the name to "Recent folder list + maximum size" + +commit b0b11291d2c9371dddbe42c232e6469f252b524c +Author: Colin Clark +Date: Wed Jan 4 20:01:47 2017 +0000 + + Rectangular selection + + Add toggle Rectangular Selection to Select menu. Shortcut key is Alt-R. + Also on Collection widow. + Removed option from Preferences page as it is redundant + +commit 5b98d3244780f0652324559f778e19c05d39749d +Author: Omari Stephens +Date: Sun Dec 25 01:47:15 2016 +0000 + + Add "-Werror -Wno-error=" to the default CFLAGS. + +commit 549edfd10186b7e993dd57e03b2a924ccc82499c +Author: Omari Stephens +Date: Sun Dec 25 01:47:15 2016 +0000 + + Fix GCC and Clang compile warnings. + +commit d4f41aeb17f23eb0851e9a80b7771ccc76327699 +Author: Colin Clark +Date: Mon Jan 2 19:37:33 2017 +0000 + + Revised Help documentation + + Revised documentation for keyboard shortcuts. + Context-sensitive F1 help for Collections, Duplicates, Search and Pan + View windows + +commit 113b1fe27c03671aa1e8ef8727fc3d64e682eaca +Author: Colin Clark +Date: Mon Jan 2 10:13:57 2017 +0000 + + F10 in Search window + + If F10 is pressed when the search window is empty, Geeqie will crash. + Bug fix. + +commit 0a8ad0640f118a2846c6768c11486c1b74bc4e0f +Author: Colin Clark +Date: Sun Jan 1 16:57:42 2017 +0000 + + Fix #447: Preferences Enable Delete key + + https://github.com/BestImageViewer/geeqie/issues/447 + + The preference "Enable Delete key" is now used in the main window + +commit 2c776698b3aa749294ea455483f68eefd0da3105 +Author: Colin Clark +Date: Fri Dec 30 11:51:15 2016 +0000 + + Status bar tooltips + + Ensure all status bar items have tooltips + +commit 4297e8ce80734506cbc2ba69ba7edd499448a08e +Author: Colin Clark +Date: Thu Dec 29 16:33:08 2016 +0000 + + Command line option to print current filename + + Command line remote option to print the filename of the currently + displayed image. + + geeqie --remote --tell + + Originator: + https://sourceforge.net/p/geeqie/mailman/geeqie- + devel/thread/20161227192724.GC1622%40hodi/#msg35573019 + +commit 58d397efc9e99104d21ea686837396673939ccde +Author: Omari Stephens +Date: Sat Dec 24 05:38:38 2016 +0000 + + Move pan-view components to their own subdir. + + This makes it easier to modularize pan-view without cluttering the src dir + with extra files, and without worrying as much about exposing pan-view-internal + APIs to the rest of Geeqie. + +commit 28f8352a52078dd9726b609f434886a459bd3f86 +Author: Omari Stephens +Date: Sat Dec 24 05:28:00 2016 +0000 + + Update the automake file with new headers + +commit f66088a4389d7d4fc19d9e0b0fdf3faeeed637a8 +Author: Omari Stephens +Date: Fri Dec 23 22:23:02 2016 +0000 + + Refactor pan-types.h into discrete header files for each pan-view code module + +commit a43d40845dcc2fb63c1ad6cae31b8b1ff5527701 +Author: Omari Stephens +Date: Fri Dec 23 21:36:24 2016 +0000 + + Fix errors in -Werror (except GdkPixbuf deprecation warnings) + + With these changes, Geeqie compiles with + ./configure CFLAGS="-Werror -Wno-error=deprecated-declarations" + +commit 2afb371e7841b31ec1ecd57fd64de6dd5b12a207 +Author: Colin Clark +Date: Tue Dec 20 21:36:52 2016 +0000 + + Fix #434: Part 2.0 + + https://github.com/BestImageViewer/geeqie/issues/434 + + Remove data duplicated in the README and Help files + Include context-sensitive help in all preferences windows + Minor addition to README file + +commit 5b6d0c2cbbeb691cc7a8e05f9acfb912360b4841 +Author: Colin Clark +Date: Tue Dec 20 19:41:36 2016 +0000 + + Fix #434: Remove duplicate data, context-sensitive help + + https://github.com/BestImageViewer/geeqie/issues/434 + + Remove data duplicated in the README and Help files + Include context-sensitive help in all preferences windows + Minor addition to README file + +commit 43da3985b6333437072f986381f2e181618b38d7 +Author: Colin Clark +Date: Sat Dec 17 21:27:37 2016 +0000 + + Partial fix #395: File selection collection + + https://github.com/BestImageViewer/geeqie/issues/395 + + Right-click on a file selection has a menu option to append the + selection to a new Collection + +commit 22b4f6c1486c07bcde031e185927275325e1560e +Author: Colin Clark +Date: Sat Dec 17 20:07:11 2016 +0000 + + Partial fix 435: Duplicates in file selection + + https://github.com/BestImageViewer/geeqie/issues/435 + + Right-click on a file selection has a menu option to open the Find + Duplicates window + +commit aa6a20a43d66ab75cd6fbd59168982e259f0ede3 +Author: Colin Clark +Date: Thu Dec 15 19:05:51 2016 +0000 + + Fix #401: Find duplicates status bar text + + https://github.com/BestImageViewer/geeqie/issues/401 + + Ensure display of informative text such as "Reading dimensions.." + +commit 5bd5a4021e6dc61a9529d230804edf1e6d2b66b9 +Author: Colin Clark +Date: Thu Dec 15 13:23:12 2016 +0000 + + Fix #411: Use locale for date format + + https://github.com/BestImageViewer/geeqie/issues/411 + + Use system locale for date format on the search page + +commit 8b7e0e011020dc327a138230496c6b5dfa919af0 +Author: Colin Clark +Date: Tue Dec 13 20:12:06 2016 +0000 + + Fix #417: Natural sort order + + https://github.com/BestImageViewer/geeqie/issues/417 + Refer also to commit bd34c324c92456f5182579d6922d7aba664f93c3 + + Include an option on the Files tab of Preferences to permit the + selection of either g_utf8_collate_key() or + g_utf8_collate_key_for_filename() for the sort order of files and + folders + +commit 39fc45ba4007a1f6199221b457b9ab4f208b29f3 +Author: Christian Heckendorf +Date: Sat Dec 3 11:24:36 2016 -0500 + + Set animation NULL after free on static images. + +commit bcdc68813612fc72a7a548ee8bf3aa495af05e0f +Author: Martin Pelikán +Date: Sat Dec 3 22:53:50 2016 +1100 + + Open BigTIFF (64-bit) files using the custom TIFF loader. + + In the worst case, old libtiff versions will return a different error. + See http://www.awaresystems.be/imaging/tiff/bigtiff.html for more info. + +commit 13ba566371c98def2eed463f5cd9570729a77743 +Author: Christian Heckendorf +Date: Sat Aug 27 20:34:00 2016 -0400 + + Silence g_object_unref failed assertions. + +commit 50318899fbfa59dea58e08e53574c05f5ecf956c +Author: Christian Heckendorf +Date: Sat Aug 27 20:32:46 2016 -0400 + + Make animation functions static. + +commit a27623d3f7fc118568e89c7c7eea179f3f0c3713 +Author: Christian Heckendorf +Date: Sat Aug 27 14:32:33 2016 -0400 + + Stop animation if no file is showing. + +commit 15917d4063cec9994ab7c48055f2c10aff7d2b1c +Author: Christian Heckendorf +Date: Fri Aug 26 18:38:51 2016 -0400 + + Animated images. + +commit b484a282824c87553d7e216245279e2f5257a80e +Author: Colin Clark +Date: Wed Aug 24 17:28:23 2016 +0100 + + Fix #414 Render Intents + + https://github.com/BestImageViewer/geeqie/issues/414 + + Permit the user to select the rendering intent. + +commit d3fe27a9eccd12d4d16cca61e0d485d19dc39a6b +Author: Colin Clark +Date: Wed Aug 24 17:19:04 2016 +0100 + + Map image direction + + If an image has a valid Exif.GPSInfo.GPSImgDirection tag, and the icon + on the map is clicked, a line showing camera direction is displayed + also. + +commit ba79fd472145e92b54cb13485867c5818a6f0779 +Author: Colin Clark +Date: Wed Aug 24 17:01:32 2016 +0100 + + Bug Fix #426: geeqie -r file:FILE crashes if FILE does not exist + + If the file does not exist, default to the home directory + +commit d2bda657c12cf2b873b7e0ec8ff37b08f2f36e55 +Author: Michael Cross +Date: Fri Aug 19 12:33:01 2016 +0100 + + Wrap cairo_destroy call with appropriate CPP macro + +commit e665261ca89196591aae48b98356aad5640a2136 +Author: Michael Cross +Date: Fri Aug 19 11:28:22 2016 +0100 + + Fix memory leak + +commit 03283a34699c8b88f08b39dee90ae13ee1d63e58 +Author: Michael Cross +Date: Fri Aug 19 07:03:41 2016 +0100 + + Fixing Memory leak + + I also suffer from what I believe is this bug. It was not present in + geeqie 1.0 and was simple for me to reproduce in 1.2+. I open a + directory containing a few thousand jpg files of around 100k each and + just keep hitting the key for "Next Image". After around a minute my + computer will freeze. + + Given this reproducibility, I ran git bisect and found the commit that + introduced the behaviour for me was the following + + commit b4c4a924121c3aa6b2f1eb7570dd3f419d2f4d83 + Author: Vladimir Nadvornik + Date: Thu Aug 2 00:15:16 2012 +0200 + + use cairo for drawing + + I then noticed what I think is a missing cairo_destroy call in + cellrenderericon.c. The following patch solves the problem completely + for me as far as I can tell. + +commit 46fb8433a276270bea054c09a8a80a097e10ffc5 +Author: Colin Clark +Date: Mon Aug 8 20:22:40 2016 +0100 + + Revised Help files + +commit ddcb9e4da33e058996bade6e79a539e1364607ab +Author: Colin Clark +Date: Sun Jul 24 21:27:14 2016 +0100 + + Bug Fix #233 Custom Border + + https://github.com/BestImageViewer/geeqie/issues/233 + + In the change from v1.1 to v1.2 (GTK3 and cairo were part of this), the + custom border was ignored and simply set to black. + Perhaps it was not possible to get a "good" solution with the current + design. + Possibly this change is not the best solution, but nevertheless it + should be sufficient until a better version is produced. + +commit 2dd2516887b1a09e81bdd35a989f79e21f4c2562 +Author: Colin Clark +Date: Wed Jul 20 13:20:24 2016 +0100 + + CopyMoveRename + + In Copy, Move and Rename operations, show a thumbnail of the source file + and, if the destination already exists, show a thumbnail for that also. + Use the Rename dialogue for Copy and Move operations also. + +commit eb8db3e169228914cddab3cfb06c773711883619 +Author: Wayne A. Ptaff +Date: Fri Jul 15 11:51:42 2016 -0400 + + Force focus to geeqie after leaving fullscreen + + On some multi-monitor setups / window manager + combinations, the geeqie main window does not + claim focus back after leaving fullscreen mode. + + This fixes https://github.com/BestImageViewer/geeqie/issues/418 + +commit 9d98d221ea57f57ad52967184b19013ce0e5eeda +Author: Colin Clark +Date: Wed Jul 13 20:14:46 2016 +0100 + + Bug fix: Crashes with drag-drop in bookmarks + + Also ameliorates https://github.com/BestImageViewer/geeqie/issues/377 + + bookmark_drag_begin: + eliminate a run-time error message + + bookmark_dnd_get_data: + uri_filelist_from_uris returns a list of type FileData. What is required + is text. + + bookmark_drag_set_data: + uris_from_filelist expects a list of type FileData, but was given a list + of type text + + The code: "gdk_drag_context_get_dest_window(context) == + gtk_widget_get_window(bm->widget)" + does not function as expected. The reason is unknown. + In order to avoid crashes, drags from bookmarks are disabled for the + moment. + There is no significant loss of functionality. + +commit 3135c2345d7aab6915495768fff88fff7b2759e7 +Author: Maciej S. Szmigiero +Date: Sat Jul 9 19:25:08 2016 +0200 + + Add four new preferences + + This commit adds four new preferences: + * Whether to use saved window positions also for new windows (in case saved + window positions are enabled), + * Whether to enable navigation by left or middle click on image, + * Ability to set keyboard scrolling step multiplier, + * Whether list directory view uses single click to enter a directory or + GTK+ activation default (which is currently a double click). + + Default values of all these preferences have been set in a such way to not + cause any changes in behavior for existing users. + + Signed-off-by: Maciej S. Szmigiero + +commit 56b0d4189f43a8a15ee7f34b8575a5889a1f6926 +Author: Maciej S. Szmigiero +Date: Sat Jul 9 18:57:08 2016 +0200 + + Fix hidden directories not showing in a tree view + + Directory tree view contains code that when "Show hidden files or folders" + option is not enabled but the user enters a path containing hidden + directories the missing tree entries are added automatically. + + This didn't work (at least) in case when the first hidden directory in + newly selected path was in a current directory because the tree populating + function exited early when directory contents did not change since last + run, before checking for this special case. + + Fix this by skipping this check when we have to add such hidden directory + entry. + + This check must also be skipped when 'force' flag is passed to this + function, otherwise when enabling "Show hidden files or folders" option + the missing directories are not added to the tree until Geeqie is + restarted. + + Signed-off-by: Maciej S. Szmigiero + +commit 3e8045cddca9265cd7d430d4b10fe510d05c0187 +Author: Colin Clark +Date: Tue Jul 5 19:47:40 2016 +0100 + + Fix deprecated - gdk_window_get_pointer + + Also fixes https://github.com/BestImageViewer/geeqie/issues/399 + +commit efe0e6a38273eb8e43f5109915b9b81f843cc6eb +Author: Colin Clark +Date: Wed Jun 29 20:24:54 2016 +0100 + + Keyboard Map + + Add keyboard map option to Help menu. + + qwerty keyboard only. + +commit 8564d94d35f1b5bc6739ecfdf23c095a85fb2986 +Author: nikoss +Date: Wed Jun 29 21:17:19 2016 +0300 + + 1 fuzzy (0%), 11 untranslated (0%) + +commit f67d58132ac88543fd9ac06636571c6ba5fb4263 +Author: nikoss +Date: Sun Jun 26 21:26:21 2016 +0300 + + fuzzy 0% [8], untranslates 4% [60] + +commit 40ff1303b6fa9c9b150fc964c1e460f779728685 +Author: Colin Clark +Date: Mon Jun 20 17:03:37 2016 +0100 + + Keyword right-click menu + + https://github.com/BestImageViewer/geeqie/issues/404 + + Change confusing menu prompt from Add to New + +commit ceadba598d71c70eefb5f4f95d1e02bcc7f98fe6 +Author: Colin Clark +Date: Mon Jun 20 14:31:32 2016 +0100 + + Check if GPS data is reasonable + + https://github.com/BestImageViewer/geeqie/issues/406 + + Fix incorrect logic. + +commit 650aa8ea3a5e0bfafc70d60dce16267969d37b36 +Author: Colin Clark +Date: Mon Jun 20 12:25:27 2016 +0100 + + Check if GPS data is reasonable + + https://github.com/BestImageViewer/geeqie/issues/406 + + Change lat/long fallback values to 0 rather than 1000 + +commit 7d6343aef24cdee5784719a8f856032f33e3b4ed +Author: rezso +Date: Mon Jun 20 01:25:10 2016 +0200 + + Use correct thumbnail dirs + + Since glib 2.34, the thumbnails are in .cache/thumbnails, not in .thumbnails. + +commit 9a24b29d4e30fc7bfafc90195d3b0bce6615b04d +Author: Martin Pelikán +Date: Mon Jun 20 01:32:00 2016 +1000 + + Properly open and work with large TIFF files. + + Any file between 2^31 and 2^32 bytes shouldn't have its size displayed + as a negative number. Viewing more than 32768 pixels in each dimension + is only a matter of using 64bit arithmetic when calculating allocation + sizes and pointers into that memory. Multiplying is always suspicious. + + While there, make the error messages clearer about what went wrong. + + Signed-off-by: Klaus Ethgen + +commit f05b104afd2437e9e1040c921b75cb09db76010b +Author: nikoss +Date: Fri Jun 17 12:01:39 2016 +0300 + + fuzzy 3%, unstranslated 10% + +commit b34ce94bffbacfa191466342cea33d642d1249c6 +Author: nikoss +Date: Tue Jun 14 23:02:06 2016 +0300 + + fuzzy 3%, untranslated down to 15% + +commit 461a5b54b56c5014502c913e990cb55b3ba912f8 +Author: nikoss +Date: Sat Jun 11 20:56:53 2016 +0300 + + fuzzy strings down to 3% + +commit 970562d09001c6ef893550bbab2ec83016b1235e +Author: nikoss +Date: Fri Jun 3 22:46:24 2016 +0300 + + some more changes + +commit a0b1c7322ca28e550f48c3654e97adde2c65eb6c +Author: nikoss +Date: Fri Jun 3 00:00:00 2016 +0300 + + even more changes + +commit 65ef9d0700c84e3f0a2cd7c34a3ed8a5d9a334b5 +Author: nikoss +Date: Wed Jun 1 21:54:27 2016 +0300 + + more changes + +commit 4f19e0606a4a9eb997c0b97e65cacc50bfb1a248 +Author: nikoss +Date: Wed Jun 1 21:23:35 2016 +0300 + + 1st change + +commit 0b044d1d685307e5755917e31d56a1a3104cd505 +Author: David Kalnischkies +Date: Fri May 27 12:04:40 2016 +0100 + + Work around changed c++11 std::string implementation + + Bug was already partly fixed by 96db62d but there was even more + positions that was unseen by Solomon. + + The patch is originally from Debian bug report #800350. + + Signed-off-by: Klaus Ethgen + +commit 3b0fff2af120bddbe2af64761e52b66a12041415 +Author: Klaus Ethgen +Date: Fri May 27 11:15:08 2016 +0100 + + Update web page + +commit 4b953fe8ba3d6b12876817dd282d5e8ee2bfe87d +Author: Klaus Ethgen +Date: Fri May 27 10:46:11 2016 +0100 + + Backported stuff from release and web + commit eff44ead88b83c2b10db7308cda41bb09ddb21c3 Author: Klaus Ethgen Date: Thu May 26 20:58:35 2016 +0100 @@ -2387,470 +4144,458 @@ commit 4f028fb255a5edaeb2aec25d2e87ef4b8a2aa44d Author: Vladimir Nadvornik Date: Thu Sep 29 17:14:36 2011 +0200 - added custom tiff loader - -commit 25d02a83df709d2852f4cb90867aa261b80280ca -Author: Vladimir Nadvornik -Date: Thu Sep 29 12:36:08 2011 +0200 - - added long-term cache for keywords - -commit bdea8db7b066162269cc1d9d09d745983e5fadb0 -Author: Vladimir Nadvornik -Date: Tue Sep 27 22:06:09 2011 +0200 - - set stereo.fixed default values to hdmi stereo standard - -commit 216a72fa46b4f35d8b4f36dfb7b7a227300faa4c -Author: Vladimir Nadvornik -Date: Tue Sep 27 22:03:47 2011 +0200 - - fixed stereo.fixed preferences - -commit 1c4103ded9b34d240b76779d5ea8a5c16bbf1924 -Author: Vladimir Nadvornik -Date: Tue Sep 27 21:12:02 2011 +0200 - - fixed stereo_temp_disable functionality - -commit a8c5cb269996f35d4877e31514956c198c3bd2e5 -Author: Vladimir Nadvornik -Date: Mon Sep 26 15:02:05 2011 +0200 - - ignore raw image support reported by the pixbuf loader - -commit d2c78b7a8dadc45b958e1b74242d64766e9f6e9f -Author: Vladimir Nadvornik -Date: Sat Apr 9 16:38:46 2011 +0200 - - fixed using DEBUG_N from multiple threads - -commit 8a55b69211b5866025f66c514f34ad697d3d1909 -Author: Laurent Monin -Date: Thu Dec 16 22:26:36 2010 +0100 - - Fix bug 3006812: ensure exif cache is initialized even when all files are unreadable. - - Add a new function exif_init_cache() and call it at top of exif_read_fd(), - the issue was caused by a return NULL on unreadable file, before initializinf exif_cache - and when exif_free_fd() is called, file_cache_put() was called on invalid cache. - -commit 138e31f328408ac88f1162999c8fcb24298ab37a -Author: Vladislav Naumov -Date: Thu Dec 16 21:55:03 2010 +0100 - - Fix bug 2999830: do not report failed chown() on copy. - - Debian bug 574853 reported by Ian Zimmerman - - I was trying to copy images from my camera which is mounted as a USB - mass storage device. The files on the mount are owned by root, and - geeqie tries to chown (and chgrp) the copy, fails, and displays an - error message. This is only mildly annoying when copying a single - file, but when I want to copy multiple files the failure stops the - operation after the first file. - - Patch by Vladislav Naumov - - This patch ignores chown errors, while still doing chown - (so root still can copy files preserving ownership). - - http://sourceforge.net/tracker/?func=detail&aid=2999830&group_id=222125&atid=1054680 - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574853 (original report) - -commit a3a06975ec99beac1b2f1f16445679dd56fae053 -Author: Vladimir Nadvornik -Date: Tue Sep 27 10:29:36 2011 +0200 - - added panorama .pto file to the list of known files - -commit 8560f48335b79764ce38fe0518bc0ca571e83c97 -Author: Vladimir Nadvornik -Date: Mon Sep 26 15:02:05 2011 +0200 - - ignore raw image support reported by the pixbuf loader - -commit df06d685ee882ad294d2581bb635ae1f7e010c7f -Author: Vladimir Nadvornik -Date: Fri Jul 29 15:27:09 2011 +0200 - - fixed crash on incomplete jpeg file - -commit bd374b070d437d6319946c49ae0166ee4621e737 -Author: Klaus Ethgen -Date: Sun Jul 24 13:17:34 2011 +0100 - - Change the image size from 10×20 to 20×20 - - Now the image should not be scaled anymore. Fix Bug Debian:614607 and - SF:3191174. - -commit a11e5ce5f336e6fad747cafc8efea09a69e4cdbb -Author: Klaus Ethgen -Date: Sun Jul 24 13:17:34 2011 +0100 - - Change the image size from 10×20 to 20×20 - - Now the image should not be scaled anymore. Fix Bug Debian:614607 and - SF:3191174. - -commit 8f9ba4127954be5e04ac4c8b1822399a435af1ed -Author: Klaus Ethgen -Date: Sun May 15 19:44:04 2011 +0100 - - Fix a remote command bug + added custom tiff loader -commit 4858999bc0b165211656849e174e9b0149cb33e7 -Author: Klaus Ethgen -Date: Sun May 22 09:40:51 2011 +0100 +commit 25d02a83df709d2852f4cb90867aa261b80280ca +Author: Vladimir Nadvornik +Date: Thu Sep 29 12:36:08 2011 +0200 - Typo, forgotten bracket + added long-term cache for keywords -commit d4660d7669ddb5e3312164cfdf5907f4e7dbb349 -Author: Klaus Ethgen -Date: Sun May 15 19:44:04 2011 +0100 +commit bdea8db7b066162269cc1d9d09d745983e5fadb0 +Author: Vladimir Nadvornik +Date: Tue Sep 27 22:06:09 2011 +0200 - Fix a remote command bug + set stereo.fixed default values to hdmi stereo standard -commit 6f3d9d81d7f801188d056f5e839e2509f871d4e4 +commit 216a72fa46b4f35d8b4f36dfb7b7a227300faa4c Author: Vladimir Nadvornik -Date: Sat May 14 22:16:49 2011 +0200 +Date: Tue Sep 27 22:03:47 2011 +0200 - added Cycle through stereo modes menu entry + fixed stereo.fixed preferences -commit 4aa85ebde8aaadc9d0608ce18185bdb535e99f7c +commit 1c4103ded9b34d240b76779d5ea8a5c16bbf1924 Author: Vladimir Nadvornik -Date: Sat May 14 21:53:45 2011 +0200 +Date: Tue Sep 27 21:12:02 2011 +0200 - do not mix autodetected and user-defined stereo mode + fixed stereo_temp_disable functionality -commit 31f6b82dbee7f4456371a1b527161ebc81342577 -Author: Klaus Ethgen -Date: Sat Apr 9 19:47:30 2011 +0100 +commit f5470bbc26b15ce585c8f1cedfad3adfa611ef85 +Author: Vladimir Nadvornik +Date: Tue Sep 27 10:29:36 2011 +0200 - Do not delete path settings when adding new directory - - This patch will change the way, geeqie is mangling the path name in the - rename (copy) dialog when creating new directory. Will fix the bugs - Debian:529531 and SF:2795791. + added panorama .pto file to the list of known files -commit a4270acba9810bb6307e7d8da1334211898d8fb5 -Author: Klaus Ethgen -Date: Fri Jul 16 13:30:53 2010 +0100 +commit 0736b5d6b3b31bb24531284b44b90b7b225d9e7c +Author: Vladimir Nadvornik +Date: Fri Jul 29 15:27:09 2011 +0200 - Fix compiling issue - - img-view.c: In function 'real_view_window_new': - img-view.c:889: error: 'for' loop initial declarations are only allowed in C99 mode - img-view.c:889: note: use option -std=c99 or -std=gnu99 to compile your code + fixed crash on incomplete jpeg file -commit e24281e5b7b6a70c47eeb46c4857913b5eec10a8 -Author: Klaus Ethgen -Date: Sat May 8 23:52:09 2010 +0100 +commit 10f4b603e6b8ad553a7b9c9afb4aa92e43dccae6 +Author: Vladimir Nadvornik +Date: Sat May 14 22:16:49 2011 +0200 - Fix the windowsize - - Opening a new window from a collection should not set the default size. - Unfortunately the size of the image is not available in the early state. + added Cycle through stereo modes menu entry -commit c971abea1cfb4b4d85e1c67dba2d443ebd5e9f86 -Author: Klaus Ethgen -Date: Thu Apr 21 18:44:15 2011 +0100 +commit e9780e09d7e57bd5f5c3594bdd773bb2541ec232 +Author: Vladimir Nadvornik +Date: Sat May 14 21:53:45 2011 +0200 - Fix wrong line ending + do not mix autodetected and user-defined stereo mode -commit b467f6ff37f2bfb7665200b9057241318ca13d09 +commit c447b43b8f8291da9d941718afaa0b2c9d950efc Author: Vladimir Nadvornik Date: Sun Apr 10 21:11:50 2011 +0200 more compilation fixes -commit a99a24ea8d76dc65d64a119d6ef289052e459316 +commit 7a8a4c7e4448572ba18d4ded8cf7e86dbd5bf8e7 Author: Vladimir Nadvornik Date: Sun Apr 10 20:30:17 2011 +0200 compilation fixes -commit 556bd46ba743932fd29c225918d8aae722f6a054 -Author: Klaus Ethgen -Date: Sat Apr 9 19:47:30 2011 +0100 - - Do not delete path settings when adding new directory - - This patch will change the way, geeqie is mangling the path name in the - rename (copy) dialog when creating new directory. Will fix the bugs - Debian:529531 and SF:2795791. - -commit 843f61148dc90c97dc32e679a122827c41b16dc8 +commit 0ec34da9df56efdd6963a0f3569fe24299a8ba0d Author: Vladimir Nadvornik Date: Sat Apr 9 19:27:43 2011 +0200 fixed libjpeg in autoconf -commit cf3bcd415010e28d2829430cb7a72be6d03af513 -Author: Vladimir Nadvornik -Date: Sat Apr 9 16:38:46 2011 +0200 - - fixed using DEBUG_N from multiple threads - -commit d7521059d000c8d93b8debcfe938510ce3c6441f +commit 18f8e33ac8681cd297a980a936bd2ce2467614da Author: Vladimir Nadvornik Date: Sat Apr 9 16:07:31 2011 +0200 improved mpo parser, consider individual image type code -commit a745785c1947ad588b53db69a3fc776a34980b18 +commit e5235578ba189827610cec22c9ca8bc17c433113 Author: Vladimir Nadvornik Date: Fri Apr 8 21:16:41 2011 +0200 fixed to compile with other libjpeg versions -commit 787d25f23d5617375351aa5c39acab43856c6bbc +commit dd008ca74ba4a924b202021a7d0dbd11cf0dc542 Author: Vladimir Nadvornik Date: Sun Mar 27 19:22:29 2011 +0200 allocate tile pixbuf allways -commit fd9329870f85d5f189fb18d39144cc103cd055f7 +commit 43b479c1042930d616cb4c8fb9e80ee5fd0900ec Author: Vladimir Nadvornik Date: Sun Mar 27 18:20:19 2011 +0200 updated copyright notices -commit 6a4851f99de3d77a5938a213b28855158f2735c9 +commit a7efe96305e0e1847c2e20b119c86cac03fd9e56 Author: Vladimir Nadvornik Date: Sun Mar 27 18:14:17 2011 +0200 free mpo data -commit 11f270dcd05962aee1515d7a64036c21826ef2da +commit 85dbc07da126d6229f37821e5dd49c3b8546e80e Author: Vladimir Nadvornik Date: Sun Mar 27 13:53:23 2011 +0200 fixed jpeg_segment_find to support more app2 segments with different signatures -commit f1d8356504bde2e7808f6e537cdf2473d495f573 +commit c2378af08d9bb0b9ee1f958c9a4b50bc65abbed8 Author: Vladimir Nadvornik Date: Sun Mar 27 12:52:09 2011 +0200 store stereo flag in loader data -commit df0bac9a96ebefab2b06f7f64e0bca40474122b5 +commit 2f3197170c42959552141b2600c9d828542792a8 Author: Vladimir Nadvornik Date: Sun Mar 27 12:02:30 2011 +0200 fixed freed data access -commit a31cfe80ee313f56cd208fead1b96655272bb92f +commit 091dae0b7d6e602da76f624ddac3e335e262e1fa Author: Vladimir Nadvornik Date: Sun Mar 27 11:58:29 2011 +0200 load mpo files as SBS -commit 455dfdd5e7a1f2f850014a013a17c86c64b3deae +commit c546114c635f93ff254b4d479a1b6370377d054b Author: Vladimir Nadvornik Date: Sun Mar 27 10:57:08 2011 +0200 added mpo parser -commit e1c487d09182d2e2cd4221d0c627293392709b4b +commit 3b1800b11fd5f98ce268b358f17585d43641c3ea Author: Vladimir Nadvornik Date: Sat Mar 26 22:13:39 2011 +0100 split jpeg parser functions to separate file -commit f5f26251424cc70bdf972a70b45f9d14315b6420 +commit ec75c814d6f79ec16426ee40aacbf7d0aded8e41 Author: Vladimir Nadvornik Date: Sat Mar 26 22:03:30 2011 +0100 added custom jpeg loader -commit 3fbd5d8f5f63895c095019485498d2858d925f4b +commit b5b810393f0fae5071a0263db376dadaf595d4c5 Author: Vladimir Nadvornik Date: Sat Mar 26 17:57:25 2011 +0100 infrastructure for image loader backend -commit 0ee2027ed427de1155d2b295c4bf564ad61675b0 +commit 09037ad50bd7a839794df37034bcd3dd378cab13 Author: Vladimir Nadvornik Date: Fri Mar 25 23:25:15 2011 +0100 renderer interface cleanup -commit 484192f435b34976259418735dccef4c1e69b27c +commit c9965882aeed23e72cf019f6d3859a69d1d4aebd Author: Vladimir Nadvornik Date: Fri Mar 25 23:14:01 2011 +0100 fixed redrawing on expose event -commit 1ed7ba5576c6b1776f27e043de246275331e0bee +commit a5a53debed949e9511e6e6fcd454aa324334a8cf Author: Vladimir Nadvornik Date: Fri Mar 25 22:09:59 2011 +0100 fixed area_changed handling -commit 5fcc3c968e80b546f013735a2ee07d0dc5ba0aa2 +commit 8a3733bbabbca537e1f741984fa8b5e94cca08c6 Author: Vladimir Nadvornik Date: Sun Mar 20 19:16:07 2011 +0100 added more anaglyph modes -commit 75c23adfa440b4cef19878d35284d0038b77a044 +commit 19f041e7e105a568a57b22cc36e30590ccc75de7 Author: Vladimir Nadvornik Date: Sun Mar 20 12:49:00 2011 +0100 added half-size (3dtv) stereo mode -commit 2925d1ded2746c3d8416187a0db1ccd6905b5dd3 +commit 797e4dbd59e944c3d3b78d25b44dfe7ae8bb287e Author: Vladimir Nadvornik Date: Sun Mar 20 11:31:08 2011 +0100 fixed sbs mode -commit c6ddf7e73a470f28ebe3fc7e7962e194a1ee7794 +commit e82e902ed059b5ed4e12a1c48e816cdf3c514940 Author: Vladimir Nadvornik Date: Sun Mar 20 11:11:08 2011 +0100 save and load stereo options -commit 4a39e00a4d5927a6344fed1f464798c9f63eb6cc +commit f2ee23371ea8a95eb54cd39bf191e658f99cae7e Author: Vladimir Nadvornik Date: Sun Mar 20 10:52:41 2011 +0100 improved preferences dialog -commit 3bbfb5ae860e193d4a5221c97e187cf546b06ade +commit bd4b6cfb641e52f646931b69ddccbcacb0f85a5f Author: Vladimir Nadvornik Date: Sun Mar 20 10:15:07 2011 +0100 added fixed stereo mode -commit c156c8a38dda21b3be84f312dbaf9927d1432bab +commit 826ea8c822093a131c5c44c9c02252aff5d60d2e Author: Vladimir Nadvornik Date: Sun Mar 20 00:23:54 2011 +0100 removed 'swap' entry from menu -commit 6aef4f63382dde18b88601ee1e6ff0c4ed423dbd +commit 28fd30edc8bf0a4d0a62c2732d37f512affaf87b Author: Vladimir Nadvornik Date: Sun Mar 20 00:18:13 2011 +0100 temporarily disable stereo mode, added more stereo prefs -commit f6091ebefead1a4170a64a4f988b8e618e4fc29c +commit 623bc05945e68c9242a69290de12501435a1bc18 Author: Vladimir Nadvornik Date: Sat Mar 19 21:42:13 2011 +0100 type of source stereo image made adjustable from menu -commit bc35f9f7d92fbcfcd82bb050808f590110f0ad5f +commit bab7032f6f11847e68ce1ac42d68a18d50aed220 Author: Vladimir Nadvornik Date: Sat Mar 19 19:53:30 2011 +0100 stereo mode preferences -commit dc3dea1297365981d2e206fd8afbb84a781ced20 -Author: Tore Ericsson -Date: Mon Feb 14 21:21:55 2011 +0100 - - Complete Swedish translation including bugs based on 55de20b 2010-12-11 version - -commit 236bc4c0e943f91e022c1c792a0267688e492f1d -Author: Tore Ericsson -Date: Mon Feb 14 15:04:07 2011 +0100 - - Almost complete Swedish translation - - Could not translate dialogue button texts, such as Apply, Close, Cancel, New, - Edit, Delete, etc. Also remains three entries where I don't know the meaning - on lines 1550, 1558, and 5229. The English text seems to be completely out of - order on lines 5601 and 5606. -- Note also: The first cache path in the - thumbnail dialogue window appears having a duplication error. - -commit 8c25cb5a376d19f3db0b5d8b98a4c16fa8799e9e -Author: Tore Ericsson -Date: Mon Feb 14 14:51:44 2011 +0100 - - Started with Swedish translation - -commit 66e79a3db0f88576f11d34d15afef16418177913 +commit f5f37819bf9ede89c68114b079feb24d19e49343 Author: Vladimir Nadvornik Date: Sat Feb 5 22:22:12 2011 +0100 change stereo mode from menu -commit ac29d24529dc2ec61c6c98bcb334932f4a8a8850 +commit 68dc88956d7b42a3ced0e0256d075307e866494f Author: Vladimir Nadvornik Date: Sat Feb 5 18:20:16 2011 +0100 swap stereo images -commit 44f99597e8e26da1c1ac784b14a9956249543c38 +commit 8ea74ae53b6c32d3d5492340fe16fdeeedd12f26 Author: Vladimir Nadvornik Date: Fri Feb 4 23:49:13 2011 +0100 added mirrored stereo mode -commit 12302100dd0db0f03444b2a6834c2a6470089c57 +commit 086196582749a9f9fd254399665c56a892348ce3 Author: Vladimir Nadvornik Date: Sat Jan 29 17:43:05 2011 +0100 fixed overlay position - part2 -commit 8734f816e3735ee0731059bb57fd01a1087c4ac5 +commit a081296160a39396e395eab36c091cddfb9f216e Author: Vladimir Nadvornik Date: Sat Jan 29 17:35:29 2011 +0100 fixed overlay position -commit 572fb571e10fec6e617518b2a404ea9b10517fd6 +commit cb324a14505d277f8c2def3512e71f64d151531b Author: Vladimir Nadvornik Date: Sat Jan 29 17:15:39 2011 +0100 do not draw tiles outside the viewport -commit c95c27d4285bf60a27fe5f72cc7ca6724819ba99 +commit 589a4cb49ae1b9c0a8618ca3918a579ef9e517ae Author: Vladimir Nadvornik Date: Sat Jan 29 14:49:38 2011 +0100 display pixel aspect ratio support -commit f727555d47c89ada005e87bc54fc7533a865a1ee +commit 0a5ec68af089d4b79c3816d3e7df0434ea0ad5e8 Author: Vladimir Nadvornik Date: Fri Jan 28 14:34:57 2011 +0100 anaglyph support -commit 18c37b0f1dfe7a697c7371ace784ed3959a8a574 +commit fa7103087ac4eaf5d2ddd560fa472d4c4d8a1fa2 Author: Vladimir Nadvornik Date: Fri Jan 28 13:13:27 2011 +0100 rt_tile_render cleanup part 3 -commit 55a53285c955e316106b5629ee282986033523f6 +commit 3dd0e08368b389250b15790036be7f00075a1d74 Author: Vladimir Nadvornik Date: Fri Jan 28 13:05:14 2011 +0100 rt_tile_render cleanup part 2 -commit 96a6858d3085c50aea7962fda3d9a40abda2fdca +commit 808d8558b3d5e2ec8791ca3ea2a0ba14e5e18823 Author: Vladimir Nadvornik Date: Fri Jan 28 12:44:32 2011 +0100 rt_tile_render cleanup part 1 -commit fd265dfbff4365d519595eee9f95a402a7eadd26 +commit 6b9ed5a71fc7230c795e4edd541fb79a5d022220 Author: Vladimir Nadvornik Date: Fri Jan 28 11:05:07 2011 +0100 first stereo support -commit a1751b3fb98dc6dfdfee2b2770f1d4f5dca92b6f +commit 63fdb63ce1470f08c4be2d7a2ff02582c331560e Author: Vladimir Nadvornik Date: Thu Jan 27 13:40:05 2011 +0100 separated tile renderer +commit a8c5cb269996f35d4877e31514956c198c3bd2e5 +Author: Vladimir Nadvornik +Date: Mon Sep 26 15:02:05 2011 +0200 + + ignore raw image support reported by the pixbuf loader + +commit d2c78b7a8dadc45b958e1b74242d64766e9f6e9f +Author: Vladimir Nadvornik +Date: Sat Apr 9 16:38:46 2011 +0200 + + fixed using DEBUG_N from multiple threads + +commit 8a55b69211b5866025f66c514f34ad697d3d1909 +Author: Laurent Monin +Date: Thu Dec 16 22:26:36 2010 +0100 + + Fix bug 3006812: ensure exif cache is initialized even when all files are unreadable. + + Add a new function exif_init_cache() and call it at top of exif_read_fd(), + the issue was caused by a return NULL on unreadable file, before initializinf exif_cache + and when exif_free_fd() is called, file_cache_put() was called on invalid cache. + +commit 138e31f328408ac88f1162999c8fcb24298ab37a +Author: Vladislav Naumov +Date: Thu Dec 16 21:55:03 2010 +0100 + + Fix bug 2999830: do not report failed chown() on copy. + + Debian bug 574853 reported by Ian Zimmerman + + I was trying to copy images from my camera which is mounted as a USB + mass storage device. The files on the mount are owned by root, and + geeqie tries to chown (and chgrp) the copy, fails, and displays an + error message. This is only mildly annoying when copying a single + file, but when I want to copy multiple files the failure stops the + operation after the first file. + + Patch by Vladislav Naumov + + This patch ignores chown errors, while still doing chown + (so root still can copy files preserving ownership). + + http://sourceforge.net/tracker/?func=detail&aid=2999830&group_id=222125&atid=1054680 + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574853 (original report) + +commit bd374b070d437d6319946c49ae0166ee4621e737 +Author: Klaus Ethgen +Date: Sun Jul 24 13:17:34 2011 +0100 + + Change the image size from 10×20 to 20×20 + + Now the image should not be scaled anymore. Fix Bug Debian:614607 and + SF:3191174. + +commit a11e5ce5f336e6fad747cafc8efea09a69e4cdbb +Author: Klaus Ethgen +Date: Sun Jul 24 13:17:34 2011 +0100 + + Change the image size from 10×20 to 20×20 + + Now the image should not be scaled anymore. Fix Bug Debian:614607 and + SF:3191174. + +commit 8f9ba4127954be5e04ac4c8b1822399a435af1ed +Author: Klaus Ethgen +Date: Sun May 15 19:44:04 2011 +0100 + + Fix a remote command bug + +commit 4858999bc0b165211656849e174e9b0149cb33e7 +Author: Klaus Ethgen +Date: Sun May 22 09:40:51 2011 +0100 + + Typo, forgotten bracket + +commit d4660d7669ddb5e3312164cfdf5907f4e7dbb349 +Author: Klaus Ethgen +Date: Sun May 15 19:44:04 2011 +0100 + + Fix a remote command bug + +commit 31f6b82dbee7f4456371a1b527161ebc81342577 +Author: Klaus Ethgen +Date: Sat Apr 9 19:47:30 2011 +0100 + + Do not delete path settings when adding new directory + + This patch will change the way, geeqie is mangling the path name in the + rename (copy) dialog when creating new directory. Will fix the bugs + Debian:529531 and SF:2795791. + +commit a4270acba9810bb6307e7d8da1334211898d8fb5 +Author: Klaus Ethgen +Date: Fri Jul 16 13:30:53 2010 +0100 + + Fix compiling issue + + img-view.c: In function 'real_view_window_new': + img-view.c:889: error: 'for' loop initial declarations are only allowed in C99 mode + img-view.c:889: note: use option -std=c99 or -std=gnu99 to compile your code + +commit e24281e5b7b6a70c47eeb46c4857913b5eec10a8 +Author: Klaus Ethgen +Date: Sat May 8 23:52:09 2010 +0100 + + Fix the windowsize + + Opening a new window from a collection should not set the default size. + Unfortunately the size of the image is not available in the early state. + +commit c971abea1cfb4b4d85e1c67dba2d443ebd5e9f86 +Author: Klaus Ethgen +Date: Thu Apr 21 18:44:15 2011 +0100 + + Fix wrong line ending + +commit 556bd46ba743932fd29c225918d8aae722f6a054 +Author: Klaus Ethgen +Date: Sat Apr 9 19:47:30 2011 +0100 + + Do not delete path settings when adding new directory + + This patch will change the way, geeqie is mangling the path name in the + rename (copy) dialog when creating new directory. Will fix the bugs + Debian:529531 and SF:2795791. + +commit dc3dea1297365981d2e206fd8afbb84a781ced20 +Author: Tore Ericsson +Date: Mon Feb 14 21:21:55 2011 +0100 + + Complete Swedish translation including bugs based on 55de20b 2010-12-11 version + +commit 236bc4c0e943f91e022c1c792a0267688e492f1d +Author: Tore Ericsson +Date: Mon Feb 14 15:04:07 2011 +0100 + + Almost complete Swedish translation + + Could not translate dialogue button texts, such as Apply, Close, Cancel, New, + Edit, Delete, etc. Also remains three entries where I don't know the meaning + on lines 1550, 1558, and 5229. The English text seems to be completely out of + order on lines 5601 and 5606. -- Note also: The first cache path in the + thumbnail dialogue window appears having a duplication error. + +commit 8c25cb5a376d19f3db0b5d8b98a4c16fa8799e9e +Author: Tore Ericsson +Date: Mon Feb 14 14:51:44 2011 +0100 + + Started with Swedish translation + commit 60c56ec5c852ea4b0d8b7df80507bbfbaf4e7610 Author: Tore Ericsson Date: Thu Jan 13 20:38:20 2011 +0100 diff --git a/ChangeLog.html b/ChangeLog.html new file mode 100644 index 00000000..2bb6a5f2 --- /dev/null +++ b/ChangeLog.html @@ -0,0 +1,8874 @@ +
  • 2017-08-06 view commit Fix #505: ‘Copy path’ and ‘Delete’ are too close in the drop down menu
  • +
  • 2017-08-06 view commit Prelim: display README in html format
  • +
  • 2017-08-05 view commit Bug fix: GPS map expander
  • +
  • 2017-08-05 view commit Fix geonames coding error
  • +
  • 2017-08-04 view commit Partial fix #504: Increase limit on Decoded Image Cache Size
  • +
  • 2017-08-04 view commit Fix #192: tiff files (and others) appear blurry when 1:1 view
  • +
  • 2017-07-31 view commit Fix #500: Geeqie doesn’t use shared thumbnail folder
  • +
  • 2017-07-24 view commit Fix #499: Unable to move zoomed image
  • +
  • 2017-07-23 view commit Bug fix: Zoom mode overwritten
  • +
  • 2017-07-20 view commit Image Search - Ignore rotation
  • +
  • 2017-07-20 view commit Collections on command line
  • +
  • 2017-07-18 view commit Move install folder for geocode-parameters
  • +
  • 2017-07-16 view commit Fix compatibility problems with log window
  • +
  • 2017-07-14 view commit Fix #302: possibility to copy exif field values from the info sidebar
  • +
  • 2017-07-13 view commit Copy exif data to clipboard
  • +
  • 2017-07-10 view commit Adding more Entries to mailmap
  • +
  • 2017-07-10 view commit Update mailmap
  • +
  • 2017-07-10 view commit Adding mailmap file to unify commiter
  • +
  • 2017-07-10 view commit Update translation files after more source file shuffling.
  • +
  • 2017-07-09 view commit update POTFILES.in
  • +
  • 2017-07-07 view commit deduplicate shared code in view_file_icon and view_file_list
  • +
  • 2017-07-10 view commit Update translation files after source file move.
  • +
  • 2017-07-09 view commit Enable C99 mode
  • +
  • 2017-07-09 view commit Ran regen_potfiles.sh to add missing files and correct the location of view_file files in POTFILES.in
  • +
  • 2017-07-07 view commit Avoid c99 feature
  • +
  • 2017-07-07 view commit *phew* commented and simplified.
  • +
  • 2017-07-07 view commit Hopefully make it not crash
  • +
  • 2017-07-07 view commit It compiles!
  • +
  • 2017-07-06 view commit Remove all references to "IconData"
  • +
  • 2017-07-07 view commit update .gitignore
  • +
  • 2017-07-07 view commit Ensure .sim files are cleared from cache
  • +
  • 2017-07-06 view commit Fix clang compile errors
  • +
  • 2017-07-05 view commit Refactor: move view_file implementations to their own subdirectory.
  • +
  • 2016-12-30 view commit Add the ability to use regular expressions for Pan View keyword filtering.
  • +
  • 2016-12-29 view commit Add pan filtering to all of the pan view modes
  • +
  • 2016-12-27 view commit Revamp pan view filtering to support different modes and grouping.
  • +
  • 2016-12-27 view commit Move filter code into pan-fiew-filter.{c,h}
  • +
  • 2016-12-25 view commit Adds a keyword filtering feature to Timeline PanView.
  • +
  • 2016-12-24 view commit Pull the search UI construction code out into a distinct function.
  • +
  • 2016-12-24 view commit Start moving pan view search code to its own module
  • +
  • 2017-07-02 view commit Minor doc update - config file locations
  • +
  • 2017-06-29 view commit Addl fix #488: Issues using Geeqie to compare pictures
  • +
  • 2017-06-28 view commit Fix #282: no support for multi-file actions in the sort bar
  • +
  • 2017-06-25 view commit Better Markdown
  • +
  • 2017-06-25 view commit Using foreign to allow README file called README.md
  • +
  • 2017-06-25 view commit Convert README to markdown
  • +
  • 2017-06-25 view commit Fix int<->uint problem
  • +
  • 2017-06-25 view commit Bug fix: Additional debug features
  • +
  • 2017-06-24 view commit Change travis to use trusty
  • +
  • 2017-06-24 view commit Adding travis yaml
  • +
  • 2017-06-22 view commit Additional debug features
  • +
  • 2017-06-21 view commit Fix #262: double click and fullscreen
  • +
  • 2017-06-20 view commit Fix #492: Shortcut to Hide all sidebars simultaneously
  • +
  • 2017-06-18 view commit Eliminate FIXME: Log window line limit
  • +
  • 2017-06-17 view commit Fix #280: Set defaults for Auto Rename
  • +
  • 2017-06-16 view commit Addl fix #436: Add 'Losslessly rotate image' keyboard shortcuts
  • +
  • 2017-06-14 view commit Fix #314: Remote commands for thumbnail maintenance
  • +
  • 2017-06-12 view commit Fix #264, 274, 285, 436: Add 'Losslessly rotate image' keyboard shortcuts
  • +
  • 2017-06-08 view commit Fix #323: Rating system
  • +
  • 2017-06-08 view commit Ref #202: "Set as wallpaper" doesn't work with GNOME Shell
  • +
  • 2017-06-08 view commit Fix #490: Creating info sidebar panes
  • +
  • 2017-06-07 view commit Document XMP, Exif and IPTC tag usage
  • +
  • 2017-06-05 view commit Additional keyword menu entries
  • +
  • 2017-06-03 view commit Fix #446: Minor text updates
  • +
  • 2017-05-31 view commit Addl fix #488: Hide menus when not in split mode
  • +
  • 2017-05-31 view commit Fix #488: Issues using Geeqie to compare pictures
  • +
  • 2017-05-31 view commit Fix #357: Save mark-and-keyword connections
  • +
  • 2017-05-30 view commit Partial fix #488: Split view with sidecars
  • +
  • 2017-05-29 view commit Fix #381: Feature-Request: Make JPEG comment available for overlays
  • +
  • 2017-05-28 view commit Fix #477: similarity duplicate search
  • +
  • 2017-05-27 view commit Minor dupe documentation
  • +
  • 2017-05-26 view commit Temporary Fix #133: switching between images causes window to keep shrinking
  • +
  • 2017-05-25 view commit Fix #486: Build error
  • +
  • 2017-05-25 view commit Remember keywords layout
  • +
  • 2017-05-25 view commit Enable silent build as default
  • +
  • 2017-05-25 view commit Fix assignment in dupe keypress function
  • +
  • 2017-05-22 view commit Fix #445: Info sidebar section heights
  • +
  • 2017-05-19 view commit Documentation update
  • +
  • 2017-05-19 view commit Temporary Fix #207:Symlink doesn't show in Sort Manager
  • +
  • 2017-05-16 view commit Speed up re-read of exif date
  • +
  • 2017-05-14 view commit Geocode image by drag-drop
  • +
  • 2017-05-11 view commit Search on geo-position
  • +
  • 2017-05-06 view commit Temporary Fix #467: Refresh doesn't preserve thumbnail viewpoint
  • +
  • 2017-05-04 view commit Bug fix: Re-size images in GTK3
  • +
  • 2017-05-03 view commit Fix #123: Limit image expansion in Fit To Window
  • +
  • 2017-05-02 view commit Fix #442: Path filter combobox not initialised
  • +
  • 2017-05-01 view commit Eliminate a FIXME: Collection window position
  • +
  • 2017-04-29 view commit Bug Fix: Marks checkboxes in GTK 3.14
  • +
  • 2017-04-27 view commit Minor documentation update
  • +
  • 2017-04-27 view commit Additional Fix #245: Eliminate run-time error
  • +
  • 2017-04-14 view commit Fix #290: Mouse-only image viewing
  • +
  • 2017-03-28 view commit Bug fix: Remote --tell output
  • +
  • 2017-03-27 view commit Fix #201: Geeqie to pop to top of current windows when open up with -r
  • +
  • 2017-03-26 view commit Fix #130: Doubled path in thumbnail preferences
  • +
  • 2017-03-24 view commit Fix #245: Zoom settings on status bar
  • +
  • 2017-03-23 view commit Fix #85: can not switch to list view in folder pane with keyboard
  • +
  • 2017-03-22 view commit Fix #56: "Create folder" under "copy/move" should select new folder
  • +
  • 2017-03-22 view commit Bug fix: Seg fault in copy/move dialog
  • +
  • 2017-03-22 view commit Minor code amendments
  • +
  • 2017-03-21 view commit Fix #219: Ability to set solid colour for transparency layer
  • +
  • 2017-03-17 view commit Bug fix: Remote view:filename command
  • +
  • 2017-03-16 view commit Ref #242: Documentation update for collections
  • +
  • 2017-03-15 view commit Fix #147: Alternative format for sidecar extension
  • +
  • 2017-03-06 view commit Update README.md
  • +
  • 2017-03-06 view commit Update README.md
  • +
  • 2017-03-06 view commit Rename README to README.md
  • +
  • 2017-03-06 view commit Rename README to README.md
  • +
  • 2017-02-26 view commit Documentation update for new options
  • +
  • 2017-02-25 view commit Fix #473: Parameter type fix for "motion-notify-event" signal handlers
  • +
  • 2017-02-24 view commit Fix #326: Save position of float file list
  • +
  • 2017-02-24 view commit Fix #431: Bookmarks (shortcuts) to folders
  • +
  • 2017-02-22 view commit Bug fix: Crash using drag/drop in copy/move dialog
  • +
  • 2017-02-16 view commit Update german translation
  • +
  • 2017-02-14 view commit Orientation commands and file selections
  • +
  • 2017-02-03 view commit Fix progress bar text
  • +
  • 2017-01-28 view commit Move exif auto-rotate option to a menu
  • +
  • 2017-01-26 view commit Fix #469: Exif rotation problems
  • +
  • 2017-01-24 view commit Save position of tools window
  • +
  • 2017-01-23 view commit Update documentation for orientation commands
  • +
  • 2017-01-23 view commit Search on exif date
  • +
  • 2017-01-18 view commit GIF animation settings
  • +
  • 2017-01-11 view commit Eliminate some deprecations
  • +
  • 2017-01-11 view commit Fix compile warnings
  • +
  • 2017-01-11 view commit Fix compile warning
  • +
  • 2017-01-10 view commit Move duplicates options
  • +
  • 2017-01-08 view commit Right-click menu separators
  • +
  • 2017-01-08 view commit Update Polish translation
  • +
  • 2017-01-08 view commit Correct the location of pan-view files in POTFILES.in
  • +
  • 2017-01-08 view commit Temporary fix #459: GTK 3.20 drop-down
  • +
  • 2017-01-07 view commit Fix #435: Remember duplicates settings
  • +
  • 2017-01-06 view commit Fix #460: Multiple duplicates
  • +
  • 2017-01-05 view commit Preferences: Open recent list maximum size
  • +
  • 2017-01-04 view commit Rectangular selection
  • +
  • 2016-12-25 view commit Add "-Werror -Wno-error=" to the default CFLAGS.
  • +
  • 2016-12-25 view commit Fix GCC and Clang compile warnings.
  • +
  • 2017-01-02 view commit Revised Help documentation
  • +
  • 2017-01-02 view commit F10 in Search window
  • +
  • 2017-01-01 view commit Fix #447: Preferences Enable Delete key
  • +
  • 2016-12-30 view commit Status bar tooltips
  • +
  • 2016-12-29 view commit Command line option to print current filename
  • +
  • 2016-12-24 view commit Move pan-view components to their own subdir.
  • +
  • 2016-12-24 view commit Update the automake file with new headers
  • +
  • 2016-12-23 view commit Refactor pan-types.h into discrete header files for each pan-view code module
  • +
  • 2016-12-23 view commit Fix errors in -Werror (except GdkPixbuf deprecation warnings)
  • +
  • 2016-12-20 view commit Fix #434: Part 2.0
  • +
  • 2016-12-20 view commit Fix #434: Remove duplicate data, context-sensitive help
  • +
  • 2016-12-17 view commit Partial fix #395: File selection collection
  • +
  • 2016-12-17 view commit Partial fix 435: Duplicates in file selection
  • +
  • 2016-12-15 view commit Fix #401: Find duplicates status bar text
  • +
  • 2016-12-15 view commit Fix #411: Use locale for date format
  • +
  • 2016-12-13 view commit Fix #417: Natural sort order
  • +
  • 2016-12-03 view commit Set animation NULL after free on static images.
  • +
  • 2016-12-03 view commit Open BigTIFF (64-bit) files using the custom TIFF loader.
  • +
  • 2016-08-27 view commit Silence g_object_unref failed assertions.
  • +
  • 2016-08-27 view commit Make animation functions static.
  • +
  • 2016-08-27 view commit Stop animation if no file is showing.
  • +
  • 2016-08-26 view commit Animated images.
  • +
  • 2016-08-24 view commit Fix #414 Render Intents
  • +
  • 2016-08-24 view commit Map image direction
  • +
  • 2016-08-24 view commit Bug Fix #426: geeqie -r file:FILE crashes if FILE does not exist
  • +
  • 2016-08-19 view commit Wrap cairo_destroy call with appropriate CPP macro
  • +
  • 2016-08-19 view commit Fix memory leak
  • +
  • 2016-08-19 view commit Fixing Memory leak
  • +
  • 2016-08-08 view commit Revised Help files
  • +
  • 2016-07-24 view commit Bug Fix #233 Custom Border
  • +
  • 2016-07-20 view commit CopyMoveRename
  • +
  • 2016-07-15 view commit Force focus to geeqie after leaving fullscreen
  • +
  • 2016-07-13 view commit Bug fix: Crashes with drag-drop in bookmarks
  • +
  • 2016-07-09 view commit Add four new preferences
  • +
  • 2016-07-09 view commit Fix hidden directories not showing in a tree view
  • +
  • 2016-07-05 view commit Fix deprecated - gdk_window_get_pointer
  • +
  • 2016-06-29 view commit Keyboard Map
  • +
  • 2016-06-29 view commit 1 fuzzy (0%), 11 untranslated (0%)
  • +
  • 2016-06-26 view commit fuzzy 0% [8], untranslates 4% [60]
  • +
  • 2016-06-20 view commit Keyword right-click menu
  • +
  • 2016-06-20 view commit Check if GPS data is reasonable
  • +
  • 2016-06-20 view commit Check if GPS data is reasonable
  • +
  • 2016-06-20 view commit Use correct thumbnail dirs
  • +
  • 2016-06-20 view commit Properly open and work with large TIFF files.
  • +
  • 2016-06-17 view commit fuzzy 3%, unstranslated 10%
  • +
  • 2016-06-14 view commit fuzzy 3%, untranslated down to 15%
  • +
  • 2016-06-11 view commit fuzzy strings down to 3%
  • +
  • 2016-06-03 view commit some more changes
  • +
  • 2016-06-03 view commit even more changes
  • +
  • 2016-06-01 view commit more changes
  • +
  • 2016-06-01 view commit 1st change
  • +
  • 2016-05-27 view commit Work around changed c++11 std::string implementation
  • +
  • 2016-05-27 view commit Update web page
  • +
  • 2016-05-27 view commit Backported stuff from release and web
  • +
  • 2016-05-26 view commit Reformat and reword README
  • +
  • 2016-05-26 view commit Better Changelog
  • +
  • 2016-05-26 view commit Updated polish translation
  • +
  • 2016-05-24 view commit Update copyright in all files
  • +
  • 2016-05-24 view commit Configuration options and documentation
  • +
  • 2016-05-24 view commit German translation completed
  • +
  • 2016-05-24 view commit Enable color manager in all fullscreen methods
  • +
  • 2016-05-23 view commit Collections mouse hover
  • +
  • 2016-05-22 view commit Image overlay configurable items GTK2
  • +
  • 2016-05-22 view commit Fix compilation instructions.
  • +
  • 2016-05-19 view commit Updated all .po files with current strings
  • +
  • 2016-05-19 view commit Refined zoom step
  • +
  • 2016-05-19 view commit Remove some leftover from toolbar rc entries
  • +
  • 2016-05-19 view commit Don't store toolbars in config file
  • +
  • 2016-05-19 view commit Fixing some whitespace issues
  • +
  • 2016-05-19 view commit Image overlay configurable items
  • +
  • 2016-05-18 view commit Update de and pl po files from pot
  • +
  • 2016-05-18 view commit Image overlay configurable colours
  • +
  • 2016-05-18 view commit Image overlay configurable font
  • +
  • 2016-05-16 view commit Code clean up
  • +
  • 2016-05-15 view commit Display the similarity image
  • +
  • 2016-05-15 view commit Removing obsolete checksum stuff
  • +
  • 2016-05-15 view commit Simple script to decode similarity data
  • +
  • 2016-05-13 view commit Allow to configure rotation invariance
  • +
  • 2016-05-13 view commit Slightly better similarity samples
  • +
  • 2016-05-13 view commit Implementing rotation invariant duplicates search
  • +
  • 2016-05-06 view commit Better configure
  • +
  • 2016-05-06 view commit Remove obsolete and outdated debian directory
  • +
  • 2016-03-17 view commit debian: point watch file to github
  • +
  • 2013-02-01 view commit Patch to fix duplicate window update
  • +
  • 2016-05-05 view commit Lua Documentation
  • +
  • 2012-12-24 view commit Avoids a double-free
  • +
  • 2016-05-05 view commit Removed some obsolete tools
  • +
  • 2016-05-05 view commit Improving desktop template
  • +
  • 2016-05-04 view commit Small dependency to fully mitigate the marshaler stuff
  • +
  • 2016-05-04 view commit Remove autocreated files from git
  • +
  • 2016-05-04 view commit Update German translations
  • +
  • 2016-05-04 view commit Update from pot file
  • +
  • 2016-05-04 view commit Enable greek translation
  • +
  • 2016-05-04 view commit Fix a typo
  • +
  • 2016-05-03 view commit Set git version in master branch
  • +
  • 2016-05-03 view commit Removing not used configure variables
  • +
  • 2016-05-01 view commit Document toolbar enhancements
  • +
  • 2016-05-01 view commit Fix #211 Corrupt help file
  • +
  • 2016-04-30 view commit Update German po file
  • +
  • 2016-04-30 view commit Adding Klingon po file
  • +
  • 2016-04-28 view commit Fix #333 Renaming file extensions
  • +
  • 2016-04-26 view commit Fix crash on drag and drop from Xfe
  • +
  • 2016-04-21 view commit 'Stay above' option now works independently of screen for fullscreen window
  • +
  • 2016-04-20 view commit Fix fullscreen - remove all the garbage which breaks things and let Gtk do its job.
  • +
  • 2016-04-14 view commit Work around GCC6
  • +
  • 2016-04-13 view commit Issue #332 Rename function can delete files
  • +
  • 2016-04-12 view commit Updated web.
  • +
  • 2016-04-12 view commit Tuning file types for Github
  • +
  • 2016-04-12 view commit Updating web
  • +
  • 2016-04-11 view commit Issue #329 easier way to get cwd when copying
  • +
  • 2016-03-31 view commit Update command line options documentation
  • +
  • 2016-03-30 view commit Bug fix #227 + enable user to set height of Keywords pane
  • +
  • 2016-03-29 view commit Update for new cogl version
  • +
  • 2016-03-10 view commit cleanup of sourceforge references
  • +
  • 2016-03-09 view commit Fix web page
  • +
  • 2016-03-09 view commit Web page update
  • +
  • 2016-03-07 view commit Updating web page
  • +
  • 2016-03-07 view commit Really fix issue in 2a9e4d6
  • +
  • 2016-03-06 view commit This potentially fixes most deprecated warnings
  • +
  • 2016-03-06 view commit Fix wrong gtk3 function calls in gtk2
  • +
  • 2016-03-06 view commit Export file_data_new_simple into other source files
  • +
  • 2016-03-06 view commit Fixed one wrongly function call with pointer
  • +
  • 2016-03-04 view commit Applying that sort method also to collections
  • +
  • 2016-03-04 view commit Implementing sorting by file creation
  • +
  • 2016-03-03 view commit exiv2: Fix use-after-free of the image filename/path.
  • +
  • 2016-03-04 view commit Remove some useless spaces in exiv2.cc
  • +
  • 2016-02-26 view commit Updating README
  • +
  • 2016-02-25 view commit Reintroduce file_data_new_simple()
  • +
  • 2016-02-25 view commit Tune some debug info
  • +
  • 2016-02-24 view commit Correcting return type
  • +
  • 2016-02-16 view commit Allow to choose to show parent folder
  • +
  • 2016-02-15 view commit Fix nasty double free crashes
  • +
  • 2016-02-02 view commit Feature Request #70 Navigation menu option and button for parent directory
  • +
  • 2015-09-18 view commit Changing reference to sourceforge
  • +
  • 2015-09-10 view commit Include missing glua.h
  • +
  • 2015-09-10 view commit Updating web site
  • +
  • 2015-09-08 view commit Fix toolbar visibility
  • +
  • 2015-08-11 view commit NULL-ptr crash in image_read_ahead_done_cb()
  • +
  • 2015-08-11 view commit Remove over optimization
  • +
  • 2014-12-08 view commit Add support for Green-Magenta and Yellow-Blue anaglyph modes
  • +
  • 2014-11-30 view commit fix include statements for large file support on 32-bit
  • +
  • 2014-11-04 view commit Fix typo in debug messages
  • +
  • 2014-09-27 view commit Fix lcms2 integration
  • +
  • 2014-07-20 view commit updated ChangeLog file
  • +
  • 2014-05-26 view commit Fix for the assertion when file gives an empty lookup
  • +
  • 2014-03-04 view commit fix segfault while cancel rename dialog
  • +
  • 2014-01-26 view commit Updated Chinese locales
  • +
  • 2013-08-07 view commit transifex config file allowing to easily use transifex-client
  • +
  • 2013-04-21 view commit Skip over expanded keys.
  • +
  • 2013-04-21 view commit Annotate debug_exception() with source file, line, and function.
  • +
  • 2012-12-13 view commit Bug 3594998: make lirc initialization quieter
  • +
  • 2012-11-26 view commit Fix crash when loading collection listing inexistent files.
  • +
  • 2012-11-13 view commit Add filedata counting to watch for filedata leaks
  • +
  • 2012-11-12 view commit Use FileData locks to avoid expensive reloads with marks enabled
  • +
  • 2012-11-12 view commit Add "lock" functionality to keep FileDatas in memory
  • +
  • 2012-10-28 view commit Fix a segfault caused by .desktop file with no exec= line.
  • +
  • 2012-10-02 view commit Reapply 'call notify functions in in an idle call'
  • +
  • 2012-10-02 view commit Whitespace cleanup
  • +
  • 2012-09-23 view commit better fix for big-endian architectures
  • +
  • 2012-09-04 view commit Minor indentation fixes.
  • +
  • 2012-09-04 view commit Cleanup checker shader code.
  • +
  • 2012-09-04 view commit Fix exif orientation in clutter rendering mode.
  • +
  • 2012-08-30 view commit Silent 2 warnings using explicit type casting.
  • +
  • 2012-08-30 view commit Polish translation was updated, thanks to Grzegorz Gibas.
  • +
  • 2012-08-30 view commit Update pt_BR translation.
  • +
  • 2012-08-30 view commit Add *~, *.rej, *.orig files to git ignore list.
  • +
  • 2012-08-30 view commit Fix for support >=automake-1.11.4
  • +
  • 2012-08-30 view commit Trim trailing white spaces on empty lines.
  • +
  • 2012-08-30 view commit Trim trailing white spaces.
  • +
  • 2012-08-30 view commit Add missing vim modeline.
  • +
  • 2012-08-30 view commit Fix indentation and few trailing white spaces.
  • +
  • 2012-08-30 view commit Clear few more warnings, unused variables mostly.
  • +
  • 2012-08-30 view commit Drop unused variable.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Drop unused variable.
  • +
  • 2012-08-30 view commit Cleanup, drop WRITE_SUBTITLE() macro, remove commented out code.
  • +
  • 2012-08-30 view commit Those stereo image options are of type int, not uint, use appropriate macros.
  • +
  • 2012-08-30 view commit Drop unused variable and code.
  • +
  • 2012-08-30 view commit Drop commented out code.
  • +
  • 2012-08-30 view commit Drop commented out code.
  • +
  • 2012-08-30 view commit Drop unused variables.
  • +
  • 2012-08-30 view commit Drop unused variables.
  • +
  • 2012-08-30 view commit Drop unused variables.
  • +
  • 2012-08-30 view commit Drop unused variables and code.
  • +
  • 2012-08-30 view commit Drop unused variables and associated code.
  • +
  • 2012-08-30 view commit Silent a warning when compiling with GTK+ >= 3.0.0.
  • +
  • 2012-08-30 view commit Remove useless variable and code.
  • +
  • 2012-08-30 view commit Remove commented out code.
  • +
  • 2012-08-30 view commit Add parenthesis to silent a possible warning.
  • +
  • 2012-08-30 view commit Drop 2 unused variables.
  • +
  • 2012-08-30 view commit Drop 2 unused variables.
  • +
  • 2012-08-30 view commit Drop 2 unused variables.
  • +
  • 2012-08-30 view commit Drop unused variable.
  • +
  • 2012-08-30 view commit Silent a warning.
  • +
  • 2012-08-30 view commit Drop unused variable.
  • +
  • 2012-08-30 view commit Drop unused code and variables (transform/orientation).
  • +
  • 2012-08-30 view commit Fix up indentation and coding style.
  • +
  • 2012-08-30 view commit Drop unused variables.
  • +
  • 2012-08-30 view commit Drop dead code.
  • +
  • 2012-08-30 view commit Drop unused variables.
  • +
  • 2012-08-30 view commit Drop useless code (since f94b569b1831c052099295c861f9d3f502072622).
  • +
  • 2012-08-30 view commit Fix few warnings when building with GTK+ >= 3.0.0, mostly unused vars.
  • +
  • 2012-08-30 view commit Drop dead code.
  • +
  • 2012-08-30 view commit Use new constant FD_MAGICK = 0x12345678u
  • +
  • 2012-08-29 view commit better filedata ref debug messages
  • +
  • 2012-08-29 view commit fixed crash in file list
  • +
  • 2012-08-28 view commit added GDK_SCROLL_MASK to pixbuf renderer
  • +
  • 2012-08-28 view commit fixed crash in icon list
  • +
  • 2012-08-21 view commit fixed scroll of fullscreen image
  • +
  • 2012-08-21 view commit fixed updating of comment and keyword pane
  • +
  • 2012-08-21 view commit Fix big endian support in tiff loader
  • +
  • 2012-08-21 view commit Fix 2 compilation warnings due to missing type casting.
  • +
  • 2012-08-21 view commit Fix 2 warnings due to unmatched gtk+ functions prototypes.
  • +
  • 2012-08-21 view commit Whitespace cleanup
  • +
  • 2012-08-21 view commit Add support for LCMS2
  • +
  • 2012-08-21 view commit fixed typo that caused build failure
  • +
  • 2012-08-20 view commit implemented presentation mode
  • +
  • 2012-08-20 view commit clutter compatibility fixes
  • +
  • 2012-08-20 view commit more gtk3 drawing fixes
  • +
  • 2012-08-19 view commit fixed segfault with gtk2
  • +
  • 2012-08-19 view commit dropped support for gtk < 2.20
  • +
  • 2012-08-18 view commit disable stereo mode in Pan View
  • +
  • 2012-08-18 view commit speed improvements
  • +
  • 2012-08-18 view commit use gtk_widget_set_app_paintable for renderer
  • +
  • 2012-08-18 view commit dropped renderer->overlay_draw
  • +
  • 2012-08-18 view commit renamed renderer->update_sizes to update_viewport
  • +
  • 2012-08-18 view commit simplified pr_zoom_clamp
  • +
  • 2012-08-18 view commit fixed unnecessary renderer backend calls
  • +
  • 2012-08-18 view commit clutter renderer code cleanup
  • +
  • 2012-08-18 view commit dynamic change of texture upload priority
  • +
  • 2012-08-18 view commit implemented post-processing via 3d texture
  • +
  • 2012-08-17 view commit added option for clutter renderer
  • +
  • 2012-08-16 view commit draw background checkboard using fragment shader
  • +
  • 2012-08-15 view commit clutter drawing improvement
  • +
  • 2012-08-15 view commit added overlay and stereo input
  • +
  • 2012-08-14 view commit update the texture with lower priority
  • +
  • 2012-08-14 view commit try to preserve original texture
  • +
  • 2012-08-14 view commit try to merge pending area_ready notifications
  • +
  • 2012-08-12 view commit added autoconf test for clutter
  • +
  • 2012-08-12 view commit simplified mirrored stereo drawing
  • +
  • 2012-08-12 view commit expose/draw method moved to renderer-tiles
  • +
  • 2012-08-11 view commit implemented clutter-based renderer
  • +
  • 2012-08-16 view commit Update french translation.
  • +
  • 2012-08-15 view commit Add read_dummy_option() to handle old/deprecated options.
  • +
  • 2012-05-14 view commit More use of const, fix up a warning.
  • +
  • 2012-05-14 view commit Fix 4 warnings due to function prototype mismatches.
  • +
  • 2012-05-14 view commit Don't discard const
  • +
  • 2010-12-23 view commit Cleanup Exif Date sorting patch.
  • +
  • 2010-12-23 view commit Allow to sort files according to Exif-date
  • +
  • 2010-04-02 view commit exif autorotate for proofs
  • +
  • 2012-08-13 view commit Update catalan translation
  • +
  • 2012-03-06 view commit Update french translation.
  • +
  • 2011-08-18 view commit Display more descriptive screen names
  • +
  • 2011-08-18 view commit Make fullscreen mode actually use the full screen.
  • +
  • 2011-03-08 view commit Updated Slovak (SK_sk) translation
  • +
  • 2010-12-30 view commit Fix overlay formatting example in README.
  • +
  • 2010-12-29 view commit Whitespaces fixes.
  • +
  • 2010-12-29 view commit Implement the scroll to/select row stuff for tree view in Preferences dialog
  • +
  • 2010-12-23 view commit Align "3) Save metadata in Geeqie private directory" with previous entries.
  • +
  • 2010-12-23 view commit Set fixed (but resizeable) width for Description column in Preferences > Files table
  • +
  • 2010-12-23 view commit Fix a snprintf() warning regarding unsigned int64 format string.
  • +
  • 2010-12-16 view commit Remove obsolete .cvsignore from tree.
  • +
  • 2010-12-12 view commit Fix bashism
  • +
  • 2012-08-16 view commit Typo fix: s/allows to/allows one to/
  • +
  • 2012-08-16 view commit Fix typo "writting" (instead of "writing").
  • +
  • 2012-08-16 view commit Revert "Fix typo "writting" (instead of "writing")."
  • +
  • 2012-08-16 view commit Revert "Typo fix: s/allows to/allows one to/"
  • +
  • 2012-08-15 view commit Typo fix: s/allows to/allows one to/
  • +
  • 2012-08-15 view commit Fix typo "writting" (instead of "writing").
  • +
  • 2012-08-16 view commit added Samsung and Panasonic raw extensions
  • +
  • 2012-08-14 view commit more compilation fixes
  • +
  • 2012-08-14 view commit fixed compilation with gtk 2.20
  • +
  • 2012-08-13 view commit dropped deprecated dither_quality code
  • +
  • 2012-08-12 view commit fixed keyboard controll of image widget
  • +
  • 2012-08-12 view commit fixed pan-view drawing
  • +
  • 2012-08-10 view commit fixed dnd
  • +
  • 2012-08-04 view commit selectable image drawing for gtk3
  • +
  • 2012-08-04 view commit selectable image cleanup
  • +
  • 2012-08-03 view commit updated libchamplain code
  • +
  • 2012-08-02 view commit changed GDK_ to GDK_KEY_
  • +
  • 2012-08-02 view commit use cairo for drawing
  • +
  • 2012-08-01 view commit use accessor functions
  • +
  • 2012-08-10 view commit detect both gtk2 and 3 in autoconf
  • +
  • 2012-08-12 view commit updated ChangeLog file
  • +
  • 2012-08-12 view commit updated NEWS file
  • +
  • 2012-08-10 view commit make sure fd is referenced
  • +
  • 2012-08-09 view commit fixed file_data_check_sidecars
  • +
  • 2012-08-09 view commit fixed exif_read_fd
  • +
  • 2012-08-07 view commit replaced assert with g_assert
  • +
  • 2012-08-05 view commit updated README file
  • +
  • 2012-08-05 view commit fixed gen_changelog for git
  • +
  • 2012-07-31 view commit spec file cleanup
  • +
  • 2012-07-31 view commit use GPLv2 copy with new FSF address
  • +
  • 2012-07-31 view commit renamed zh_CN.GB2312.po to zh_CN.po
  • +
  • 2012-07-31 view commit updated version and copyright notice
  • +
  • 2012-07-30 view commit prevent crash in g_utf8_collate_key
  • +
  • 2012-07-30 view commit use AC_SYS_LARGEFILE
  • +
  • 2012-07-29 view commit update file data structure
  • +
  • 2012-07-29 view commit statusbar fix
  • +
  • 2012-07-29 view commit update statusbar after changing active image
  • +
  • 2012-07-27 view commit changed "readonly destination directory" to a warning
  • +
  • 2012-07-27 view commit fixed bug in cache handling
  • +
  • 2012-07-26 view commit initialize default options before commandline parsing
  • +
  • 2010-04-02 view commit exif autorotate for proofs
  • +
  • 2012-01-06 view commit Fix directory walking bug
  • +
  • 2012-01-06 view commit Fix directory walking bug
  • +
  • 2011-12-30 view commit Revert "call notify functions in in an idle call"
  • +
  • 2011-04-25 view commit Ignore duplicates with same path
  • +
  • 2011-12-03 view commit Various errors in the translation (typo, etc.)
  • +
  • 2011-11-12 view commit call size signal indirectly via idle_call
  • +
  • 2011-11-12 view commit call log window functions indirectly via idle callbacks
  • +
  • 2011-10-04 view commit rename file_data_new_simple to file_data_new_group, filedata.c cleanup
  • +
  • 2011-10-02 view commit recognize all registered extensions, even if they contain dots
  • +
  • 2011-10-02 view commit sidecar_file_priority function is already called with extension as an argument
  • +
  • 2011-10-02 view commit call notify functions in in an idle call
  • +
  • 2011-10-01 view commit move the grouping code from file_data_new to filelist_read
  • +
  • 2011-10-01 view commit separate function fortesting changed files without sidecars
  • +
  • 2011-10-01 view commit consistent use of fd->extension
  • +
  • 2011-10-01 view commit simplified grouping of sidecars
  • +
  • 2011-09-30 view commit fixed filelist_sort_compare_filedata to not return 0 no different files
  • +
  • 2011-09-30 view commit always check for sidecars by readdir
  • +
  • 2011-09-30 view commit do not use FileData entries with empty path
  • +
  • 2011-09-29 view commit updated copyright notice
  • +
  • 2011-09-29 view commit added custom tiff loader
  • +
  • 2011-09-29 view commit added long-term cache for keywords
  • +
  • 2011-09-27 view commit set stereo.fixed default values to hdmi stereo standard
  • +
  • 2011-09-27 view commit fixed stereo.fixed preferences
  • +
  • 2011-09-27 view commit fixed stereo_temp_disable functionality
  • +
  • 2011-09-27 view commit added panorama .pto file to the list of known files
  • +
  • 2011-07-29 view commit fixed crash on incomplete jpeg file
  • +
  • 2011-05-14 view commit added Cycle through stereo modes menu entry
  • +
  • 2011-05-14 view commit do not mix autodetected and user-defined stereo mode
  • +
  • 2011-04-10 view commit more compilation fixes
  • +
  • 2011-04-10 view commit compilation fixes
  • +
  • 2011-04-09 view commit fixed libjpeg in autoconf
  • +
  • 2011-04-09 view commit improved mpo parser, consider individual image type code
  • +
  • 2011-04-08 view commit fixed to compile with other libjpeg versions
  • +
  • 2011-03-27 view commit allocate tile pixbuf allways
  • +
  • 2011-03-27 view commit updated copyright notices
  • +
  • 2011-03-27 view commit free mpo data
  • +
  • 2011-03-27 view commit fixed jpeg_segment_find to support more app2 segments with different signatures
  • +
  • 2011-03-27 view commit store stereo flag in loader data
  • +
  • 2011-03-27 view commit fixed freed data access
  • +
  • 2011-03-27 view commit load mpo files as SBS
  • +
  • 2011-03-27 view commit added mpo parser
  • +
  • 2011-03-26 view commit split jpeg parser functions to separate file
  • +
  • 2011-03-26 view commit added custom jpeg loader
  • +
  • 2011-03-26 view commit infrastructure for image loader backend
  • +
  • 2011-03-25 view commit renderer interface cleanup
  • +
  • 2011-03-25 view commit fixed redrawing on expose event
  • +
  • 2011-03-25 view commit fixed area_changed handling
  • +
  • 2011-03-20 view commit added more anaglyph modes
  • +
  • 2011-03-20 view commit added half-size (3dtv) stereo mode
  • +
  • 2011-03-20 view commit fixed sbs mode
  • +
  • 2011-03-20 view commit save and load stereo options
  • +
  • 2011-03-20 view commit improved preferences dialog
  • +
  • 2011-03-20 view commit added fixed stereo mode
  • +
  • 2011-03-20 view commit removed 'swap' entry from menu
  • +
  • 2011-03-20 view commit temporarily disable stereo mode, added more stereo prefs
  • +
  • 2011-03-19 view commit type of source stereo image made adjustable from menu
  • +
  • 2011-03-19 view commit stereo mode preferences
  • +
  • 2011-02-05 view commit change stereo mode from menu
  • +
  • 2011-02-05 view commit swap stereo images
  • +
  • 2011-02-04 view commit added mirrored stereo mode
  • +
  • 2011-01-29 view commit fixed overlay position - part2
  • +
  • 2011-01-29 view commit fixed overlay position
  • +
  • 2011-01-29 view commit do not draw tiles outside the viewport
  • +
  • 2011-01-29 view commit display pixel aspect ratio support
  • +
  • 2011-01-28 view commit anaglyph support
  • +
  • 2011-01-28 view commit rt_tile_render cleanup part 3
  • +
  • 2011-01-28 view commit rt_tile_render cleanup part 2
  • +
  • 2011-01-28 view commit rt_tile_render cleanup part 1
  • +
  • 2011-01-28 view commit first stereo support
  • +
  • 2011-01-27 view commit separated tile renderer
  • +
  • 2011-09-26 view commit ignore raw image support reported by the pixbuf loader
  • +
  • 2011-04-09 view commit fixed using DEBUG_N from multiple threads
  • +
  • 2010-12-16 view commit Fix bug 3006812: ensure exif cache is initialized even when all files are unreadable.
  • +
  • 2010-12-16 view commit Fix bug 2999830: do not report failed chown() on copy.
  • +
  • 2011-07-24 view commit Change the image size from 10×20 to 20×20
  • +
  • 2011-07-24 view commit Change the image size from 10×20 to 20×20
  • +
  • 2011-05-15 view commit Fix a remote command bug
  • +
  • 2011-05-22 view commit Typo, forgotten bracket
  • +
  • 2011-05-15 view commit Fix a remote command bug
  • +
  • 2011-04-09 view commit Do not delete path settings when adding new directory
  • +
  • 2010-07-16 view commit Fix compiling issue
  • +
  • 2010-05-08 view commit Fix the windowsize
  • +
  • 2011-04-21 view commit Fix wrong line ending
  • +
  • 2011-04-09 view commit Do not delete path settings when adding new directory
  • +
  • 2011-02-14 view commit Complete Swedish translation including bugs based on 55de20b 2010-12-11 version
  • +
  • 2011-02-14 view commit Almost complete Swedish translation
  • +
  • 2011-02-14 view commit Started with Swedish translation
  • +
  • 2011-01-13 view commit Swedish tranlation
  • +
  • 2010-07-16 view commit Fix compiling issue
  • +
  • 2010-05-08 view commit Fix the windowsize
  • +
  • 2010-03-08 view commit Implementing some usefull data structures for lua
  • +
  • 2010-03-07 view commit First usable lua callback
  • +
  • 2010-03-07 view commit Using common path for lua files
  • +
  • 2010-03-04 view commit Overlay info with lua
  • +
  • 2009-06-27 view commit Adding support for lua scripting
  • +
  • 2010-12-11 view commit Convert svn:ignore properties to .gitignore
  • +
  • 2010-05-10 view commit Some small logic mistakes
  • +
  • 2010-05-10 view commit GTK marks several functions as deprecated
  • +
  • 2010-02-28 view commit Add unknown file class to grouping
  • +
  • 2010-02-28 view commit Fix a small issue with strptime
  • +
  • 2010-02-27 view commit Allow scrollview to grow when generic dialog is resized (ie. Metadata write ? dialog). Do not force scrollbar if not needed.
  • +
  • 2010-02-27 view commit Add the feature to add single keywords to selection
  • +
  • 2010-02-27 view commit Little macro correction
  • +
  • 2010-02-27 view commit Unifying the datetime output
  • +
  • 2010-02-17 view commit updated ChangeLog file
  • +
  • 2010-02-16 view commit added 2010 to copyright text
  • +
  • 2010-02-16 view commit updated version string
  • +
  • 2010-02-16 view commit Restore translators list, removed by revision 1899.
  • +
  • 2010-02-16 view commit Update russian translation. Thanks to Denis Silakov.
  • +
  • 2010-02-14 view commit fixed segfault in exif parser
  • +
  • 2010-02-14 view commit fixed reference count
  • +
  • 2010-02-07 view commit test gnome-doc-tool in configure
  • +
  • 2010-02-07 view commit dropped obsolete sections, gqview changelog moved to wiki
  • +
  • 2010-02-02 view commit Brazilian Portuguese translation was updated.
  • +
  • 2010-01-27 view commit czech translation fixes
  • +
  • 2010-01-27 view commit Update catalan translation, by angel mompo.
  • +
  • 2010-01-17 view commit Fix osd zoom level refreshing (it was broken since some times).
  • +
  • 2010-01-13 view commit Update dutch translation. Work in progress.
  • +
  • 2010-01-11 view commit Wops, typo...
  • +
  • 2010-01-10 view commit copy_file(): remove incomplete file on error (bug 2890715)
  • +
  • 2010-01-09 view commit Workaround intltoolize 0.40.6 bug related to LINGUAS, see bug 2817602.
  • +
  • 2010-01-09 view commit Log a message when EOVERFLOW error is set by stat() when building files lists. See bug 2876142.
  • +
  • 2010-01-05 view commit Add Serbian translation.
  • +
  • 2010-01-05 view commit Update README about translations.
  • +
  • 2010-01-05 view commit Allow to switch to fullscreen mode using LIRC.
  • +
  • 2010-01-02 view commit Get rid of Geeqie version and beta release message. It clutters command line usage, and is not that useful. Suggested by Michal Čihař.
  • +
  • 2009-12-19 view commit Fix bug 2917164. g_utf8_collate_key_for_filename() don't give sort order one may expect. Using g_utf8_collate_key() make things closer to many other programs output (ie. ls and gqview).
  • +
  • 2009-12-19 view commit Store sort parameters in appropriate variables.
  • +
  • 2009-12-10 view commit Move "Add Keyword" menu item at top of Keywords bar contextual menu.
  • +
  • 2009-12-10 view commit Fix contextual menus in lateral bars.
  • +
  • 2009-12-04 view commit Some systems do not have SA_SIGINFO (siginfo_t), like GNU/Hurd, so just test if defined or not. Patch by Michal Čihař (Bug ID: 2894271).
  • +
  • 2009-12-04 view commit Editors: disable Delete button if a .desktop file is not writeable and disable Edit button when no entry is selected.
  • +
  • 2009-12-04 view commit Add Opera to the list of browsers. Patch by Christian Heckendorf (feature request ID: 2908469).
  • +
  • 2009-11-27 view commit build documentation with gnome-doc-tool in makefile
  • +
  • 2009-11-22 view commit scripts for converting wiki documentation to docbook
  • +
  • 2009-11-21 view commit check gtk_clutter_init return value
  • +
  • 2009-11-18 view commit changed https to http in wiki links
  • +
  • 2009-11-13 view commit Spanish translation was updated. Thanks to Redy Rodriguez.
  • +
  • 2009-11-07 view commit Updated spanish translation. Thanks to Redy Rodriguez.
  • +
  • 2009-10-13 view commit German translation update
  • +
  • 2009-10-13 view commit Add compatibility for GTK 2.18
  • +
  • 2009-10-10 view commit added a workaround for https://bugzilla.gnome.org/show_bug.cgi?id=590692
  • +
  • 2009-10-10 view commit use text renderer for editor->hidden
  • +
  • 2009-10-01 view commit ignored multiple directories specified on commandline
  • +
  • 2009-10-01 view commit fixed tree_store reordering
  • +
  • 2009-09-28 view commit do not cache incomplete thumbnails
  • +
  • 2009-09-28 view commit consider sidecars in layout_image popup menu
  • +
  • 2009-09-26 view commit bar_gps cleanup
  • +
  • 2009-09-26 view commit print text using pango renderer
  • +
  • 2009-09-25 view commit require libchamplain 0.4
  • +
  • 2009-09-24 view commit fixed and simplified sidecar grouping code
  • +
  • 2009-09-24 view commit fixed emitting of error signal from image loader
  • +
  • 2009-09-21 view commit fixed pan-view popup menu
  • +
  • 2009-09-14 view commit fixed selection handling in sidebar
  • +
  • 2009-09-13 view commit fixed editor list in popup menu
  • +
  • 2009-09-13 view commit fixed incorrect translation
  • +
  • 2009-09-13 view commit fixed filelist refresh
  • +
  • 2009-09-13 view commit preserve histmap on NOTIFY_CHANGE
  • +
  • 2009-09-13 view commit added possibility to use geeqie-rotate as a standalone script
  • +
  • 2009-09-12 view commit strip the "lang=" prefix from exiv2 in all metadata formats
  • +
  • 2009-09-12 view commit simplified template
  • +
  • 2009-09-12 view commit editor fixes
  • +
  • 2009-09-12 view commit fixed reloading of editors
  • +
  • 2009-09-09 view commit advertisment added
  • +
  • 2009-09-07 view commit start_editor_from_filelist_full fixes
  • +
  • 2009-09-07 view commit fixed list of possible editors in popup menu
  • +
  • 2009-09-07 view commit fixes sidecar file grouping
  • +
  • 2009-09-07 view commit Comment out unused functions, silenting related compilation warnings.
  • +
  • 2009-09-07 view commit Remove an unused variable and minor code cleanup.
  • +
  • 2009-09-06 view commit improved editor loading
  • +
  • 2009-09-06 view commit fixed unnecessary image reloads in color menu
  • +
  • 2009-09-06 view commit load desktop files in idle time
  • +
  • 2009-09-06 view commit added messages for debugging startup time
  • +
  • 2009-09-05 view commit Update svn ignore lists.
  • +
  • 2009-09-04 view commit Fix up compilation issues related to libchamplain.
  • +
  • 2009-09-03 view commit fixed in-place rename
  • +
  • 2009-09-03 view commit do not reload image on copy, move, rename and external editor
  • +
  • 2009-08-28 view commit fixed vd_notify_cb leak
  • +
  • 2009-08-28 view commit improved printing of selection
  • +
  • 2009-08-28 view commit improved the sidecar grouping algorithm
  • +
  • 2009-08-27 view commit fixed toggle_slideshow function
  • +
  • 2009-08-26 view commit updated version message
  • +
  • 2009-08-26 view commit save one unnecessary call to stat_utf8
  • +
  • 2009-08-25 view commit use name as a tooltip of external editor if comment is missing
  • +
  • 2009-08-25 view commit write metadata before another opeation
  • +
  • 2009-08-23 view commit workaround for xpm loader
  • +
  • 2009-08-23 view commit fixed moving and maintenance of std. thumbnails
  • +
  • 2009-08-22 view commit remove deleted files from metadata queue
  • +
  • 2009-08-22 view commit fixed sidecar grouping
  • +
  • 2009-08-18 view commit fixed possible crash in exif_item_get_integer
  • +
  • 2009-08-03 view commit updated links
  • +
  • 2009-08-03 view commit Fixing libexiv2 bug
  • +
  • 2009-08-01 view commit Fix a small problem with casefull keywords
  • +
  • 2009-08-01 view commit This function is never used anymore: file_maint_removed
  • +
  • 2009-07-31 view commit updated project status
  • +
  • 2009-07-31 view commit added project web page under version control
  • +
  • 2009-07-30 view commit Some systems (BSD,MacOsX,HP-UX,...) define MAP_ANON and not MAP_ANONYMOUS. Make each an alias of other to be sure. issue reported by Martin Proetzsch.
  • +
  • 2009-07-29 view commit updated czech translation
  • +
  • 2009-07-28 view commit improved scroll on slower machines
  • +
  • 2009-07-28 view commit do not process sidecar files in bar_gps
  • +
  • 2009-07-28 view commit run the scripts with /bin/sh
  • +
  • 2009-07-25 view commit French translation was updated.
  • +
  • 2009-07-25 view commit Remove some bashisms from configure.in. Patch by Greg Troxel.
  • +
  • 2009-07-25 view commit Romanian translation was completed. Thanks to Sabin Iacob.
  • +
  • 2009-07-24 view commit update column sizes after toggling thumbnails
  • +
  • 2009-07-24 view commit fixed switching of multiline texts
  • +
  • 2009-07-24 view commit do not try to reload deleted image
  • +
  • 2009-07-24 view commit call gtk_tree_view_columns_autosize only when reall needed
  • +
  • 2009-07-24 view commit do not use cell_data_func
  • +
  • 2009-07-21 view commit fixed destroying of menu data
  • +
  • 2009-07-18 view commit Fix a overrun
  • +
  • 2009-07-02 view commit updated ChangeLog file
  • +
  • 2009-07-02 view commit updated ca.po - submitted by Mecatxis
  • +
  • 2009-07-01 view commit make sure that automake and config.h uses the same installation paths
  • +
  • 2009-07-01 view commit updated version string
  • +
  • 2009-07-01 view commit fixed mnemonic conflicts
  • +
  • 2009-07-01 view commit removed msgctxt keyword, older gettext fails on it
  • +
  • 2009-07-01 view commit removed gettext.h reference
  • +
  • 2009-07-01 view commit updated spec file
  • +
  • 2009-06-30 view commit French translation was updated.
  • +
  • 2009-06-30 view commit fixed an use of uninitialized value
  • +
  • 2009-06-30 view commit fixes for a built without Exiv2
  • +
  • 2009-06-30 view commit Revert "Add pgettext for some ambiguous strings"
  • +
  • 2009-06-30 view commit add desktop.in files to the tarball
  • +
  • 2009-06-29 view commit fixed writting to gqview legacy format
  • +
  • 2009-06-29 view commit French translation was updated.
  • +
  • 2009-06-29 view commit Fix POTFILES.in and update regen_potfiles.sh to add .desktop.in files.
  • +
  • 2009-06-28 view commit added geeqie-import-geeqie.desktop.in
  • +
  • 2009-06-28 view commit libchamplain compatibility fix
  • +
  • 2009-06-28 view commit cleanup: remove some disabled code
  • +
  • 2009-06-28 view commit warn if another operation is performed on a file with unsaved metadata
  • +
  • 2009-06-28 view commit sync histogram state after enabling it from the menu
  • +
  • 2009-06-28 view commit added script for importing GQView and Geeqie-alpha metadata
  • +
  • 2009-06-27 view commit put preferences to separate submenu
  • +
  • 2009-06-27 view commit German translation update
  • +
  • 2009-06-27 view commit Complete commit @1747 (intltool usage)
  • +
  • 2009-06-27 view commit Fix AM_CFLAGS and AM_CXXFLAGS from @1701
  • +
  • 2009-06-27 view commit added command for editing ufraw id file, changed menu location
  • +
  • 2009-06-27 view commit reordered View menu
  • +
  • 2009-06-27 view commit use radio buttons for file and dir mode in popup menu
  • +
  • 2009-06-27 view commit simplified menu_item_add_radio usage
  • +
  • 2009-06-27 view commit created Files and Folders submenu
  • +
  • 2009-06-27 view commit improved overlay menu
  • +
  • 2009-06-24 view commit test if an accelerator can be stored
  • +
  • 2009-06-23 view commit improved description string
  • +
  • 2009-06-21 view commit Localizing one string
  • +
  • 2009-06-21 view commit Fix two memory failures
  • +
  • 2009-06-21 view commit improved file list update priority
  • +
  • 2009-06-21 view commit fixed jumping of filelist on focus_in event
  • +
  • 2009-06-21 view commit fixed updating of marks in sidecars
  • +
  • 2009-06-20 view commit various geeqie-ufraw improvements
  • +
  • 2009-06-20 view commit fixed leak in file_util_* functions
  • +
  • 2009-06-20 view commit improved list view
  • +
  • 2009-06-20 view commit always check for deleted sidecar files
  • +
  • 2009-06-19 view commit fixed regexp usage
  • +
  • 2009-06-19 view commit run external commands from current directory even with no files
  • +
  • 2009-06-18 view commit ufraw-batch script
  • +
  • 2009-06-17 view commit made file_util_start_editor_from_file consider also sidecars
  • +
  • 2009-06-17 view commit fixed problems with floor/ceil
  • +
  • 2009-06-15 view commit use intltool for desktop file translation
  • +
  • 2009-06-15 view commit improved rotation script
  • +
  • 2009-06-14 view commit French translation was updated.
  • +
  • 2009-06-13 view commit Update documentation
  • +
  • 2009-06-13 view commit the options for custom border color were made independent
  • +
  • 2009-06-11 view commit French translation was updated.
  • +
  • 2009-06-11 view commit Fix up compilation using make -jN: sometimes it fails due to order of headers inclusion.
  • +
  • 2009-06-10 view commit make sure that a directory exists on saving desktop files
  • +
  • 2009-06-10 view commit do not install helper scripts into /usr/bin
  • +
  • 2009-06-09 view commit enabled color management in img-view
  • +
  • 2009-06-09 view commit fixed leak in image_post_process_color
  • +
  • 2009-06-08 view commit unify code paths for New directory keep the directory visible after rename https://sourceforge.net/tracker/?func=detail&aid=1951183&group_id=222125&atid=1054680
  • +
  • 2009-06-07 view commit do not show wide frame in single image mode it partially fixes https://sourceforge.net/tracker/?func=detail&aid=2797348&group_id=222125&atid=1054683
  • +
  • 2009-06-06 view commit added mark filter to menu - now it is possible to assign hotkeys
  • +
  • 2009-06-06 view commit preserve zoom value on fullscreen startup
  • +
  • 2009-06-06 view commit swap x and y scale when scaling rotated images - it fixes tiles that were sometimes off by 1 pixel - thanks Petr for reporting, code cleanup
  • +
  • 2009-06-06 view commit French translation was updated.
  • +
  • 2009-06-06 view commit better implementation of tree_view_row_get_visibility, gtk_tree_view_set_cursor is not sufficient in some cases, call also tree_view_row_make_visible
  • +
  • 2009-06-06 view commit do not call signal handler from vdtree_row_expanded it fixes tree view for user-entered hidden directories
  • +
  • 2009-06-06 view commit reduced jumping of directory tree when user clicks on folders
  • +
  • 2009-06-05 view commit simplified the code around vd_select_row
  • +
  • 2009-06-04 view commit use layout_set_fd() for changing images from a slideshow - this updates folder and icon in recursive slideshow mode
  • +
  • 2009-06-04 view commit Add an option to Image preferences to restrict custom border to fullscreen mode only. Bug 2798062.
  • +
  • 2009-06-04 view commit Ongoing translation
  • +
  • 2009-06-04 view commit Change the order of columns for editors dialogue
  • +
  • 2009-06-03 view commit regroup sidecar files when an operation on partial group is finished
  • +
  • 2009-06-02 view commit changed selection behavior as requested at http://sourceforge.net/tracker/?func=detail&aid=2789933&group_id=222125&atid=1054680
  • +
  • 2009-06-01 view commit Minor code cleanup and redundancy reduction.
  • +
  • 2009-05-31 view commit fixed incorrect type conversion
  • +
  • 2009-05-31 view commit do not display menus ("FileMenu" etc.) in accelerator configuration improved tooltip texts
  • +
  • 2009-05-31 view commit do not block the files sent to external editors like gimp
  • +
  • 2009-05-30 view commit preserve image center over short periods when the "broken image" icon is displayed http://sourceforge.net/tracker/?func=detail&aid=2793057&group_id=222125&atid=1054680
  • +
  • 2009-05-26 view commit Add .desktop files to restore lossless jpeg rotation via editors.
  • +
  • 2009-05-23 view commit added doxygen.conf https://sourceforge.net/tracker/?func=detail&aid=2795068&group_id=222125&atid=1054680
  • +
  • 2009-05-23 view commit enabled PageSize code https://bugzilla.redhat.com/show_bug.cgi?id=222639
  • +
  • 2009-05-21 view commit Add missing vim modeline.
  • +
  • 2009-05-21 view commit Attempt to use stock gtk icons for directory list and tree views.
  • +
  • 2009-05-16 view commit Fix up too short array, reported by Michael Schwendt.
  • +
  • 2009-05-16 view commit Fix geeqie.desktop to match spec. Patch by Michael Schwendt.
  • +
  • 2009-05-14 view commit Fix up unused variables warnings.
  • +
  • 2009-05-14 view commit Merge common thumb code from view_file_list and view_file_icon to view_file.
  • +
  • 2009-05-12 view commit added some notes to README file
  • +
  • 2009-05-12 view commit fixed compilation with older gtk
  • +
  • 2009-05-12 view commit updated TODO list
  • +
  • 2009-05-12 view commit added GPS map support - patch by Colin Clark
  • +
  • 2009-05-12 view commit French translation was updated.
  • +
  • 2009-05-12 view commit Fix up tooltip text: Color _Management -> Color Management.
  • +
  • 2009-05-11 view commit added keyboard configuration dialog mostly written by Petr Ostadal alternate keys are not yet fully configurable - the corresponding code is commented out
  • +
  • 2009-05-11 view commit French translation was updated.
  • +
  • 2009-05-11 view commit Include missing header file.
  • +
  • 2009-05-09 view commit expose the file grouping flag to the user
  • +
  • 2009-05-09 view commit extended the list of grouped metadata tags
  • +
  • 2009-05-09 view commit added some structure to the metadata preferences dialog
  • +
  • 2009-05-08 view commit better tooltip for disabled lcms
  • +
  • 2009-05-07 view commit limit metadata details dialog size
  • +
  • 2009-05-07 view commit fixed keyword tree initialization
  • +
  • 2009-05-07 view commit updated version string to beta1
  • +
  • 2009-05-07 view commit enabled XDG directory layout
  • +
  • 2009-05-07 view commit use "keywords" instead of "tags" in option name, it is more consistent
  • +
  • 2009-05-03 view commit French translation was updated.
  • +
  • 2009-05-02 view commit added stock icons for slideshow
  • +
  • 2009-05-02 view commit updated czech translation
  • +
  • 2009-05-02 view commit force the metadata dialog if it was triggered by the menu or the button
  • +
  • 2009-05-02 view commit action table clean up
  • +
  • 2009-05-02 view commit improved pixel info, changed the menu entry from "Hide" to "Show", added it on default status bar
  • +
  • 2009-05-01 view commit "S" seems to be hardcoded hotkey for GTK_STOCK_SAVE use S for sort manager
  • +
  • 2009-05-01 view commit - handle color profile and write metadata buttons on statusbar by ui_manager - statusbar buttons made configurable
  • +
  • 2009-05-01 view commit allow external editors without parameters, as long as they are in category 'X-Geeqie'
  • +
  • 2009-04-29 view commit updated czech translation, not yet complete
  • +
  • 2009-04-28 view commit French translation was updated.
  • +
  • 2009-04-28 view commit Update POTFILES.in: cellrenderericon.c removed, color-man.c added.
  • +
  • 2009-04-28 view commit Fix up po/Makefile to rebuild geeqie.pot when POTFILES.in was modified. Without this change, new translatable strings in recently added files were not available for translation in various .po files after a make update-po. Makefile.in.in.patch was modified to include this fix plus some minor cleanups.
  • +
  • 2009-04-28 view commit do not translate internal strings
  • +
  • 2009-04-28 view commit added new files
  • +
  • 2009-04-28 view commit compilation fixes for older glib and gtk
  • +
  • 2009-04-27 view commit French translation was updated: fix few main menu mnenonics.
  • +
  • 2009-04-27 view commit compilation fixes
  • +
  • 2009-04-27 view commit "make dist" fixes
  • +
  • 2009-04-26 view commit French translation was updated.
  • +
  • 2009-04-26 view commit small fixes
  • +
  • 2009-04-26 view commit fixed return from metadata_write_revert
  • +
  • 2009-04-26 view commit added an option to write image orientation to the metadata
  • +
  • 2009-04-25 view commit separated Orientation and Grayscale functions moved Grayscale to Color management menu
  • +
  • 2009-04-25 view commit added more info to the details dialog
  • +
  • 2009-04-24 view commit added details dialog for other operations too
  • +
  • 2009-04-24 view commit added possibility to exclude individual files
  • +
  • 2009-04-23 view commit fixed writting metadata behavior at exit
  • +
  • 2009-04-23 view commit added an image to the file details dialog
  • +
  • 2009-04-23 view commit differentiate between "Cancel" and "Discard changes"
  • +
  • 2009-04-21 view commit Fix up few warnings (especially on 64bits platforms).
  • +
  • 2009-04-21 view commit fixed metadata.confirm_on_dir_change
  • +
  • 2009-04-21 view commit added possibility to show modifiied metadata before write
  • +
  • 2009-04-20 view commit added remote interface for exporting additional info (sidecars, destination) to external commands
  • +
  • 2009-04-20 view commit write info and debugging messages to stderr
  • +
  • 2009-04-20 view commit improved remote protocol to allow bidirectional communication
  • +
  • 2009-04-17 view commit fixed tests for vd_find_row return value
  • +
  • 2009-04-14 view commit German translation updated
  • +
  • 2009-04-14 view commit French translation was updated.
  • +
  • 2009-04-13 view commit color profile fixes
  • +
  • 2009-04-13 view commit show color management status on statusbar
  • +
  • 2009-04-13 view commit support X11 screen profile http://freedesktop.org/wiki/ICC_Profiles_in_X_Specification_0.3
  • +
  • 2009-04-13 view commit moved color profiles from statusbar to View menu
  • +
  • 2009-04-12 view commit German translation updated
  • +
  • 2009-04-12 view commit French translation was updated.
  • +
  • 2009-04-12 view commit Update POTFILES.in
  • +
  • 2009-04-12 view commit fixed ambiguous strings
  • +
  • 2009-04-11 view commit improved default keyword tree
  • +
  • 2009-04-11 view commit Fix that the output of msgfmt could be singular
  • +
  • 2009-04-11 view commit Allow to configure case handling of keywords
  • +
  • 2009-04-11 view commit fixed updating of filelist marks
  • +
  • 2009-04-11 view commit Adding debian packaging informations
  • +
  • 2009-04-11 view commit Implementing CTRL-W to close advanced exif window
  • +
  • 2009-04-10 view commit Just update the internal sort method
  • +
  • 2009-04-10 view commit Implement random sort method for collections
  • +
  • 2009-04-10 view commit Fix the broken statistic generation
  • +
  • 2009-04-10 view commit German translation updated
  • +
  • 2009-04-10 view commit Add pgettext for some ambiguous strings
  • +
  • 2009-04-09 view commit Minor french translations fixes.
  • +
  • 2009-04-09 view commit Fix histogram labels in french.
  • +
  • 2009-04-09 view commit French translation was updated.
  • +
  • 2009-04-08 view commit improved Exiv2 error reporting: - use correct charset - respect --debug
  • +
  • 2009-04-06 view commit Nest new keywords inside existing
  • +
  • 2009-04-06 view commit Fix the is_keyword bug
  • +
  • 2009-04-06 view commit Set the focus for new keyword dialog
  • +
  • 2009-04-06 view commit Disable unused functions when compiled without threads support, prevents few warnings.
  • +
  • 2009-04-06 view commit Fix up event source ids type: gint -> guint. Functions like g_timeout_add() or g_idle_add() return a guint greater than 0, but in most places it was wrongly stored as int and initialized to -1. This broke assertions matching in g_source_remove() for example since id was always greater than 0 even when timer was not set (-1 was casted to the biggest guint).
  • +
  • 2009-04-06 view commit re-ordered some options, improved descriptions
  • +
  • 2009-04-06 view commit unconditionally enable fast jpeg thumbnailing
  • +
  • 2009-04-06 view commit added pane_notify_selection to pane API
  • +
  • 2009-04-06 view commit Remove unused field in IconData.
  • +
  • 2009-04-06 view commit optimized sidecar file check
  • +
  • 2009-04-05 view commit fixed bug in overlay drawing
  • +
  • 2009-04-05 view commit improved Scroll reset method in preferences dialog
  • +
  • 2009-04-04 view commit disabled 2-pass rendering also affect color correction https://sourceforge.net/tracker/?func=detail&aid=2689249&group_id=222125&atid=1054683
  • +
  • 2009-04-04 view commit added option that simplifies saving of multi-window configurations
  • +
  • 2009-04-04 view commit dropped show_copy_path option
  • +
  • 2009-04-04 view commit dropped read_buffer options - they don't have any significant effect
  • +
  • 2009-04-04 view commit startup path options simplified and moved to layout options
  • +
  • 2009-04-04 view commit moved options from Advanced tab to other tabs TODO: add Advanced section on each tab
  • +
  • 2009-04-04 view commit added metadata_read_GPS_coord
  • +
  • 2009-04-04 view commit set current fd when the bar is shown again https://sourceforge.net/tracker/?func=detail&atid=1054680&aid=2729157&group_id=222125
  • +
  • 2009-04-03 view commit convert commandline to utf8
  • +
  • 2009-04-02 view commit Force thumbnails refreshing when thumbnails dimensions are modified through Preferences.
  • +
  • 2009-04-02 view commit Use full path in genmarshal. This allows out of source builds with fakeroot. Patch by Lukas Jirkovsky.
  • +
  • 2009-03-31 view commit Cleanup.
  • +
  • 2009-03-31 view commit improved next/prev operation on sidecar files
  • +
  • 2009-03-31 view commit Add and install a template to be used as new editor. Need more work.
  • +
  • 2009-03-31 view commit fixed vdlist_find_row return value
  • +
  • 2009-03-31 view commit use a better signal
  • +
  • 2009-03-31 view commit Make desktop window list checkboxes centered and not activatable.
  • +
  • 2009-03-31 view commit improved debug messages
  • +
  • 2009-03-31 view commit report pixbuf loader errors https://sourceforge.net/tracker/?func=detail&aid=2720577&group_id=222125&atid=1054680
  • +
  • 2009-03-31 view commit Allow to delete an editor's desktop file from editors list window.
  • +
  • 2009-03-30 view commit Update POTFILES.in and french translation.
  • +
  • 2009-03-30 view commit French translation was updated.
  • +
  • 2009-03-30 view commit Update Changelog file.
  • +
  • 2009-03-30 view commit Fixed bug where pixel/color information at x=0 coordinates werent shown: - pixel-coordinates now calculated with floor - guard for update in layout does not apply for 0 coordinates anymore
  • +
  • 2009-03-30 view commit Fix up previous patch.
  • +
  • 2009-03-30 view commit Desktop files window: make columns sortable, replace Apply and OK buttons by one Save button which is made sensitive when needed.
  • +
  • 2009-03-29 view commit improved bar_pane_comment_notify_cb
  • +
  • 2009-03-29 view commit fixed a typo
  • +
  • 2009-03-29 view commit fixed possible crash
  • +
  • 2009-03-29 view commit added UfRaw ID files to known filetypes
  • +
  • 2009-03-29 view commit pane interface cleanup
  • +
  • 2009-03-29 view commit improved sidebar configuration
  • +
  • 2009-03-29 view commit re-added possibility to display basic file info (size, mode, date)
  • +
  • 2009-03-28 view commit fixed keyboard focus on start-up https://sourceforge.net/tracker/?func=detail&aid=2707025&group_id=222125&atid=1054680
  • +
  • 2009-03-28 view commit active image follows keyboard focus
  • +
  • 2009-03-28 view commit split-mode cleanup and improvements
  • +
  • 2009-03-27 view commit added simple desktop file editor
  • +
  • 2009-03-26 view commit Improve editors through .desktop files implementation: - stricter Exec parameters detection - correct Icon key handling (absolute file vs name and --icon prefix) - improved escape, single, double quotes handling and escaping
  • +
  • 2009-03-26 view commit fixed histogram drawing
  • +
  • 2009-03-23 view commit French translation was updated.
  • +
  • 2009-03-21 view commit more consistent remote options naming
  • +
  • 2009-03-21 view commit fixed segfault in histogram http://sourceforge.net/tracker/index.php?func=detail&aid=2690498&group_id=222125&atid=1054680
  • +
  • 2009-03-21 view commit layout id "_current_" matches the currently active layout window
  • +
  • 2009-03-21 view commit do not copy existing layout id to new window
  • +
  • 2009-03-21 view commit update translated pane titles
  • +
  • 2009-03-20 view commit do not re-create ui_manager at layout change
  • +
  • 2009-03-20 view commit added a possibility to update existing bars from config
  • +
  • 2009-03-20 view commit added tooltips to external editors on toolbar - patch by Colin Clark
  • +
  • 2009-03-20 view commit added "load config" command to remote control
  • +
  • 2009-03-20 view commit added possibility to update existing layout window from config
  • +
  • 2009-03-20 view commit do not add duplicate keywords from config file
  • +
  • 2009-03-20 view commit be more verbose on parse errors
  • +
  • 2009-03-20 view commit added function to reload external editors at any time eliminated init_after_global_options()
  • +
  • 2009-03-19 view commit initialization clean-up
  • +
  • 2009-03-19 view commit improved config file formatting
  • +
  • 2009-03-17 view commit added more IPTC tags
  • +
  • 2009-03-17 view commit implemented editing support in exif pane
  • +
  • 2009-03-17 view commit fixed loading of desktop file icons, gtk seems to expect an icon name without extension
  • +
  • 2009-03-17 view commit simplified code
  • +
  • 2009-03-17 view commit improved expanding and hiding of helper keywords
  • +
  • 2009-03-17 view commit fixed keyword tree redrawing
  • +
  • 2009-03-17 view commit Preliminary support for doxygen: make doxygen-doc will create documentation from sources in doc/doxygen directory.
  • +
  • 2009-03-16 view commit gint -> gboolean where applicable. The end (ouf!).
  • +
  • 2009-03-16 view commit gint -> gboolean where applicable.
  • +
  • 2009-03-16 view commit gint -> gboolean where applicable.
  • +
  • 2009-03-15 view commit improved pane_keywords notification
  • +
  • 2009-03-15 view commit call the notify function just once when the keywords are pushed to the textarea
  • +
  • 2009-03-15 view commit gint -> gboolean.
  • +
  • 2009-03-15 view commit fixed segfault in osd called from img-view http://sourceforge.net/tracker/index.php?func=detail&aid=2684068&group_id=222125&atid=1054680
  • +
  • 2009-03-15 view commit gint -> gboolean.
  • +
  • 2009-03-15 view commit fixed viewing image from dupe and search windows
  • +
  • 2009-03-15 view commit gint -> gboolean.
  • +
  • 2009-03-15 view commit gint -> gboolean.
  • +
  • 2009-03-15 view commit fixed XMP and IPTC entry names in exif pane
  • +
  • 2009-03-15 view commit added notification to the exif pane
  • +
  • 2009-03-15 view commit fixed a bug in osd updating, it seems that the osd icons work again
  • +
  • 2009-03-15 view commit compute histogram in idle time
  • +
  • 2009-03-15 view commit fixed possible deadlock with multiple thumb loaders in parallel
  • +
  • 2009-03-15 view commit gint -> gboolean.
  • +
  • 2009-03-14 view commit completely separated global and layout window options layout window configuration is available under separate menu entry
  • +
  • 2009-03-14 view commit gint -> gboolean.
  • +
  • 2009-03-14 view commit More gboolean.
  • +
  • 2009-03-14 view commit Use gboolean where applicable, minor cleanup and indentations fixes.
  • +
  • 2009-03-14 view commit improved notification system
  • +
  • 2009-03-14 view commit More gboolean and tidy up.
  • +
  • 2009-03-14 view commit cleanup, small fixes
  • +
  • 2009-03-13 view commit do not allow to add keywords with the same name as siblings
  • +
  • 2009-03-13 view commit added keyword tree filtering
  • +
  • 2009-03-13 view commit show file name in advanced_exif
  • +
  • 2009-03-13 view commit handle sidecar files for raw formats that are not known to exiv2
  • +
  • 2009-03-13 view commit fixed keyword to mark connection
  • +
  • 2009-03-12 view commit Use gboolean where applicable.
  • +
  • 2009-03-12 view commit Make ishidden() static to filedata.c and rename it is_hidden_file().
  • +
  • 2009-03-12 view commit gint -> gboolean and tidy up.
  • +
  • 2009-03-12 view commit added a dialog for editing keyword tree
  • +
  • 2009-03-12 view commit Use gboolean where applicable, for the sake of consistency.
  • +
  • 2009-03-11 view commit Code cleanup.
  • +
  • 2009-03-11 view commit Fix bug when adding a new collection through sort manager. Tidy up.
  • +
  • 2009-03-11 view commit Tidy up.
  • +
  • 2009-03-11 view commit Use gboolean pseudo type where applicable.
  • +
  • 2009-03-11 view commit Remove useless functions.
  • +
  • 2009-03-11 view commit added a popup menu in keyword tree
  • +
  • 2009-03-11 view commit Use dynamic allocation for editor key passed to various callbacks.
  • +
  • 2009-03-10 view commit fixed saving of file_view_type
  • +
  • 2009-03-10 view commit Remove now useless element.
  • +
  • 2009-03-10 view commit Remove the toggle on advanced exif window menu item.
  • +
  • 2009-03-09 view commit Add missing g_key_file_free() call.
  • +
  • 2009-03-09 view commit Fix editor_command_path_parse().
  • +
  • 2009-03-09 view commit Revert changeset 1502. It brokes the spec: hidden desktop files from user directory should hide files from system directory with the same name.
  • +
  • 2009-03-09 view commit Only store editors if they match criterias to not be hidden from start, it makes more sense. Fix editor_command_path_parse().
  • +
  • 2009-03-08 view commit Introduce EditorFlags type, cleanup.
  • +
  • 2009-03-08 view commit save and restore the keyword tree
  • +
  • 2009-03-08 view commit fixed crash with certain layout configurations
  • +
  • 2009-03-08 view commit Cleanup and minor fixes.
  • +
  • 2009-03-08 view commit Advanced exif window: make all columns sortable and resizable.
  • +
  • 2009-03-08 view commit Add helper macros EDITOR_ERRORS() and EDITOR_ERRORS_BUT_SKIPPED() to clean up the code a bit. Minor tidy up.
  • +
  • 2009-03-08 view commit Fix up editor execution.
  • +
  • 2009-03-08 view commit Display icons in edit contextual menu.
  • +
  • 2009-03-08 view commit In various Edit context menus, only display editors that match the file types in the selection.
  • +
  • 2009-03-08 view commit dnd fixes
  • +
  • 2009-03-08 view commit dnd fixes
  • +
  • 2009-03-08 view commit allow dropping of multiple keywords
  • +
  • 2009-03-08 view commit show a label instead of the default drag icon
  • +
  • 2009-03-08 view commit dnd in keywords tree improved dnd in advanced exif
  • +
  • 2009-03-07 view commit implemented keywords editor as described at http://geeqie.wiki.sourceforge.net/keywords keyword tree is hardcoded for now TODO: configuration
  • +
  • 2009-03-07 view commit French translation was updated.
  • +
  • 2009-03-07 view commit Use a common function bar_pane_expander_title() to set expanders title widget.
  • +
  • 2009-03-06 view commit Try to improve tab completion: when a key is pressed while tab completion menu is shown, the number of entries is reduced, dhowing all matching entries but the menu is no more closed after each key pressure. Number of possible entries in this menu was increased from 500 to 1000. Pressing TAB when path entry is empty now adds / (root directory).
  • +
  • 2009-03-06 view commit simplified bar interface
  • +
  • 2009-03-06 view commit Add debug versions of path_to_utf8() and path_from_utf8() which allows to report the caller file and line, this is enabled with --enable-debug-flags (and developer mode too).
  • +
  • 2009-03-06 view commit Fix utf8/locale conversion warning: the path passed to isdir() is not in UTF8 (if local fs is not in UFT8) so do not use it (isdir() uses stat_utf8() which calls path_from_utf8()).
  • +
  • 2009-03-06 view commit enable wrap mode in comment pane
  • +
  • 2009-03-06 view commit use standard GtkHPaned for sidebar width
  • +
  • 2009-03-06 view commit Fix tab completion when entering "/et[TAB]" it was changed to "et", this is fixed.
  • +
  • 2009-03-05 view commit do not crash if an exif entry is deleted during editing
  • +
  • 2009-03-05 view commit added popup menu to the exif pane
  • +
  • 2009-03-04 view commit indicate that the exif pane is empty
  • +
  • 2009-03-04 view commit prepared exif pane for popup menu
  • +
  • 2009-03-04 view commit layout_status_update_pixel_cb(): cleanup and optimization, drop pango markup in i18n string, use a small function to calculate numbers length, only allocate text when needed.
  • +
  • 2009-03-04 view commit dnd from advanced exif window to exif pane
  • +
  • 2009-03-04 view commit Display pixel coordinates and rgb - patch by Ruben Stein
  • +
  • 2009-03-03 view commit reorder exif pane entries with drag and drop
  • +
  • 2009-03-02 view commit overlay now survives image split
  • +
  • 2009-03-02 view commit Random tidy up.
  • +
  • 2009-03-02 view commit Fix memleak in previous patch.
  • +
  • 2009-03-02 view commit Add a directory separator at the end of names in tab completion list to indicate directories.
  • +
  • 2009-03-01 view commit Align exif labels vertically (visually better since name is now smaller than value).
  • +
  • 2009-03-01 view commit Update POTFILES.in and french translation.
  • +
  • 2009-03-01 view commit When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
  • +
  • 2009-03-01 view commit make the exif pane grow-only - this reduces sidebar jumping
  • +
  • 2009-03-01 view commit When g_new0() is used, drop redundant initializations to NULL, FALSE or 0.
  • +
  • 2009-03-01 view commit Clarify colorspace determination (exif 2.2/2.21).
  • +
  • 2009-03-01 view commit Enable 'Use profile from image' item of color management menu only if such profile information is available from image.
  • +
  • 2009-03-01 view commit Improve file checks using is_readable_file().
  • +
  • 2009-03-01 view commit Only attempt to read exif if the file is readable.
  • +
  • 2009-03-01 view commit Introduce is_readable_file() which test if file exists, is regular and readable.
  • +
  • 2009-03-01 view commit image_select(), image_set_selectable(): tidy up.
  • +
  • 2009-03-01 view commit Indentation fixes.
  • +
  • 2009-03-01 view commit image_post_process_color(): remove exif parameter, just extract it when needed.
  • +
  • 2009-03-01 view commit Slightly modify access_file() and use it to test profile files existence and read access.
  • +
  • 2009-03-01 view commit Add an ellipse when the file name is truncated.
  • +
  • 2009-03-01 view commit In the side bar, display the filename without the 'Filename:' prefix and makes it centered. Allow to select it for copy'n'paste.
  • +
  • 2009-03-01 view commit dropped ExifUIList
  • +
  • 2009-03-01 view commit do not use separate list of entries, rely on vbox
  • +
  • 2009-03-01 view commit fixed possible crash
  • +
  • 2009-02-28 view commit rewritten exif pane to support arbitrary number of entries
  • +
  • 2009-02-28 view commit max value -> value. Shorter.
  • +
  • 2009-02-28 view commit Add missing space between while and first parenthesis.
  • +
  • 2009-02-28 view commit Add missing space between switch and first parenthesis.
  • +
  • 2009-02-28 view commit No space between function name and first parenthesis, it eases greping (see CODING).
  • +
  • 2009-02-28 view commit Prevent Gtk assertion failures when no icon is set.
  • +
  • 2009-02-28 view commit show histogram label in the title adjusted label texts
  • +
  • 2009-02-28 view commit give the panes more control over expander title
  • +
  • 2009-02-28 view commit Color profiles menu: test for file access before allowing to select it as input profile.
  • +
  • 2009-02-28 view commit load icons for external editors
  • +
  • 2009-02-28 view commit Use g_utf8_casefold() to compare keywords, uppercased/lowercased keywords are now matched against predefined list.
  • +
  • 2009-02-28 view commit fixed bar_histogram headers
  • +
  • 2009-02-28 view commit Minor simplification and cleanup.
  • +
  • 2009-02-28 view commit image_change_complete(): reduce code redundancy and implify.
  • +
  • 2009-02-28 view commit fixed overlay configuration split overlay options between global and layout window
  • +
  • 2009-02-28 view commit save and restore toolbar configuration
  • +
  • 2009-02-28 view commit create toolbar from ui_manager
  • +
  • 2009-02-27 view commit Really fix up color profiles options tests. Add an indicator of the embedded color profile when recognized (a * just after sRGB or AdobeRGB compatible).
  • +
  • 2009-02-27 view commit Fix up color profiles menu: mark empty entries (but not NULL) as inactive.
  • +
  • 2009-02-27 view commit compute histmap in idle callback and only if the histogram is expanded
  • +
  • 2009-02-26 view commit Add a tooltip showing current histogram state on bar histogram.
  • +
  • 2009-02-26 view commit Clean up histogram stuff: options saving/restoring, osd histogram separation, tidy up.
  • +
  • 2009-02-26 view commit Add .bak and .mo extensions to svn:ignore.
  • +
  • 2009-02-26 view commit quoted_value is no longer needed
  • +
  • 2009-02-25 view commit Silent a minor warning.
  • +
  • 2009-02-25 view commit correctly save and restore overlay string
  • +
  • 2009-02-25 view commit Save bar pane histogram state to rc file.
  • +
  • 2009-02-25 view commit Fix up bar pane histogram contextual menu: show current state for channel and log mode.
  • +
  • 2009-02-25 view commit reuse original utility_box (image + sidebars) on layout change (switch from list to icon view etc.)
  • +
  • 2009-02-25 view commit fixed filter initialization
  • +
  • 2009-02-24 view commit improved bar_sort configuration
  • +
  • 2009-02-24 view commit Add a contextual menu on bar pane histogram allowing to change channels and mode. More work needed.
  • +
  • 2009-02-24 view commit fixed --fullscreen option together with enabled bar
  • +
  • 2009-02-24 view commit simplified and improved bar configuration
  • +
  • 2009-02-24 view commit Enclose macro parameters names with _ to differentiate them from variable names.
  • +
  • 2009-02-24 view commit Since READ_*() macros are now exported, do not hide the if() continue; statement in them. Wrap WRITE_STRING() instructions in a safer do {} while (0).
  • +
  • 2009-02-23 view commit simplified config writing
  • +
  • 2009-02-23 view commit enabled commandline again
  • +
  • 2009-02-23 view commit Introduce helpers histogram_toggle_channel() and histogram_toggle_mode().
  • +
  • 2009-02-22 view commit Set svn:ignore on Makefile and Makefile.in.
  • +
  • 2009-02-22 view commit Fix and simplify histogram code, drop histogram based on mean value.
  • +
  • 2009-02-22 view commit config file format changed to XML save and restore all layout windows save and restore sidebar configuration
  • +
  • 2009-02-22 view commit Attempt to simplify and fix histrogram code.
  • +
  • 2009-02-21 view commit Glibification again.
  • +
  • 2009-02-21 view commit French translation was updated.
  • +
  • 2009-02-21 view commit Glibification.
  • +
  • 2009-02-21 view commit Move grid color setting to histogram_new().
  • +
  • 2009-02-21 view commit Remove histogram_ prefix from struct _Histogram fields names and rename them more properly.
  • +
  • 2009-02-21 view commit Add grid to bar histogram, simplify the code and draw horizontal lines too.
  • +
  • 2009-02-19 view commit Fix bug 2599857: file list sort order was wrong in many cases.
  • +
  • 2009-02-16 view commit fixed compiler warning
  • +
  • 2009-02-16 view commit hopefully fixed a freeze on solaris
  • +
  • 2009-02-15 view commit added histogram pane
  • +
  • 2009-02-15 view commit fixed histogram drawing
  • +
  • 2009-02-15 view commit Remove redundant line of code.
  • +
  • 2009-02-15 view commit Fix up few compilation warnings.
  • +
  • 2009-02-15 view commit histogram caching histogram interface prepared for histogram pane
  • +
  • 2009-02-15 view commit separated "normal" and advanced exif, "Normal" exif is now in the generic bar, advanced exif is in separate window.
  • +
  • 2009-02-14 view commit droped Preferences dialog, sidebar should replace it completely
  • +
  • 2009-02-14 view commit replaced bar_info with an universal bar, restored the original functionality (more or less) bar configuration is not yet saved
  • +
  • 2009-02-09 view commit Update ChangeLog using C locale date format, add a script to ease future updates.
  • +
  • 2009-02-07 view commit force at least one idle call before writting metadata (without this the exit_program_write_metadata_cb could be called before the exit_program function finished)
  • +
  • 2009-02-07 view commit use metadata_read_* functions where possible switch exiv2 to utf8 charset support for exiv2 formatting that depends on other tags: http://dev.robotbattle.com/bugs/view.php?id=0000516
  • +
  • 2009-02-06 view commit Start with "Fit to window" in "Leave Zoom at previous setting" mode
  • +
  • 2009-02-06 view commit do not switch to the next image on mouse click in split mode it interferes with image switching too much
  • +
  • 2009-02-06 view commit improved labels of some menu items
  • +
  • 2009-02-04 view commit Add year 2009 to copyright info everywhere.
  • +
  • 2009-02-04 view commit Fix up the copyright years info.
  • +
  • 2009-02-04 view commit Update README header.
  • +
  • 2009-02-04 view commit Speed up random slideshow, startup time decreases from minutes to seconds when amount of images is big. Patch by Kjell Morgenstern.
  • +
  • 2009-02-04 view commit Do not show geeqie itself in editors menus.
  • +
  • 2009-02-03 view commit do not translate already translated texts from desktop files
  • +
  • 2009-02-03 view commit Add support for NoDisplay (entry is then hidden) and Type (only Application type is valid here) keys.
  • +
  • 2009-02-03 view commit Reorder fields a bit and make flags field unsigned.
  • +
  • 2009-02-03 view commit editor_list_get() now returns a sorted list, this way items appear in the same order in all menus.
  • +
  • 2009-02-02 view commit improved placing of external commands in menu small menu improvements
  • +
  • 2009-02-01 view commit test TryExec, xdg_data_home added to the list of directories
  • +
  • 2009-02-01 view commit fixed switch from single to split image
  • +
  • 2009-02-01 view commit read external editors from .desktop files
  • +
  • 2009-01-29 view commit Sort the list alphabetically and remove an empty line.
  • +
  • 2009-01-29 view commit switched to po/LINGUAS, see http://live.gnome.org/GnomeGoals/PoLinguas (new glib-gettextize does not support the old method)
  • +
  • 2009-01-29 view commit gint -> gboolean.
  • +
  • 2009-01-29 view commit Invert Horizontally vs vertically zoom fit, it was a TRUE/FALSE mismatch, reported by Christopher Beland.
  • +
  • 2009-01-29 view commit Remove harmful documentation.helpdir and documentation.htmldir options. These paths can still be modified through --with-readmedir and --htmldir configure options. Reported by Christopher Beland.
  • +
  • 2009-01-29 view commit added SIGBUS handler
  • +
  • 2009-01-26 view commit fixed compilation with lirc
  • +
  • 2009-01-26 view commit Silent two minor warnings: GtkSelectionData data field is guchar* while g_strndup() wants gchar * as first parameter.
  • +
  • 2009-01-26 view commit Remove --enable-compile-warnings from autogen.sh, it was passed to configure which knows nothing about this option.
  • +
  • 2009-01-26 view commit Move -Wall before -Wno-* options for them to have any effect.
  • +
  • 2009-01-26 view commit Keep -O0 over -O2 as requested by Vladimir.
  • +
  • 2009-01-26 view commit Add -Wformat and -Wformat-security gcc options when --enable-debug-flags is set, move default optimization to -O2 by default (-O0 is only useful for specific debugging purposes).
  • +
  • 2009-01-26 view commit Fix a major bug in utf8_compare(): when case_sensitive is true, s1_t and s2_t were uninitialized, leading to unpredicable results.
  • +
  • 2009-01-25 view commit added the original COPYING file from GQview - we can't rely on autogen.sh
  • +
  • 2009-01-25 view commit updated ChangeLog from svn log
  • +
  • 2009-01-25 view commit fixed gthread detection
  • +
  • 2009-01-25 view commit do not ignore newly created sidecars
  • +
  • 2009-01-24 view commit adjusted marks spacing to align them with the marks filter
  • +
  • 2009-01-24 view commit Fix incorrect translation.
  • +
  • 2009-01-24 view commit fixed restoring of OSD at layout_image_full_screen_stop https://sourceforge.net/tracker/index.php?func=detail&aid=2039839&group_id=222125&atid=1054680
  • +
  • 2009-01-24 view commit fixed glib warning
  • +
  • 2009-01-24 view commit updated version string
  • +
  • 2009-01-24 view commit Silent two compilation warnings.
  • +
  • 2009-01-24 view commit French translation was updated.
  • +
  • 2009-01-23 view commit fixed possible crash
  • +
  • 2009-01-21 view commit enable threads by default
  • +
  • 2009-01-21 view commit compilation fixes for older exiv2
  • +
  • 2009-01-20 view commit improved metadata preferences
  • +
  • 2009-01-20 view commit fixed possible segfault
  • +
  • 2009-01-11 view commit show symlinks in filelist
  • +
  • 2009-01-11 view commit fixed includes
  • +
  • 2009-01-11 view commit added a status bar button for writting metadata immediately
  • +
  • 2009-01-11 view commit metadata write mode (direct or sidecar) made configurable for each file format
  • +
  • 2009-01-10 view commit simplified metadata interface, dropped metadata_read, fixes for older exiv2 versions
  • +
  • 2009-01-04 view commit When "Remember print settings" is checked, save _all_ settings. Before this patch, text fields, text size, source, layout and image scale properties were not saved.
  • +
  • 2009-01-04 view commit French translation was updated.
  • +
  • 2009-01-03 view commit Silent warnings.
  • +
  • 2009-01-03 view commit write keywords and comments with separate functions
  • +
  • 2009-01-02 view commit fixed updating of selection after deleting the last image from the list
  • +
  • 2009-01-02 view commit do not enter a directory after rename fixed dir tree updating http://sourceforge.net/tracker/index.php?func=detail&aid=2481287&group_id=222125&atid=1054680
  • +
  • 2009-01-02 view commit added done callback to utilops used the callback for metadata writting at exit and for renaming new folder
  • +
  • 2009-01-02 view commit fixed view_dir notification
  • +
  • 2009-01-02 view commit sidecar files grouping was made case-insensitive added possibility to use macros %raw, %image, %meta in extensions lists
  • +
  • 2008-12-27 view commit fixed writting of legacy metadata
  • +
  • 2008-12-26 view commit optimized get_mark_func fixed reference counting bug
  • +
  • 2008-12-26 view commit remove cached entries on all changes
  • +
  • 2008-12-26 view commit fixed previous change
  • +
  • 2008-12-26 view commit improved sidecar writting private metadata can be saved in xmp format
  • +
  • 2008-12-25 view commit implemented a possibility to connect keywords with marks
  • +
  • 2008-12-25 view commit low-level keyword-to-mark functionality
  • +
  • 2008-12-25 view commit perform internal commands in idle call
  • +
  • 2008-12-23 view commit allow writing of empty keywords/comment
  • +
  • 2008-12-23 view commit added change notification to bar_info.c
  • +
  • 2008-12-23 view commit improved buffering and notifications
  • +
  • 2008-12-23 view commit write changes immediately, the necessary buffering is done on lower level in metadata.c
  • +
  • 2008-12-22 view commit file class made configurable in preferences
  • +
  • 2008-12-22 view commit French translation was updated.
  • +
  • 2008-12-22 view commit write metadata after timeout, image change or dir change
  • +
  • 2008-12-22 view commit show metadata options in preferences dialog
  • +
  • 2008-12-21 view commit fixed safe delete
  • +
  • 2008-12-21 view commit most of the metadata options now works
  • +
  • 2008-12-21 view commit fixed new options
  • +
  • 2008-12-21 view commit French translation was updated.
  • +
  • 2008-12-20 view commit added options for metadata - not yet used
  • +
  • 2008-12-20 view commit Fix two minor compilation warnings.
  • +
  • 2008-12-20 view commit 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 view commit use the workflow in utilops.c for metadata approving and writting TODO: configuration
  • +
  • 2008-12-16 view commit queue metadata and write them in an idle callback
  • +
  • 2008-12-15 view commit prepared infrastructure for delayed metadata writting - refreshing metadata immediately before writting is now possible
  • +
  • 2008-12-15 view commit 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 view commit French translation was updated.
  • +
  • 2008-12-09 view commit 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 view commit Display error dialog with appropriate message when user is trying to open an invalid collection file.
  • +
  • 2008-12-08 view commit Cosmetic fix.
  • +
  • 2008-12-07 view commit 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 view commit handle the case when io.open() fails
  • +
  • 2008-12-06 view commit disabled the "unused parameter" warnings, they are harmless and nobody is going to fix it ;) (note: -W is equivalent to -Wextra)
  • +
  • 2008-12-02 view commit Rename few variables to make the code more readable.
  • +
  • 2008-11-30 view commit keyword_list_find() -> find_string_in_list(), return gboolean.
  • +
  • 2008-11-30 view commit metadata_set_keywords() -> metadata_set(). Use gboolean type for boolean parameters.
  • +
  • 2008-11-30 view commit Rename most comment_*() functions to more appropriate metadata_*().
  • +
  • 2008-11-30 view commit 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 view commit Do not hardcode exif formatted prefix.
  • +
  • 2008-11-27 view commit Fix up sign-related warning.
  • +
  • 2008-11-27 view commit Fix up unsigned expression always true warning.
  • +
  • 2008-11-27 view commit Resync .h with .c declarations.
  • +
  • 2008-11-27 view commit Fix up pointer signedness warnings.
  • +
  • 2008-11-27 view commit Fix up not a prototype warning.
  • +
  • 2008-11-27 view commit Remove unused variable.
  • +
  • 2008-11-27 view commit Fix up deprecated function and not a prototype warnings.
  • +
  • 2008-11-26 view commit Handle return values better to silent some warnings.
  • +
  • 2008-11-26 view commit Print a message if chown() or chmod() fail.
  • +
  • 2008-11-26 view commit Fix up format vs type warning.
  • +
  • 2008-11-25 view commit Move comments/keywords read and write stuff to new metadata.{c,h}.
  • +
  • 2008-11-25 view commit Fix up unsigned expression always true/false warnings.
  • +
  • 2008-11-23 view commit Hide .gqv extension from collection name in collection window title and recent menu list.
  • +
  • 2008-11-23 view commit 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 view commit 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 view commit 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 view commit When more than one image is selected, Split Horizontal, Vertical and Quad will use selected images when initialized.
  • +
  • 2008-11-22 view commit Tidy up.
  • +
  • 2008-11-22 view commit Use common code for layout_image_setup_split_none() too.
  • +
  • 2008-11-22 view commit layout_image_setup_split_*(): simplify code.
  • +
  • 2008-11-22 view commit layout_image_setup_split_*(): move common code to a new function layout_image_setup_split_common().
  • +
  • 2008-11-22 view commit 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 view commit Force font weight and style to normal for keys.
  • +
  • 2008-11-20 view commit Fix up yet unmarked keys.
  • +
  • 2008-11-20 view commit Fix compilation warnings.
  • +
  • 2008-11-20 view commit Fix up some missing html code.
  • +
  • 2008-11-19 view commit More keys.
  • +
  • 2008-11-19 view commit Fix text wrongly marked as key.
  • +
  • 2008-11-19 view commit Mark keyboard keys with a span and make them look like a key through css style.
  • +
  • 2008-11-19 view commit Replace [Control] by shorter and more common [Ctrl].
  • +
  • 2008-11-19 view commit Unify [Shift] and [Control] notation.
  • +
  • 2008-11-19 view commit Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
  • +
  • 2008-11-19 view commit Update documentation.
  • +
  • 2008-11-17 view commit Fix up links and various enhancements.
  • +
  • 2008-11-17 view commit Remove colored background in headings for printable version.
  • +
  • 2008-11-17 view commit 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 view commit Comment out css code that slipped through by cut'n paste error. It may be useful at some time though.
  • +
  • 2008-11-16 view commit Add specific css for print media(has to be improved).
  • +
  • 2008-11-16 view commit Update svn:ignore property: add some files and replace gqview by geeqie where applicable.
  • +
  • 2008-11-15 view commit Implement preliminary support for XDG Base Directory Specification. See http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html.
  • +
  • 2008-11-15 view commit Replace cache_ensure_dir_exists() by new recursive_mkdir_if_not_exists().
  • +
  • 2008-11-15 view commit fixed usage of deprecated functions - patch by Omari Stephens
  • +
  • 2008-11-15 view commit Rename check_for_home_path() to mkdir_if_not_exists().
  • +
  • 2008-11-15 view commit Use functions to return directories instead of constants. Following functions were added: get_collections_dir() get_metadata_cache_dir() get_rc_dir() get_thumbnails_cache_dir() get_trash_dir()
  • +
  • 2008-11-15 view commit Add a wrapper around system() call named runcmd() which allows easier debugging. Improve the code launching the help browser.
  • +
  • 2008-11-14 view commit Fix up Makefile.am: add missing files and do not install template.html.
  • +
  • 2008-11-12 view commit Fix a cut'n'paste error.
  • +
  • 2008-11-12 view commit More precise description of the pan view find feature and a note about ressources eating was added.
  • +
  • 2008-11-12 view commit Add some information about the pan view.
  • +
  • 2008-11-12 view commit Add a note about splitted view.
  • +
  • 2008-11-12 view commit Add Connected zoom and Split menu items.
  • +
  • 2008-11-11 view commit Add missing s...
  • +
  • 2008-11-11 view commit Minor fixes.
  • +
  • 2008-11-11 view commit Give a new style to menus.
  • +
  • 2008-11-11 view commit Fix missing parts.
  • +
  • 2008-11-11 view commit Update main window menus description to match current Geeqie.
  • +
  • 2008-11-11 view commit Drop dots.
  • +
  • 2008-11-11 view commit Update exif pane documentation a bit.
  • +
  • 2008-11-11 view commit Add Properties Options page.
  • +
  • 2008-11-11 view commit Advanced options documentation is now almost in sync with current geeqie.
  • +
  • 2008-11-11 view commit More updates to advanced options documentation. Not yet finished.
  • +
  • 2008-11-10 view commit Page cleanup and fixed. Remove obsolete note.
  • +
  • 2008-11-10 view commit Add missing link.
  • +
  • 2008-11-10 view commit Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
  • +
  • 2008-11-10 view commit Let subsection menus match index style.
  • +
  • 2008-11-10 view commit Cosmetic changes in image search and find duplicates shortcuts tables.
  • +
  • 2008-11-10 view commit Tidy up.
  • +
  • 2008-11-10 view commit Move from xhtml transitional to xhtml strict.
  • +
  • 2008-11-10 view commit Minor cleanup.
  • +
  • 2008-11-10 view commit Tidy up and minor fixes.
  • +
  • 2008-11-10 view commit Notes cleanup and minor stylistic fixes.
  • +
  • 2008-11-10 view commit Various fixes and cleanup.
  • +
  • 2008-11-10 view commit Fix up some errors.
  • +
  • 2008-11-10 view commit Fix up unvalid xhtml.
  • +
  • 2008-11-10 view commit Fix up a broken link.
  • +
  • 2008-11-10 view commit Beautify the manual.
  • +
  • 2008-11-10 view commit Reformat more pages.
  • +
  • 2008-11-10 view commit Reformat remaining options pages.
  • +
  • 2008-11-10 view commit Reformatting: notes, advanced options page and more.
  • +
  • 2008-11-09 view commit Reformatting.
  • +
  • 2008-11-09 view commit Reformat and cleanup.
  • +
  • 2008-11-09 view commit More cleanup of tables.
  • +
  • 2008-11-09 view commit Cleanup some tables.
  • +
  • 2008-11-09 view commit Drop most old css classes.
  • +
  • 2008-11-09 view commit Move dialog descriptions to definitions lists, first step.
  • +
  • 2008-11-09 view commit Index cleanup.
  • +
  • 2008-11-09 view commit Move menu descriptions to definitions lists.
  • +
  • 2008-11-08 view commit Re-introduce Geeqie User Manual footer.
  • +
  • 2008-11-08 view commit Simplify bottom navigation table.
  • +
  • 2008-11-08 view commit Use col tags with id in top and bottom navigation tables.
  • +
  • 2008-11-08 view commit Add a generic spacer at the bottom of the page, remove now unused css classes.
  • +
  • 2008-11-08 view commit Add two css classes navtop and navbottom and remove unused ones.
  • +
  • 2008-11-08 view commit Add style.css to list of files to install.
  • +
  • 2008-11-08 view commit Move css styles to an external stylesheet.
  • +
  • 2008-11-06 view commit Remove reference to numbered section.
  • +
  • 2008-11-06 view commit Remove references to numbered sections.
  • +
  • 2008-11-06 view commit Simplify the table.
  • +
  • 2008-11-06 view commit 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 view commit 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 view commit 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 view commit Do not install doc/Makefile*. Reported and fixed by Krzysztof Kotlenga.
  • +
  • 2008-10-26 view commit Use h2/h3 tags where appropriate.
  • +
  • 2008-10-26 view commit Fixed doc/Makefile.am according to renamed doc files.
  • +
  • 2008-10-25 view commit Keyboard table cleanup attempt. Need more work.
  • +
  • 2008-10-25 view commit Move menus to unordered lists - step 2.
  • +
  • 2008-10-25 view commit Move menus to unordered lists - step 1.
  • +
  • 2008-10-25 view commit Align Previous to the left, drop useless col tags.
  • +
  • 2008-10-25 view commit Drop meta CREATED and CHANGED since they will never be updated and svn takes care of versions.
  • +
  • 2008-10-25 view commit Fix page titles.
  • +
  • 2008-10-25 view commit Drop chapters numbers from h1 title, and reformat top title a bit.
  • +
  • 2008-10-25 view commit Get rid off of chapters numbers in html documentation filenames. It will ease re-ordering.
  • +
  • 2008-10-23 view commit Update legal notice and copyright to mention The Geeqie Team.
  • +
  • 2008-10-23 view commit 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 view commit Change occurences of GQview and gqview to Geeqie and geeqie. Rename gqview_faq.html to faq.html
  • +
  • 2008-10-22 view commit 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 view commit Fix a cut and paste error when implementing the comment search (Klaus Ethgen)
  • +
  • 2008-10-20 view commit fixed failed assertion in exif_free
  • +
  • 2008-10-18 view commit create xmp sidecar when needed
  • +
  • 2008-10-18 view commit simple synchronization XMP <-> Exif, IPTC
  • +
  • 2008-10-18 view commit infrastructure for preprocessing of metadata
  • +
  • 2008-10-18 view commit fixed bar_exif separator
  • +
  • 2008-10-18 view commit reordered advanced exif columns
  • +
  • 2008-10-18 view commit no need to validate description, it is in utf8
  • +
  • 2008-10-17 view commit improved custom exif look: - use toggle instead of remove button - display description instead of property key
  • +
  • 2008-10-14 view commit follow Exiv2 SVN changes
  • +
  • 2008-10-12 view commit French translation was updated.
  • +
  • 2008-10-12 view commit 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 view commit Better handling of accels map file writing errors. Secure save is also used for those now, at the expense of a bit of duplication of gtk functions. It should fix bug 2146917 (debian BTS #501131), reported by Stanislav Maslovski.
  • +
  • 2008-10-11 view commit added option to use exif thumbnails - it requires exiv2 0.18 or the current svn - it is disabled by default because the exif thumbnails may be outdated if the image was edited
  • +
  • 2008-10-07 view commit French translation was updated.
  • +
  • 2008-10-07 view commit Fix up few signed vs unsigned warnings: exif_item_get_rational() last parameter is now of guint type.
  • +
  • 2008-10-07 view commit Implement the search for image comment - patch by Klaus Ethgen
  • +
  • 2008-10-07 view commit Fixed degree symbol encoding
  • +
  • 2008-10-07 view commit Adding a vim modeline to all files - patch by Klaus Ethgen
  • +
  • 2008-10-05 view commit fixed confirm_delete option
  • +
  • 2008-10-04 view commit fixed charset of exiv2 strings in non-utf8 locales
  • +
  • 2008-10-01 view commit Add support for GPSInfo - patch by Klaus Ethgen
  • +
  • 2008-09-29 view commit The comment section in the meta file is the last section. However it do not accept comment lines starting with a '['. This patch will fix that. - patch by Klaus Ethgen
  • +
  • 2008-09-29 view commit fixes executable right of images
  • +
  • 2008-09-29 view commit enlarge the dupe window - patch by Klaus Ethgen
  • +
  • 2008-09-27 view commit updated preview loader to work with current svn version of libexiv2
  • +
  • 2008-09-10 view commit use SHIFT for connected scroll and zoom
  • +
  • 2008-09-09 view commit reverted buggy part of rev. 1138 - it made the filelist jump unexpectedly
  • +
  • 2008-09-08 view commit added possibility to redraw only the parts of image that are already loaded
  • +
  • 2008-09-08 view commit Fix a compiler warning regarding argument type.
  • +
  • 2008-09-07 view commit Replaced gtk depreceated code.
  • +
  • 2008-09-07 view commit Shorten config_window_apply() a bit, reduce code redunancy.
  • +
  • 2008-09-04 view commit Update translations stats.
  • +
  • 2008-09-04 view commit French translation was updated.
  • +
  • 2008-09-04 view commit Allow all Preferences pages to scroll vertically. Reduce code redundancy.
  • +
  • 2008-09-04 view commit Allow to change image.scroll_reset_method in Preferences > Image.
  • +
  • 2008-09-04 view commit fixed various problems with preserving viewport on image change, options->image.scroll_reset_method should work again (it needs to be added to the preferences dialog)
  • +
  • 2008-09-03 view commit load thumbnails with lower priority TODO: maybe implement an exception for visible thumbnails
  • +
  • 2008-09-03 view commit Improve debug messages.
  • +
  • 2008-09-03 view commit adjusted default options
  • +
  • 2008-09-03 view commit adjusted redraw priority relative to icon drawing
  • +
  • 2008-09-03 view commit dropped IMAGE_THROTTLE_LARGER_IMAGES code
  • +
  • 2008-09-03 view commit fixed handling of broken images
  • +
  • 2008-09-01 view commit improved pixbuf draw priority control
  • +
  • 2008-09-01 view commit Use a constant for minimal window size. Set it to 32 for all dialogs.
  • +
  • 2008-09-01 view commit Remove redundant debug.h inclusion.
  • +
  • 2008-08-31 view commit fixed read ahead callback
  • +
  • 2008-08-31 view commit fixed error handling in image loader
  • +
  • 2008-08-31 view commit fixed possible endless loop
  • +
  • 2008-08-31 view commit Add a Save button to Preferences dialog, which allow to save options to file without quitting the application.
  • +
  • 2008-08-31 view commit Move quoted_value() and escquote_value() to misc.[ch].
  • +
  • 2008-08-31 view commit Move miscellaneous functions to their own files (new misc.[ch]).
  • +
  • 2008-08-31 view commit use GThreadPool
  • +
  • 2008-08-31 view commit improved thread support in image loader
  • +
  • 2008-08-31 view commit Move save/load_options() to options.[ch].
  • +
  • 2008-08-31 view commit Move sync_options_with_current_state() call to save_options().
  • +
  • 2008-08-31 view commit Move some code to new functions, to simplify main().
  • +
  • 2008-08-31 view commit Fix two minor compilation warnings.
  • +
  • 2008-08-30 view commit run image loader in separate thread this feature is disabled by default for now, it must be enabled by configure --enable-threads
  • +
  • 2008-08-30 view commit prepared image loader code for threads
  • +
  • 2008-08-30 view commit Allow to override documentation paths through options: - documentation.helpdir - documentation.htmldir Default values are set at configure time.
  • +
  • 2008-08-29 view commit converted image loader to a GObject and use signals for notification
  • +
  • 2008-08-29 view commit do not access image_loader directly
  • +
  • 2008-08-29 view commit added new raw preview interface for legacy exif
  • +
  • 2008-08-29 view commit fixed thumbnail loader for the new raw preview interface
  • +
  • 2008-08-28 view commit use mmaped files image loader implemented new interface for extracting raw previews experiments with previews support in SVN version of Exiv2
  • +
  • 2008-08-28 view commit Removed converting fd->name to utf8 from file_data_set_collate_keys(), because fd->name is utf8.
  • +
  • 2008-08-28 view commit Silent warnings about unused functions when lcms is not used.
  • +
  • 2008-08-27 view commit Comment out unused functions.
  • +
  • 2008-08-27 view commit Silent a compiler warning.
  • +
  • 2008-08-27 view commit const gpointer -> gconstpointer.
  • +
  • 2008-08-26 view commit Use gpointer instead of void *.
  • +
  • 2008-08-26 view commit Consistency: type * instead of type*.
  • +
  • 2008-08-26 view commit For the sake of consistency, use glib basic types everywhere.
  • +
  • 2008-08-26 view commit Indentation fixes.
  • +
  • 2008-08-26 view commit Fixed segfault when is run inside directory with non valid uft-8 image filename.
  • +
  • 2008-08-26 view commit Fixed calling "Image search" function in a directory without image.
  • +
  • 2008-08-25 view commit correctly maintain selection during iconlist refresh
  • +
  • 2008-08-25 view commit Whitespaces cleanup.
  • +
  • 2008-08-25 view commit Fixed segfaulting when alter image in directory without images.
  • +
  • 2008-08-25 view commit removed unused code
  • +
  • 2008-08-24 view commit Typo fixes.
  • +
  • 2008-08-24 view commit Slight code redundancy reduction.
  • +
  • 2008-08-24 view commit Drop redundant variable affectation.
  • +
  • 2008-08-24 view commit Fix untranslated messages. French translation and POTFILES.in were updated.
  • +
  • 2008-08-24 view commit French translation was updated.
  • +
  • 2008-08-24 view commit Mark forgotten string for translation.
  • +
  • 2008-08-23 view commit 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 view commit Minor optimization: no need to copy the whole remaining of the string, just copy next char.
  • +
  • 2008-08-23 view commit Only display status if there is at least one file in the file list.
  • +
  • 2008-08-23 view commit Remove unneeded type casting.
  • +
  • 2008-08-23 view commit fixed vd_refresh
  • +
  • 2008-08-22 view commit French translation was updated.
  • +
  • 2008-08-22 view commit Add an option named layout.home_path which modifies the behavior of the Home button. By default, pressing this button goes to the user's home directory. When this option is set to a path, this path is used instead. One can change the option value through Preferences > Advanced > Navigation or directly in .geeqierc. Feature proposed by Colin Clark.
  • +
  • 2008-08-21 view commit Typo fix: vf -> vd
  • +
  • 2008-08-21 view commit Replace macros VDLIST_INFO() and VDTREE_INFO() by shorter VDLIST() and VDTREE(). VDLIST_INFO(vd, part) becomes VDLIST(vd)->part.
  • +
  • 2008-08-21 view commit Indentation fix.
  • +
  • 2008-08-20 view commit 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 view commit Do not return values of void functions. Reported by Jeffery Small.
  • +
  • 2008-08-20 view commit update the FileData structure when a new folder is created
  • +
  • 2008-08-19 view commit improved refresh in view_dir_list
  • +
  • 2008-08-19 view commit set fallback pixbuf in case of missing file
  • +
  • 2008-08-19 view commit fixed possible segfault
  • +
  • 2008-08-17 view commit removed code for maintaining filelist position, gtk_tree_view itself handles it better
  • +
  • 2008-08-17 view commit French translation was updated.
  • +
  • 2008-08-17 view commit Simplify things related to ViewFileInfoList * and ViewFileInfoIcon * type casting: - drop VFICON_INFO() and VFLIST_INFO() macros - rename VFLIST_INFO_POINTER() and VFICON_INFO_POINTER() to shorter VFLIST() and VFICON(). - replace all related occurrences by shorter expressions.
  • +
  • 2008-08-17 view commit Move variable declaration at start of block.
  • +
  • 2008-08-16 view commit marks in iconview made clickable
  • +
  • 2008-08-16 view commit keep files with non-zero marks in memory
  • +
  • 2008-08-16 view commit implemented marks filter
  • +
  • 2008-08-16 view commit Fix double escaping of image overlay text. Bug 2051955, reported by Emmanuel Dupuis.
  • +
  • 2008-08-13 view commit added keyboard map generator
  • +
  • 2008-08-13 view commit a workaround for http://bugzilla.gnome.org/show_bug.cgi?id=547669
  • +
  • 2008-08-12 view commit fixed crash with float file list and geeqie --blank
  • +
  • 2008-08-11 view commit fixed crash in geeqie --blank
  • +
  • 2008-08-11 view commit fixed setting visible entry in view_dir_tree
  • +
  • 2008-07-30 view commit updated ChangeLog from svn log
  • +
  • 2008-07-28 view commit Move declarations at the beginning of blocks.
  • +
  • 2008-07-28 view commit Optimize tests even more using last changes.
  • +
  • 2008-07-28 view commit do not free unallocated exif data
  • +
  • 2008-07-28 view commit Cache strcmp() result.
  • +
  • 2008-07-28 view commit Optimize redundant tests.
  • +
  • 2008-07-28 view commit Move dest_dir variable to inner block.
  • +
  • 2008-07-28 view commit Reduce code redundancy and minor typo fixes.
  • +
  • 2008-07-28 view commit French translation was updated.
  • +
  • 2008-07-28 view commit Typo fix.
  • +
  • 2008-07-27 view commit abort file operations when the file list is empty
  • +
  • 2008-07-27 view commit remember path entered in file dialog http://sourceforge.net/tracker/index.php?func=detail&aid=2028977&group_id=222125&atid=1054680
  • +
  • 2008-07-27 view commit speed-up of directory notification on deleting large number of files
  • +
  • 2008-07-27 view commit added "Symlink" as an example of "filter" command
  • +
  • 2008-07-27 view commit improved updating of view_dir_tree
  • +
  • 2008-07-27 view commit fixed deleting of non-empty folder
  • +
  • 2008-07-26 view commit fixed spec file
  • +
  • 2008-07-26 view commit fixed invalid warning on running editors
  • +
  • 2008-07-26 view commit updated version string
  • +
  • 2008-07-26 view commit dropped references to OpenOffice.org as suggested at https://sourceforge.net/tracker/index.php?func=detail&aid=1972534&group_id=222125&atid=1054680
  • +
  • 2008-07-26 view commit string cleanup
  • +
  • 2008-07-26 view commit removed unused messages.desc_dlist
  • +
  • 2008-07-26 view commit fixed new folder command
  • +
  • 2008-07-26 view commit fixed renaming of directories
  • +
  • 2008-07-26 view commit warn about changed file extensions
  • +
  • 2008-07-26 view commit added icon for changes without warnings
  • +
  • 2008-07-26 view commit allow only existing folders in destination dialog http://sourceforge.net/tracker/index.php?func=detail&aid=2011243&group_id=222125&atid=1054680
  • +
  • 2008-07-26 view commit clean up - checks are handled elsewhere
  • +
  • 2008-07-26 view commit more checks for file operations
  • +
  • 2008-07-25 view commit improved error reporting
  • +
  • 2008-07-25 view commit Minor tidy up and optimization.
  • +
  • 2008-07-24 view commit Set GIO channels to binary encoding. This is needed since messages from commands may not be UTF8-encoded and g_io_channel_read_chars() may incorrectly interpret some characters. In practice it was truncating some ISO-8859-1 messages containing some french characters. This fixes it.
  • +
  • 2008-07-24 view commit separated debugging log and debug CFLAGS enable debugging log support by default
  • +
  • 2008-07-23 view commit indicate check warnings and errors in delete and rename dialogs
  • +
  • 2008-07-23 view commit removed file_data_add_change_info reduced code redundancy - patch by Laurent, slightly modified
  • +
  • 2008-07-23 view commit Minor tidy up.
  • +
  • 2008-07-23 view commit Tidy up.
  • +
  • 2008-07-23 view commit Use g_strconcat() instead of g_strdup_printf("%s%s", ...).
  • +
  • 2008-07-23 view commit Simplify parse_out_relatives().
  • +
  • 2008-07-23 view commit Tidy up.
  • +
  • 2008-07-23 view commit Fix missing newline at end of file.
  • +
  • 2008-07-23 view commit Fix warning: passing argument 1 of 'gtk_tree_store_set' from incompatible pointer type
  • +
  • 2008-07-22 view commit do not create duplicate FileData entries
  • +
  • 2008-07-22 view commit basic infrastructure for early error and dangerous operations checking it needs more work
  • +
  • 2008-07-22 view commit clean up fd->change on error
  • +
  • 2008-07-22 view commit remove items from file_data_planned_change_hash when the operation is canceled
  • +
  • 2008-07-22 view commit fixed stop button in editor dialog
  • +
  • 2008-07-22 view commit delete file_data_planned_change_hash when it is not used
  • +
  • 2008-07-21 view commit fixed http://sourceforge.net/tracker/index.php?func=detail&aid=2019012&group_id=222125&atid=1054680
  • +
  • 2008-07-21 view commit file_util_rename_dir should not return anything
  • +
  • 2008-07-21 view commit added notification handler to view_dir
  • +
  • 2008-07-21 view commit French translation was updated.
  • +
  • 2008-07-20 view commit Update POTFILES.in.
  • +
  • 2008-07-20 view commit Move uri_*() functions to separate files: uri_utils.[ch]
  • +
  • 2008-07-20 view commit periodic testing of changed files can be now disabled
  • +
  • 2008-07-20 view commit Move history_list_*() functions to separate files: history_list.c and history_list.h.
  • +
  • 2008-07-20 view commit implemented "create directory" command
  • +
  • 2008-07-20 view commit fixed file copy/move dialog
  • +
  • 2008-07-20 view commit fixed the case when a renamed file is detected by directory scanning before the external rename commands exits. We have to update the FileData structure immediately, othervise we would get duplicate entries.
  • +
  • 2008-07-20 view commit Optimize history_list_add_to_key() a bit.
  • +
  • 2008-07-20 view commit fixed previous checkin
  • +
  • 2008-07-20 view commit implemented directory rename and delete operations
  • +
  • 2008-07-20 view commit Move out test outside the loop.
  • +
  • 2008-07-19 view commit Tidy up.
  • +
  • 2008-07-19 view commit Fix missing newline at end of file.
  • +
  • 2008-07-19 view commit increase reference count before sending notification in file_data_new
  • +
  • 2008-07-18 view commit fixed test for changed files in cache
  • +
  • 2008-07-18 view commit Introduce image_loader_set_done_func().
  • +
  • 2008-07-17 view commit Reduce code redundancy by moving common code to new menu_choice_get_match_type().
  • +
  • 2008-07-17 view commit reload changed images
  • +
  • 2008-07-15 view commit Move code from image_osd_update_cb() to separate functions.
  • +
  • 2008-07-15 view commit Tidy up and code redundancy reduction.
  • +
  • 2008-07-15 view commit Use a specific enum for image.zoom_mode values (ZoomMode) and simplify calls to image_zoom_get_default(), dropping last parameter which was always options->image.zoom_mode.
  • +
  • 2008-07-13 view commit Improve ways to specify html browser (used for help, see bug 2015099). Two new rc file options were added: - helpers.html_browser.command_name - helpers.html_browser.command_line These are checked first before trying common browser locations. If these do not lead to a valid browser, then geeqie will search for geeqie_html_browser script in the path, then it will try various common browsers.
  • +
  • 2008-07-13 view commit Apply debian-specific patch to launch help browser (bug 2015099).
  • +
  • 2008-07-13 view commit Fix a segfault occuring when opening some collection files. Skip all lines not starting with a # when only geometry is required.
  • +
  • 2008-07-05 view commit Prevent segfault in certain conditions when displaying debug message.
  • +
  • 2008-07-04 view commit French translation was updated.
  • +
  • 2008-07-04 view commit Optimize a bit when connected zoom and scrolling are unset, just move the test outside loops.
  • +
  • 2008-07-04 view commit layout_color_button_press_cb(): tidy up, drop useless memory allocations, improve i18n.
  • +
  • 2008-07-03 view commit refresh thumbnails on file change
  • +
  • 2008-07-03 view commit set fallback thumbnail pixbuf only if the loading really fails
  • +
  • 2008-07-03 view commit Fix missing references for the current directory in pan folder stuff. It was causing an fd magick assertion failure. Bug reported by Omari Stephens.
  • +
  • 2008-07-03 view commit Increase debugging info in file_data_ref() and file_data_unref(). When compiled with DEBUG defined, file and line of the caller is displayed in debug log.
  • +
  • 2008-07-02 view commit Optimize file_cache_get() by only moving element to front if needed (most of the time there is no need). Reduce code redundancy in file_cache_put() by calling file_cache_get(). Enhance debugging code.
  • +
  • 2008-06-30 view commit fixed division by zero in pixbuf_renderer_get_scroll_center
  • +
  • 2008-06-29 view commit Merge thumb_loader_save_to_cache() and thumb_loader_mark_failure() into thumb_loader_save_thumbnail(). Most of the code was redundant.
  • +
  • 2008-06-29 view commit Make better matching between options types in options.h and the rest of the code. Most changes are from gint to gboolean pseudo type and between gint / guint.
  • +
  • 2008-06-28 view commit layout_image_drag_cb(): optimize when connected scrolling is unset.
  • +
  • 2008-06-28 view commit Reduce number of parameters (mostly unused), just pass the event pointer.
  • +
  • 2008-06-28 view commit Fix warning: thumb.c:31: warning : 'normalize_thumb' declared 'static' but never defined
  • +
  • 2008-06-27 view commit image_osd_mkinfo(): pipe replacement by " - " separator was fixed to work correctly with empty first element.
  • +
  • 2008-06-27 view commit do not read keywords and comment between exif_read_fd and exif_free_fd calls (fd->exif does not have reference counting)
  • +
  • 2008-06-27 view commit added pixbuf_fallback function fixed thumb loader for non-image files
  • +
  • 2008-06-27 view commit fixed crash in entering fullscreen during loading
  • +
  • 2008-06-27 view commit osd_template_insert(): optimize and simplify using flags.
  • +
  • 2008-06-27 view commit image_osd_info_render(): ensure values are always escaped before using pango_layout_set_markup(). Two helper functions were added: osd_template_insert() and osd_template_insert_and_free().
  • +
  • 2008-06-26 view commit image_osd_info_render(): code cleanup and simplification, drop some useless memory allocations.
  • +
  • 2008-06-26 view commit Use flags for pr_zoom_*() functions.
  • +
  • 2008-06-26 view commit Use stricter types for image options.
  • +
  • 2008-06-26 view commit Use flags instead of int parameters for pixbuf_renderer_overlay_add().
  • +
  • 2008-06-26 view commit Only define ExifOrientationType if GQ_BUILD is not defined since it is already defined in exif.h.
  • +
  • 2008-06-25 view commit Tidy up.
  • +
  • 2008-06-25 view commit French translation was updated.
  • +
  • 2008-06-22 view commit optimized marks drawing
  • +
  • 2008-06-22 view commit show marks in iconview
  • +
  • 2008-06-22 view commit show sidecars in icon view
  • +
  • 2008-06-22 view commit fixed in-place renaming
  • +
  • 2008-06-22 view commit added possibility to disable grouping of selected files
  • +
  • 2008-06-21 view commit cache size made configurable
  • +
  • 2008-06-21 view commit measure pixbuf cache size in bytes
  • +
  • 2008-06-21 view commit simple cache for loaded pixbufs
  • +
  • 2008-06-21 view commit renamed fd->pixbuf to fd->thumb_pixbuf
  • +
  • 2008-06-18 view commit implemented generic FileData cache use it for caching decoded exif data
  • +
  • 2008-06-17 view commit more robust thumbs progress bar
  • +
  • 2008-06-17 view commit do not allocate new buffer for thumbnails with correct orientation
  • +
  • 2008-06-16 view commit fixed memory leak
  • +
  • 2008-06-16 view commit another try to free layout at exit
  • +
  • 2008-06-15 view commit rotate thumbnails by exif
  • +
  • 2008-06-15 view commit use FileData in thumb_loader
  • +
  • 2008-06-14 view commit use GtkSizeGroup to control initial size of split images
  • +
  • 2008-06-14 view commit preserve image center on refresh
  • +
  • 2008-06-14 view commit use multiline description in vflist with large thumbnails always display marks in the first column show expander in "name" column
  • +
  • 2008-06-14 view commit join name and sidecars to one string
  • +
  • 2008-06-14 view commit optimized vflist_setup_iter_recursive
  • +
  • 2008-06-14 view commit iconlist_refresh optimization
  • +
  • 2008-06-14 view commit fixed iconview update after deletion of selected image
  • +
  • 2008-06-14 view commit Silent unused variable warning.
  • +
  • 2008-06-13 view commit optimized vflist_setup_iter
  • +
  • 2008-06-13 view commit French translation was updated.
  • +
  • 2008-06-13 view commit Revert patches 759 and 760. 759 patch broke adding selection of files through sort manager to an unopened collection.
  • +
  • 2008-06-13 view commit Display total size of files in collection window, for the list and for the selection.
  • +
  • 2008-06-13 view commit Optionnally display directory's date in list view. It can be set through Preferences > Advanced > Behavior and is saved to rc file as layout.show_directory_date option.
  • +
  • 2008-06-12 view commit load_options_from(): - do not copy option name and value anywhere, only copy value_all to a separate buffer - allow more relaxed syntax on read, so we can correctly read option name and value even if user made some errors like replacing ':' by '=' or inserting a space before ':'. - minor aesthetical changes
  • +
  • 2008-06-12 view commit Add a comment about relative positions of image overlay in the rc file.
  • +
  • 2008-06-12 view commit Allow to set image overlay info position through options: - image_overlay.common.x - image_overlay.common.y
  • +
  • 2008-06-12 view commit Move some functions from image.[ch] to image-overlay.c and make them static: - image_overlay_add() - image_overlay_set() - image_overlay_remove() - image_overlay_get() (unused)
  • +
  • 2008-06-12 view commit reverted changes in layout_close made in rev. 890 and 901
  • +
  • 2008-06-10 view commit fixed vdtree_sort_cb
  • +
  • 2008-06-10 view commit fixed segfault in vd_rename_cb
  • +
  • 2008-06-10 view commit dropped vficon_sync, use vficon_refresh everywhere
  • +
  • 2008-06-10 view commit collection_from_dnd_data(): simplify and optimize.
  • +
  • 2008-06-10 view commit collection_info_list_to_dnd_data(): simplify and optimize.
  • +
  • 2008-06-09 view commit moved notification to view_file.c
  • +
  • 2008-06-09 view commit run idle function just once
  • +
  • 2008-06-09 view commit use vficon_refresh for updating
  • +
  • 2008-06-09 view commit handle deletion of selected files
  • +
  • 2008-06-09 view commit optimized vficon_refresh_real
  • +
  • 2008-06-09 view commit Minor fixes and add a note about variable declaration.
  • +
  • 2008-06-09 view commit Use unsigned type for marks since it is used as a bitfield.
  • +
  • 2008-06-09 view commit fixed saving options on exit
  • +
  • 2008-06-08 view commit Tidy up: add/remove white lines, minor code changes.
  • +
  • 2008-06-08 view commit improved vficon_populate
  • +
  • 2008-06-08 view commit vficon_sync speed-up
  • +
  • 2008-06-08 view commit better check for notify type
  • +
  • 2008-06-08 view commit fixed switching thumbnails in listview on and off - bug 1984825
  • +
  • 2008-06-07 view commit various refresh and notification fixes
  • +
  • 2008-06-07 view commit various notification improvements
  • +
  • 2008-06-07 view commit use the new notification for collections
  • +
  • 2008-06-07 view commit Display Lirc state in config log. Re-organize the config log a bit.
  • +
  • 2008-06-07 view commit use new notification in img-view
  • +
  • 2008-06-07 view commit use new notification in layout and layout_image
  • +
  • 2008-06-07 view commit used new notification in search.c
  • +
  • 2008-06-07 view commit used new notification in dupe.c
  • +
  • 2008-06-06 view commit used new notification in cache_maint
  • +
  • 2008-06-06 view commit added NotifyType
  • +
  • 2008-06-06 view commit realtime file monitor
  • +
  • 2008-06-06 view commit zero-lenght path must be allowed for now
  • +
  • 2008-06-06 view commit French translation was updated.
  • +
  • 2008-06-05 view commit Fix "No newline at end of file" warning.
  • +
  • 2008-06-05 view commit use new notification in vficon
  • +
  • 2008-06-05 view commit Compare paths using utf8_collate_key() since paths are utf8-encoded. It fixes bug 1959854.
  • +
  • 2008-06-05 view commit Use uft8_collate_key() to sort utf8 strings. Modify file_data_set_path() to sync collate keys and file_data_pool on path change.
  • +
  • 2008-06-04 view commit new notification system (used only in vflist for now)
  • +
  • 2008-06-03 view commit replaced directory path with FileData* dir_fd
  • +
  • 2008-06-03 view commit Allow to modify the aspect of Geeqie through the use of a gtkrc file that may be present in the geeqie rc directory. Patch by Aldric RENAUDIN and me.
  • +
  • 2008-06-03 view commit Replace hardcoded collection filename extension by a macro (GQ_COLLECTION_EXT).
  • +
  • 2008-06-03 view commit Drop initialization to NULL since filelist_read() will take care of it.
  • +
  • 2008-06-03 view commit filelist_read_real(): optimize and clean up.
  • +
  • 2008-06-03 view commit Reduce indentation level.
  • +
  • 2008-06-03 view commit Reduce indentation level.
  • +
  • 2008-06-03 view commit collection_table_find_data_by_coord(): tidy up.
  • +
  • 2008-06-03 view commit vflist_maint(): only allocate memory and compare strings if needed.
  • +
  • 2008-06-03 view commit layout_real_renamed(), layout_real_removed(), layout_real_moved(): simplify code.
  • +
  • 2008-05-31 view commit do not change original FileData on copy
  • +
  • 2008-05-31 view commit replaced vflist_maint functions by vflist_refresh - it allows to follow changes made by external editors more precisely
  • +
  • 2008-05-30 view commit vflist_populate_view: better handle selected files that are renamed or deleted
  • +
  • 2008-05-30 view commit fixed thumb index (thumbnails are shown again)
  • +
  • 2008-05-30 view commit simplified vflist_populate_view
  • +
  • 2008-05-30 view commit Use functions to set editors name and command and ensure they are utf8-encoded. Previously, non-utf8 strings from rc file caused some issues.
  • +
  • 2008-05-30 view commit Make utf8_validate_or_convert() to always allocate a new string.
  • +
  • 2008-05-30 view commit Check for existing editor command using is_valid_editor_command().
  • +
  • 2008-05-29 view commit Preserve properties window width and height during session even when layout.save_window_positions is not set. It restores the pre revision 858 behavior.
  • +
  • 2008-05-29 view commit Save properties window width and height to rc file and restore them on next session if layout.save_window_positions is set to TRUE.
  • +
  • 2008-05-28 view commit improved infrastructure for tracing changes, optimized vflist_populate_view
  • +
  • 2008-05-27 view commit measure time of filelist update
  • +
  • 2008-05-27 view commit another fix in notification
  • +
  • 2008-05-26 view commit Fix histogram grid - patch by Uwe Ohse
  • +
  • 2008-05-26 view commit use fputs instead of printf - patch by Uwe Ohse
  • +
  • 2008-05-26 view commit fixed bug in notification code
  • +
  • 2008-05-25 view commit Tidy up: indentation fixes, typo fixes, ...
  • +
  • 2008-05-25 view commit Typo fix.
  • +
  • 2008-05-25 view commit Typo fix.
  • +
  • 2008-05-25 view commit bar_sort_set_filter_cb(): filter_idx was set as uint so get it as uint.
  • +
  • 2008-05-24 view commit rewritten utilops.h: - better integration of external commands - filter commands
  • +
  • 2008-05-24 view commit Allow to escape star characters in the template string with a \. One can insert a \ by escaping it with another \. Fix deletion of empty parts when using | trick. Append the separator " - " only if data is neither NULL nor empty. Patch by Uwe Ohse and Laurent Monin.
  • +
  • 2008-05-24 view commit improved filedata interface
  • +
  • 2008-05-23 view commit Fix display of libpthread detection. Fix display of lirc support, do not test for headers if disabled.
  • +
  • 2008-05-23 view commit Silent few warnings that appeared when using --disable-exiv2 configure option.
  • +
  • 2008-05-23 view commit French translation was updated.
  • +
  • 2008-05-23 view commit Use the same label for toolbar buttons tooltip than in main menu.
  • +
  • 2008-05-23 view commit Add -Wstrict-prototypes to gcc options only in developer mode since it clutters the compilation log with unfixable warnings. Add -Wall in developer mode to display even more warnings. Fix display of --enable-deprecated at end of configure (yes and no were inversed).
  • +
  • 2008-05-23 view commit slideshow_next(), slideshow_prev(): move code to common slideshow_move(), reducing code redundancy.
  • +
  • 2008-05-23 view commit Move code from slideshow_timer_reset() to new slideshow_timer_stop() and simplify calls.
  • +
  • 2008-05-23 view commit Try to load a system-wide rc file if any, before per-user rc file. For now, system-wide rc file path is set to /etc/geeqie/geeqierc (defined by GQ_SYSTEM_WIDE_DIR in main.h). filter_parse() was modified to replace entries having the same key, needed since it may be called more than once.
  • +
  • 2008-05-22 view commit Pass ConfOptions * to save_options() and load_options().
  • +
  • 2008-05-22 view commit Move code from save_options() to new save_options_to() which takes the destination path as parameter.
  • +
  • 2008-05-22 view commit Move setup_default_options() and sync_options_with_current_state() to options.[ch]. Pass ConfOptions * to these instead of directly using global variable. Cleanup #include in main.c.
  • +
  • 2008-05-22 view commit Move code from exit_program_final() to new sync_options_with_current_state().
  • +
  • 2008-05-22 view commit Separate path building code from options loading code. Most code of load_options() is moved to new load_options_from(). ExifUIList initialization is moved to setup_default_options().
  • +
  • 2008-05-22 view commit Make shell command and its option rc file options instead of hardcoded strings. This allows users to modify the shell command that execute "editors". Two new options appear in rc file: - shell.path (default to "/bin/sh") - shell.options (default to "-c")
  • +
  • 2008-05-22 view commit Fix signed vs unsigned warnings. In most cases, gint was used instead of guint.
  • +
  • 2008-05-22 view commit Comment out unused static function extension_truncate().
  • +
  • 2008-05-22 view commit Fix up some types, make some signed vs unsigned warnings quiet.
  • +
  • 2008-05-22 view commit Modify set_default_image_overlay_template_string() to accept the pointer to the string to modify and add a generic function to set template_string value.
  • +
  • 2008-05-22 view commit French translation was updated.
  • +
  • 2008-05-22 view commit Introduce an helper function that returns the name of an editor. It helps to reduce code redundancy.
  • +
  • 2008-05-22 view commit Use a struct to handle editor's properties.
  • +
  • 2008-05-21 view commit Make stricter match for option's names consisting of a prefix and a number. It allows to have names like "prefix_12" and "prefix_something" in the same file. Using strtol() was wrong since it allowed names like "prefix_-0xa", leading to unpredictable results. It was wrong too with "prefix_something", which was equivalent to "prefix_0", instead of being an option of its own.
  • +
  • 2008-05-21 view commit Replace hardcoded "/" by G_DIR_SEPARATOR_S where applicable.
  • +
  • 2008-05-21 view commit Use g_build_filename().
  • +
  • 2008-05-21 view commit Use G_DIR_SEPARATOR where applicable.
  • +
  • 2008-05-21 view commit Use G_DIR_SEPARATOR_S where applicable.
  • +
  • 2008-05-21 view commit Use g_build_filename() and G_DIR_SEPARATOR_S.
  • +
  • 2008-05-21 view commit Use g_build_filename() instead of g_strconcat().
  • +
  • 2008-05-21 view commit tab_completion_do(): use g_build_filename(), G_DIR_SEPARATOR, G_DIR_SEPARATOR_S.
  • +
  • 2008-05-21 view commit tab_completion_popup_cb(): use g_build_filename() and simplify code.
  • +
  • 2008-05-21 view commit Use expand_tilde() instead of simple concatenation, it allows correct expansion of ~user as well as ~dir.
  • +
  • 2008-05-21 view commit dest_change_dir(): rewrite to use g_build_filename(), g_path_get_dirname() and g_path_get_basename().
  • +
  • 2008-05-21 view commit Fix a segfault occuring when logging an empty message and there is no log window.
  • +
  • 2008-05-21 view commit Use g_build_filename().
  • +
  • 2008-05-21 view commit thumb_std_cache_path(): use g_build_filename() and simplify.
  • +
  • 2008-05-21 view commit Use g_build_filename().
  • +
  • 2008-05-21 view commit Use g_build_filename() where applicable.
  • +
  • 2008-05-21 view commit Use g_build_filename() instead of g_strconcat().
  • +
  • 2008-05-21 view commit Use g_build_filename() and get rid of "root dir fix".
  • +
  • 2008-05-21 view commit Use g_build_filename().
  • +
  • 2008-05-21 view commit Disable unused code: - cache_maintain_home_dir() - cache_maintain_dir()
  • +
  • 2008-05-20 view commit Build path using g_build_filename() then calculate its length.
  • +
  • 2008-05-20 view commit Use G_DIR_SEPARATOR_S instead of hardcoded "/".
  • +
  • 2008-05-20 view commit Use g_build_filename() and move location label creation from cache_manager_show() to new cache_manager_location_label().
  • +
  • 2008-05-20 view commit cache_find_location(): use g_build_filename() and move redundant code to new functions.
  • +
  • 2008-05-20 view commit Use g_build_filename().
  • +
  • 2008-05-20 view commit Use size_t instead of gint, it silents a signed vs unsigned warning.
  • +
  • 2008-05-20 view commit Use g_build_filename() instead of g_strconcat().
  • +
  • 2008-05-20 view commit Drop concat_dir_and_file() and use g_build_filename() instead.
  • +
  • 2008-05-20 view commit Use G_DIR_SEPARATOR instead of '/' where applicable.
  • +
  • 2008-05-20 view commit Use g_build_filename() to build paths.
  • +
  • 2008-05-20 view commit Do not use glib posix wrappers since they were introduced in 2.6 and we want 2.4 compatibility.
  • +
  • 2008-05-20 view commit Use access() instead of g_access() which is only available in 2.8.
  • +
  • 2008-05-20 view commit Use utf-8 charset instead of iso-8859-1. Minor cleanup.
  • +
  • 2008-05-20 view commit updated ru.po by Alexandre Prokoudine
  • +
  • 2008-05-20 view commit French translation was updated.
  • +
  • 2008-05-20 view commit Sort out log_printf() vs printf_term() mix up.
  • +
  • 2008-05-20 view commit Use print_term() instead of printf(), since it handles charset conversion from utf8 to locale if needed.
  • +
  • 2008-05-19 view commit Remove C-specific gcc options from CXXFLAGS. Add few more warnings.
  • +
  • 2008-05-19 view commit Fix some incomplete initialization warnings.
  • +
  • 2008-05-19 view commit depreceated -> deprecated
  • +
  • 2008-05-19 view commit Typo fixes.
  • +
  • 2008-05-19 view commit Create auxdir if needed.
  • +
  • 2008-05-19 view commit Fix spurious end of line introduced in revision 780.
  • +
  • 2008-05-19 view commit configure.in was rewritten: - uses PKG_CHECK_MODULES everywhere - added --enable-debug (enable debugging support) - added --enable-developer (developer mode, checks depreceated code ...) - removed obsoleted INCLUDES from Makefile.am Fixed src/debug.h (added glib.h). Fixed src/exiv2.c compilation with libexiv2 v0.15. Added src/trash.h to src/Makefile.am (fixed generating 'make dist').
  • +
  • 2008-05-19 view commit Updated CODING (GPL header, macros, svn change-log, ...).
  • +
  • 2008-05-18 view commit Save order of Properties dialog tabs to rc file. Users of GTK+ <2.10 can set tabs order directly in the rc file, others can move tabs using drag'n drop. The option is named properties.tabs_order, its default value is "123" which is General, Keywords, Exif tabs (left to right).
  • +
  • 2008-05-18 view commit Cleanup and code redundancy reduction.
  • +
  • 2008-05-18 view commit Memorize text to display in the log window when the window is not yet created. On log window display, the memorized text is then recalled and displayed.
  • +
  • 2008-05-18 view commit Do not create log window more than once.
  • +
  • 2008-05-17 view commit Fix formatted.SubjectDistance appearing twice in exif bar configuration.
  • +
  • 2008-05-17 view commit Update POTFILES.in.
  • +
  • 2008-05-17 view commit Add a log window that shows normal and debug messages. For now, it was added to Help menu.
  • +
  • 2008-05-16 view commit fixed exiv2 version test
  • +
  • 2008-05-16 view commit get processed values from exiv2 http://sourceforge.net/tracker/index.php?func=detail&aid=1962444&group_id=222125&atid=1054680
  • +
  • 2008-05-16 view commit Fix redundant application name in window titles. It simplifies code.
  • +
  • 2008-05-16 view commit French translation was updated.
  • +
  • 2008-05-16 view commit Do not use printf() directly but use new wrapper function log_printf() instead.
  • +
  • 2008-05-16 view commit Drop include "debug.h".
  • +
  • 2008-05-16 view commit Include debug.h from main.h since debug macros may be used anywhere in the code.
  • +
  • 2008-05-16 view commit Improve editor commands error display: - display all errors (not only syntax errors) - display errors from Preferences (checks are made on Apply or OK)
  • +
  • 2008-05-16 view commit Improve editors a bit: - allow whitespaces before and after %v, %V, %w - allow % escaping using %% (mandatory to use shell commands than contain % characters) - display a dialog on execution if a syntax error is detected (only for generic editors) - update README editors section
  • +
  • 2008-05-14 view commit The Encoding key is now deprecated by the FreeDesktop standard and all strings are required to be encoded in UTF-8. This desktop entry explicitly specifies an Encoding of UTF-8, which is harmless but no longer necessary.
  • +
  • 2008-05-14 view commit Patch #1963690 was applied. It fixes hyphens/minus confusion in the man page.
  • +
  • 2008-05-14 view commit Simplify thumb_std_maint_moved(), since g_list_append knows how to append to a NULL list. Patch by Uwe Ohse.
  • +
  • 2008-05-14 view commit Simplify collect_manager_add_action(), since g_list_append knows how to append to a NULL list. Patch by Uwe Ohse.
  • +
  • 2008-05-14 view commit Merge vflist_row_by_path() into vflist_index_by_path().
  • +
  • 2008-05-14 view commit Fix some typos. Thanks to Michal \u010ciha\u0159 and James R. Van Zandt. Patch #1963691.
  • +
  • 2008-05-14 view commit Make vf_pop_menu_*_cb static.
  • +
  • 2008-05-13 view commit French translation fixes.
  • +
  • 2008-05-13 view commit Resync POTFILES.in and *.po, update french translation and regenerate statistics in README.
  • +
  • 2008-05-13 view commit Merge vflist_pop_menu() and vficon_pop_menu() into vf_pop_menu().
  • +
  • 2008-05-13 view commit Move VFICON_INFO() and VFLIST_INFO() macros to view_file.h
  • +
  • 2008-05-13 view commit vficon_pop_menu(): drop "gint active" parameter, use stored click_id instead.
  • +
  • 2008-05-13 view commit vflist_pop_menu(): drop FileData * parameter, use stored click_fd instead.
  • +
  • 2008-05-13 view commit Fix last patch, only set vf->clicked_mark for a valid mark.
  • +
  • 2008-05-13 view commit Get rid of vflist_pop_menu() col_idx parameter, use new Viewfile field named clicked_mark. Marks numbering is now consistent with menus (starting at 1, 0 is an invalid mark), assertions were modified accordingly.
  • +
  • 2008-05-13 view commit Expand tilde with file: and view: remote parameters. Now these are working: geeqie -r file:~/dir geeqie -r view:~user/file
  • +
  • 2008-05-13 view commit Display a message when invalid remote options are used.
  • +
  • 2008-05-13 view commit Comparing tag id is not sufficient, check the tag name too.
  • +
  • 2008-05-13 view commit Keywords and comment can now be displayed in OSD info using %keywords% and %comment%.
  • +
  • 2008-05-13 view commit Move all remote stuff from main.c to remote.[ch].
  • +
  • 2008-05-13 view commit Move some functions from main.[ch] to new window.[ch].
  • +
  • 2008-05-13 view commit Ensure that we end with UTF8 encoded comment and keywords.
  • +
  • 2008-05-12 view commit Reading of Iptc.Application2.Keywords should now be fixed. Use uft8_validate_or_convert() on exif's text data to be safe.
  • +
  • 2008-05-12 view commit Rename bar_exif_validate_text() to utf8_validate_or_convert() and move it to main.[ch].
  • +
  • 2008-05-12 view commit bar_exif_validate_text(): use computed length and cleanup.
  • +
  • 2008-05-12 view commit Disable non-working Iptc.Application2.Keywords reading introduced in revision 736.
  • +
  • 2008-05-12 view commit Extract and append keywords from Iptc.Application2.Keywords tags. A function was added to make the keywords unique in the list. Note: Iptc.Application2.Keywords is only read, not written.
  • +
  • 2008-05-12 view commit When an option was successfully read, just continue to next line.
  • +
  • 2008-05-12 view commit Minor formatting fix in rc file header.
  • +
  • 2008-05-12 view commit Rework read_*_option(): - read_u?int_option() now interpret a value of "true" as 1 - read_bool_option() now interpret any value different from 0 as true. - make functions return TRUE on successful read, FALSE else
  • +
  • 2008-05-12 view commit Rename option image_overlay.common.enabled to image_overlay.common.state since it is not a boolean anymore.
  • +
  • 2008-05-12 view commit Add some wrapper functions for not yet common code.
  • +
  • 2008-05-11 view commit Make vf_pop_menu_toggle_view_type_cb() independent of FILEVIEW_LIST/FILEVIEW_ICON real values.
  • +
  • 2008-05-11 view commit Move a part of pop up menu common code to view_file.[ch].
  • +
  • 2008-05-11 view commit Introduce vf_pop_menu_file_list() as a wrapper to vflist_pop_menu_file_list() and vficon_pop_menu_file_list().
  • +
  • 2008-05-11 view commit Use vf_* functions where possible.
  • +
  • 2008-05-11 view commit Drop unused layout_list_get_path() and vf*_index_get_path().
  • +
  • 2008-05-11 view commit French translation was updated.
  • +
  • 2008-05-11 view commit An option to save and restore the last path used was added. This option appears as startup.use_last_path in rc file. Preferences > General > Startup was modified accordingly.
  • +
  • 2008-05-11 view commit Rename options: startup_path_enable -> startup.restore_path startup_path -> startup.path
  • +
  • 2008-05-11 view commit Fix help window title.
  • +
  • 2008-05-11 view commit Use computed string length.
  • +
  • 2008-05-11 view commit Slightly increase help window's default width.
  • +
  • 2008-05-11 view commit Add an help button to OSD info configuration in Preferences dialog. Make its own section named "Overlay Screen Display".
  • +
  • 2008-05-11 view commit Partially update main README. A section concerning overlay info was added. Translation statistics were updated.
  • +
  • 2008-05-11 view commit Change translations statistics formatting to match the style use in the README file.
  • +
  • 2008-05-10 view commit Fix display of collection in overlay info. Due to markup escaped collection was displayed instead of collection's in italic.
  • +
  • 2008-05-10 view commit image_osd_get() now returns OsdShowFlags.
  • +
  • 2008-05-10 view commit Display a simple grid with histogram.
  • +
  • 2008-05-10 view commit Initialize to correct value (OSD_SHOW_NOTHING instead of FALSE).
  • +
  • 2008-05-10 view commit Save full OSD state to rc file and restore it on startup. It allows to restore OSD with or without histogram depending on previous state.
  • +
  • 2008-05-09 view commit image_osd_info_render(): if there's no fd, just return.
  • +
  • 2008-05-09 view commit Move overlay histogram stuff from ImageWindow to OverlayStateData. It simplifies things a lot and make more sense.
  • +
  • 2008-05-09 view commit Introduce image_get_osd_data() and image_set_osd_data().
  • +
  • 2008-05-09 view commit image_osd_get() and image_osd_set() now uses flags.
  • +
  • 2008-05-09 view commit image_osd_histogram_chan_toggle(), image_osd_histogram_log_toggle(): reduce indentation level.
  • +
  • 2008-05-09 view commit Preserve last histogram modes. When a new histogram is displayed, it uses previously chosen modes. These modes are saved on exit to rc file as options: histogram.last_channel_mode histogram.last_log_mode
  • +
  • 2008-05-09 view commit Update CODING and HACKING files, and add po/README file for translators.
  • +
  • 2008-05-09 view commit Make lirc_cleanup() and lirc_input_callback() static.
  • +
  • 2008-05-09 view commit Use function(void) instead of function() for declaring functions which do not take any parameters at all. It respects current Geeqie coding style more.
  • +
  • 2008-05-08 view commit In the search results view, hide dimensions column instead of displaying an empty one. When dimensions search criteria is used, it is always displayed.
  • +
  • 2008-05-08 view commit Reset thumbnail column to NULL when hidden. It fixes bug 1960274.
  • +
  • 2008-05-08 view commit search_status_update(): slightly reduce code redundancy.
  • +
  • 2008-05-08 view commit Use g_ascii_strncasecmp() instead of strncasecmp() where applicable. Add a FIXME where potential improper usage of strncasecmp() is made.
  • +
  • 2008-05-08 view commit Use g_ascii_strcasecmp() instead of strcasecmp() where ascii-only strings are used.
  • +
  • 2008-05-07 view commit Replace deprecated functions by their counterparts: g_strcasecmp() -> g_ascii_strcasecmp() g_strncasecmp() -> g_ascii_strncasecmp() gtk_input_remove() -> g_source_remove() g_io_channel_close() -> g_io_channel_shutdown() + g_io_channel_unref()
  • +
  • 2008-05-07 view commit Resync po files. French translation was updated.
  • +
  • 2008-05-07 view commit Add a way to invert the current selection. An item labeled "Invert selection" was added to the Select submenu in the main menu.
  • +
  • 2008-05-06 view commit Tidy up.
  • +
  • 2008-05-06 view commit French translation was updated.
  • +
  • 2008-05-06 view commit Add trash.c.
  • +
  • 2008-05-06 view commit moved safe delete functions to separate file
  • +
  • 2008-05-06 view commit use some of the new functions in filedata.c
  • +
  • 2008-05-06 view commit Allow the user to append or replace comments for a group of selected files. Two buttons were added to the Keywords panel.
  • +
  • 2008-05-06 view commit Use a dedicated option to enable keywords and comment saving as XMP tags in image's files. This new option is named "save_metadata_in_image_file" in configuration file. User can toggle it through Preferences > Advanced > Miscellaneous > Store keywords and comments as XMP tags in image files. Description of enable_metadata_dirs was modified as an attempt to improve clarity.
  • +
  • 2008-05-06 view commit comment_xmp_read(), comment_xmp_write(): cleanup and improve readibility.
  • +
  • 2008-05-05 view commit French translation was updated, various fixes.
  • +
  • 2008-05-05 view commit Belarusian translation was updated. Thanks to Pavel Piatruk.
  • +
  • 2008-05-05 view commit started implementation of API for sidecar files
  • +
  • 2008-05-05 view commit Update POTFILES.in (filelist.c -> filedata.c).
  • +
  • 2008-05-05 view commit Modify regen_potfiles.sh to generate a patch instead of directly applying changes to POTFILES.in.
  • +
  • 2008-05-05 view commit added .gqv to known file types
  • +
  • 2008-05-05 view commit split filelist.c to filefilter.c and filedata.c
  • +
  • 2008-05-05 view commit Revert wrong patch rev 676.
  • +
  • 2008-05-05 view commit Add an helper script to regenerate POTFILES.in file. POTFILES.in was updated. French translation was updated.
  • +
  • 2008-05-05 view commit Revert patch 675, and correctly fix gtk assertion failure.
  • +
  • 2008-05-05 view commit Fix two memory leaks.
  • +
  • 2008-05-05 view commit Fix Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed when swapping to/from file icon view.
  • +
  • 2008-05-04 view commit vficon_release_cb(): use switch() and cleanup.
  • +
  • 2008-05-04 view commit Minor tidyup.
  • +
  • 2008-05-04 view commit Drop unused vficon_select_by_path() and vflist_select_by_path().
  • +
  • 2008-05-04 view commit Minor cleanup.
  • +
  • 2008-05-04 view commit dropped path_list functions, use filelist functions everywhere
  • +
  • 2008-05-04 view commit Remove unused functions: vflist_set_status_func() vflist_set_thumb_status_func() vflist_set_layout() vficon_set_status_func() vficon_set_thumb_status_func() vficon_set_layout()
  • +
  • 2008-05-04 view commit Drop ViewFileIcon, use ViewFile and ViewFileInfoIcon instead.
  • +
  • 2008-05-04 view commit Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
  • +
  • 2008-05-04 view commit Prepare switch to ViewFile (unused yet).
  • +
  • 2008-05-04 view commit Shorten Edit menu labels, dropping "in ". It will ease translations too, and user can define its own label in Preferences.
  • +
  • 2008-05-04 view commit Do not show Copy, Move, Rename, Delete, New Folder external commands in the Edit section of contextual menus.
  • +
  • 2008-05-04 view commit Use GQ_EDITOR_GENERIC_SLOTS instead of hardcoded value.
  • +
  • 2008-05-03 view commit exif_get_description_by_key(): check for "formatted." prefix, and optimize.
  • +
  • 2008-05-03 view commit exif_get_formatted_by_key(): skip prefix when comparing.
  • +
  • 2008-05-03 view commit Change the prefix of formatted exif tags to a more explicit "formatted." prefix instead of the shorter "f". Warning: custom overlay info string has to be modified since old names are no more recognized, one can reset it to default through Preferences > Advanced.
  • +
  • 2008-05-03 view commit Fix a bug occuring when using certain actions on a collection item which is not in the selection. Triggering it will either result in an assertion failure or a segfault.
  • +
  • 2008-05-03 view commit Move marks-related fields from _ViewFileInfoList to _ViewFile, since they'll be used for file icon view too.
  • +
  • 2008-05-03 view commit Move common thumbs_* fields from _ViewFileInfoIcon and _ViewFileInfoList to _ViewFile.
  • +
  • 2008-05-03 view commit Rename thumbs_fd to thumbs_filedata in ViewFileIcon struct to match the name used in ViewFileList.
  • +
  • 2008-05-03 view commit Remove useless thumbs_list from ViewFileIcon.
  • +
  • 2008-05-03 view commit Add function prototypes (yet unused).
  • +
  • 2008-05-03 view commit Drop redundant vflist_thumbs_set() introduced in revision 649, modify and use existing vflist_thumb_set().
  • +
  • 2008-05-03 view commit Remove redundant prototype.
  • +
  • 2008-05-03 view commit Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
  • +
  • 2008-05-03 view commit Replace Layout icon_view field by more generic file_view_type. Replace option layout.view_as_icons by layout.file_view_type.
  • +
  • 2008-05-03 view commit Set thumbs_enabled through new function vflist_thumbs_set() instead of vflist_new().
  • +
  • 2008-05-03 view commit Prepare merging of some parts of view_file_list and view_file_icon and simplification of view_file* interface.
  • +
  • 2008-05-03 view commit Change default positions of dividers since width of the main menu was increased.
  • +
  • 2008-05-02 view commit Make exif_rational_to_double() and exif_get_rational_as_double() static.
  • +
  • 2008-05-02 view commit info_notebook_reordered_cb(): do not call info_tabs_sync(), it causes exif info disappearing when moving the tab.
  • +
  • 2008-05-02 view commit Fix a Pango warning related to UTF8 when displaying internationalized description in Advanced Exif Properties panel.
  • +
  • 2008-05-02 view commit exif_get_description_by_key(): tidy up.
  • +
  • 2008-05-02 view commit Add a pointer to the build function in the formatted exif tags struct and use a loop in exif_get_formatted_by_key().
  • +
  • 2008-05-02 view commit Indentation fix.
  • +
  • 2008-05-02 view commit Explode exif_get_formatted_by_key() in smaller functions prefixed "exif_build_f". An helper macro was added to call them.
  • +
  • 2008-05-02 view commit Remove unused checksum_simple() function.
  • +
  • 2008-05-02 view commit Simplify remove_extension_from_path().
  • +
  • 2008-05-02 view commit remove_level_from_path() was simplified.
  • +
  • 2008-05-02 view commit Move variable declaration and affectation near where it is used.
  • +
  • 2008-05-02 view commit Replace GQView by Geeqie.
  • +
  • 2008-05-01 view commit Use sizeof() instead of hardcoded buffer sizes.
  • +
  • 2008-05-01 view commit cache_sim_write_similarity(): cleanup and simplification.
  • +
  • 2008-05-01 view commit Use secure_save stuff to write .sim files.
  • +
  • 2008-05-01 view commit save_options(): minor code simplification.
  • +
  • 2008-05-01 view commit Add a wrapper to fwrite().
  • +
  • 2008-05-01 view commit Typo fix.
  • +
  • 2008-05-01 view commit Indentation fixes.
  • +
  • 2008-05-01 view commit Simplify and optimize extension_find_dot().
  • +
  • 2008-04-29 view commit fixed a memory leak
  • +
  • 2008-04-29 view commit cleanup: use image_get_image_size
  • +
  • 2008-04-29 view commit fixed connected zoom and scroll that didn't work in some cases http://sourceforge.net/tracker/index.php?func=detail&aid=1952429&group_id=222125&atid=1054680
  • +
  • 2008-04-27 view commit fix warning cast from pointer to integer of different size (when an integer is passed instead of a pointer to a callback, GINT_TO_POINTER(i) should be used)
  • +
  • 2008-04-27 view commit Added LIRC patch written by Matteo Beniamino
  • +
  • 2008-04-25 view commit Fix number of directory views, bug introduced in revision 617.
  • +
  • 2008-04-25 view commit fixed dragging multiple files from file list http://sourceforge.net/tracker/index.php?func=detail&aid=1950740&group_id=222125&atid=1054680
  • +
  • 2008-04-25 view commit Add a line about variable and function names.
  • +
  • 2008-04-25 view commit Document the Geeqie coding style. This is a draft, please improve.
  • +
  • 2008-04-25 view commit Handle the case of reduction of the number of view directory types. Previously it was leading to a segfault.
  • +
  • 2008-04-24 view commit Allow to copy the path of a directory to clipboard from directory views. Show Copy path option has to be enabled. Suggested by Frédéric Mantegazza.
  • +
  • 2008-04-24 view commit Do not allow to add anything but directories to sort bar in folder mode through drag'n'drop. Introduce a new field only_directories to _BookMarkData struct.
  • +
  • 2008-04-24 view commit Add missing spaces around equal sign.
  • +
  • 2008-04-24 view commit Cleanup exif_get_formatted_by_key().
  • +
  • 2008-04-24 view commit Add missing space.
  • +
  • 2008-04-24 view commit 6 for() vs 201 for (): winner is for ().
  • +
  • 2008-04-24 view commit Convert the minority of while() to while ().
  • +
  • 2008-04-24 view commit Use only one secure_fprintf() call instead of two.
  • +
  • 2008-04-24 view commit Use sizeof().
  • +
  • 2008-04-24 view commit Remove whitespace between function name and first parenthesis for the sake of consistency. (pass 2)
  • +
  • 2008-04-24 view commit Remove whitespace between function name and first parenthesis for the sake of consistency.
  • +
  • 2008-04-24 view commit Indentation fix.
  • +
  • 2008-04-24 view commit Display file_data debug messages only at level 2.
  • +
  • 2008-04-24 view commit Move get_exec_time() to debug.{c,h}.
  • +
  • 2008-04-24 view commit Move options stuff to options.{c,h} and remove globals.c
  • +
  • 2008-04-24 view commit Move debug macros from main.h to new debug.h. Make debug_level static to debug.c and add utility functions to manipulate it. Add #include "debug.h" where needed.
  • +
  • 2008-04-24 view commit Handle the newline in DEBUG_N() macro instead of adding one in each debug message string.
  • +
  • 2008-04-23 view commit French translation was updated.
  • +
  • 2008-04-23 view commit Make image_osd_histogram_onoff_toggle() and image_osd_histogram_onoff_status() static.
  • +
  • 2008-04-23 view commit Fix image overlay displayed only on second "I" press in layout view.
  • +
  • 2008-04-23 view commit Display file and line along debug messages for any debug level but level 1. Add a DEBUG_0() macro for instant debugging.
  • +
  • 2008-04-23 view commit Fix Gtk-CRITICAL **: gtk_entry_set_text: assertion `GTK_IS_ENTRY (entry)' failed occuring when toggling file list view <-> file icon view.
  • +
  • 2008-04-23 view commit clear the buffer before loading of an image
  • +
  • 2008-04-23 view commit Use menu_item_add_stock_sensitive() and menu_item_add_sensitive().
  • +
  • 2008-04-23 view commit Update to contributors list.
  • +
  • 2008-04-23 view commit Allow the copy of file paths to clipboard. This feature is disabled by default, it can be set through Preferences > Advanced > Behavior > Show "Copy path" ... When enabled, it adds a menu entry "Copy path" that let the user copies current selection's paths to X clipboard. It is very convenient to paste paths to xterm for example. Patch by Carles Pina i Estany and me.
  • +
  • 2008-04-23 view commit fixed a bug in opening files with non-utf8 locales in exiv2.cc
  • +
  • 2008-04-23 view commit Introduce macros to display debug messages. if (debug) printf(...) is now replaced by variadic macros: DEBUG_1() And for higher debugging levels: DEBUG_2() DEBUG_3() DEBUG_4()
  • +
  • 2008-04-23 view commit Honor Control and Shift keys while drag'n'droping files to directories. Before a menu (Copy/Move/Cancel) was always displayed, now if the user hold Shift key or Control key, the menu is not shown, but move or copy actions take place. If no modifier key is used, the menu is displayed as usual.
  • +
  • 2008-04-23 view commit Only display message if in debug mode.
  • +
  • 2008-04-23 view commit Fix adding a selection to a collection with no window open using the sort manager. Only one file was added, now all files in the selection are added (but duplicates). A pointer was not reset correctly.
  • +
  • 2008-04-22 view commit Save sort manager state to rc file.
  • +
  • 2008-04-22 view commit Remove unused function bar_info_size_request().
  • +
  • 2008-04-22 view commit Save state and width of exif, info and sort panels to rc file. Width is restored only if save windows dimensions is set.
  • +
  • 2008-04-22 view commit updated ChangeLog from svn log
  • +
  • 2008-04-22 view commit fixed version string ;)
  • +
  • 2008-04-22 view commit updated version number
  • +
  • 2008-04-22 view commit fixed reading of signed rational type with Exiv2
  • +
  • 2008-04-22 view commit fixed instalation of doc files
  • +
  • 2008-04-22 view commit Correctly escape data before using pango_layout_set_markup(). Exif data may contain characters like & or < >.
  • +
  • 2008-04-22 view commit Use image_osd_toggle() in layout_menu_overlay_cb(). Drop layout_image_overlay_update().
  • +
  • 2008-04-22 view commit Merge view_overlay_toggle() and layout_image_overlay_toggle() into new image_osd_toggle().
  • +
  • 2008-04-22 view commit Make histogram depends on image window not layout window. It simplifies the code, and make more sense.
  • +
  • 2008-04-22 view commit Ensure Properties dialog is displayed above fullscreen window. Add a parameter to info_window_new() to pass parent window and revert patch 472.
  • +
  • 2008-04-21 view commit Indicate bugs and feature requests trackers, remove obsolete stuff.
  • +
  • 2008-04-21 view commit Lowercased name.
  • +
  • 2008-04-21 view commit . -> dot
  • +
  • 2008-04-21 view commit updated copyright in source files
  • +
  • 2008-04-21 view commit Properly initialize image_overlay options.
  • +
  • 2008-04-21 view commit Few more fixes to french translation.
  • +
  • 2008-04-21 view commit Add some macros to handle rc file compatibility issues related to option name changes.
  • +
  • 2008-04-21 view commit Minor french translation fix.
  • +
  • 2008-04-21 view commit French translation was updated.
  • +
  • 2008-04-21 view commit Rename few functions and replace fullscreen info with image overlay template string. fullscreen_info_default_cb() -> image_overlay_default_template_cb() fullscreen_info_default_ok_cb() -> image_overlay_default_template_ok_cb() set_default_fullscreen_info() -> set_default_image_overlay_template_string() (moved to image-overlay.h)
  • +
  • 2008-04-21 view commit Replace fullscreen.info and fullscreen.show_info options by: image_overlay.common.enabled => to save last state to rc file image_overlay.common.show_at_startup => overrides .common.enabled at startup image_overlay.common.template_string => replace fullscreen.info
  • +
  • 2008-04-21 view commit fixed another "gqview" occurence
  • +
  • 2008-04-21 view commit updated NEWS, README and other documentation files
  • +
  • 2008-04-21 view commit renamed no.po to nb.po
  • +
  • 2008-04-21 view commit Fix a segfault occuring when pressing 'i' for overlay info in a separate image window (no layout).
  • +
  • 2008-04-21 view commit histogram_draw(): tidy up.
  • +
  • 2008-04-21 view commit histogram_read(): speed up calculations by 20%.
  • +
  • 2008-04-21 view commit histogram_read(): use memset() to initialize histogram data instead of for() loop.
  • +
  • 2008-04-21 view commit French translation was updated.
  • +
  • 2008-04-21 view commit Add compat.c to POTFILES
  • +
  • 2008-04-21 view commit Allow the user to set the drag'n drop icon size through Preferences > Advanced > Behavior > Drag'n drop icon size. It is saved to rc file as dnd_icon_size.
  • +
  • 2008-04-20 view commit Add a replacement for gtk_radio_action_set_current_value() which require GTK+ >= 2.10. Two new files were added, compat.h and compat.c.
  • +
  • 2008-04-20 view commit French translation was updated.
  • +
  • 2008-04-20 view commit Add number mnemonics to image view editors submenu.
  • +
  • 2008-04-20 view commit Prefix editor entries in the main menu with numbers. It allows Alt+E+number as shortcut to start an editor.
  • +
  • 2008-04-20 view commit Add missing shortcuts.
  • +
  • 2008-04-20 view commit fixed color profile code for older versions of exiv2 compilation fixes
  • +
  • 2008-04-20 view commit Mark slideshow toggle state in the menu. There is still an issue due to layout vs view slideshows...
  • +
  • 2008-04-20 view commit Fix a typo introduced by revision 521.
  • +
  • 2008-04-20 view commit read color profiles from jpeg also with Exiv2
  • +
  • 2008-04-20 view commit Use explicit names for mouse buttons instead of numbers. MOUSE_BUTTON_LEFT = 1 MOUSE_BUTTON_MIDDLE = 2 MOUSE_BUTTON_RIGHT = 3 It makes the code easier to read.
  • +
  • 2008-04-20 view commit Fix a typo: unoffical -> unofficial
  • +
  • 2008-04-20 view commit Effectively drop empty newlines at end of files (missing from rev 535)
  • +
  • 2008-04-20 view commit comment_file_read(): rewrite the parser, drop leading and trailing newlines in comment.
  • +
  • 2008-04-20 view commit Minor cleanup and code redundancy reduction.
  • +
  • 2008-04-20 view commit editor_command_one(): tidy up.
  • +
  • 2008-04-20 view commit Big whitespaces cleanup: - drop whitespaces at end of lines - convert eight spaces to tab at start of lines - drop spurious spaces mixed with tabs - remove empty lines at end of files
  • +
  • 2008-04-20 view commit Allow the user to change open_recent_list_maxsize option through Preferences > Advanced > Navigation.
  • +
  • 2008-04-20 view commit rm as external delete command is too dangerous, even for testing
  • +
  • 2008-04-20 view commit Add a way to restore original state in Adjust menu.
  • +
  • 2008-04-20 view commit added fColorProfile pseudo-tag with detailed information
  • +
  • 2008-04-20 view commit Fix the case "orientation from FileData, color profile from exif". Reported by Vladimir Nadvornik.
  • +
  • 2008-04-19 view commit Rename inappropriate folder_size to folder.
  • +
  • 2008-04-19 view commit Use sizeof() for buffer size where appropriate.
  • +
  • 2008-04-19 view commit Keep image orientation set by the user during the session.
  • +
  • 2008-04-19 view commit Save Show Marks state to rc file and display current state in menu. It is saved as boolean option layout.show_marks.
  • +
  • 2008-04-19 view commit fixed max. number of profiles
  • +
  • 2008-04-19 view commit Sort options.
  • +
  • 2008-04-19 view commit fixed color profile index
  • +
  • 2008-04-19 view commit Let toggle marks with numeric keypad.
  • +
  • 2008-04-19 view commit I have finally found how to add alternative hotkeys removed more hard-coded keys "Split Quad" is without hotkey for now
  • +
  • 2008-04-19 view commit Accept keywords composed by two words ("Todo" = "A faire" in french). Prevent duplicate keywords in the list.
  • +
  • 2008-04-19 view commit show the AdobeRGB profile in the menu, indicate input profile from image
  • +
  • 2008-04-19 view commit file_dat_unref: display number of references as well of path (debug only).
  • +
  • 2008-04-19 view commit first support for AdobeRGB colorspace
  • +
  • 2008-04-19 view commit French translation fixes.
  • +
  • 2008-04-19 view commit French translation fixes and updates.
  • +
  • 2008-04-19 view commit Add missing _().
  • +
  • 2008-04-19 view commit Add the possibility to update only one translation file using, for example: make update-po PO=fr autogen.sh applies a patch made against glib-gettextize generated Makefile.in.in
  • +
  • 2008-04-19 view commit Cleanup last patch: - drop vd_pop_menu_dir_view_as_cb() since it is now unused. - use G_N_ELEMENTS()
  • +
  • 2008-04-19 view commit improved spec file
  • +
  • 2008-04-19 view commit Fix directory view popup menu to display a View As submenu to switch between different directory views.
  • +
  • 2008-04-18 view commit gimp-remote has no -n option.
  • +
  • 2008-04-18 view commit Add zoom ratio display to OSD in fullscreen mode. It appears as [%zoom%] in fullscreen info string. It is now displayed by default.
  • +
  • 2008-04-18 view commit partially fixed reading embedded color profiles with exiv2
  • +
  • 2008-04-18 view commit Add two new options to control image read buffer at runtime. They are available in Preferences > Advanced > Image loading and caching. Default read buffer size was set to 4096 instead of 512. These options are saved to rc file.
  • +
  • 2008-04-18 view commit Display elapsed time since previous get_exec_time() call (debug only).
  • +
  • 2008-04-18 view commit Remove forgotten debug printf().
  • +
  • 2008-04-18 view commit Fix OSD display when fullscreen info string is empty.
  • +
  • 2008-04-18 view commit replace inner loops with memcpy
  • +
  • 2008-04-18 view commit Explode pr_tile_mirror() in three optimized functions: pr_tile_mirror_only() pr_tile_mirror_and_flip() pr_tile_flip_only()
  • +
  • 2008-04-18 view commit Rename vd_drop_update() to vd_dnd_drop_update(). Add two function pointers to ViewDir struct to keep vdtree_dnd_drop_expand_cancel() and vdtree_dnd_drop_expand() static to view_dir_tree.c.
  • +
  • 2008-04-18 view commit Drop 3 useless #define.
  • +
  • 2008-04-18 view commit Fix forgotten vd->pf affectation. Cleanup, and reduce code redundancy a bit.
  • +
  • 2008-04-18 view commit Explode pr_tile_rotate_90() in two functions: pr_tile_rotate_90_clockwise() pr_tile_rotate_90_counter_clockwise() Optimize the code at the expense of a bit of code redundancy: tests were moved outside the loops, intermediate results are now cached.
  • +
  • 2008-04-18 view commit Introduce printf_term() macro and use it.
  • +
  • 2008-04-17 view commit Add a shortcut key for List (L) and change the one for Tree (T), they are now in a submenu.
  • +
  • 2008-04-17 view commit Add some wrappers in view_dir.c and simplify even more.
  • +
  • 2008-04-17 view commit Fix a bug introduced in revision 489.
  • +
  • 2008-04-17 view commit Reduce code redundancy with the introduction of a new function named vd_get_fd_from_tree_path().
  • +
  • 2008-04-17 view commit image post-processing (rotation and color management) moved to pixbuf-renderer
  • +
  • 2008-04-17 view commit Merge vd(list|tree)_release_cb() in vd_release_cb(). I made some assumptions here i hope correct.
  • +
  • 2008-04-17 view commit Merge few more functions to view_dir.c.
  • +
  • 2008-04-17 view commit Move common menu position callback to view_dir.c.
  • +
  • 2008-04-17 view commit Merge dirlist/dirview dnd code.
  • +
  • 2008-04-16 view commit Regenerate translations files and update french translation.
  • +
  • 2008-04-16 view commit Fix new folder feature in dirlist mode, it was broken by revision 481.
  • +
  • 2008-04-16 view commit Fix a crash introduced in revision 477.
  • +
  • 2008-04-16 view commit Fix two errors made in revision 473.
  • +
  • 2008-04-16 view commit Merge few more vdlist/vdtree functions.
  • +
  • 2008-04-16 view commit Make directory view popup menu common and move it to view_dir.{c,h}.
  • +
  • 2008-04-16 view commit fixed compiler warnings
  • +
  • 2008-04-16 view commit in debug mode print time information on selected events
  • +
  • 2008-04-16 view commit Clean up and simplify.
  • +
  • 2008-04-16 view commit Merge parts of view_dir_list/tree constructors/destructors to view_dir.
  • +
  • 2008-04-16 view commit Move some dnd common code from view_dir_list.c and view_dir_tree.c to view_dir.c.
  • +
  • 2008-04-16 view commit Rename vdt occurences to vd.
  • +
  • 2008-04-16 view commit Rename vdl occurences to vd.
  • +
  • 2008-04-16 view commit Introduce a new struct ViewDir to handle directory views common data. Specific data is now in ViewDirInfoList and ViewDirInfoTree. Type of directory view can be specified with enum DirViewType. This is saved to rc file as layout.dir_view_type, which replace layout.view_as_tree. Code was modified to reflect these changes. This is a first to move to merge common code of view_dir_list.c and view_dir_tree.c and ease the introduction of new types of directory view.
  • +
  • 2008-04-15 view commit Indicate --debug[=level] in usage display.
  • +
  • 2008-04-15 view commit Parse command line for --debug option as soon as possible and allow --debug[=level] syntax. Only display message indication debug level once.
  • +
  • 2008-04-15 view commit Cleanup read/write of image.zoom_mode option.
  • +
  • 2008-04-15 view commit Read show_icon_names only once.
  • +
  • 2008-04-15 view commit Rename l_conf to layout_order and make it more local.
  • +
  • 2008-04-15 view commit Fix a bug that was here since a long time, buf has nothing to do with options->layout.order, so compare it to l_conf instead. It fixes refreshing of files and directories lists when changing filtering options.
  • +
  • 2008-04-15 view commit Add a new option in Preferences > Filtering to allow the user to choose to display '.' directory in folder lists or not. This option is saved to rc file as file_filter.show_dot_directory. A minor fix was made to disable display of .. in folder selection dialogs when current path is /.
  • +
  • 2008-04-15 view commit Add and use few new macros in rc file writing code.
  • +
  • 2008-04-15 view commit this might fix the freezes on freebsd, solaris, etc.
  • +
  • 2008-04-15 view commit save file_class to config file
  • +
  • 2008-04-15 view commit Exit fullscreen mode when Properties is displayed.
  • +
  • 2008-04-15 view commit New Go to directory view feature that permits to find and display the directory corresponding to an image view. For example, when you open an image in new window from collection, right clicking on the newly displayed image will let you choose Go to directory view, which would open a new window, with image and directory list. If current directory is the one of the image, menu item is disabled.
  • +
  • 2008-04-14 view commit Move layout.order default init to setup_default_options().
  • +
  • 2008-04-14 view commit collection_load(): use booleans and always count failures (for debug).
  • +
  • 2008-04-14 view commit collection_load(): improve headers parsing.
  • +
  • 2008-04-14 view commit collection_load(): fix typo (missing #) made in rev 453.
  • +
  • 2008-04-14 view commit collection_load(): accept whitespaces at start of lines.
  • +
  • 2008-04-14 view commit collection_load(): increase verbosity in debug mode.
  • +
  • 2008-04-14 view commit collection_load(): replace official by limit_failures (and invert the tests).
  • +
  • 2008-04-14 view commit Increase collection_load() buffer size and do not activate error limiting for GQview collections.
  • +
  • 2008-04-14 view commit Merge collection_load_only_geometry() into collection_load().
  • +
  • 2008-04-14 view commit Use flags for collection_load*().
  • +
  • 2008-04-13 view commit Apply exif display config (Never/If set/Always) to pan view too.
  • +
  • 2008-04-13 view commit Rename show_dot_files to show_hidden_files. There is no need to expose the underlying method to hide files.
  • +
  • 2008-04-13 view commit Let toggle the visibility of hidden files from directories list or tree contextual menu.
  • +
  • 2008-04-13 view commit Add a button to reset fullscreen info string to default value.
  • +
  • 2008-04-13 view commit Fix a typo, READ_CHAR() must use value_all.
  • +
  • 2008-04-13 view commit Use convenient macros to read options, it will ensure options names are matching (in the rc file and internally).
  • +
  • 2008-04-13 view commit Simplify read_*_option() stuff by passing pointer to option value. Introduce read_uint_option() to read enum values and read_int_option_clamp() to read clamped values.
  • +
  • 2008-04-12 view commit Partly rewrite option parser to accept whitespaces at start of lines.
  • +
  • 2008-04-12 view commit exif_* -> exif.display.*
  • +
  • 2008-04-12 view commit Add a note in the rc file about special editor slots.
  • +
  • 2008-04-12 view commit sidecar_ext -> sidecar.ext
  • +
  • 2008-04-12 view commit Unify names of options between variables and rc file.
  • +
  • 2008-04-12 view commit Use tree_descend_subdirs everywhere.
  • +
  • 2008-04-12 view commit Use startup_path_enable everywhere.
  • +
  • 2008-04-12 view commit Rename recent_list_max/open_recent_max to open_recent_list_maxsize.
  • +
  • 2008-04-12 view commit Rename dupe_custom_threshold option to duplicates_similarity_threshold.
  • +
  • 2008-04-12 view commit Move safe_delete* and in place rename options to file_ops struct. Re-order rc file a bit.
  • +
  • 2008-04-12 view commit Rename option thumbnails.enabled to layout.show_thumbnails as it makes more sense.
  • +
  • 2008-04-12 view commit Rename user_specified_window_background and window_background_color to image.use_custom_border_color and image.border_color. Rename pref_background_color_set_cb() to pref_color_button_set_cb(). Rename pref_colorbutton_new() to pref_color_button_new().
  • +
  • 2008-04-12 view commit Rename window options (moved to layout) and re-order rc file.
  • +
  • 2008-04-12 view commit Fix bad image option name in the rc file.
  • +
  • 2008-04-12 view commit Fix display bug when using "Limit image size when autofitting" option.
  • +
  • 2008-04-12 view commit Beautify rc file, adding sub-sections titles.
  • +
  • 2008-04-12 view commit Rename image-related options.
  • +
  • 2008-04-12 view commit Rename thumbnails related options.
  • +
  • 2008-04-12 view commit Rename file filtering options.
  • +
  • 2008-04-12 view commit Drop unused stuff.
  • +
  • 2008-04-12 view commit Rename collection options.
  • +
  • 2008-04-12 view commit Rename file sorting options.
  • +
  • 2008-04-12 view commit Re-order and try to group options.
  • +
  • 2008-04-12 view commit Rename color profile options.
  • +
  • 2008-04-12 view commit Rename slideshow options.
  • +
  • 2008-04-12 view commit Only display defined exif tags by default.
  • +
  • 2008-04-12 view commit Drop redundant code.
  • +
  • 2008-04-12 view commit Add Exif.Photo.ColorSpace tag in Preferences > Properties > Exif. Requested by Frédéric Mantegazza.
  • +
  • 2008-04-11 view commit Rationalize fullscreen options naming.
  • +
  • 2008-04-11 view commit options_c -> c_options
  • +
  • 2008-04-11 view commit Move more options to ConfOptions.
  • +
  • 2008-04-11 view commit Move file_sort_case_sensitive to ConfOptions.
  • +
  • 2008-04-11 view commit Add a new struct ConfOptions to handle options. Changes were made among the code to use only one global var named "options" of type ConfOptions *. Initialization takes place in new init_options().
  • +
  • 2008-04-11 view commit Make thumbnail standard fail directory after current application name and version.
  • +
  • 2008-04-11 view commit Define drag and drop target string in dnd.h. Make it use the current name of the application.
  • +
  • 2008-04-11 view commit Use secure save in history_list_save().
  • +
  • 2008-04-11 view commit Use secure save in comment_file_write().
  • +
  • 2008-04-11 view commit Secure save now unlinks temporary file on error by default. It will prevent left-behind temporary files, but also prevent potential data recovery from partially written files (it should not be a problem here).
  • +
  • 2008-04-11 view commit Use secure save feature when saving collections.
  • +
  • 2008-04-11 view commit Preserve permissions of the destination file when using secure save.
  • +
  • 2008-04-11 view commit Revert part of the previous patch, let the caller take care of calling path_from_utf8().
  • +
  • 2008-04-11 view commit Use path_from_utf8() on the passed filename. Add const attribute.
  • +
  • 2008-04-11 view commit ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource, so add a test for it in configure. Wrap generated headers files with #ifdef/#endif and add a comment related to their auto-generated nature. Make the generation itself quiet, but display a message on error. Make these targets depend on respective Makefile.in.
  • +
  • 2008-04-11 view commit Move secure save code to its own files: secure_save.{c,h}.
  • +
  • 2008-04-11 view commit Add missing #ifdef/#endif.
  • +
  • 2008-04-11 view commit Ensure that gcc flag -Wall is set.
  • +
  • 2008-04-11 view commit Silent some gcc warnings.
  • +
  • 2008-04-11 view commit Prevent multiple insertion of the same file in a collection. Use a hash table to speed up existence tests.
  • +
  • 2008-04-11 view commit Only display these messages if debug mode is enabled.
  • +
  • 2008-04-10 view commit fixed dates in pan-calendar
  • +
  • 2008-04-10 view commit Fix fCamera even more.
  • +
  • 2008-04-10 view commit Do not display ... if not truncated.
  • +
  • 2008-04-10 view commit Add the possibility to truncate overlay infos displayed: %fCamera:20% will truncate data displayed to 20 characters and add 3 dots at the end. For example, %name% -> some_file, %name:4% -> some...
  • +
  • 2008-04-10 view commit Fix broken remove_common_prefix(), fCamera didn't display model as it should.
  • +
  • 2008-04-09 view commit Resync .po files. French translation was updated (100% made).
  • +
  • 2008-04-09 view commit Add 3 missing files to POTFILES.in.
  • +
  • 2008-04-09 view commit Simple helper script to display translation statistics.
  • +
  • 2008-04-09 view commit Fix a typo: "while fluorescent" -> "white fluorescent"
  • +
  • 2008-04-09 view commit Resync .po files. Update french translation.
  • +
  • 2008-04-09 view commit fixed crash in pan_calendar
  • +
  • 2008-04-09 view commit improved histogram drawing
  • +
  • 2008-04-09 view commit Simplify and unify gtk_window creation with the help of the new window_new() function, that wraps gtk_window_new() call. Subclass, title and icon are set in the same call.
  • +
  • 2008-04-09 view commit Replace occurences of Geeqie / geeqie by constants defined in main.h.
  • +
  • 2008-04-08 view commit int -> gint
  • +
  • 2008-04-08 view commit Make xmp debug info only appears when debug >= 2.
  • +
  • 2008-04-08 view commit Enable image rotation depending on EXIF by default. New users shouldn't have to search for it.
  • +
  • 2008-04-08 view commit Fix missing header files inclusions.
  • +
  • 2008-04-08 view commit GQVIEW_* -> GQ_*
  • +
  • 2008-04-08 view commit GQVIEW_H -> MAIN_H
  • +
  • 2008-04-08 view commit gqview.h -> main.h
  • +
  • 2008-04-08 view commit Remove obsolete prototype.
  • +
  • 2008-04-08 view commit gqview_remote -> remote_connection gqview_command_collection -> command_collection gqview_remote_control() -> remote_control() gqview_remote_help() -> remote_help() gqview_remote_command_find() -> remote_command_find() gqview_remote_build_list() -> remote_build_list() gqview_remote_cb() -> remote_cb()
  • +
  • 2008-04-08 view commit exit_gqview() renamed to exit_program(). exit_gqview_final() renamed to exit_program_final().
  • +
  • 2008-04-08 view commit Add support for some Samsung raw files (.pef).
  • +
  • 2008-04-08 view commit Implement secure rc file saving. First data is written to a temporary file, then if nothing was wrong, this file is renamed to the final name. This way the risk of corrupted rc file is greatly reduced. The code is borrowed from ELinks (http://elinks.cz).
  • +
  • 2008-04-08 view commit fixed histogram label
  • +
  • 2008-04-08 view commit Fix the "continuous display" of tooltips in the collection view (before the tooltip delay occured once, then changing icon to icon never hide the tooltip again, now the tip is displayed shortly after the cursor moved on the icon, but disappears when moving cursor to another icon).
  • +
  • 2008-04-08 view commit reworked the histogram patch by Uwe Ohse, most of the code is in separate files
  • +
  • 2008-04-08 view commit fixed file delete notification in view_file_icon
  • +
  • 2008-04-08 view commit gtk_notebook_set_tab_reorderable() is only available sinc gtk+ 2.10.
  • +
  • 2008-04-08 view commit Move active variable affectation after the test.
  • +
  • 2008-04-08 view commit Simplify layout_color_name_parse() using g_strdelimit().
  • +
  • 2008-04-08 view commit Tidy up, whitespaces and indentation fix.
  • +
  • 2008-04-08 view commit Remove dependency on GTK 2.12, reported by John Vodden and Vladimir Nadvornik. gtk_set_tooltip_markup() calls were disabled for GTK+ versions < 2.12. gdk_color_to_string() was replaced by a equivalent function.
  • +
  • 2008-04-07 view commit Add the possibility to print file names with path. A checkbox was added to the Text tab in the Print dialog.
  • +
  • 2008-04-07 view commit Fix a segfault on fullscreen file deletion reported by Frédéric Mantegazza.
  • +
  • 2008-04-07 view commit Add the possibility to match duplicates on the name but ignoring the case. A new item was added to types of match combo box in the Find duplicates dialog.
  • +
  • 2008-04-07 view commit Display marks in overlay info only if at least one is set. Fix a missing g_string_free().
  • +
  • 2008-04-06 view commit Mark all exif labels as translatable. Before only some of them were enclosed by N_().
  • +
  • 2008-04-06 view commit Mark strings as translatable.
  • +
  • 2008-04-05 view commit Improve remove_trailing_slash() so it allocates no more than needed bytes and remove all trailing slashes instead only one.
  • +
  • 2008-04-05 view commit Comment out unused code. Geeqie code now compiles cleanly with -Wall gcc option.
  • +
  • 2008-04-04 view commit Change default exif order a bit to move up common and useful info.
  • +
  • 2008-04-04 view commit Re-add "What to show in properties dialog:" label before the table.
  • +
  • 2008-04-04 view commit Rename exif preferences tab to "Properties", and name the subsection "Exif".
  • +
  • 2008-04-04 view commit Fix a segfault occuring when enabling debug mode. At this point il->fd can be null.
  • +
  • 2008-04-03 view commit Make the wmclass value unique among the code by defining it in main header file as GQ_WMCLASS. Before this patch, it was set using PACKAGE (="geeqie"), or by the hardcoded string "Geeqie". Now all Geeqie windows have the same value for wmclass.
  • +
  • 2008-04-03 view commit Initialize variables, clearing a gcc warning.
  • +
  • 2008-04-03 view commit Add missing prototype to header file.
  • +
  • 2008-04-03 view commit Add few missing prototypes to header file.
  • +
  • 2008-04-03 view commit Drop a bunch of unused variables.
  • +
  • 2008-04-03 view commit Add missing #include.
  • +
  • 2008-04-03 view commit Remove unused variables.
  • +
  • 2008-04-03 view commit Add missing prototype.
  • +
  • 2008-04-03 view commit Drop 3 unused variables and comment out 2 unused functions.
  • +
  • 2008-04-03 view commit Add parenthesis around affection to clear a gcc warning.
  • +
  • 2008-04-03 view commit Fix a signedness warning.
  • +
  • 2008-04-03 view commit Main configuration file was renamed from gqviewrc to geeqierc.
  • +
  • 2008-04-03 view commit Fix a segfault occuring when using --without-exiv2 and concerning exif stuff.
  • +
  • 2008-04-03 view commit Fix missing bit of previous patch.
  • +
  • 2008-04-03 view commit Fix two more gcc warnings related to function declarations.
  • +
  • 2008-04-03 view commit Remove two unused variables declarations, and add a missing #include.
  • +
  • 2008-04-03 view commit Drop unused variable.
  • +
  • 2008-04-03 view commit Add missing return at the end of editor_command_next_start().
  • +
  • 2008-04-03 view commit Drop unused variable.
  • +
  • 2008-04-03 view commit Make collect_manager_process_action() static.
  • +
  • 2008-04-03 view commit Fix typos in functions names: file_list -> filelist.
  • +
  • 2008-04-03 view commit Remove unused variable declarations.
  • +
  • 2008-04-03 view commit Fix missing header include (filelist.h).
  • +
  • 2008-04-03 view commit Remove unused variables declarations.
  • +
  • 2008-04-03 view commit Move tabs code from config_window_create() to new smaller functions. Each tab has now its own function named: config_tab_general(), config_tab_image(), config_tab_windows(), config_tab_filtering(), config_tab_editors(), config_tab_exif(), config_tab_advanced();
  • +
  • 2008-04-03 view commit Use more generic names for some cache manager callback functions.
  • +
  • 2008-04-03 view commit Replace some occurences of gqview by Geeqie.
  • +
  • 2008-04-03 view commit Add a debug level spinner at the end of Preferences > Advanced. One can now enable debug mode without restarting geeqie. A possibility to disable all debugging code and related options at compile time was added.
  • +
  • 2008-04-03 view commit Fix and simplify thumbnails size combo box related code. Some variables were unused, code was buggy (spurious entry at the end of the list). A sanity check for values coming from rc file was added. Two constants now define the default thumbnail size.
  • +
  • 2008-04-03 view commit Make the preferences window resizeable, and try to improve display of editors tab.
  • +
  • 2008-04-03 view commit Tidy up. Fix indentation and missing whitespaces. Make editors table creation code a bit more readable.
  • +
  • 2008-04-03 view commit Setting no limit size to trash directory is now possible using zero as value. A tooltip was added to the spinner to inform the user of this possibility. When 0 is set, no remaining/free space check occurs. Default size of the trash was set to a 128M and maximum size is now 2048MB, which is more conform to today's standards. The delete dialog now displays more information: - if external command will be used - if safe delete is on, max size and path to the trash - if safe delete is off
  • +
  • 2008-04-02 view commit various exif improvements based on patch by Uwe Ohse try to compute 35mm focal length
  • +
  • 2008-04-02 view commit Make properties tabs reorderable through drag'n drop. Order is preserved during the whole session. When a new properties dialog is open, it uses the last order used. Currently, order isn't saved to rc file.
  • +
  • 2008-04-02 view commit Honor selection while fullscreen navigation. The behavior is now consistent in full screen and windowed mode. It fixes the fact that the selection was discarded on "Next". Patch by Uwe Ohse. Cleanups by Laurent Monin.
  • +
  • 2008-04-01 view commit Fix display of image number in properties dialog when more than one image is selected.
  • +
  • 2008-03-31 view commit Customizable info overlay in fullscreen, based on the patch posted to gqview-devel list by Timo on 2007-09-10.
  • +
  • 2008-03-31 view commit use quoted_value everywhere simplify parsing of multiple quoted values on one line
  • +
  • 2008-03-31 view commit Indentation and white lines minor fixes.
  • +
  • 2008-03-30 view commit Move strlen() calls outside the while loop.
  • +
  • 2008-03-30 view commit Comment out forgotten debugging code.
  • +
  • 2008-03-30 view commit Fix two minor compilation warnings.
  • +
  • 2008-03-30 view commit differentiate among normal image, raw image and metadata removed raw extension lists on various places and fixed most of the Exiv2 warnings todo: configuration and a special icons for unreadable raw or metadata
  • +
  • 2008-03-30 view commit Make the zoom increment spinner more precise, step is now 0.1 instead of 1.
  • +
  • 2008-03-29 view commit Improve escaping and quoting of strings saved in rc files.
  • +
  • 2008-03-29 view commit configurable frame around image - geeqie_autofit_maxsize.patch by Laurent MONIN
  • +
  • 2008-03-29 view commit set user-defined color as image background - patch by Laurent MONIN
  • +
  • 2008-03-29 view commit fixed color management initialization
  • +
  • 2008-03-26 view commit README fixes
  • +
  • 2008-03-26 view commit updated README files
  • +
  • 2008-03-26 view commit improved xmp vs. legacy metadata handling
  • +
  • 2008-03-24 view commit fixed crashes with --debug
  • +
  • 2008-03-24 view commit added all possible raw extensions that I could find
  • +
  • 2008-03-24 view commit improved support for older exiv2 versions
  • +
  • 2008-03-24 view commit exiv2 version checks
  • +
  • 2008-03-24 view commit more renames
  • +
  • 2008-03-24 view commit changed logo
  • +
  • 2008-03-24 view commit more renames
  • +
  • 2008-03-23 view commit rename GQview -> Geeqie over the code
  • +
  • 2008-03-23 view commit renamed to geeqie
  • +
  • 2008-03-22 view commit raw related fixes
  • +
  • 2008-03-22 view commit overview of supported raw formats
  • +
  • 2008-03-22 view commit configure --without-exiv2
  • +
  • 2008-03-22 view commit crw preview support with exiv2
  • +
  • 2008-03-16 view commit whitelist of files that can have an xmp sidecar, sample external command for creating sidecar
  • +
  • 2008-03-16 view commit fixed reading sidecar extensions from config file
  • +
  • 2008-03-16 view commit write comment and keywords to xmp, sidecars are used if exist
  • +
  • 2008-03-15 view commit write support in Exiv2 wrapper; for now only string values
  • +
  • 2008-02-24 view commit a hack to read raw previews with exiv2 0.16, however it should be fixed in the library
  • +
  • 2008-02-15 view commit read also iptc and xmp
  • +
  • 2008-02-14 view commit more exiv2 fixes
  • +
  • 2008-02-14 view commit more exiv2 fixes
  • +
  • 2008-02-13 view commit more exiv2 fixes
  • +
  • 2008-02-13 view commit unified tag names between exiv2 and internal rxif parser
  • +
  • 2008-02-13 view commit more exiv2 fixes
  • +
  • 2008-02-13 view commit and first version that actually shows some exif data (see advanced view)
  • +
  • 2008-02-13 view commit first exiv2 support that does not crash immediately
  • +
  • 2008-02-13 view commit started exiv2 integration
  • +
  • 2008-02-13 view commit simplified exif.h, moved implementation-specific stuff to exif-int.h
  • +
  • 2008-02-11 view commit do not show frame for full-window images
  • +
  • 2008-02-11 view commit improved drawing of image frames
  • +
  • 2008-01-26 view commit updated TODO list
  • +
  • 2008-01-20 view commit debug messages cleanup
  • +
  • 2008-01-16 view commit added file with release notes and TODO
  • +
  • 2007-12-23 view commit basic sidecar files configuration via preferences dialog
  • +
  • 2007-12-23 view commit fixed loading thumbnails for sidecar files
  • +
  • 2007-12-23 view commit fixed vflist_find_row and vflist_sort_set to work correctly with sidecar files
  • +
  • 2007-12-22 view commit fixed filelist refresh
  • +
  • 2007-12-22 view commit preserve marks setting on layout change
  • +
  • 2007-12-22 view commit basic support for marks in view_file_icon.c
  • +
  • 2007-12-20 view commit update FileData on file change
  • +
  • 2007-12-20 view commit toggles mark num selects mark num
  • +
  • 2007-12-20 view commit created menu "Select" with selection and marks operations
  • +
  • 2007-12-19 view commit complete set of boolean operation with marks - union, intersection, complement
  • +
  • 2007-12-18 view commit use accels also in fullscreen mode
  • +
  • 2007-12-17 view commit moved some actions to menu and accels
  • +
  • 2007-12-17 view commit removed unused variable
  • +
  • 2007-12-16 view commit fixed in-place rename
  • +
  • 2007-12-15 view commit better integration of split image functions into menu
  • +
  • 2007-12-14 view commit show active marks in image overlay
  • +
  • 2007-12-09 view commit fixed image focus
  • +
  • 2007-12-09 view commit fixed copying zoom an scroll values from the original image on splitting
  • +
  • 2007-12-09 view commit do not hilight selected image in SPLIT_NONE
  • +
  • 2007-12-09 view commit improved drawing of frame around selected image
  • +
  • 2007-11-25 view commit more operations with file marks
  • +
  • 2007-11-24 view commit marks: fixes and cleanup
  • +
  • 2007-11-22 view commit improved directory scanning a bit
  • +
  • 2007-11-21 view commit added possibility to specify prefered file type for external commands
  • +
  • 2007-11-21 view commit prevent duplicate sidecar files; code cleanup
  • +
  • 2007-11-20 view commit fixed grouping sidecar files and made it configurable via config file (no gui yet)
  • +
  • 2007-10-22 view commit fixed preloading images in file list
  • +
  • 2007-10-08 view commit improved FileDataChangeInfo structure, check for another file operation in progress
  • +
  • 2007-10-02 view commit display sidecar files (jpeg + raw) using gtk_tree_store This is just a prototype to test the functionality, it needs more work.
  • +
  • 2007-10-01 view commit use FileData even for sidecar file list
  • +
  • 2007-09-30 view commit editors.c was almost completely rewritten: - centralized template parsing - better control of executed editors - possibility to get editor exit status via callback
  • +
  • 2007-09-12 view commit display sidecar extensions in filelist some cleanup of file marks
  • +
  • 2007-09-11 view commit replaced gchar* path with FileData *fd
  • +
  • 2007-08-23 view commit started support for sidecar files like xmp, raw+jpeg etc.
  • +
  • 2007-08-20 view commit more external commands
  • +
  • 2007-08-16 view commit improved external delete command
  • +
  • 2007-08-15 view commit started implementation of external commands; external Delete should work
  • +
  • 2007-07-20 view commit compilation fix
  • +
  • 2007-07-13 view commit First implementation of marks for all photos.
  • +
  • 2007-07-12 view commit relative scroll is working; some cleanup
  • +
  • 2007-07-11 view commit connected zoom
  • +
  • 2007-07-11 view commit started relative scroll, keep scroll position
  • +
  • 2007-07-10 view commit improved connected scroll and active image switching
  • +
  • 2007-06-29 view commit implemented split windows TODO: menus and hotkeys, connected zoom, activating on drag
  • ################################################################### + ## Geeqie x.x ## + ## ## + ## Copyright (C) 2008 - 2017 The Geeqie Team ## + ## Copyright (C) 1999 - 2006 John Ellis. ## + ## ## + ## Use at your own risk! ## + ## ## + ## This software released under the GNU General Public License. ## + ## Please read the COPYING file for more information. ## + ################################################################### + + +

    This is Geeqie, a successor of GQview.

    + +

    Build Status

    + +

    Geeqie has been forked from GQview project, because it was not possible to +contact GQview author and the only maintainer. Geeqie projects goal is to move +the development forward and also integrate the existing patches.

    + +

    Geeqie is currently considered stable. Please report any crash or odd behavior +to the mailing list +and/or to Github

    + +

    For more info see: http://www.geeqie.org/

    + +

    Please send any question or suggestions to geeqie-devel@lists.sourceforge.net or +open an issue on https://github.com/BestImageViewer/geeqie/issues

    + +

    README contents:

    + +
      +
    • Requirements
    • +
    • Notes and changes for this release
    • +
    • Downloading
    • +
    • Installation
    • +
    • Description / Features
    • +
    + +

    Requirements

    + +

    Required libraries:

    + +
    GTK+ 3.00
    +    www.gtk.org
    +    enabled by default
    +    disable with configure option: --disable-gtk3
    +or
    +GTK+ 2.20
    +    disabled by default when GTK+3 libraries are found.
    +    enable with configure option: --disable-gtk3
    +    optional items map display and GPU acceleration are not available
    +    with GTK2
    +
    +    Note: GTK+3 is still somehow experimental. It is needed for some
    +    features but we have several complains about the GTK+3 usability.
    +
    +    So if you need a stable version, you are advised to compile it
    +    with GTK+2. If you want to play with the cool new features, use
    +    GTK+3.
    +
    + +

    Optional libraries:

    + +
    lcms2 2.0
    +or
    +lcms 1.14
    +    www.littlecms.com
    +    for color management support
    +    enabled by default
    +    disable with configure option: --disable-lcms
    +
    +exiv2 0.11
    +    www.exiv2.org
    +    for enhanced exif support
    +    enabled by default
    +    disable with configure option: --disable-exiv2
    +
    +lirc
    +    www.lirc.org
    +    for remote control support
    +    enabled by default
    +    disable with configure option: --disable-lirc
    +
    +libchamplain-gtk 0.12
    +libchamplain 0.12
    +libclutter 1.0
    +    wiki.gnome.org/Projects/libchamplain
    +    for map display
    +    disabled by default
    +    enable with configure option: --enable-map
    +    enabling will also enable GPU acceleration
    +
    +libclutter 1.0
    +    www.clutter-project.org
    +    for GPU acceleration (a check-box on Preferences/Image must also be ticked)
    +    disabled by default
    +    enable with configure option: --enable-gpu-accel
    +    explicitly disabling will also disable the map feature
    +
    +lua 5.1
    +    www.lua.org
    +    support for lua scripting
    +    enabled by default
    +    disable with configure option: --disable-lua
    +
    +awk
    +    when running Geeqie, to use the geo-decode function
    +
    +markdown
    +    when compiling Geeqie, to create this file in html format
    +
    + +

    Notes and changes for this release [section:release_notes]

    + +

    See NEWS file.

    + +

    Code hackers:

    + +

    If you plan on making any major changes to the code that will be offered for +inclusion to the main source, please contact us first - so that we can avoid +duplication of effort. + The Geeqie Team

    + +

    Known bugs:

    + +

    See the Geeqie Bug Tracker at https://github.com/BestImageViewer/geeqie/issues

    + +

    Downloading

    + +

    Geeqie is available as a package with some distributions.

    + +

    The source tar of the latest release may be downloaded: http://geeqie.org/geeqie-1.3.tar.xz

    + +

    To download the sources of the latest commits you must have installed git:

    + +

    Either: git clone git://www.geeqie.org/geeqie.git

    + +

    Or: git clone http://www.geeqie.org/git/geeqie.git

    + +

    Installation

    + +

    Update secondary help documents (optional - requires use of git): + ./gen_changelog.sh ; markdown README.md > README.html

    + +

    Show compile options: ./autogen.sh --help

    + +

    Compilation: ./autogen.sh ; make

    + +

    General install: [sudo] make install

    + +

    Removal: [sudo] make uninstall

    + +

    Description / Features

    + +

    Geeqie is a graphics file viewer. Basic features:

    + +
      +
    • Single click image viewing / navigation.
    • +
    • Zoom functions.
    • +
    • Thumbnails, with optional caching and .xvpics support.
    • +
    • Multiple file selection for move, copy, delete, rename, drag and drop.
    • +
    • Drag and drop.
    • +
    • Slideshow.
    • +
    • Full screen.
    • +
    • Ability to open images in external editors (configurable).
    • +
    • Collections.
    • +
    • Comparison of images to find duplicates by name, size, date, dimensions, or image content similarity. +
        +
      • Rotation invariant detection
      • +
    • +
    • EXIF support.
    • +
    • support for stereoscopic images +
        +
      • input: side-by-side (JPS) and MPO format
      • +
      • output: single image, anaglyph, SBS, mirror, SBS half size (3DTV)
      • +
    • +
    diff --git a/README.md b/README.md index 6b8fba54..de3111f0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ################################################################### ## Geeqie x.x ## ## ## - ## Copyright (C) 2008 - 2016 The Geeqie Team ## + ## Copyright (C) 2008 - 2017 The Geeqie Team ## ## Copyright (C) 1999 - 2006 John Ellis. ## ## ## ## Use at your own risk! ## @@ -22,22 +22,18 @@ Geeqie is currently considered stable. Please report any crash or odd behavior to the [mailing list](https://lists.sourceforge.net/lists/listinfo/geeqie-devel) and/or to [Github](https://github.com/BestImageViewer/geeqie/issues) -For more info see: http://www.geeqie.org/ +For more info see: -Please send any question or suggestions to geeqie-devel@lists.sourceforge.net or -open an issue on Github (https://github.com/BestImageViewer/geeqie/issues) +Please send any question or suggestions to or +open an issue on # README contents: * Requirements * Notes and changes for this release +* Downloading * Installation * Description / Features -* Documentation (keyboard shortcuts) -* Editor command macros -* Additional comments -* Translation status -* Credits ## Requirements @@ -103,6 +99,13 @@ open an issue on Github (https://github.com/BestImageViewer/geeqie/issues) enabled by default disable with configure option: --disable-lua + awk + when running Geeqie, to use the geo-decode function + + markdown + when compiling Geeqie, to create this file in html format + + ## Notes and changes for this release [section:release_notes] See NEWS file. @@ -116,17 +119,34 @@ duplication of effort. ### Known bugs: -See the Geeqie Bug Tracker at https://github.com/BestImageViewer/geeqie/issues +See the Geeqie Bug Tracker at + + +## Downloading + +Geeqie is available as a package with some distributions. + +The source tar of the latest release may be downloaded: + +To download the sources of the latest commits you must have installed git: + +Either: `git clone git://www.geeqie.org/geeqie.git` + +Or: `git clone http://www.geeqie.org/git/geeqie.git` + ## Installation -Compilation: `./autogen.sh ; make` +Update secondary help documents (optional - requires use of git): + `./gen_changelog.sh ; markdown README.md > README.html` Show compile options: `./autogen.sh --help` -General install: `make install` +Compilation: `./autogen.sh ; make` + +General install: `[sudo] make install` -Removal: `make uninstall` +Removal: `[sudo] make uninstall` ## Description / Features @@ -148,188 +168,3 @@ Geeqie is a graphics file viewer. Basic features: * input: side-by-side (JPS) and MPO format * output: single image, anaglyph, SBS, mirror, SBS half size (3DTV) -## Credits [section:credits] - -### Translations: - - Grzegorz Kowal - Zbigniew Chyla - Emil Nowak - Wit Wilinski - Tomasz Golinski - for Polish translation - - Christopher R. Gabriel - Di Maggio Salvatore - Costantino - for Italian translation - - Sandokan - Ivan Priesol - Mgr. Peter Tuharsky - for Slovak translation - - Rodrigo Sancho Senosiain - Ariel Fermani - for Spanish translation - - Laurent Monin - Eric Lassauge - Jean-Pierre Pedron - Pascal Bleser - Nicolas Boos - Nicolas Bonifas - for French translation - - Fâtih Demir - for Turkish translation - - Kam Tik - Abel Cheung - S.J. Luo - Levin - for Traditional Chinese (Big5) translation - - Junichi Uekawa - Oleg Andrjushenko - Michael Bravo - Sergey Pinaev - for Russian translation - - Guilherme M. Schroeder - Vitor Fernandes - Herval Ribeiro de Azevêdo - for Brazilian Portuguese translation - - Shingo Akagaki - Yuuki Ninomiya - Sato Satoru - Takeshi AIHANA - for Japanese translation - - Matthias Warkus - Thomas Klausner - Danny Milosavljevic - Ronny Steiner - Klaus Ethgen - for German translation - - Matej Erman - for Slovene translation - - MÃtyÃs Tibor - Koblinger Egmont - Sári Gábor - for Hungarian translation - - Wu Yulun - Charles Wang - for simplified Chinese translation - - H.J.Visser - Tino Meinen - for Dutch translation - - Lauri Nurmi - for Finnish translation - - Ilmar Kerm - for Estonian translation - - Volodymyr M. Lisivka - for Ukrainian translation - - Birger Langkjer - for Danish translation - - Torgeir Ness Sundli - for Norwegian translation - - Jan Raska - Michal Bukovjan - for Czech translation - - Phanumas Thanyaboon - for Thai translation - - Harald Ersch - for Romanian translation - - pclouds - for Vietnamese translation - - Tedi Heriyanto - for Indonesian translation - - Vladimir Petrov - for Bulgarian translation - - Hans Öfverbeck - for Swedish translation - - Youssef Assad - for Arabic translation - - catux.org - for Catalan translation - - Hyun-Jin Moon - for Belarusian translation - - Piarres Beobide - for Basque translation - - Antonio C. Codazzi - for Esperanto translation - - Nikos Papadopoulos - for Greek translation - -### Fixes, additions, and patches: - - Eric Swalens - Quy Tonthat - for initial Exif support. - - Daniel M. German - for Canon raw image support. - - Lars Ellenberg - for Fujifilm raw image support. - - Diederen Damien - for .xvpics thumbnail reading support. - - Nick Rusnov - Ryan Murray - for man page. - - Martin Pool - for sort by number, misc. improvements. - - Jörg Mensmann - for Xinerama support patch. - - Vadim Shliakhov - for miscellaneous fixes. - - Uwe Ohse - for Exif enhancements, histogram and other patches - - Timo Horstschäfer - for customizable fullscreen overlay - - Michael Mokeev - for print related enhancements - - Carles Pina i Estany - for copy path to clipboard patch - - Kjell Morgenstern - for random slide show speedup patch - - And... - Thanks to the users for finding Geeqie useful. diff --git a/gen_changelog.sh b/gen_changelog.sh index d28a5b13..ae42af97 100755 --- a/gen_changelog.sh +++ b/gen_changelog.sh @@ -5,6 +5,8 @@ # it uses C locale for date format. # It has to be run where ChangeLog is. # Old ChangeLog is saved as ChangeLog.bak +# +# ChangeLog.html is also created [ ! -e "ChangeLog" ] && exit 1 @@ -15,4 +17,16 @@ mv -f ChangeLog ChangeLog.bak && \ mv -f ChangeLog.$$.new ChangeLog rm -f ChangeLog.$$.old + + +echo "