Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed remove_file() | Bert | 2011-09-03 | 1 | -5/+5 | |
| | ||||||
* | Simplified cursor resetting | Bert | 2011-09-03 | 4 | -44/+48 | |
| | ||||||
* | Simplified it_shell_cmd() using SXIV_IMG env-variable | Bert | 2011-09-03 | 2 | -43/+28 | |
| | ||||||
* | Unified feature test macro requirements | Bert | 2011-09-03 | 4 | -10/+10 | |
| | ||||||
* | Updated docs | Bert | 2011-09-02 | 2 | -2/+15 | |
| | ||||||
* | Corrected timeout handling | Bert | 2011-09-02 | 1 | -6/+7 | |
| | ||||||
* | Corrected thumbnail loading and timeout handling | Bert | 2011-09-02 | 1 | -21/+21 | |
| | ||||||
* | Data driven timeout handling | Bert | 2011-09-02 | 6 | -100/+137 | |
| | ||||||
* | Mention origin of img_load_gif() in comment | Bert | 2011-08-20 | 1 | -0/+3 | |
| | ||||||
* | Added command to toggle gif animations | Bert | 2011-08-19 | 5 | -18/+38 | |
| | ||||||
* | Added support for gif animation | Bert | 2011-08-19 | 7 | -36/+126 | |
| | ||||||
* | Added HAVE_GIFLIB macro for optional dependency on giflib | Bert | 2011-08-19 | 3 | -3/+13 | |
| | ||||||
* | Refactored img_load_gif() | Bert | 2011-08-19 | 3 | -41/+63 | |
| | | | | | - Corrected handling of transparency settings for individual frames - Corrected handling of different frame dimensions & offsets | |||||
* | Added support for multi-frame images | Bert | 2011-08-19 | 7 | -5/+206 | |
| | ||||||
* | Fixed include in thumbs.h | Bert | 2011-08-19 | 1 | -0/+1 | |
| | ||||||
* | Put event handling back into main.c; events -> commands | Bert | 2011-08-19 | 5 | -216/+211 | |
| | ||||||
* | Added force parameter to tns_load() to disregard cache | Bert | 2011-08-19 | 4 | -12/+14 | |
| | ||||||
* | Renamed application modes | Bert | 2011-08-19 | 3 | -36/+36 | |
| | ||||||
* | Renamed key/mouse commands to indicate supported modes | Bert | 2011-08-19 | 3 | -189/+197 | |
| | ||||||
* | Uniform thumbnail selection border size | Bert | 2011-08-19 | 2 | -10/+8 | |
| | | | | | - Consistent handling of thumbnails - Makes it easier to select very small thumbnails with mouse | |||||
* | Small refactorings | Bert | 2011-08-18 | 2 | -5/+5 | |
| | ||||||
* | Fixed hyphen-used-as-minus-sign issues in man page | Bert | 2011-08-18 | 1 | -2/+2 | |
| | ||||||
* | Corrected FSF address in license headers | Bert | 2011-08-18 | 13 | -91/+91 | |
| | ||||||
* | Revised handling of file names & paths | Bert | 2011-08-18 | 10 | -81/+100 | |
| | ||||||
* | Fixed keyboard mappings | Bert | 2011-08-17 | 2 | -8/+12 | |
| | ||||||
* | Stable version 0.9 | Bert | 2011-08-17 | 1 | -1/+1 | |
| | ||||||
* | No more need for CLEANMASK macro | Bert | 2011-08-12 | 1 | -2/+0 | |
| | ||||||
* | Made run_command() a normal key/button handler | Bert | 2011-08-12 | 3 | -184/+208 | |
| | ||||||
* | Much better drag() | Bert | 2011-08-12 | 3 | -101/+106 | |
| | | | | No more need to pass XEvent* to handler functions | |||||
* | Renamed scroll() to pan_screen() | Bert | 2011-08-05 | 4 | -11/+11 | |
| | ||||||
* | Added -O2 flag to CFLAGS | Bert | 2011-08-05 | 1 | -2/+2 | |
| | ||||||
* | Simpler thumbnail selection border | Bert | 2011-07-27 | 1 | -5/+2 | |
| | ||||||
* | Nicer thumbnail selection border; new default colors | Bert | 2011-07-26 | 2 | -3/+6 | |
| | ||||||
* | Major code refactoring | Bert | 2011-07-26 | 12 | -647/+807 | |
| | | | | | - Configurable key and mouse mappings in config.h - Put event handling code from main.c into events.[ch] | |||||
* | Reduced usage of preprocessor macros | Bert | 2011-07-22 | 12 | -120/+113 | |
| | ||||||
* | Made selection border in thumb mode 3px wide | Bert | 2011-07-17 | 1 | -2/+2 | |
| | ||||||
* | Fixed dependency on Makefile & config.h | Bert | 2011-07-17 | 1 | -1/+3 | |
| | ||||||
* | Lighter selection color | Bert | 2011-07-17 | 1 | -1/+1 | |
| | ||||||
* | Mention the vi key bindings in the README | Bert | 2011-07-07 | 1 | -3/+3 | |
| | ||||||
* | Stable version 0.8.2 | Bert | 2011-06-29 | 1 | -1/+1 | |
| | ||||||
* | Fixed Makefile.netbsd | Bert | 2011-06-29 | 1 | -2/+2 | |
| | ||||||
* | Added Makefile for NetBSD | Bert | 2011-06-28 | 1 | -0/+4 | |
| | ||||||
* | Fixed Makefile | Bert | 2011-06-28 | 1 | -1/+1 | |
| | ||||||
* | Fix compile error on NetBSD | Bert | 2011-06-28 | 1 | -0/+5 | |
| | ||||||
* | Support XK_KP_{Add,Subtract} for zooming | Bert | 2011-06-28 | 1 | -0/+3 | |
| | ||||||
* | All timeouts in milliseconds | Bert | 2011-06-28 | 3 | -15/+22 | |
| | ||||||
* | Small refactoring | Bert | 2011-06-24 | 2 | -4/+3 | |
| | ||||||
* | Made Makefile POSIX compliant | Bert | 2011-06-08 | 1 | -18/+12 | |
| | ||||||
* | Fixed mtime cache check on filesystems supporting nsec resolution | Bert | 2011-06-06 | 2 | -3/+3 | |
| | ||||||
* | New mappings: ctrl-[hjkl], pan image one window width/height | Bert | 2011-06-03 | 6 | -23/+44 | |
| |