Bert Münnich
66c3c55759
Use POSIX.1-2008 getline(3)
преди 9 години
Bert Münnich
e0e96977b3
Removed overcautious parameter checks
преди 9 години
Bert Münnich
a3838c1984
Always run image-info script after key-handler in image mode; fixes issue #213
преди 9 години
Bert Münnich
d8114e841c
Thumbnail cache file format depending on existance of alpha layer
Use PNG if image has alpha layer, JPG if not. Fixes issue #209
преди 9 години
Bert Münnich
9264a65c19
Clarified comments in key-handler, fixes issue #206
преди 9 години
Bert Münnich
01ed483b50
Round integer cast of image offset during rendering; fixes issue #197
преди 10 години
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 години
Bert Münnich
5dc7993478
Simplified command arguments
преди 10 години
Bert Münnich
808a10ed04
Updated documentation regarding gamma correction
преди 10 години
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 години
Bert Münnich
47e6cd0669
Apply gamma value on thumbnails too; fixes issue #193
преди 10 години
Bert Münnich
9b9294bae6
Use bit-field for boolean flags in fileinfo struct
преди 10 години
Bert Münnich
0cb1d11305
Removed obsolete ss_delays array, fixes issue #191
преди 10 години
Bert Münnich
e228594391
Grouped optional dependencies in Makefile
преди 10 години
Bert Münnich
6216bf6c2d
Ignore SIGPIPE, caused by key handler exiting before all files got printed, fixes issue #188
преди 10 години
Bert Münnich
728a2d931f
Limit thumbnail selection border width to 4px
преди 10 години
Bert Münnich
1439b84544
Stable version 1.3.1
преди 10 години
Bert Münnich
54af451b4a
Added -MP dependency generation option to compile flags
преди 10 години
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 години
Bert Münnich
6cee58117a
Updated unstable version number
преди 10 години
Bert Münnich
f5f49e7a9d
Fixed leakage of resources allocated by EXIF library
преди 10 години
Bert Münnich
25077ac764
Fixed segfault when run with -c
преди 10 години
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 години
Bert Münnich
c038283286
Stable version 1.3
преди 10 години
Bert Münnich
e15dabde74
Use depend file for header build dependencies
преди 10 години
Bert Münnich
8db3191f04
Fixed segfault on image removal with uninitialized thumbnails; fixes issue #177
преди 10 години
Bert Münnich
ddd028eb3e
Unified file count variable for image & thumbnail mode
преди 10 години
Bert Münnich
8fa7247f69
Refactored thumbnail size dependent calculations
преди 10 години
Bert Münnich
c3c70a6c3e
Removed obsolete thumbnail dimension configuration setting
преди 10 години
Bert Münnich
b2dbd2fed3
Changed image mark in thumbnail view to small rectangle
преди 10 години
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 години
Bert Münnich
52e56c8924
Fixed segfault caused by image removal in thumbnail mode
преди 10 години
Bert Münnich
95a7496edc
Fixed segfault in ci_toggle_animation, fixes issue #173
преди 10 години
Bert Münnich
f478385d59
Corrected i_alternate, fixes issue #171
преди 10 години
Bert Münnich
eaf55e9af9
Added actions for tag addition & removal to key-handler
преди 10 години
Bert Münnich
fe3a1e326f
Further simplified thumbnail marks
преди 10 години
Bert Münnich
50652f63d9
Full redraw when removing files during thumbnail reloading; fixes issue #164
преди 10 години
Bert Münnich
61f61cae5f
Generalized thumbnail loading, allows easier reloading of thumbnails later on
преди 10 години
lucas8
3b8a79fb8b
Made argument of s_strdup const
преди 10 години
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 години
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 години
Bert Münnich
06164c29b7
Revised command structure and key and mouse button mappings
преди 10 години
Bert Münnich
5d0679b855
Show key handler status in bar while it is running
преди 10 години
Bert Münnich
cd02f2dd86
Small fix for thumbnail cropping
преди 10 години
Bert Münnich
d26f39914e
Use thumbnails in EXIF tags; requirement for libexif is back
преди 10 години
Bert Münnich
7a74fae56a
Use integers for mouse mappings and buttons 6+7 for horizontal scrolling
Fixes issue #143
преди 10 години
Artem Bezsmertnyi
5ca20ad3e8
Add a section about key-handler to the man page.
преди 10 години
Bert Münnich
1560d2b4fb
Stable version 1.2
преди 10 години
Bert Münnich
0b83386bff
Do not center window on screen, workaround for issue #9
преди 10 години
Bert Münnich
e685859a30
Use a checkerboard background for alpha layer; fixes issue #138
преди 10 години