aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Mention the vi key bindings in the READMEBert2011-07-071-3/+3
|
* Stable version 0.8.2Bert2011-06-291-1/+1
|
* Fixed Makefile.netbsdBert2011-06-291-2/+2
|
* Added Makefile for NetBSDBert2011-06-281-0/+4
|
* Fixed MakefileBert2011-06-281-1/+1
|
* Fix compile error on NetBSDBert2011-06-281-0/+5
|
* Support XK_KP_{Add,Subtract} for zoomingBert2011-06-281-0/+3
|
* All timeouts in millisecondsBert2011-06-283-15/+22
|
* Small refactoringBert2011-06-242-4/+3
|
* Made Makefile POSIX compliantBert2011-06-081-18/+12
|
* Fixed mtime cache check on filesystems supporting nsec resolutionBert2011-06-062-3/+3
|
* New mappings: ctrl-[hjkl], pan image one window width/heightBert2011-06-036-23/+44
|
* Use getline instead of readlineBert2011-05-296-52/+19
|
* New option: -n, start at given pictureBert2011-05-256-9/+27
|