index
:
nsxiv
master
neo simple X image viewer.
sinan@sinanmohd.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add config.h option for top statusbar (#231)
N-R-K
2022-02-26
1
-2
/
+2
*
update copyright year
NRK
2022-02-13
1
-1
/
+1
*
Add keybind to scroll to image center (#203)
Nick Hanley
2022-01-15
1
-0
/
+8
*
fix -Wmaybe-uninitialized warning
NRK
2022-01-06
1
-1
/
+1
*
fix -Wshadow related warnings
NRK
2022-01-06
1
-2
/
+1
*
fix: jpeg exif orientation on Imlib2 v1.7.5 (#188)
N-R-K
2022-01-02
1
-1
/
+9
*
Allow setting cache size based on memory percentage (#184)
MahouShoujoMivutilde
2022-01-01
1
-1
/
+19
*
refactor: move shared code into a function
NRK
2021-12-12
1
-21
/
+19
*
img_load_webp: close the file handler and use errno
NRK
2021-12-12
1
-3
/
+4
*
img_load_webp: simplify multi-frame allocation
NRK
2021-12-12
1
-4
/
+1
*
img_load_webp: remove unnecessary casting
NRK
2021-12-12
1
-7
/
+5
*
remove unneeded animated-webp hacks
NRK
2021-12-12
1
-83
/
+43
*
fix: compile error (#182)
N-R-K
2021-12-09
1
-2
/
+2
*
bring back zoom_levels (#156)
N-R-K
2021-12-01
1
-2
/
+11
*
fix crash when zooming out on small images (#178)
mamg22
2021-12-01
1
-2
/
+2
*
fix: img_load_gif: out-of-bound access
NRK
2021-11-26
1
-4
/
+7
*
Revert "fix: out-of-bounds access when bg not in color map"
NRK
2021-11-26
1
-4
/
+0
*
allow configuring imlib2's cache size (#171)
N-R-K
2021-11-26
1
-0
/
+1
*
mark functions and vars as static (#146)
N-R-K
2021-11-20
1
-7
/
+7
*
code-style: general cleanups (#137)
N-R-K
2021-10-29
1
-9
/
+7
*
remove unnecessary animated webp related check
N-R-K
2021-10-28
1
-6
/
+0
*
update copyright notice (#139)
eylles
2021-10-28
1
-1
/
+2
*
fix: memory leak in img_load_webp (#135)
N-R-K
2021-10-26
1
-4
/
+10
*
Revert "Fix in tabbed with alpha patch (#3)" (#121)
N-R-K
2021-10-16
1
-2
/
+1
*
Fix behaviour when TrueColor / 24 bit depth is not available (#114)
miseran
2021-10-11
1
-2
/
+2
*
code-style: fix consistency issues all over the codebase (#94)
Berke Kocaoğlu
2021-10-11
1
-1
/
+2
*
Make statusbar optional (#95)
Arthur Williams
2021-10-10
1
-1
/
+1
*
Use zoom steps instead of hard-coding levels (#92)
Lu Xu
2021-09-25
1
-47
/
+11
*
Add animated webp support (#20)
Sam Whitehead
2021-09-24
1
-1
/
+151
*
Rename, Update Docs and Prepare for Release (#9)
Berke Kocaoğlu
2021-09-16
1
-5
/
+5
*
Rework the build system (#19)
TAAPArthur
2021-09-16
1
-4
/
+4
*
fix: out-of-bounds access when bg not in color map
whowillbellthecat
2021-09-16
1
-0
/
+4
*
change gamma on -G
NRK
2021-09-16
1
-1
/
+1
*
Custom bar colors (#10)
Guilherme Freire
2021-09-16
1
-1
/
+1
*
Fix in tabbed with alpha patch (#3)
Berke Kocaoğlu
2021-09-16
1
-1
/
+2
*
Implement fill scale mode
Berke Kocaoğlu
2021-09-16
1
-0
/
+3
*
Use normal win colors in fullscreen mode
Bert Münnich
2019-07-16
1
-1
/
+1
*
Align compile-time color options with X resource colors
Bert Münnich
2019-01-23
1
-1
/
+1
*
Do not limit fit-to-win to smallest zoom level
Bert Münnich
2018-01-22
1
-7
/
+4
*
Make zoomdiff compare impact on image dimensions
Bert Münnich
2018-01-22
1
-6
/
+6
*
Use float for ox/oy compare values
Bert Münnich
2018-01-22
1
-4
/
+4
*
Reject text files resembling TGA images
Bert Münnich
2017-11-23
1
-9
/
+23
*
One header file for type definitions and function declarations
Bert Münnich
2017-10-16
1
-7
/
+4
*
Zoom into mouse cursor position
Bert Münnich
2017-10-16
1
-2
/
+9
*
Mouse drag translates pointer position to image area
Bert Münnich
2017-10-04
1
-3
/
+8
*
Make pan fraction configurable
jcalve
2017-09-06
1
-3
/
+3
*
Merge djhejna/floatdelay
Bert Münnich
2016-12-01
1
-1
/
+1
|
\
|
*
Support for DELAY as a floating point number including less than 1
Don Hejna
2016-11-27
1
-2
/
+2
*
|
Add -A option to force framerate on animated images
dwminer
2016-11-27
1
-0
/
+2
|
/
*
Only open regular files; fixes issue #252
Bert Münnich
2016-10-20
1
-1
/
+4
[next]