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
*
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
*
Use Xft for font loading and text drawing
Bert Münnich
2016-08-06
1
-1
/
+1
*
Fix 32-bit unsigned integer shift
Bert Münnich
2015-12-26
1
-1
/
+1
*
Revised error handling
Bert Münnich
2015-10-28
1
-5
/
+6
*
Prefix safe allocation functions with 'e' instead of 's_'
Bert Münnich
2015-10-28
1
-6
/
+6
*
Removed feature test macro definitions from source files
Bert Münnich
2015-10-28
1
-3
/
+2
*
Removed overcautious parameter checks
Bert Münnich
2015-10-28
1
-52
/
+3
*
Round integer cast of image offset during rendering; fixes issue #197
Bert Münnich
2015-02-06
1
-2
/
+2
*
Apply gamma value on thumbnails too; fixes issue #193
Bert Münnich
2015-01-05
1
-30
/
+11
*
Use bit-field for boolean flags in fileinfo struct
Bert Münnich
2015-01-04
1
-2
/
+2
*
Do not print could-not-open-warnings for files found by directory traversal
Bert Münnich
2014-10-24
1
-2
/
+3
*
Simplified img_frame_animate
Bert Münnich
2014-09-01
1
-10
/
+5
*
Overhauled window drawing, yet again; fixes issue #155
Bert Münnich
2014-07-28
1
-1
/
+1
*
Revised handling of GIF animations
Bert Münnich
2014-07-25
1
-30
/
+13
[next]