Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Use getline instead of readline | Bert | 2011-05-29 | 6 | -52/+19 | |
| | ||||||
* | New option: -n, start at given picture | Bert | 2011-05-25 | 6 | -9/+27 | |
| | ||||||
* | Show image dimension in window title | Bert | 2011-05-22 | 2 | -4/+5 | |
| | ||||||
* | Updated doc | Bert | 2011-05-16 | 2 | -0/+13 | |
| | ||||||
* | H/J/K/L mappings to pan to edges | Bert | 2011-05-16 | 4 | -1/+44 | |
| | ||||||
* | Unstable version number in Makefile | Bert | 2011-05-10 | 1 | -5/+5 | |
| | ||||||
* | Support DESTDIR | Petr Sabata | 2011-05-10 | 1 | -4/+5 | |
| | | | | | | | | GNU coding standard recommends supporting DESTDIR in projects Makefiles. This is already expected by many GNU/Linux distributions. This patch adds DESTDIR support to sxiv Makefile. Signed-off-by: Petr Sabata <psabata@redhat.com> | |||||
* | Stable version 0.8.1 | Bert | 2011-05-08 | 1 | -1/+1 | |
| | ||||||
* | Made fullscreen work under buggy window managers | Bert | 2011-04-19 | 1 | -2/+1 | |
| | ||||||
* | Fixed background color for non-EWMH-compliant WMs | Bert | 2011-04-19 | 1 | -1/+5 | |
| | ||||||
* | Center zoomed area | Bert | 2011-04-19 | 4 | -19/+19 | |
| | ||||||
* | Fixed mouse cursor | Bert | 2011-04-15 | 2 | -19/+20 | |
| | ||||||
* | Fix fullscreen mode | Bert | 2011-04-14 | 2 | -2/+2 | |
| | ||||||
* | Slightly changed config.h | Bert | 2011-04-14 | 1 | -12/+12 | |
| | ||||||
* | Merged commands.h into config.h | Bert | 2011-04-14 | 3 | -29/+33 | |
| | ||||||
* | Stable version 0.8 | Bert | 2011-04-14 | 1 | -1/+1 | |
| | ||||||
* | Renamed option -C -> -c | Bert | 2011-04-11 | 3 | -7/+7 | |
| | ||||||
* | Slightly changed introductory text | Bert | 2011-04-11 | 2 | -7/+7 | |
| | ||||||
* | Removed invalid icon | Bert | 2011-04-11 | 1 | -0/+0 | |
| | ||||||
* | Removed option -a | Bert | 2011-04-11 | 4 | -15/+3 | |
| | ||||||
* | Remove invalid images when loading them; refactorings | Bert | 2011-04-11 | 8 | -357/+175 | |
| | ||||||
* | Refactored main.c | Bert | 2011-04-11 | 2 | -91/+93 | |
| | ||||||
* | Merge branch 'tcache' | Bert | 2011-04-11 | 10 | -99/+506 | |
|\ | | | | | | | | | Conflicts: main.c | |||||
| * | Removed debug output | Bert | 2011-04-08 | 1 | -4/+1 | |
| | | ||||||
| * | Updated doc for thumbnail cache | Bert | 2011-04-08 | 2 | -1/+25 | |
| | | ||||||
| * | New option: -C, clean thumbnail cache | Bert | 2011-04-08 | 5 | -18/+83 | |
| | | ||||||
| * | Refactored thumbs.c | Bert | 2011-04-08 | 1 | -104/+98 | |
| | | ||||||
| * | Refactored recursive directory util functions | Bert | 2011-04-08 | 4 | -94/+139 | |
| | | ||||||
| * | Moved read_dir_rec into util.c | Bert | 2011-04-07 | 3 | -76/+91 | |
| | | ||||||
| * | Do not create cache files for cache files | Bert | 2011-04-07 | 1 | -7/+10 | |
| | | ||||||
| * | Use directory structure in cache dir | Bert | 2011-04-07 | 3 | -13/+58 | |
| | | ||||||
| * | Refactored thumbnail cache_dir | Bert | 2011-04-07 | 1 | -18/+24 | |
| | |