Commit Graph

279 Commits (79bcc2ba4aa7a298311eb3673cfff735e89ea573)

Author SHA1 Message Date
Bert Münnich 01ed483b50 Round integer cast of image offset during rendering; fixes issue #197 10 years ago
Bert Münnich 92e3b57816 Pass real paths to key handler instead of the paths provided by the user
Programs called by the key handler might replace symlinks instead of their
targets.
10 years ago
Bert Münnich 5dc7993478 Simplified command arguments 10 years ago
Bert Münnich 808a10ed04 Updated documentation regarding gamma correction 10 years ago
Valentin Hăloiu 197945f287 The Icon key should not contain extension
According to the official [Icon Theme Spec](http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#icon_lookup) the Icon key in the desktop entry file should not contain the file extension.
10 years ago
Bert Münnich 47e6cd0669 Apply gamma value on thumbnails too; fixes issue #193 10 years ago
Bert Münnich 9b9294bae6 Use bit-field for boolean flags in fileinfo struct 10 years ago
Bert Münnich 0cb1d11305 Removed obsolete ss_delays array, fixes issue #191 10 years ago
Bert Münnich e228594391 Grouped optional dependencies in Makefile 10 years ago
Bert Münnich 6216bf6c2d Ignore SIGPIPE, caused by key handler exiting before all files got printed, fixes issue #188 10 years ago
Bert Münnich 728a2d931f Limit thumbnail selection border width to 4px 10 years ago
Bert Münnich 1439b84544 Stable version 1.3.1 10 years ago
Bert Münnich 54af451b4a Added -MP dependency generation option to compile flags 10 years ago
Bert Münnich f55d9f4283 Use and depend on GNU make...
- Use non-POSIX :=,?=,+= macro assignments, fixes issue #97
- No optimization level set in CFLAGS, expected to be set in environment
- Automatic header dependency tracking with one .d file per compilation unit
- Better fix for issue #181
10 years ago
Bert Münnich 6cee58117a Updated unstable version number 10 years ago
Bert Münnich f5f49e7a9d Fixed leakage of resources allocated by EXIF library 10 years ago
Bert Münnich 25077ac764 Fixed segfault when run with -c 10 years ago
Tim Harder 33b8148614 Fix Makefile depend file usage
Creating the .depend file requires the config.h file to exist and
suppress make's complaints if the .depend file doesn't exist when
initially parsing the makefile.
10 years ago
Bert Münnich c038283286 Stable version 1.3 10 years ago
Bert Münnich e15dabde74 Use depend file for header build dependencies 10 years ago
Bert Münnich 8db3191f04 Fixed segfault on image removal with uninitialized thumbnails; fixes issue #177 10 years ago
Bert Münnich ddd028eb3e Unified file count variable for image & thumbnail mode 10 years ago
Bert Münnich 8fa7247f69 Refactored thumbnail size dependent calculations 10 years ago
Bert Münnich c3c70a6c3e Removed obsolete thumbnail dimension configuration setting 10 years ago
Bert Münnich b2dbd2fed3 Changed image mark in thumbnail view to small rectangle 10 years ago
Bert Münnich eaa269b6cb Revised thumbnail loading...
- Only load the thumbnails that are currently visible in the window
- Unload thumbnails that are leaving the visible area
- Much less memory needed, but scrolling is now slower
- This also unintentionally fixes issue #86
10 years ago
Bert Münnich 52e56c8924 Fixed segfault caused by image removal in thumbnail mode 10 years ago
Bert Münnich 95a7496edc Fixed segfault in ci_toggle_animation, fixes issue #173 10 years ago
Bert Münnich f478385d59 Corrected i_alternate, fixes issue #171 10 years ago
Bert Münnich eaf55e9af9 Added actions for tag addition & removal to key-handler 10 years ago
Bert Münnich fe3a1e326f Further simplified thumbnail marks 10 years ago
Bert Münnich 50652f63d9 Full redraw when removing files during thumbnail reloading; fixes issue #164 10 years ago
Bert Münnich 61f61cae5f Generalized thumbnail loading, allows easier reloading of thumbnails later on 10 years ago
lucas8 3b8a79fb8b Made argument of s_strdup const 10 years ago
Bert Münnich bb6721549b Overhauled window drawing, yet again; fixes issue #155
- Buffer for window content is bigger than the window, minimizes artifacts
  when window is resized
- Back to using XSetWindowBackgroundPixmap() instead of XCopyArea(),
  no need to handle exposure events; X server can show gray background directly
  after resize event before sxiv redraws the window contents
10 years ago
Bert Münnich 5e481912ec Revised handling of GIF animations
- New option `-a`: Play animations at startup
- Ctrl-Space toggles animation for all GIF files
- Infinite loop for all animations
10 years ago
Bert Münnich 06164c29b7 Revised command structure and key and mouse button mappings 10 years ago
Bert Münnich 5d0679b855 Show key handler status in bar while it is running 10 years ago
Bert Münnich cd02f2dd86 Small fix for thumbnail cropping 10 years ago
Bert Münnich d26f39914e Use thumbnails in EXIF tags; requirement for libexif is back 10 years ago
Bert Münnich 7a74fae56a Use integers for mouse mappings and buttons 6+7 for horizontal scrolling
Fixes issue #143
10 years ago
Artem Bezsmertnyi 5ca20ad3e8 Add a section about key-handler to the man page. 11 years ago
Bert Münnich 1560d2b4fb Stable version 1.2 11 years ago
Bert Münnich 0b83386bff Do not center window on screen, workaround for issue #9 11 years ago
Bert Münnich e685859a30 Use a checkerboard background for alpha layer; fixes issue #138 11 years ago
Bert Münnich 6d7acac3d1 Use real path of all files internally, requires _XOPEN_SOURCE>=500, fixes issue #137 11 years ago
Bert Münnich 653a6ee83b Warn once when external key combo is used and key-handler not installed 11 years ago
Bert Münnich d049391916 Check for background image allocation failure 11 years ago
Bert Münnich 4fde8c8cbc Use separate background image for alpha layer; fixes issue #132 11 years ago
Bert Münnich 72f1b1ca6f Removed command line option -F 11 years ago
Bert Münnich eb82519a80 Preserve panning when switching images; fixes issue #131 11 years ago
Bert Münnich e2fa49ecfe Unified X atom initialization 11 years ago
Bert Münnich f6510b0a04 Merged pull request #129 11 years ago
Bert Münnich 03b1d7cf7a Fixed -z option argument parsing; fixes issue #127 11 years ago
Bert Münnich 304fd382db Adhere to XDG Base Directory Specification; fixes issue #124 11 years ago
Bert Münnich 002c7e550b Second take at rotating & flipping multi-frame images; fixes issue #121 11 years ago
Bert Münnich cd34aa2a6b Fixed slideshow delay corruption after GIF animation 11 years ago
Bert Münnich 6a0fa2507c Slideshow mode is back, in a simplified version 11 years ago
Bert Münnich 0e818020cc Simplified EXIF tag extraction in exec/image-info 11 years ago
Bert Münnich f2e0c492bd Moved external shell commands into exec/key-handler script
Gets called on all unset key mappings. Arguments are: key combo and
current file. Thanks to Francesco Orsenigo (xarvh) for the idea.
11 years ago
Bert Münnich b2eae528ed Proper support for Ctrl/Shift/Alt modifiers in key & mouse mappings 11 years ago
Bert Münnich ab28c9a8b9 Refactored remote changes 11 years ago
Bert Münnich 99dfd14919 Fixed Imlib file handle type, issue #117 11 years ago
Bert Münnich 9ab9cee088 Updated unstable version number 11 years ago
Bert Münnich cc479ca5ac Fixed segfault when removing first image from file list, fixes issue #112 11 years ago
Bert Münnich 38bc23405d Highlight edges of marked images in thumbnail mode 11 years ago
Bert Münnich 450c1ed9b5 Fixed inconsistencies in navigation when removing invalid files 11 years ago
Bert Münnich 1b089bc2fa Seek over EXIF APP0 frame instead of reading and discarding it 11 years ago
Bert Münnich 745eacbcf5 Updated unstable version number 11 years ago
Bert Münnich fb6e4bdd98 Only print marked files when -o is given
Fallback to print all files, if no images are marked, was kind of
irritating.
11 years ago
Bert Münnich 84d77b1732 Updated unstable version number 11 years ago
Bert Münnich 68ff9d71f1 Fixed typo in README.md 11 years ago
Bert Münnich b4346a9397 Stable version 1.1.1 11 years ago
Bert Münnich b1a24cb018 Fixed build for giflib version >= 5.0; fixed issue #90 12 years ago
Bert Münnich 593da23cf3 Use bgcol as window background pixel; fixed issue #89 12 years ago
Bert Münnich aac28cce7a Fixed non-ASCII characters in window bar, issue #88 12 years ago
Bert Münnich 98972e98f9 Fixed segfault caused by FD_ISSET() on negative fd
Reported by Kris Siwiec
12 years ago
Bert Münnich af69b2a7bb Stable version 1.1 12 years ago
Bert Münnich 9ee34477f8 Applied code style on merged changes 12 years ago
Bert Münnich 408b75a0b4 Ignore dotfiles for -r 12 years ago
Bert Münnich 1e2ddc44d8 No checks on window size, use whatever the user has specified 12 years ago
Bert Münnich b3f3bc29a1 Be honest about using C99 12 years ago
Bert Münnich 08ae25da22 Refactored function definitions to use dangling brace 12 years ago
Bert Münnich bcbe3b1475 Fixed issue #77, limit geometry info to first image frame 12 years ago
Bert Münnich 9c0a53bc34 Added documentation for image-info script 12 years ago
Bert Münnich 385ba28fd7 Fixed completely insane {C,LD}FLAGS -I/-L settings 12 years ago
Bert Münnich ec7382702a Made Makefile more verbose 12 years ago
Bert Münnich eea8b7a98d Fixed compilation with giflib version 4.2.1 12 years ago
Bert Münnich 97a2c05cc3 Fixed issue #74, conditional compilation of gif support 12 years ago
Bert Münnich cd929eabfe Fixed issue #73 12 years ago
muennich 5106472d8b Fixed issue #72 12 years ago
Bert Münnich 1ae06ffd09 Next try to fix issue #71 12 years ago
Bert Münnich 5dbf1b8eb9 Smaller minimum gif delay, fixed issue #71 12 years ago
Bert Münnich 65d5d44696 Changed default font to support more encodings; fixed issue #66 12 years ago
Bert Münnich fd519ffc40 Disregard obsolete events, fixed issue #64 12 years ago
Bert Münnich 8a652a786c Corrected zoom level handling 12 years ago
Bert Münnich d5f0a20de0 Fixed WMProtocols registration order (before mapping window) 12 years ago
Bert Münnich 60f84190f0 Added section CONTRIBUTORS to man page 13 years ago
Bert Münnich b605b98455 Made Makefile more POSIX-compliant 13 years ago
Bert Münnich 4c40cc24bc Slightly refactored flipping 13 years ago