aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed exif-only typo in tns_load()Bert2011-09-081-1/+1
|
* Added section "Additional features" to README.mdBert2011-09-081-3/+30
|
* Added EXIF_SUPPORT macro for optional dependency on libexifBert2011-09-082-30/+42
|
* Added EXIF auto-orientationBert2011-09-082-1/+56
|
* Overhauled buildingBert2011-09-085-24/+59
| | | | | | | | - config.h -> config.def.h - Create config.h during make, if it does not exist - Nice make output - Use XFLAGS and XLIBS to include additional compile-time features, which depend on third-party libraries
* Load as much of a corrupted gif file as possibleBert2011-09-063-16/+15
|
* Removed useless zl_cnt variableBert2011-09-061-5/+3
|
* Avoid conflicting macrosBert2011-09-064-11/+15
|
* Fixed title-update in thumb modeBert2011-09-041-1/+1
|
* Made i(t)_toggle_alpha command work in thumbnail mode tooBert2011-09-046-10/+15
|
* Reformated license headerBert2011-09-0313-143/+143
|
* Fixed pointer-to-int-cast warnings on x86_64Bert2011-09-031-3/+3
|
* Fixed remove_file()Bert2011-09-031-5/+5
|
* Simplified cursor resettingBert2011-09-034-44/+48
|
* Simplified it_shell_cmd() using SXIV_IMG env-variableBert2011-09-032-43/+28
|
* Unified feature test macro requirementsBert2011-09-034-10/+10
|
* Updated docsBert2011-09-022-2/+15
|
* Corrected timeout handlingBert2011-09-021-6/+7
|
* Corrected thumbnail loading and timeout handlingBert2011-09-021-21/+21
|
* Data driven timeout handlingBert2011-09-026-100/+137
|
* Mention origin of img_load_gif() in commentBert2011-08-201-0/+3
|
* Added command to toggle gif animationsBert2011-08-195-18/+38
|
* Added support for gif animationBert2011-08-197-36/+126
|
* Added HAVE_GIFLIB macro for optional dependency on giflibBert2011-08-193-3/+13
|
* Refactored img_load_gif()Bert2011-08-193-41/+63
| | | | | - Corrected handling of transparency settings for individual frames - Corrected handling of different frame dimensions & offsets
* Added support for multi-frame imagesBert2011-08-197-5/+206
|
* Fixed include in thumbs.hBert2011-08-191-0/+1
|
* Put event handling back into main.c; events -> commandsBert2011-08-195-216/+211
|
* Added force parameter to tns_load() to disregard cacheBert2011-08-194-12/+14
|
* Renamed application modesBert2011-08-193-36/+36
|
* Renamed key/mouse commands to indicate supported modesBert2011-08-193-189/+197
|
* Uniform thumbnail selection border sizeBert2011-08-192-10/+8
| | | | | - Consistent handling of thumbnails - Makes it easier to select very small thumbnails with mouse
* Small refactoringsBert2011-08-182-5/+5
|
* Fixed hyphen-used-as-minus-sign issues in man pageBert2011-08-181-2/+2
|
* Corrected FSF address in license headersBert2011-08-1813-91/+91
|
* Revised handling of file names & pathsBert2011-08-1810-81/+100
|
* Fixed keyboard mappingsBert2011-08-172-8/+12
|
* Stable version 0.9Bert2011-08-171-1/+1
|
* No more need for CLEANMASK macroBert2011-08-121-2/+0
|
* Made run_command() a normal key/button handlerBert2011-08-123-184/+208
|
* Much better drag()Bert2011-08-123-101/+106
| | | | No more need to pass XEvent* to handler functions
* Renamed scroll() to pan_screen()Bert2011-08-054-11/+11
|
* Added -O2 flag to CFLAGSBert2011-08-051-2/+2
|
* Simpler thumbnail selection borderBert2011-07-271-5/+2
|
* Nicer thumbnail selection border; new default colorsBert2011-07-262-3/+6
|
* Major code refactoringBert2011-07-2612-647/+807
| | | | | - Configurable key and mouse mappings in config.h - Put event handling code from main.c into events.[ch]
* Reduced usage of preprocessor macrosBert2011-07-2212-120/+113
|
* Made selection border in thumb mode 3px wideBert2011-07-171-2/+2
|
* Fixed dependency on Makefile & config.hBert2011-07-171-1/+3
|
* Lighter selection colorBert2011-07-171-1/+1
|