| border + custom colour for marked files | opal hart | 5 | +14 | -8 |
| Do not keep track of fullscreen state | Bert Münnich | 5 | +8 | -58 |
| gitignore: Ignore autogenerated version.h | Chris Down | 1 | +1 | -0 |
| Fix comparison broken by signedness | Bert Münnich | 1 | +17 | -16 |
| config.h: change zoom levels | opal hart | 1 | +2 | -2 |
| remove -o flag, always print marked files to stdout | opal hart | 3 | +1 | -6 |
| config.h: remove fullscreen keybind | opal hart | 1 | +0 | -1 |
| add my config.h | opal hart | 1 | +150 | -0 |
| don't gitignore config.h for my repo | opal hart | 1 | +0 | -1 |
| allow '0' to be keymapped | opal hart | 1 | +1 | -1 |
| flip "animate" & "hide_bar" options | opal hart | 1 | +4 | -4 |
| Add rawtherapee entry to key-handler | Bert Münnich | 1 | +1 | -0 |
| Copy to primary buffer and clipboard | Bert Münnich | 1 | +1 | -1 |
| Remove tags from image-info | Bert Münnich | 1 | +1 | -3 |
| Remove tagging from key-handler | Bert Münnich | 1 | +1 | -24 |
| Document undocumented "-" behavior | Bert Münnich | 1 | +1 | -1 |
| Fix file list indexes when deleting last image | Bert Münnich | 1 | +3 | -3 |
| Set window title only once at startup | Bert Münnich | 2 | +0 | -12 |
| Revise Makefile | Bert Münnich | 1 | +18 | -24 |
| Set executable bit on scripts in exec folder | Patryk Czachurski | 2 | +0 | -0 |
| Respect updated path format when cleaning cache | Kacper Gutowski | 1 | +2 | -11 |
| Don't skip dot files when cleaning cache | Kacper Gutowski | 4 | +12 | -6 |
| Simplify cg_mark_range further | Bert Münnich | 1 | +3 | -5 |
| Set global markidx whenever a single img is (un)marked | Bert Münnich | 2 | +4 | -4 |
| (Un)mark thumbnails while holding Button3 down | Bert Münnich | 1 | +13 | -4 |
| (Un)mark single image through generic function | Bert Münnich | 2 | +18 | -14 |
| Simplify cg_mark_range | Bert Münnich | 1 | +11 | -22 |
| Rename variable toggledidx to markidx | Bert Münnich | 2 | +9 | -9 |
| Fix cg_mark_range after removing images from file list | Bert Münnich | 1 | +2 | -0 |
| Remove unnecessary special cases in cg_mark_range | Bert Münnich | 2 | +1 | -6 |
| Change default key-bindings of mark commands | Bert Münnich | 1 | +3 | -3 |
| Add mark range function | Daniel Lublin | 5 | +42 | -0 |
| New version scheme | Bert Münnich | 2 | +13 | -3 |
| Initialize window bar buffers to empty string | Bert Münnich | 2 | +3 | -1 |
| Revise waiting for child processes | Bert Münnich | 1 | +20 | -6 |
| Close image-info explicitly | Bert Münnich | 2 | +22 | -19 |
| Skip imlib cache when reloading due to inotify event | Bert Münnich | 1 | +1 | -0 |
| Ignore outdated inotify events | Bert Münnich | 1 | +7 | -7 |
| Do not limit fit-to-win to smallest zoom level | Bert Münnich | 1 | +4 | -7 |
| Make zoomdiff compare impact on image dimensions | Bert Münnich | 1 | +6 | -6 |
| Use float for ox/oy compare values | Bert Münnich | 1 | +4 | -4 |
| Use argument to select between two drag methods | phi | 4 | +22 | -8 |
| Refactoring | Bert Münnich | 2 | +8 | -10 |
| Fix a potential uninitialized variable | Hyleus | 1 | +5 | -2 |
| Fix autoreload-nop accidentally selecting on stdin | Leonardo Taccari | 1 | +1 | -1 |
| Separate bar fields only by spaces | Bert Münnich | 2 | +8 | -6 |
| Simplify drawing of bar text | Bert Münnich | 1 | +34 | -53 |
| Replace utf8codepoint with Chris Wellons' utf8_decode | Bert Münnich | 4 | +75 | -34 |
| win_textwidth is no longer needed outside window.c | Bert Münnich | 2 | +8 | -12 |
| Remove obsolete files[].base | Bert Münnich | 2 | +0 | -6 |
| Left bar shows file name as given by user | Bert Münnich | 2 | +6 | -20 |
| Try to match a fallback font if needed | Squibby | 5 | +75 | -10 |
| Reject text files resembling TGA images | Bert Münnich | 3 | +26 | -18 |
| Stable version 24 | Bert Münnich | 2 | +12 | -2 |
| Fix navigating from last to previous image over invalid files | Bert Münnich | 2 | +5 | -4 |
| Set LC_COLLATE for -r file list sorting | Bert Münnich | 2 | +4 | -1 |
| List objs in Makefile not srcs | Bert Münnich | 1 | +2 | -3 |
| Make clean removes all object files | Bert Münnich | 1 | +2 | -2 |
| Always take {C,CPP,LD}FLAGS from environment | Bert Münnich | 1 | +9 | -9 |
| Back to VPATH for out-of-source builds | Bert Münnich | 1 | +4 | -6 |
| Addendum to 1ace4fb0 | Bert Münnich | 1 | +1 | -3 |
| No more automatic dependency tracking | Bert Münnich | 1 | +3 | -7 |
| No more config.mk | Bert Münnich | 1 | +0 | -2 |
| Small refinements in Makefile | Bert Münnich | 1 | +4 | -4 |
| One header file for type definitions and function declarations | Bert Münnich | 18 | +483 | -687 |
| Fix dep file include in Makefile | Bert Münnich | 1 | +1 | -1 |
| Zoom into mouse cursor position | Bert Münnich | 2 | +10 | -3 |
| Much more portable Makefile | Bert Münnich | 2 | +57 | -48 |
| Always include non-configurable part of CPPFLAGS | Bert Münnich | 1 | +1 | -1 |
| Move DEPFLAGS from Makefile to config.mk | Bert Münnich | 2 | +1 | -1 |
| Mention GNU make requirement in Makefile | Bert Münnich | 1 | +2 | -0 |
| Get rid of SRCDIR macro, VPATH on make cmd line suffices | Bert Münnich | 2 | +2 | -6 |
| Add missing description for Button3 to man page | Bert Münnich | 1 | +2 | -0 |
| Improve mouse support | Bert Münnich | 8 | +52 | -34 |
| Simplify cursor reset in image mode | Bert Münnich | 2 | +3 | -3 |
| Own win method for mouse cursor location | Bert Münnich | 3 | +16 | -6 |
| Simplify cursor handling | Bert Münnich | 3 | +25 | -32 |
| Mouse drag translates pointer position to image area | Bert Münnich | 7 | +40 | -64 |
| Fix linker command line | Bert Münnich | 1 | +1 | -1 |
| Only use targets in build messages | Bert Münnich | 1 | +1 | -1 |
| Add -p flag to disable writing of cache and temporary files | Antti Korpi | 4 | +16 | -4 |
| Move special targets to bottom of Makefile | Bert Münnich | 1 | +6 | -7 |
| Non-verbose build | Bert Münnich | 1 | +12 | -0 |
| Support out-of-source builds | Bert Münnich | 2 | +6 | -2 |
| Simplify config.mk | Bert Münnich | 2 | +21 | -16 |
| Move configuration parts from Makefile into config.mk | Bert Münnich | 2 | +28 | -26 |
| Make pan fraction configurable | jcalve | 2 | +6 | -3 |
| Add Max Voit to list of contributors | Bert Münnich | 1 | +1 | -0 |
| Add key-handler action to copy image to clipboard | Bert Münnich | 1 | +2 | -1 |
| Adapt inotify_nop to API changes | Bert Münnich | 1 | +8 | -9 |
| Update copyright notice in autoreload_inotify.c | Bert Münnich | 1 | +1 | -1 |
| Merge branch 'autoreload' | Bert Münnich | 5 | +219 | -3 |
| Detect all file overwrites in autoreload_inotify | Bert Münnich | 3 | +51 | -72 |
| Compiler independent buffer alignment | Bert Münnich | 1 | +7 | -3 |
| Read all available inotify events | Bert Münnich | 1 | +32 | -27 |
| Simplify inotify cleanup | Bert Münnich | 1 | +2 | -2 |
| Revised error reporting in autoreload_inotify | Bert Münnich | 1 | +11 | -20 |
| Fix code-style in autoreload_inotify.c | Bert Münnich | 1 | +23 | -38 |
| Simplify autoreload backend selection in Makefile | Bert Münnich | 1 | +5 | -8 |
| Revised autoreload interface | Bert Münnich | 4 | +100 | -91 |
| Add autoreload support by inotify (and dummy backend nop) | Max Voit | 5 | +247 | -1 |
| Properly quit when window gets closed; fixes issue #27 | Bert Münnich | 1 | +1 | -1 |
| State the purpose of CLEANUP macro | Bert Münnich | 2 | +5 | -1 |
| Merge branch 'diogocp/patch-1' | Bert Münnich | 1 | +1 | -1 |
| Fix typo | Jakub Wilk | 1 | +1 | -1 |
| Fix missing quote in key-handler from commit 5c607ad | Bert Münnich | 2 | +2 | -2 |
| Add Netpbm, TGA and XPM MIME types to sxiv.desktop | Diogo Pereira | 1 | +1 | -1 |
| Pass given file names to key-handler instead of real paths | Bert Münnich | 3 | +3 | -3 |
| Fix unused-variable warnings in conditionally compiled code | Bert Münnich | 2 | +3 | -4 |
| Merge vaygr/opt-dep | Bert Münnich | 1 | +4 | -1 |
| Add build options for optional dependencies | Vlad Glagolev | 1 | +4 | -1 |
| Merge djhejna/floatdelay | Bert Münnich | 6 | +17 | -9 |
| Ignore button and key events while key-handler is running | Bert Münnich | 2 | +10 | -1 |
| Merge dwminer/framerate | Bert Münnich | 6 | +22 | -4 |
| Support for DELAY as a floating point number including less than 1 second while maintaining backward compatibiitiy with integer arguments. | Don Hejna | 6 | +12 | -11 |
| Document -A option | dwminer | 1 | +5 | -0 |
| Add -A option to force framerate on animated images | dwminer | 4 | +14 | -2 |
| Document new -e flag | Bert Münnich | 1 | +6 | -0 |
| Use -e for X window embedding | Bert Münnich | 4 | +13 | -16 |
| added support for XEMBED into other windows (ie tabbed) with -w | shuall | 4 | +16 | -3 |
| Only open regular files; fixes issue #252 | Bert Münnich | 3 | +15 | -8 |
| Silence error messages in image-info script | Bert Münnich | 1 | +2 | -0 |
| Allow opening directories non-recursively | Paride Legovini | 5 | +8 | -10 |
| Update unstable version number | Bert Münnich | 1 | +1 | -1 |
| Add TODO list | Bert Münnich | 1 | +5 | -0 |
| Use Xft for font loading and text drawing | Bert Münnich | 8 | +56 | -98 |
| Provide image width and height to image-info script; fixes issue #159 | Bert Münnich | 3 | +12 | -5 |
| Removed usage information from README, refer to man page | Bert Münnich | 1 | +1 | -88 |
| Refined grouping of key/mouse mappings in man page | Bert Münnich | 1 | +24 | -13 |
| Fix option -q; commit d3a70a2 completely broke it; fixes issue #223 | Bert Münnich | 2 | +4 | -1 |
| Make navigate_frame command respect a count prefix | Bert Münnich | 3 | +9 | -3 |
| Fix 32-bit unsigned integer shift | Bert Münnich | 2 | +2 | -2 |
| Make image-info script more steady to special symbols in file names | Sudo Nice | 2 | +5 | -7 |
| Stable version 1.3.2 | Bert Münnich | 2 | +8 | -1 |
| Build-time option for default thumbnail size; fixes issue #207 | Bert Münnich | 3 | +6 | -3 |
| Simplified r_mkdir() | Bert Münnich | 3 | +18 | -31 |
| Revised error handling | Bert Münnich | 12 | +108 | -138 |
| Prefix safe allocation functions with 'e' instead of 's_' | Bert Münnich | 6 | +34 | -35 |
| Removed unnecessary buffer size constants | Bert Münnich | 2 | +3 | -14 |
| Use XSI realpath(3) | Bert Münnich | 3 | +0 | -85 |
| Use POSIX.1-2008 getline(3) | Bert Münnich | 4 | +6 | -37 |
| Removed feature test macro definitions from source files | Bert Münnich | 7 | +13 | -21 |
| Removed overcautious parameter checks | Bert Münnich | 6 | +11 | -147 |
| Always run image-info script after key-handler in image mode; fixes issue #213 | Bert Münnich | 2 | +4 | -4 |
| Thumbnail cache file format depending on existance of alpha layer | Bert Münnich | 2 | +9 | -5 |
| Clarified comments in key-handler, fixes issue #206 | Bert Münnich | 3 | +7 | -7 |
| Round integer cast of image offset during rendering; fixes issue #197 | Bert Münnich | 2 | +3 | -3 |
| Pass real paths to key handler instead of the paths provided by the user | Bert Münnich | 2 | +2 | -2 |
| Simplified command arguments | Bert Münnich | 4 | +125 | -144 |
| Updated documentation regarding gamma correction | Bert Münnich | 3 | +16 | -13 |
| The Icon key should not contain extension | Valentin Hăloiu | 2 | +2 | -2 |
| Apply gamma value on thumbnails too; fixes issue #193 | Bert Münnich | 5 | +27 | -40 |
| Cache out of view thumbnails in the background | Bert Münnich | 5 | +45 | -25 |
| Use bit-field for boolean flags in fileinfo struct | Bert Münnich | 6 | +34 | -27 |
| Removed obsolete ss_delays array, fixes issue #191 | Bert Münnich | 2 | +1 | -5 |
| Grouped optional dependencies in Makefile | Bert Münnich | 1 | +14 | -3 |
| Ignore SIGPIPE, caused by key handler exiting before all files got printed, fixes issue #188 | Bert Münnich | 2 | +3 | -1 |
| Pass file paths to key handler via stdin; fixes issue #187 | Bert Münnich | 3 | +71 | -55 |
| Fixed leakage of pipe descriptors in case of failing fork | Bert Münnich | 1 | +10 | -8 |
| Enforced thumbnail reloading after key handler | Bert Münnich | 1 | +1 | -1 |
| Limit thumbnail selection border width to 4px | Bert Münnich | 2 | +2 | -1 |
| Stable version 1.3.1 | Bert Münnich | 2 | +7 | -1 |
| Added -MP dependency generation option to compile flags | Bert Münnich | 1 | +2 | -2 |
| Use and depend on GNU make... | Bert Münnich | 2 | +17 | -23 |
| Updated unstable version number | Bert Münnich | 1 | +1 | -1 |
| optimized icons | octos | 5 | +0 | -0 |
| Do not cache thumbnails, which are smaller than the maximum size | Bert Münnich | 1 | +22 | -12 |
| Discard cached & EXIF thumbnails, which are smaller than the configured maximum size | Bert Münnich | 1 | +21 | -12 |
| Fixed leakage of resources allocated by EXIF library | Bert Münnich | 2 | +5 | -5 |
| Fixed segfault when run with -c | Bert Münnich | 2 | +2 | -2 |
| Fix Makefile depend file usage | Tim Harder | 1 | +4 | -3 |
| Stable version 1.3 | Bert Münnich | 2 | +8 | -1 |
| Do not print could-not-open-warnings for files found by directory traversal | Bert Münnich | 4 | +14 | -11 |
| Use depend file for header build dependencies | Bert Münnich | 2 | +10 | -1 |
| Corrected & refactored handling of window bar content... | Bert Münnich | 3 | +67 | -41 |
| Fixed segfault on image removal with uninitialized thumbnails; fixes issue #177 | Bert Münnich | 2 | +7 | -6 |
| Unified file count variable for image & thumbnail mode | Bert Münnich | 5 | +42 | -49 |
| Set JPEG quality for thumbnail cache files | Bert Münnich | 1 | +1 | -0 |
| Fixed thumbnail creation for files with big aspect ratio factor; fixes issue #175 | Bert Münnich | 1 | +2 | -1 |
| Scale thumbnail selection border width with thumbnail size | Bert Münnich | 2 | +11 | -7 |
| Moved thumbnail sizes array to config.def.h | Bert Münnich | 2 | +13 | -7 |
| Refactored thumbnail size dependent calculations | Bert Münnich | 3 | +15 | -12 |
| Removed obsolete thumbnail dimension configuration setting | Bert Münnich | 2 | +1 | -7 |
| Added thumbnail zooming... | Bert Münnich | 7 | +100 | -63 |
| Changed image mark in thumbnail view to small rectangle | Bert Münnich | 3 | +5 | -6 |
| Refactored main loop; properly fixes startup issue | Bert Münnich | 1 | +27 | -32 |
| Fixed startup in thumbnail mode with floating window | Bert Münnich | 1 | +5 | -3 |
| Revised thumbnail loading... | Bert Münnich | 5 | +71 | -45 |
| Fixed segfault caused by image removal in thumbnail mode | Bert Münnich | 2 | +2 | -2 |
| Simplified img_frame_animate | Bert Münnich | 4 | +8 | -13 |
| Fixed segfault in ci_toggle_animation, fixes issue #173 | Bert Münnich | 2 | +9 | -8 |
| Corrected i_alternate, fixes issue #171 | Bert Münnich | 2 | +6 | -4 |
| Bug #165: Deletion of unnecessary null pointer checks | Markus Elfring | 3 | +10 | -19 |
| Refactored rotation in key-handler | Bert Münnich | 1 | +12 | -11 |
| Added actions for tag addition & removal to key-handler | Bert Münnich | 2 | +20 | -1 |
| Unified rotate actions in key-handler; use lossless operation based on file type | Bert Münnich | 1 | +13 | -18 |
| Beautified thumbnail marks and selection border | Bert Münnich | 1 | +12 | -14 |
| Further simplified thumbnail marks | Bert Münnich | 3 | +5 | -7 |
| Simplified thumbnail selection and marks | Bert Münnich | 3 | +15 | -19 |
| Increased contrast in default color set | Bert Münnich | 1 | +2 | -2 |
| Added command to remove all image marks, bound to Ctrl-m; fixes issue #163 | Bert Münnich | 5 | +18 | -0 |
| Full redraw when removing files during thumbnail reloading; fixes issue #164 | Bert Münnich | 2 | +3 | -1 |
| Fixed wrong thumbnail-to-file mappings caused by file deletions | Bert Münnich | 4 | +24 | -22 |
| Pass marked files to external key handler in thumbnail mode; fixes issue #135 | Bert Münnich | 6 | +76 | -56 |
| Count number of marked files | Bert Münnich | 2 | +11 | -3 |
| Unified file index variable for image & thumbnail mode | Bert Münnich | 4 | +65 | -78 |
| Generalized thumbnail loading, allows easier reloading of thumbnails later on | Bert Münnich | 4 | +16 | -10 |
| Made argument of s_strdup const | lucas8 | 3 | +3 | -3 |
| Overhauled window drawing, yet again; fixes issue #155 | Bert Münnich | 6 | +54 | -75 |
| Revised handling of GIF animations | Bert Münnich | 9 | +36 | -49 |
| Added support for multiple commands per key/button mapping; elegant fix for issue #150 | Bert Münnich | 4 | +22 | -22 |
| Revised command structure and key and mouse button mappings | Bert Münnich | 8 | +324 | -380 |
| Show key handler status in bar while it is running | Bert Münnich | 3 | +20 | -8 |
| Create thumbnail cache dir automatically | Bert Münnich | 3 | +61 | -91 |
| Small fix for thumbnail cropping | Bert Münnich | 2 | +2 | -2 |
| Use thumbnails in EXIF tags; requirement for libexif is back | Bert Münnich | 6 | +107 | -221 |
| Merge branch 'barthalion/master' | Bert Münnich | 1 | +4 | -0 |
| Use integers for mouse mappings and buttons 6+7 for horizontal scrolling | Bert Münnich | 2 | +12 | -10 |
| Fix build with giflib >= 5.1.0. | Bartłomiej Piotrowski | 1 | +4 | -0 |
| Timeout initial redraw | Miroslav Koskar | 1 | +1 | -1 |
| Add a section about key-handler to the man page. | Artem Bezsmertnyi | 2 | +17 | -1 |
| Stable version 1.2 | Bert Münnich | 2 | +12 | -1 |
| Do not center window on screen, workaround for issue #9 | Bert Münnich | 2 | +3 | -3 |
| Use a checkerboard background for alpha layer; fixes issue #138 | Bert Münnich | 11 | +45 | -46 |
| Use real path of all files internally, requires _XOPEN_SOURCE>=500, fixes issue #137 | Bert Münnich | 2 | +22 | -9 |
| Warn once when external key combo is used and key-handler not installed | Bert Münnich | 2 | +15 | -5 |
| Check for background image allocation failure | Bert Münnich | 2 | +3 | -2 |
| Use separate background image for alpha layer; fixes issue #132 | Bert Münnich | 2 | +31 | -9 |
| Removed command line option -F | Bert Münnich | 7 | +21 | -52 |
| Set scale mode at startup via argument to -s option | Bert Münnich | 3 | +20 | -12 |
| Revised scale mode and zoom level handling | Bert Münnich | 5 | +21 | -33 |
| Removed fit-win-to-img command | Bert Münnich | 7 | +5 | -65 |
| Preserve panning when switching images; fixes issue #131 | Bert Münnich | 4 | +29 | -57 |
| Check if window manager supports fullscreen; related to issue #128 | Bert Münnich | 2 | +44 | -0 |
| Unified X atom initialization | Bert Münnich | 4 | +30 | -15 |
| Merged pull request #129 | Bert Münnich | 8 | +33 | -16 |
| Fix tabs and wording | András Mohari | 1 | +3 | -3 |
| Use a prefix key to execute the key handler | András Mohari | 4 | +25 | -5 |
| Use logo in README | Bert Münnich | 1 | +1 | -2 |
| Added window icons; fixes issue #125 | Bert Münnich | 10 | +320 | -0 |
| Fixed -z option argument parsing; fixes issue #127 | Bert Münnich | 2 | +2 | -2 |
| Double click on thumbnail to open image | Bert Münnich | 2 | +12 | -7 |
| Adhere to XDG Base Directory Specification; fixes issue #124 | Bert Münnich | 7 | +41 | -41 |
| Allow config.h to use multimedia keys (XF86_XK_*); fixes issue #123 | Bert Münnich | 1 | +1 | -0 |
| Second take at rotating & flipping multi-frame images; fixes issue #121 | Bert Münnich | 3 | +26 | -17 |
| Revert "Apply flip & rotation on all frames of a multi-frame image; fixes issue #121" | Bert Münnich | 3 | +11 | -30 |
| Apply flip & rotation on all frames of a multi-frame image; fixes issue #121 | Bert Münnich | 3 | +30 | -11 |
| Fixed handling of overloaded key mappings | Bert Münnich | 3 | +134 | -116 |
| Fixup for 9574150 | Bert Münnich | 1 | +6 | -4 |
| Check file modification time after key handler | Bert Münnich | 1 | +10 | -0 |
| Fixed slideshow delay corruption after GIF animation | Bert Münnich | 2 | +3 | -2 |
| Added doc header to exec/key-handler | Bert Münnich | 1 | +11 | -0 |
| Show metadata of image on Ctrl-e in exec/key-handler | Bert Münnich | 1 | +2 | -0 |
| Copy image path to primary on Ctrl-c in exec/key-handler | Bert Münnich | 1 | +2 | -0 |
| Slideshow mode is back, in a simplified version | Bert Münnich | 11 | +111 | -31 |
| Simplified EXIF tag extraction in exec/image-info | Bert Münnich | 2 | +2 | -2 |
| Moved external shell commands into exec/key-handler script | Bert Münnich | 7 | +98 | -100 |
| Proper support for Ctrl/Shift/Alt modifiers in key & mouse mappings | Bert Münnich | 4 | +110 | -112 |
| Refactored remote changes | Bert Münnich | 4 | +14 | -24 |
| Read GIF's repeat information from file. | Aleksander Nitecki | 3 | +26 | -3 |
| Fixed Imlib file handle type, issue #117 | Bert Münnich | 5 | +8 | -8 |
| Updated unstable version number | Bert Münnich | 1 | +1 | -1 |
| Close info file descriptor after reading | Bastien Dejean | 1 | +1 | -0 |
| Fixed segfault when removing first image from file list, fixes issue #112 | Bert Münnich | 2 | +3 | -3 |
| Merge remote-tracking branch 'baskerville/reverse-marks' | Bert Münnich | 5 | +19 | -1 |
| Correct out-of-range gamma values given on command line | Bert Münnich | 1 | +1 | -1 |
| Refactored remote changes | Bert Münnich | 7 | +66 | -46 |
| Merge remote-tracking branch 'ariand/gamma' | Bert Münnich | 9 | +91 | -3 |
| Add command to reverse marked images | Bastien Dejean | 5 | +18 | -0 |
| Highlight edges of marked images in thumbnail mode | Bert Münnich | 5 | +50 | -16 |
| Add support for changing the gamma value | András Mohari | 9 | +91 | -3 |
| Fixed inconsistencies in navigation when removing invalid files | Bert Münnich | 2 | +8 | -3 |
| Seek over EXIF APP0 frame instead of reading and discarding it | Bert Münnich | 2 | +4 | -3 |
| Fixed image orientation if a JFIF APP0 segment is present in a JPEG header. | Jacek Naglak | 2 | +12 | -5 |
| Updated unstable version number | Bert Münnich | 1 | +1 | -1 |
| Warp pointer on first/last pixel | Peter Hofmann | 1 | +8 | -8 |
| Added options for anti-alias & alpha layer coloring to config.def.h | Bert Münnich | 8 | +23 | -15 |
| Only print marked files when -o is given | Bert Münnich | 4 | +8 | -8 |
| Added file marks; fixes issue #94 | Bert Münnich | 7 | +77 | -6 |
| Updated unstable version number | Bert Münnich | 1 | +1 | -1 |
| Changed key bindings for flipping to bar & underscore | Bert Münnich | 3 | +5 | -5 |
| Refactored merged rotation code | Bert Münnich | 5 | +20 | -30 |
| Handle 180 degrees image rotation | Bastien Dejean | 7 | +34 | -26 |
| Fixed typo in README.md | Bert Münnich | 2 | +2 | -2 |
| Stable version 1.1.1 | Bert Münnich | 2 | +6 | -1 |
| Fixed build for giflib version >= 5.0; fixed issue #90 | Bert Münnich | 2 | +5 | -1 |
| Use bgcol as window background pixel; fixed issue #89 | Bert Münnich | 2 | +7 | -2 |
| Updated source tarball URLs in README.md | Bert Münnich | 1 | +14 | -14 |
| Fixed non-ASCII characters in window bar, issue #88 | Bert Münnich | 2 | +6 | -10 |
| Updated .gitignore | Bert Münnich | 1 | +0 | -4 |
| Updated source tarball URLs in README.md | Bert Münnich | 1 | +15 | -14 |
| Fixed segfault caused by FD_ISSET() on negative fd | Bert Münnich | 2 | +2 | -2 |
| Stable version 1.1 | Bert Münnich | 3 | +11 | -2 |
| New options: -[io], read/write files from/to stdin/out | Bert Münnich | 6 | +59 | -37 |
| Merge branch 'asyncinfo' | Bert Münnich | 5 | +158 | -93 |
| Made bar fields more distinguishable | Bert Münnich | 2 | +6 | -4 |
| Polished info script execution | Bert Münnich | 1 | +2 | -1 |
| Spawn info script & update bar contents only when needed | Bert Münnich | 3 | +26 | -11 |
| Spawn and read from info script without blocking | Bert Münnich | 3 | +131 | -84 |
| Applied code style on merged changes | Bert Münnich | 2 | +10 | -15 |
| Merge pointer warping in i_drag from Rob Pilling | Bert Münnich | 1 | +22 | -3 |
| Wrap the pointer when the edge of the window is reached | Rob Pilling | 1 | +22 | -3 |
| Ignore dotfiles for -r | Bert Münnich | 2 | +2 | -2 |
| Merge branch 'sizehints', fixed issue #78 | Bert Münnich | 4 | +51 | -28 |
| No checks on window size, use whatever the user has specified | Bert Münnich | 2 | +4 | -15 |
| Correctly set window height after i_fit_to_img() | Bert Münnich | 1 | +3 | -0 |
| Refined US{Position,Size} & WinGravity handling | Bert Münnich | 1 | +39 | -39 |
| Merge remote-tracking branch '4z3/set-user-specified-sizehints' into sizehints | Bert Münnich | 3 | +53 | -19 |
| Correctly updated window pixmap after i_fit_to_img() | Bert Münnich | 1 | +5 | -0 |
| Use bool from stdbool.h after switching to C99 | Bert Münnich | 1 | +1 | -8 |
| Be honest about using C99 | Bert Münnich | 1 | +1 | -1 |
| Refactored function definitions to use dangling brace | Bert Münnich | 9 | +247 | -124 |
| Updated/corrected license header | Bert Münnich | 16 | +213 | -195 |
| When using -g hint the WM that we've got user specified geometry | tv | 3 | +53 | -19 |
| Fixed issue #77, limit geometry info to first image frame | Bert Münnich | 2 | +2 | -2 |
| Merge branch 'userinfo' | Bert Münnich | 8 | +218 | -155 |
| Added documentation for image-info script | Bert Münnich | 4 | +35 | -13 |
| Removed old definitions from commands.h | hut | 1 | +0 | -3 |
| Added skeleton for image-info user script | Bert Münnich | 1 | +10 | -0 |
| Moved thumbnail cache to ~/.sxiv/cache/ | Bert Münnich | 2 | +8 | -15 |
| Simplified status bar, filled by user script | muennich | 3 | +170 | -132 |
| Fixed completely insane {C,LD}FLAGS -I/-L settings | Bert Münnich | 1 | +3 | -3 |
| Made Makefile more verbose | Bert Münnich | 1 | +15 | -30 |
| Fixed compilation with giflib version 4.2.1 | Bert Münnich | 2 | +6 | -6 |
| Fixed issue #74, conditional compilation of gif support | Bert Münnich | 2 | +9 | -3 |
| Fixed issue #73 | Bert Münnich | 4 | +7 | -3 |
| Moved screenshots to gh-pages branch | Bert Münnich | 2 | +0 | -0 |
| Added Download/Changelog section to README | Bert Münnich | 1 | +116 | -11 |
| Fixed issue #72 | muennich | 2 | +5 | -3 |
| Merge branch 'winname' | Bert Münnich | 5 | +14 | -3 |
| Merge branch 'newdraw' | Bert Münnich | 3 | +48 | -19 |
| Next try to fix issue #71 | Bert Münnich | 2 | +2 | -2 |
| Fixed BadDrawable errors caused by invalid window pixmap | Bert Münnich | 1 | +5 | -6 |
| Smaller minimum gif delay, fixed issue #71 | Bert Münnich | 2 | +2 | -2 |
| Overhauled window drawing | Bert Münnich | 3 | +47 | -17 |
| New option: -N, set X window resource name | Bert Münnich | 5 | +14 | -3 |
| Changed default font to support more encodings; fixed issue #66 | Bert Münnich | 2 | +2 | -2 |
| Disregard obsolete events, fixed issue #64 | Bert Münnich | 2 | +12 | -4 |
| Simplified zoomdiff function | Bert Münnich | 2 | +1 | -10 |
| New command: i_alternate, go to last image, issue #65 | Bert Münnich | 4 | +14 | -0 |
| Corrected zoom level handling | Bert Münnich | 3 | +21 | -9 |
| Slightly changed the doc after merging remote changes | Bert Münnich | 2 | +4 | -4 |
| Merge remote-tracking branch 'baskerville/master' | Bert Münnich | 7 | +30 | -6 |
| Removed dropped slideshow mappings from man page & README | Bert Münnich | 2 | +0 | -20 |
| Fixed WMProtocols registration order (before mapping window) | Bert Münnich | 2 | +5 | -4 |
| New commands: fit to the window's height/width | baskerville | 7 | +30 | -6 |
| Made remote changes adhere to code style | Bert Münnich | 1 | +9 | -7 |
| handle count prefix in thumbnail movements | baskerville | 5 | +21 | -18 |
| Merge remote-tracking branch 'origin/master' | Bert Münnich | 1 | +1 | -1 |
| Reduced file size of screenshots, thanks Kevin | Bert Münnich | 2 | +0 | -0 |
| Fixed mail address in man page | muennich | 1 | +1 | -1 |
| Added baskerville to Contributors list in man page | Bert Münnich | 1 | +1 | -0 |
| Updated screenshots | Bert Münnich | 2 | +0 | -0 |
| Fixed issue #51, no more bar artifact when switching to fullscreen | Bert Münnich | 1 | +1 | -1 |
| Added section CONTRIBUTORS to man page | Bert Münnich | 2 | +8 | -5 |
| Fixed mem-leak in tns_init/tns_free | Bert Münnich | 1 | +1 | -1 |
| Simplified & sped up reloading of all thumbnails | Bert Münnich | 5 | +12 | -20 |
| Merge remote-tracking branch 'baskerville/master' | Bert Münnich | 5 | +24 | -0 |
| Made Makefile more POSIX-compliant | Bert Münnich | 1 | +9 | -7 |
| Added a command to refresh the thumbnails | baskerville | 5 | +24 | -0 |
| Slightly refactored flipping | Bert Münnich | 5 | +19 | -28 |
| Added horizontal and vertical flip commands | baskerville | 8 | +57 | -0 |
| Only provide the .desktop file, do not install it by default | muennich | 1 | +1 | -5 |
| Fixed typo in Makefile; increases unstable version number | Bert Münnich | 1 | +2 | -2 |
| Add desktop file and appropriate lines to Makefile. | Bartłomiej Piotrowski | 2 | +11 | -0 |
| Fixed issue #47 | Bert Münnich | 2 | +2 | -2 |
| Fixed issue #44 | Bert Münnich | 1 | +2 | -1 |
| Fixed it_scroll_move(DIR_DOWN) in thumb mode for last line | Bert Münnich | 2 | +11 | -9 |
| Optimized redraw timeout after window resize for tiling window managers; related to issue #44 | Bert Münnich | 2 | +16 | -2 |
| Fixed issue #41, added WIN_FS_COLOR to config.h | Bert Münnich | 4 | +7 | -7 |
| Added alternative empty directory removal command line to manpage, fixed issue #40 | Bert Münnich | 1 | +9 | -0 |
| Fixed issue #42: image dragging broken by commit b845827 | Bert Münnich | 2 | +4 | -2 |
| Fixed issue #39: missing include of <sys/select.h> | Bert Münnich | 2 | +2 | -1 |
| Display full name in info bar, if there is enough space | Bert Münnich | 3 | +47 | -24 |
| Updated homepage URL in manpage | Bert Münnich | 2 | +2 | -2 |
| Added option -b: disable bar | Bert Münnich | 6 | +18 | -6 |
| Removed unneeded members from img type | Bert Münnich | 2 | +1 | -4 |
| Added it_toggle_bar command; default mapping: XK_b | Bert Münnich | 7 | +30 | -0 |
| Removed debug output | Bert Münnich | 1 | +0 | -1 |
| Show info message in bar while loading thumbnails | Bert Münnich | 1 | +12 | -9 |
| Already in the year 2012 | Bert Münnich | 15 | +15 | -15 |
| Added own exif tag handling in files exif.[ch] | Bert Münnich | 6 | +212 | -1 |
| Added symbol BAR_SEPARATOR | Bert Münnich | 4 | +16 | -13 |
| Fixed typo in Makefile | Bert Münnich | 1 | +1 | -1 |
| Fix recreation of thumbnail cache file after manual reload | Bert Münnich | 2 | +3 | -3 |
| Changed default font string, removed missing fontset warnings | Bert Münnich | 2 | +2 | -5 |
| Added text bar on bottom of window | Bert Münnich | 8 | +211 | -64 |
| Nicer window title | Bert Münnich | 1 | +5 | -5 |
| Removed exif support; made gif support non-optional | Bert Münnich | 7 | +16 | -160 |
| Removed slideshow support | Bert Münnich | 7 | +8 | -115 |
| Fixed issue #32: wrong antialias setting after it_shell_cmd | Bert Münnich | 2 | +2 | -2 |
| Fixed issue #28 (again) | Bert Münnich | 3 | +15 | -11 |
| Fixed rendering after fit win to img | Bert Münnich | 1 | +1 | -0 |
| Removed target "dist" from Makefile | Bert Münnich | 1 | +0 | -9 |
| Fixed issue #28 | Bert Münnich | 2 | +7 | -9 |
| Thumbnails only get scaled down, fixed issue #27 | Bert Münnich | 2 | +2 | -1 |
| Better fix for issue #25 | Bert Münnich | 3 | +7 | -7 |
| Stable version 1.0 | Bert Münnich | 1 | +1 | -1 |
| Fixed issue #25: invalid file cnt and sel in thumb mode | Bert Münnich | 2 | +5 | -2 |
| Added screen-wise scrolling for thumbnail mode | Bert Münnich | 9 | +57 | -44 |
| Fixed handling of gif disposal method (issue #23) | Bert Münnich | 2 | +9 | -3 |
| Updated doc | Bert Münnich | 2 | +125 | -61 |
| Added i_reset_slideshow: set slideshow delay to number prefix | Bert Münnich | 3 | +29 | -9 |
| Multiply i_navigate argument with number prefix | Bert Münnich | 1 | +2 | -0 |
| Fixed pixel-wise panning by chaning x, y vars to float | Bert Münnich | 2 | +11 | -11 |
| Added i_set_zoom command: set zoom to number prefix | Bert Münnich | 3 | +10 | -2 |
| Pan by pixel count, if number prefix given | Bert Münnich | 4 | +25 | -10 |
| Added support for number prefix for commands | Bert Münnich | 4 | +21 | -10 |
| Mention min/max zoom level in config.def.h | Bert Münnich | 2 | +4 | -2 |
| Updated contact information | Bert Münnich | 13 | +13 | -13 |
| Fix TV_ADD_MSEC macro | Bert Münnich | 1 | +2 | -2 |
| Strictly adhere to ANSI-C standard | Bert Münnich | 8 | +26 | -35 |
| Use void for empty argument lists | Bert Münnich | 7 | +23 | -23 |
| Regard gif disposal method; fix bug #18 | Bert Münnich | 2 | +8 | -6 |
| Made zoomdiff an inline function | Bert Münnich | 1 | +8 | -4 |
| Made all conditionals more precise | Bert Münnich | 8 | +236 | -234 |
| Transformed function macros in util.h to inline functions | Bert Münnich | 7 | +35 | -24 |
| Fix layering of small gif frames | Bert Münnich | 2 | +7 | -7 |
| Fix include for ssize_t | Bert Münnich | 1 | +1 | -0 |
| Added STREQ macro | Bert Münnich | 5 | +8 | -6 |
| Make use of EXIT_* macros (2) | Bert Münnich | 2 | +4 | -4 |
| Merge commit '3a81af4' | Bert Münnich | 4 | +12 | -12 |
| make use of EXIT_ macros | rck | 4 | +12 | -12 |
| Simplified config.c | Bert Münnich | 2 | +19 | -27 |
| Use win_t member in img_t & tns_t instead of parameters | Bert Münnich | 7 | +150 | -135 |
| 270/90 = 3 | Daniel | 1 | +1 | -1 |
| Updated doc | Bert | 1 | +15 | -13 |
| Renamed XLIBS to config, added -D/-l options | Bert | 4 | +52 | -30 |
| Updated screenshot to reflect new title bar | Bert | 1 | +0 | -0 |
| Much nicer handling of compile-time features | Bert | 8 | +73 | -57 |
| Shortened additional features section | Bert | 1 | +10 | -17 |
| Removed Makefile.netbsd | Bert | 1 | +0 | -4 |
| Made XFLAGS & XLIBS macros only | Bert | 2 | +8 | -9 |
| Added own bool type | Bert | 13 | +454 | -452 |
| Added dirty flag to img struct | Bert | 3 | +69 | -29 |
| Added slideshow support | Bert | 10 | +136 | -35 |
| List additional features in usage message (-v) | Bert | 3 | +26 | -15 |
| Strict conformance to IEEE Std 1003.1-2001 | Bert | 8 | +64 | -38 |
| Added screenshots to README.md | Bert | 3 | +13 | -0 |
| Added feature overview to README.md | Bert | 1 | +16 | -1 |
| Updated doc | Bert | 1 | +11 | -7 |
| Fixed exif-only typo in tns_load() | Bert | 1 | +1 | -1 |
| Added section "Additional features" to README.md | Bert | 1 | +30 | -3 |
| Added EXIF_SUPPORT macro for optional dependency on libexif | Bert | 2 | +42 | -30 |
| Added EXIF auto-orientation | Bert | 2 | +56 | -1 |
| Overhauled building | Bert | 5 | +59 | -24 |
| Load as much of a corrupted gif file as possible | Bert | 3 | +15 | -16 |
| Removed useless zl_cnt variable | Bert | 1 | +3 | -5 |
| Avoid conflicting macros | Bert | 4 | +15 | -11 |
| Fixed title-update in thumb mode | Bert | 1 | +1 | -1 |
| Made i(t)_toggle_alpha command work in thumbnail mode too | Bert | 6 | +15 | -10 |
| Reformated license header | Bert | 13 | +143 | -143 |
| Fixed pointer-to-int-cast warnings on x86_64 | Bert | 1 | +3 | -3 |
| Fixed remove_file() | Bert | 1 | +5 | -5 |
| Simplified cursor resetting | Bert | 4 | +48 | -44 |
| Simplified it_shell_cmd() using SXIV_IMG env-variable | Bert | 2 | +28 | -43 |
| Unified feature test macro requirements | Bert | 4 | +10 | -10 |
| Updated docs | Bert | 2 | +15 | -2 |
| Corrected timeout handling | Bert | 1 | +7 | -6 |
| Corrected thumbnail loading and timeout handling | Bert | 1 | +21 | -21 |
| Data driven timeout handling | Bert | 6 | +137 | -100 |
| Mention origin of img_load_gif() in comment | Bert | 1 | +3 | -0 |
| Added command to toggle gif animations | Bert | 5 | +38 | -18 |
| Added support for gif animation | Bert | 7 | +126 | -36 |
| Added HAVE_GIFLIB macro for optional dependency on giflib | Bert | 3 | +13 | -3 |
| Refactored img_load_gif() | Bert | 3 | +63 | -41 |
| Added support for multi-frame images | Bert | 7 | +206 | -5 |
| Fixed include in thumbs.h | Bert | 1 | +1 | -0 |
| Put event handling back into main.c; events -> commands | Bert | 7 | +665 | -670 |
| Added force parameter to tns_load() to disregard cache | Bert | 4 | +14 | -12 |
| Renamed application modes | Bert | 3 | +36 | -36 |
| Renamed key/mouse commands to indicate supported modes | Bert | 3 | +197 | -189 |
| Uniform thumbnail selection border size | Bert | 2 | +8 | -10 |
| Small refactorings | Bert | 2 | +5 | -5 |
| Fixed hyphen-used-as-minus-sign issues in man page | Bert | 1 | +2 | -2 |
| Corrected FSF address in license headers | Bert | 13 | +91 | -91 |
| Revised handling of file names & paths | Bert | 10 | +100 | -81 |
| Fixed keyboard mappings | Bert | 2 | +12 | -8 |
| Stable version 0.9 | Bert | 1 | +1 | -1 |
| No more need for CLEANMASK macro | Bert | 1 | +0 | -2 |
| Made run_command() a normal key/button handler | Bert | 3 | +208 | -184 |
| Much better drag() | Bert | 3 | +106 | -101 |
| Renamed scroll() to pan_screen() | Bert | 4 | +11 | -11 |
| Added -O2 flag to CFLAGS | Bert | 1 | +2 | -2 |
| Simpler thumbnail selection border | Bert | 1 | +2 | -5 |
| Nicer thumbnail selection border; new default colors | Bert | 2 | +6 | -3 |
| Major code refactoring | Bert | 12 | +807 | -647 |
| Reduced usage of preprocessor macros | Bert | 12 | +113 | -120 |
| Made selection border in thumb mode 3px wide | Bert | 1 | +2 | -2 |
| Fixed dependency on Makefile & config.h | Bert | 1 | +3 | -1 |
| Lighter selection color | Bert | 1 | +1 | -1 |
| Mention the vi key bindings in the README | Bert | 1 | +3 | -3 |
| Stable version 0.8.2 | Bert | 1 | +1 | -1 |
| Fixed Makefile.netbsd | Bert | 1 | +2 | -2 |
| Added Makefile for NetBSD | Bert | 1 | +4 | -0 |
| Fixed Makefile | Bert | 1 | +1 | -1 |
| Fix compile error on NetBSD | Bert | 1 | +5 | -0 |
| Support XK_KP_{Add,Subtract} for zooming | Bert | 1 | +3 | -0 |
| All timeouts in milliseconds | Bert | 3 | +22 | -15 |
| Small refactoring | Bert | 2 | +3 | -4 |
| Made Makefile POSIX compliant | Bert | 1 | +12 | -18 |
| Fixed mtime cache check on filesystems supporting nsec resolution | Bert | 2 | +3 | -3 |
| New mappings: ctrl-[hjkl], pan image one window width/height | Bert | 6 | +44 | -23 |
| Use getline instead of readline | Bert | 6 | +19 | -52 |
| New option: -n, start at given picture | Bert | 6 | +27 | -9 |
| Show image dimension in window title | Bert | 2 | +5 | -4 |
| Updated doc | Bert | 2 | +13 | -0 |
| H/J/K/L mappings to pan to edges | Bert | 4 | +44 | -1 |
| Unstable version number in Makefile | Bert | 1 | +5 | -5 |
| Support DESTDIR | Petr Sabata | 1 | +5 | -4 |
| Stable version 0.8.1 | Bert | 1 | +1 | -1 |
| Made fullscreen work under buggy window managers | Bert | 1 | +1 | -2 |
| Fixed background color for non-EWMH-compliant WMs | Bert | 1 | +5 | -1 |
| Center zoomed area | Bert | 4 | +19 | -19 |
| Fixed mouse cursor | Bert | 2 | +20 | -19 |
| Fix fullscreen mode | Bert | 2 | +2 | -2 |
| Slightly changed config.h | Bert | 1 | +12 | -12 |
| Merged commands.h into config.h | Bert | 3 | +33 | -29 |
| Stable version 0.8 | Bert | 1 | +1 | -1 |
| Renamed option -C -> -c | Bert | 3 | +7 | -7 |
| Slightly changed introductory text | Bert | 2 | +7 | -7 |
| Removed invalid icon | Bert | 1 | +0 | -0 |
| Removed option -a | Bert | 4 | +3 | -15 |
| Remove invalid images when loading them; refactorings | Bert | 8 | +175 | -357 |
| Refactored main.c | Bert | 2 | +93 | -91 |
| Merge branch 'tcache' | Bert | 10 | +506 | -99 |
| Removed debug output | Bert | 1 | +1 | -4 |
| Updated doc for thumbnail cache | Bert | 2 | +25 | -1 |
| New option: -C, clean thumbnail cache | Bert | 5 | +83 | -18 |
| Refactored thumbs.c | Bert | 1 | +98 | -104 |
| Refactored recursive directory util functions | Bert | 4 | +139 | -94 |
| Moved read_dir_rec into util.c | Bert | 3 | +91 | -76 |
| Do not create cache files for cache files | Bert | 1 | +10 | -7 |
| Use directory structure in cache dir | Bert | 3 | +58 | -13 |
| Refactored thumbnail cache_dir | Bert | 1 | +24 | -18 |
| Write cache file for thumbnail directly after creating it | Bert | 2 | +12 | -10 |
| Load thumbnails from cache | Bert | 1 | +30 | -7 |
| Write thumbnail cache files on exit | Bert | 3 | +155 | -1 |
| Disable support for external commands by default | Bert | 2 | +22 | -24 |
| First things for thumbnail caching | Bert | 2 | +34 | -0 |
| Small refactoring in tns_load() | Bert | 1 | +7 | -4 |
| Removed escape key mapping | Bert | 1 | +0 | -3 |
| Refactored key/mouse mappings in man page | Bert | 1 | +17 | -14 |
| Refactored key/mouse mappings in README | Bert | 2 | +19 | -24 |
| New key mapping: D, remove image from file list | Bert | 3 | +42 | -8 |
| New option: -a, do not filter out unsupported files | Bert | 7 | +35 | -15 |
| Readded file-type check at startup | Bert | 3 | +27 | -5 |
| Do not check file-type at startup | Bert | 5 | +187 | -209 |
| More accurate README | Bert | 1 | +6 | -6 |
| Filename cosmetics | Bert | 2 | +3 | -2 |
| Use imlib-handles in thumbs.c instead of pixmaps | Bert | 5 | +32 | -46 |
| Updated doc | Bert | 2 | +4 | -0 |
| Toggle image transparency with A-key | Bert | 4 | +8 | -2 |
| White background for images with alpha | Bert | 4 | +35 | -17 |
| Use ctrl for ext cmds, disable them in config.h | Bert | 4 | +34 | -20 |
| Use "/bin/sh -c" for external commands | Bert | 3 | +44 | -58 |
| Slightly refactored commands.h | Bert | 1 | +13 | -8 |
| Support for external commands like mogrify & jpegtran | Bert | 6 | +115 | -12 |
| Shorter typedefs | Bert | 6 | +12 | -12 |
| Shorter version information | Bert | 1 | +1 | -1 |
| Small refactorings, removed over-ambitious todo | Bert | 5 | +51 | -55 |
| Revert "Save rotated png-files with S-key" | Bert | 6 | +50 | -81 |
| Save rotated png-files with S-key | Bert | 6 | +81 | -50 |
| Stable version 0.7 | Bert | 1 | +1 | -1 |
| Sort directory entries when using -r | Bert | 1 | +14 | -1 |
| Align big images on top-left corner | Bert | 2 | +9 | -2 |
| Refactored imlib context handling | Bert | 5 | +55 | -38 |
| Todo: save rotated images | Bert | 2 | +2 | -1 |
| Correct timeout handling, more complex | Bert | 1 | +52 | -41 |
| Fixed cursor hiding after switching to thumb mode | Bert | 1 | +1 | -0 |
| Hide cursor on redraw or after 1.5s mouse inactivity | Bert | 3 | +67 | -17 |
| Updated doc | Bert | 2 | +27 | -16 |
| Fixed title for thumbnail mode | Bert | 3 | +25 | -7 |
| Always support thumbs; start thumb-mode with single -t | Bert | 4 | +66 | -64 |
| Mode-guard in on_motionnotify | Bert | 1 | +1 | -1 |
| Replaced -T flag with -tt; default thumbnail size | Bert | 4 | +12 | -20 |
| Mouse-wheel scrolling in thumb mode | Bert | 4 | +61 | -20 |
| g/G key mappings in thumbnail mode | Bert | 1 | +22 | -12 |
| Double click thumb to open | Bert | 1 | +9 | -4 |
| Merge branch 'master' into thumbs | Bert | 1 | +2 | -2 |
| Fixed offsets in resize win to image | Bert | 2 | +3 | -3 |
| Sync thumb selection & fileidx; check thumb view | Bert | 4 | +76 | -56 |
| Lighter selection color (for fullscreen) | Bert | 1 | +3 | -3 |
| Update title when moving selection | Bert | 4 | +22 | -13 |
| Nicer tns_move_selection | Bert | 2 | +17 | -20 |
| Fixed moving of selection while loading thumbnails | Bert | 2 | +4 | -5 |
| Nicer tns_translate | Bert | 1 | +4 | -2 |
| Center humbnails in window | Bert | 3 | +10 | -5 |
| Activate thumb-mode with Return key | Bert | 1 | +12 | -0 |
| Fixed cursor when opening thumb | Bert | 1 | +2 | -0 |
| Variable timeout (2) | Bert | 1 | +5 | -5 |
| Variable timeout | Bert | 1 | +4 | -4 |
| Use Button1 to open thumbnail | Bert | 3 | +74 | -41 |
| Select and open thumbnails | Bert | 3 | +78 | -2 |
| Highlight selected thumbnail | Bert | 5 | +66 | -20 |
| Linked thumbnails to files | Bert | 3 | +13 | -16 |
| Merge branch 'master' into thumbs | Bert | 2 | +177 | -178 |
| Nicer icon for broken images | Bert | 2 | +177 | -178 |
| Made key mappings mode-dependent | Bert | 1 | +111 | -105 |
| Removed debug output | Bert | 1 | +0 | -2 |
| Appropriate title for thumbnail mode | Bert | 3 | +20 | -17 |
| Fill window before loading thumbs | Bert | 2 | +3 | -2 |
| Immediately respond to events while loading thumbs | Bert | 3 | +20 | -4 |
| Merge branch 'master' into thumbs | Bert | 1 | +1 | -2 |
| Nicer version info | Bert | 2 | +2 | -3 |
| Merge branch 'master' into thumbs | Bert | 1 | +1 | -1 |
| Higher timeout, faster window resizing | Bert | 1 | +1 | -1 |
| Use watch-cursor while loading thumbnails | Bert | 3 | +20 | -10 |
| Who needs threads to load thumbnails? | Bert | 4 | +52 | -82 |
| Use pthread to load thumbnails | Bert | 4 | +55 | -14 |
| Stable version 0.6 | Bert | 1 | +1 | -1 |
| Refactored thumbs, new files thumbs.[ch] | Bert | 8 | +191 | -89 |
| Render thumbnails | Bert | 6 | +76 | -24 |
| Added app-mode | Bert | 1 | +24 | -14 |
| Fixed thumbnail creation | Bert | 1 | +3 | -1 |
| First things for thumbnail mode | Bert | 8 | +55 | -2 |
| Fixed empty lines in readline() | Bert | 3 | +5 | -5 |
| More appropriate buffer sizes | Bert | 2 | +2 | -2 |
| Updated man page | Bert | 1 | +7 | -0 |
| Merge remote-tracking branch 'origin/master' | Bert | 1 | +1 | -1 |
| Fixed indentation | Bert | 1 | +4 | -4 |
| Read filenames from stdin | Bert | 6 | +64 | -12 |
| Fixed typo in config.h | Bert | 2 | +2 | -2 |
| Load warning icon only once | Bert | 1 | +8 | -5 |
| Handle image remove/rename while running | Bert | 6 | +213 | -22 |
| New author in man page | Bert | 1 | +1 | -0 |
| Handle WM_DELETE_WINDOW messages correctly, thanks to fungt | Bert | 3 | +11 | -1 |
| Slightly refactored fungts utf-8 title commit | Bert | 2 | +10 | -11 |
| Show correct utf-8 title | fungt | 1 | +10 | -0 |
| Stable release 0.5 | Bert | 1 | +1 | -1 |
| Updated doc, 0/W/w key-mappings | Bert | 2 | +12 | -0 |
| Nicer fit window to image | Bert | 4 | +18 | -11 |
| One less TODO | Bert | 1 | +0 | -1 |
| New key mapping: W, resize window to fit image | Bert | 5 | +63 | -23 |
| Removed some warnings | Bert | 2 | +34 | -30 |
| Split img_fit into internal/external function | Bert | 3 | +25 | -19 |
| New key mappings: 0/w, zoom to 100%/to fit window | Bert | 3 | +19 | -8 |
| Display filesize in window title | Bert | 5 | +75 | -39 |
| Manual event handling in main.c | Bert | 1 | +142 | -155 |
| Fixed die/warn in util.c | Bert | 1 | +2 | -2 |
| Refactored, new files util.[ch], C89 | Bert | 8 | +137 | -101 |
| Fixed stupid memory leak in read_dir_rec | Bert | 1 | +2 | -0 |
| Fixed indentation in README.md | Bert | 1 | +1 | -1 |
| New option: -r, open all images in directories | Bert | 5 | +79 | -14 |
| Skeleton for -r | Bert | 4 | +54 | -7 |
| Stable release 0.4 | Bert | 1 | +1 | -1 |
| Updated doc | Bert | 2 | +6 | -1 |
| New option: -F, fixed/floating window | Bert | 3 | +20 | -8 |
| Bug fix: handle negative offsets in -g arg correctly | Bert | 2 | +5 | -1 |
| Refactored img_open and img_check | Bert | 1 | +12 | -10 |
| New key command: r, reload image | Bert | 3 | +16 | -9 |
| new TODO: update filelist | Bert | 1 | +1 | -0 |
| Check file timestamps before loading from cache | Bert | 4 | +32 | -17 |
| Revert "TODO: set wallpaper" | Bert | 1 | +0 | -1 |
| Replaced option -W with -q, seems more natural | Bert | 5 | +15 | -16 |
| Updated doc: dragging with button2, -g option | Bert | 2 | +19 | -21 |
| Replace -w with well-known geometry option | Bert | 5 | +32 | -33 |
| Unstable version number | Bert | 1 | +1 | -1 |
| Nicer key handling, does not fix problems | Bert | 1 | +27 | -42 |
| Explicitly enable printing of warnings | Bert | 8 | +31 | -20 |
| TODO: set wallpaper | Bert | 1 | +1 | -0 |
| Stable release 0.3.1 | Bert | 1 | +1 | -1 |
| Fixed setuid and typo in Makefile, damn copy&paste | Bert | 2 | +2 | -2 |
| Mouse-panning while pressing button2 | Bert | 6 | +94 | -16 |
| Removed one TODO item | Bert | 1 | +0 | -1 |
| Stable version 0.3 | Bert | 1 | +1 | -1 |
| Map arrow keys to h/j/k/l | Bert | 3 | +21 | -9 |
| Added plenty lots of options | Bert | 10 | +126 | -34 |
| Added -w cmdline option | Bert | 5 | +46 | -10 |
| Updated section AUTHORS of man page | Bert | 2 | +4 | -2 |
| One more TODO | Bert | 1 | +1 | -0 |
| Complete mouse support | Bert | 5 | +101 | -31 |
| Merge remote branch 'falconindy/mouse' | Bert | 2 | +28 | -1 |
| Removed anit-aliasing from TODO list | Bert | 1 | +0 | -1 |
| Added a key-mapping for toggle anti-aliasing | Bert | 5 | +28 | -2 |
| Fixed indentation in README.md | Bert | 1 | +1 | -1 |
| Added <,> mappings to rotate image | Bert | 6 | +52 | -2 |
| More standardish usage info in man page | Bert | 1 | +1 | -1 |
| Slightly changed README.md | Bert | 1 | +4 | -3 |
| Nicer man page homepage section | Bert | 1 | +1 | -2 |
| Fixed usage info in man page | Bert | 1 | +1 | -0 |
| Stable version 0.2 | Bert | 1 | +1 | -1 |
| Fixed Makefile | Bert | 1 | +2 | -2 |
| Added man page | Bert | 4 | +84 | -3 |
| Moved VERSION macro into Makefile | Bert | 2 | +3 | -3 |
| Updated README.md usage info | Bert | 1 | +4 | -2 |
| Implemented fullscreen mode | Bert | 4 | +46 | -7 |
| main.c: add zooming on mousewheel events | Dave Reisner | 1 | +27 | -0 |
| window.c: include ButtonPress events in Input | Dave Reisner | 1 | +1 | -1 |
| Updated README.md usage section | Bert | 1 | +2 | -0 |
| Unstable version number | Bert | 1 | +1 | -1 |
| Removed one item from TODO list | Bert | 1 | +0 | -1 |
| Added [,] mappings for go 10 images back/forward | Bert | 2 | +16 | -3 |
| Added g/G mappings for goto first/last image | Bert | 1 | +14 | -0 |
| Fixed typo in README.md | Bert | 1 | +8 | -10 |
| Handle window resize events properly | Bert | 4 | +63 | -32 |
| version 0.1 | Bert | 1 | +1 | -1 |
| Small corrections in README.md | Bert | 1 | +2 | -2 |
| Added README.md | Bert | 2 | +44 | -0 |
| Added todo list | Bert | 1 | +6 | -0 |
| Implemented panning | Bert | 3 | +74 | -21 |
| Made config.h a bit clearer | Bert | 1 | +5 | -5 |
| Stricter object encapsulation | Bert | 5 | +25 | -31 |
| Merged img_display() into img_render() | Bert | 3 | +32 | -33 |
| Described options in config.h | Bert | 1 | +8 | -4 |
| Removed debug output | Bert | 1 | +0 | -2 |
| More robust key handling | Bert | 1 | +27 | -10 |
| Nicer zooming | Bert | 2 | +45 | -26 |
| First try on zooming | Bert | 4 | +79 | -0 |
| Bigger background pixmap | Bert | 1 | +7 | -4 |
| No more expose handling | Bert | 5 | +47 | -43 |
| Put some useful information in the window title | Bert | 3 | +37 | -2 |
| Fixed initial window title | Bert | 1 | +5 | -2 |
| Check all given files before open the first | Bert | 3 | +33 | -9 |
| Go to next/previous image | Bert | 1 | +14 | -0 |
| Fixed filenames in parse_options() | Bert | 1 | +3 | -3 |
| Brighter default background color | Bert | 1 | +1 | -1 |
| Handle expose events | Bert | 3 | +39 | -22 |
| Rebuild all object files after changing config.h | Bert | 1 | +1 | -1 |
| Made parse_options void | Bert | 3 | +5 | -7 |
| Removed im member from img struct | Bert | 2 | +4 | -5 |
| Option handling, merged app.c & events.c into main.c | Bert | 10 | +189 | -209 |
| Render image on window | Bert | 6 | +75 | -7 |
| Renamed FATAL to DIE | Bert | 3 | +5 | -5 |
| Basic image loading | Bert | 4 | +35 | -1 |
| Initialize imlib2 | Bert | 4 | +18 | -1 |
| Simplified keysym lookup | Bert | 1 | +1 | -3 |
| Encapsulate window environment in win_env_t | Bert | 3 | +42 | -41 |
| Fixed scalemode initialization | Bert | 1 | +1 | -1 |
| Reordered function definitions | Bert | 2 | +30 | -26 |
| Added LICENSE | Bert | 1 | +339 | -0 |
| Fixed compiler warning about missing include | Bert | 1 | +1 | -0 |
| Small refactorings | Bert | 3 | +15 | -9 |
| Return value != 0 on Escape | Bert | 1 | +3 | -0 |
| Gray window background | Bert | 1 | +8 | -1 |
| React to ConfigureNotify | Bert | 3 | +24 | -2 |
| Added event loop | Bert | 2 | +8 | -0 |
| New BG_COLOR setting in config.h | Bert | 2 | +5 | -4 |
| Added event handlers | Bert | 2 | +84 | -0 |
| Added win_open & win_close | Bert | 2 | +75 | -0 |
| WARN and FATAL macros | Bert | 1 | +18 | -0 |
| Basic main skeleton | Bert | 1 | +12 | -2 |
| Fixed scalemode enum | Bert | 1 | +5 | -5 |
| Basic app_* stuff | Bert | 2 | +27 | -1 |
| Fixed Makefile | Bert | 1 | +3 | -3 |
| added .gitignore | Bert | 1 | +5 | -0 |
| Non-working skeleton | Bert | 10 | +262 | -0 |