Commit Graph

151 Commits (960026d600d3824832dc83f925962f2d2d5839d7)

Author SHA1 Message Date
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 d08408e942 Make use of EXIT_* macros (2) 13 years ago
rck 3a81af41ac make use of EXIT_ macros 13 years ago
Bert Münnich 515e410451 Use win_t member in img_t & tns_t instead of parameters 13 years ago
Bert b2a2a62b7b Added own bool type 13 years ago
Bert 510512714d Added slideshow support 13 years ago
Bert 6e575b0f72 Strict conformance to IEEE Std 1003.1-2001 13 years ago
Bert 8f34b7e95c Load as much of a corrupted gif file as possible 13 years ago
Bert 711494ad36 Avoid conflicting macros 13 years ago
Bert 2bbdd2f5b9 Fixed title-update in thumb mode 13 years ago
Bert d585b86354 Reformated license header 13 years ago
Bert c2320a2f49 Fixed remove_file() 13 years ago
Bert a7a849761f Simplified cursor resetting 13 years ago
Bert abb5feeb78 Corrected timeout handling 13 years ago
Bert dcd04e526d Corrected thumbnail loading and timeout handling 13 years ago
Bert 1e84773276 Data driven timeout handling 13 years ago
Bert bb577d274d Added command to toggle gif animations 13 years ago
Bert 8b3ae5027e Added support for gif animation 13 years ago
Bert 79bd86defb Refactored img_load_gif()
- Corrected handling of transparency settings for individual frames
- Corrected handling of different frame dimensions & offsets
13 years ago
Bert 86a6f00112 Added support for multi-frame images 13 years ago
Bert 1d749382f0 Put event handling back into main.c; events -> commands 13 years ago
Bert 1d7849efc1 Added force parameter to tns_load() to disregard cache 13 years ago
Bert 421f012022 Renamed application modes 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 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
Bert a271e16744 Reduced usage of preprocessor macros 13 years ago
Bert dde2d9d023 Support XK_KP_{Add,Subtract} for zooming 13 years ago
Bert bd87ae9346 All timeouts in milliseconds 13 years ago
Bert f52603b31a Small refactoring 13 years ago
Bert a6100373c1 New mappings: ctrl-[hjkl], pan image one window width/height 13 years ago
Bert ea23115af4 Use getline instead of readline 13 years ago
Bert 2252a0148d New option: -n, start at given picture 13 years ago
Bert 00e6cd2bd1 Show image dimension in window title 13 years ago
Bert 485e6c863a H/J/K/L mappings to pan to edges 13 years ago
Bert d54e64faae Fixed background color for non-EWMH-compliant WMs 13 years ago
Bert ba293b09df Center zoomed area 13 years ago
Bert 548b383f0b Fixed mouse cursor 13 years ago
Bert c58307ba38 Merged commands.h into config.h 13 years ago
Bert 5f8201110e Slightly changed introductory text 13 years ago
Bert d15264ea32 Remove invalid images when loading them; refactorings 13 years ago
Bert 5cb6d12a94 Refactored main.c 13 years ago
Bert bac610ddc4 Merge branch 'tcache'
Conflicts:
	main.c
13 years ago
Bert dc54981a68 New option: -C, clean thumbnail cache 13 years ago
Bert a90bd1c833 Refactored recursive directory util functions 13 years ago
Bert e9996882cb Moved read_dir_rec into util.c 13 years ago