| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Refactored main.c | Bert | 2011-04-11 | 2 | -91/+93 |
* | Merge branch 'tcache' | Bert | 2011-04-11 | 10 | -99/+506 |
|\ |
|
| * | 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 |
| * | Write cache file for thumbnail directly after creating it | Bert | 2011-04-07 | 2 | -10/+12 |
| * | Load thumbnails from cache | Bert | 2011-04-07 | 1 | -7/+30 |
| * | Write thumbnail cache files on exit | Bert | 2011-04-07 | 3 | -1/+155 |
| * | First things for thumbnail caching | Bert | 2011-04-07 | 2 | -0/+34 |
* | | Disable support for external commands by default | Bert | 2011-04-07 | 2 | -24/+22 |
|/ |
|
* | Small refactoring in tns_load() | Bert | 2011-04-07 | 1 | -4/+7 |
* | Removed escape key mapping | Bert | 2011-04-07 | 1 | -3/+0 |
* | Refactored key/mouse mappings in man page | Bert | 2011-04-07 | 1 | -14/+17 |
* | Refactored key/mouse mappings in README | Bert | 2011-04-07 | 2 | -24/+19 |
* | New key mapping: D, remove image from file list | Bert | 2011-04-06 | 3 | -8/+42 |
* | New option: -a, do not filter out unsupported files | Bert | 2011-04-06 | 7 | -15/+35 |
* | Readded file-type check at startup | Bert | 2011-04-05 | 3 | -5/+27 |
* | Do not check file-type at startup | Bert | 2011-04-04 | 5 | -209/+187 |
* | More accurate README | Bert | 2011-03-17 | 1 | -6/+6 |
* | Filename cosmetics | Bert | 2011-03-17 | 2 | -2/+3 |
* | Use imlib-handles in thumbs.c instead of pixmaps | Bert | 2011-03-15 | 5 | -46/+32 |
* | Updated doc | Bert | 2011-03-10 | 2 | -0/+4 |
* | Toggle image transparency with A-key | Bert | 2011-03-10 | 4 | -2/+8 |
* | White background for images with alpha | Bert | 2011-03-09 | 4 | -17/+35 |
* | Use ctrl for ext cmds, disable them in config.h | Bert | 2011-03-09 | 4 | -20/+34 |
* | Use "/bin/sh -c" for external commands | Bert | 2011-03-03 | 3 | -58/+44 |
* | Slightly refactored commands.h | Bert | 2011-03-01 | 1 | -8/+13 |
* | Support for external commands like mogrify & jpegtran | Bert | 2011-03-01 | 6 | -12/+115 |
* | Shorter typedefs | Bert | 2011-03-01 | 6 | -12/+12 |
* | Shorter version information | Bert | 2011-02-27 | 1 | -1/+1 |
* | Small refactorings, removed over-ambitious todo | Bert | 2011-02-27 | 5 | -55/+51 |
* | Revert "Save rotated png-files with S-key" | Bert | 2011-02-27 | 6 | -81/+50 |
* | Save rotated png-files with S-key | Bert | 2011-02-27 | 6 | -50/+81 |
* | Stable version 0.7 | Bert | 2011-02-26 | 1 | -1/+1 |
* | Sort directory entries when using -r | Bert | 2011-02-26 | 1 | -1/+14 |
* | Align big images on top-left corner | Bert | 2011-02-26 | 2 | -2/+9 |
* | Refactored imlib context handling | Bert | 2011-02-25 | 5 | -38/+55 |
* | Todo: save rotated images | Bert | 2011-02-25 | 2 | -1/+2 |
* | Correct timeout handling, more complex | Bert | 2011-02-21 | 1 | -41/+52 |
* | Fixed cursor hiding after switching to thumb mode | Bert | 2011-02-21 | 1 | -0/+1 |
* | Hide cursor on redraw or after 1.5s mouse inactivity | Bert | 2011-02-21 | 3 | -17/+67 |
* | Updated doc | Bert | 2011-02-21 | 2 | -16/+27 |
* | Fixed title for thumbnail mode | Bert | 2011-02-21 | 3 | -7/+25 |
* | Always support thumbs; start thumb-mode with single -t | Bert | 2011-02-21 | 4 | -64/+66 |