Bert Münnich
5b01c15176
Unified file index variable for image & thumbnail mode
10 years ago
Bert Münnich
61f61cae5f
Generalized thumbnail loading, allows easier reloading of thumbnails later on
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
5cfae63620
Create thumbnail cache dir automatically
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
e685859a30
Use a checkerboard background for alpha layer; fixes issue #138
10 years ago
Bert Münnich
304fd382db
Adhere to XDG Base Directory Specification; fixes issue #124
11 years ago
Bert Münnich
99dfd14919
Fixed Imlib file handle type, issue #117
11 years ago
Bert Münnich
38bc23405d
Highlight edges of marked images in thumbnail mode
11 years ago
Bert Münnich
26a624a543
Added options for anti-alias & alpha layer coloring to config.def.h
Also removed now obsolete -p command line option; fixes issue #98
11 years ago
Bert Münnich
08ae25da22
Refactored function definitions to use dangling brace
12 years ago
Bert Münnich
6d3bbc6d5e
Updated/corrected license header
12 years ago
Bert Münnich
b6a6c260e1
Moved thumbnail cache to ~/.sxiv/cache/
12 years ago
Bert Münnich
5b6467913c
Made remote changes adhere to code style
12 years ago
baskerville
c330b55de4
handle count prefix in thumbnail movements
12 years ago
Bert Münnich
72071d5e9d
Fixed mem-leak in tns_init/tns_free
12 years ago
Bert Münnich
edd016945a
Fixed it_scroll_move(DIR_DOWN) in thumb mode for last line
13 years ago
Bert Münnich
3238ef6bf6
Fixed issue #41 , added WIN_FS_COLOR to config.h
13 years ago
Bert Münnich
d407dd65d5
Already in the year 2012
13 years ago
Bert Münnich
691c6d7e7e
Added own exif tag handling in files exif.[ch]
13 years ago
Bert Münnich
b410c022a8
Fix recreation of thumbnail cache file after manual reload
13 years ago
Bert Münnich
b8458271fb
Added text bar on bottom of window
13 years ago
Bert Münnich
ef0ed32264
Removed exif support; made gif support non-optional
13 years ago
Bert Münnich
ac4eb53029
Fixed issue #28 (again)
13 years ago
Bert Münnich
5034792948
Thumbnails only get scaled down, fixed issue #27
13 years ago
Bert Münnich
1cdbeb972a
Added screen-wise scrolling for thumbnail mode
13 years ago
Bert Münnich
36177fb180
Updated contact information
13 years ago
Bert Münnich
4383a651c7
Strictly adhere to ANSI-C standard
13 years ago
Bert Münnich
a09b20c5e6
Use void for empty argument lists
13 years ago
Bert Münnich
8dcf682de9
Made all conditionals more precise
13 years ago
Bert Münnich
22d4e991d5
Transformed function macros in util.h to inline functions
13 years ago
Bert Münnich
d721d8453e
Added STREQ macro
13 years ago
Bert Münnich
515e410451
Use win_t member in img_t & tns_t instead of parameters
13 years ago
Bert
dad06c7561
Much nicer handling of compile-time features
- *_SUPPORT enabled in config.h
- XLIBS helper app prints lib flags needed for current settings
13 years ago
Bert
b2a2a62b7b
Added own bool type
13 years ago
Bert
6e575b0f72
Strict conformance to IEEE Std 1003.1-2001
13 years ago
Bert
03b8e85a4f
Fixed exif-only typo in tns_load()
13 years ago
Bert
fdbc5cf76b
Added EXIF_SUPPORT macro for optional dependency on libexif
13 years ago
Bert
bfab4dc328
Added EXIF auto-orientation
13 years ago
Bert
26eae8be96
Made i(t)_toggle_alpha command work in thumbnail mode too
13 years ago
Bert
d585b86354
Reformated license header
13 years ago
Bert
de6b58a315
Unified feature test macro requirements
13 years ago
Bert
1d7849efc1
Added force parameter to tns_load() to disregard cache
13 years ago
Bert
535c18afda
Uniform thumbnail selection border size
- Consistent handling of thumbnails
- Makes it easier to select very small thumbnails with mouse
13 years ago
Bert
8763f6930f
Corrected FSF address in license headers
13 years ago
Bert
ff013dd009
Revised handling of file names & paths
13 years ago
Bert
2bad53c33d
Simpler thumbnail selection border
13 years ago
Bert
3e4f63e3e2
Nicer thumbnail selection border; new default colors
13 years ago
Bert
b8ff1677b1
Major code refactoring
- Configurable key and mouse mappings in config.h
- Put event handling code from main.c into events.[ch]
13 years ago