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
/
thumbs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mark functions and vars as static (#146)
N-R-K
2021-11-20
1
-5
/
+5
*
code-style: general cleanups (#137)
N-R-K
2021-10-29
1
-4
/
+4
*
update copyright notice (#139)
eylles
2021-10-28
1
-1
/
+2
*
Fix behaviour when TrueColor / 24 bit depth is not available (#114)
miseran
2021-10-11
1
-4
/
+4
*
code-style: fix consistency issues all over the codebase (#94)
Berke Kocaoğlu
2021-10-11
1
-4
/
+2
*
Make statusbar optional (#95)
Arthur Williams
2021-10-10
1
-3
/
+3
*
fix: crashing on bad exif thumbnail (#75)
N-R-K
2021-09-29
1
-1
/
+1
*
add .mark.foreground to Xresources
NRK
2021-09-17
1
-1
/
+1
*
Rename, Update Docs and Prepare for Release (#9)
Berke Kocaoğlu
2021-09-16
1
-8
/
+9
*
set title based on prefix and suffix (#23)
qsmodo
2021-09-16
1
-0
/
+2
*
Custom bar colors (#10)
Guilherme Freire
2021-09-16
1
-3
/
+3
*
Use normal win colors in fullscreen mode
Bert Münnich
2019-07-16
1
-8
/
+3
*
Fix comparison broken by signedness
Bert Münnich
2019-03-15
1
-16
/
+17
*
Align compile-time color options with X resource colors
Bert Münnich
2019-01-23
1
-4
/
+4
*
Respect updated path format when cleaning cache
Kacper Gutowski
2018-07-30
1
-11
/
+2
*
Don't skip dot files when cleaning cache
Kacper Gutowski
2018-07-30
1
-1
/
+1
*
Reject text files resembling TGA images
Bert Münnich
2017-11-23
1
-8
/
+2
*
One header file for type definitions and function declarations
Bert Münnich
2017-10-16
1
-8
/
+4
*
Add -p flag to disable writing of cache and temporary files
Antti Korpi
2017-09-08
1
-1
/
+5
*
Fix unused-variable warnings in conditionally compiled code
Bert Münnich
2016-12-28
1
-3
/
+2
*
Only open regular files; fixes issue #252
Bert Münnich
2016-10-20
1
-6
/
+10
*
Allow opening directories non-recursively
Paride Legovini
2016-09-28
1
-1
/
+1
*
Use Xft for font loading and text drawing
Bert Münnich
2016-08-06
1
-4
/
+4
*
Build-time option for default thumbnail size; fixes issue #207
Bert Münnich
2015-12-20
1
-2
/
+2
*
Simplified r_mkdir()
Bert Münnich
2015-10-28
1
-1
/
+2
*
Revised error handling
Bert Münnich
2015-10-28
1
-7
/
+8
*
Prefix safe allocation functions with 'e' instead of 's_'
Bert Münnich
2015-10-28
1
-3
/
+3
*
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
-37
/
+1
*
Thumbnail cache file format depending on existance of alpha layer
Bert Münnich
2015-07-22
1
-4
/
+8
*
Cache out of view thumbnails in the background
Bert Münnich
2015-01-04
1
-10
/
+22
*
Use bit-field for boolean flags in fileinfo struct
Bert Münnich
2015-01-04
1
-3
/
+3
*
Enforced thumbnail reloading after key handler
Bert Münnich
2014-11-27
1
-1
/
+1
*
Limit thumbnail selection border width to 4px
Bert Münnich
2014-11-27
1
-0
/
+1
*
Do not cache thumbnails, which are smaller than the maximum size
Bert Münnich
2014-10-31
1
-12
/
+22
*
Discard cached & EXIF thumbnails, which are smaller than the configured maxim...
Bert Münnich
2014-10-31
1
-12
/
+21
*
Fixed leakage of resources allocated by EXIF library
Bert Münnich
2014-10-31
1
-4
/
+4
*
Fixed segfault when run with -c
Bert Münnich
2014-10-29
1
-1
/
+1
*
Do not print could-not-open-warnings for files found by directory traversal
Bert Münnich
2014-10-24
1
-1
/
+2
*
Unified file count variable for image & thumbnail mode
Bert Münnich
2014-09-30
1
-21
/
+22
*
Set JPEG quality for thumbnail cache files
Bert Münnich
2014-09-29
1
-0
/
+1
*
Fixed thumbnail creation for files with big aspect ratio factor; fixes issue ...
Bert Münnich
2014-09-29
1
-1
/
+2
*
Scale thumbnail selection border width with thumbnail size
Bert Münnich
2014-09-29
1
-7
/
+10
*
Moved thumbnail sizes array to config.def.h
Bert Münnich
2014-09-29
1
-7
/
+7
*
Refactored thumbnail size dependent calculations
Bert Münnich
2014-09-29
1
-11
/
+13
*
Added thumbnail zooming...
Bert Münnich
2014-09-28
1
-36
/
+68
*
Changed image mark in thumbnail view to small rectangle
Bert Münnich
2014-09-27
1
-4
/
+3
*
Revised thumbnail loading...
Bert Münnich
2014-09-26
1
-20
/
+52
*
Bug #165: Deletion of unnecessary null pointer checks
Markus Elfring
2014-08-22
1
-6
/
+3
*
Beautified thumbnail marks and selection border
Bert Münnich
2014-08-18
1
-14
/
+12
[next]