| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | Center zoomed area | Bert | 2011-04-19 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed mouse cursor | Bert | 2011-04-15 | 1 | -1/+1 | |
| | | ||||||
| * | Fix fullscreen mode | Bert | 2011-04-14 | 1 | -1/+1 | |
| | | ||||||
| * | Stable version 0.8 | Bert | 2011-04-14 | 1 | -1/+1 | |
| | | ||||||
| * | Refactored main.c | Bert | 2011-04-11 | 1 | -1/+1 | |
| | | ||||||
| * | Refactored recursive directory util functions | Bert | 2011-04-08 | 1 | -1/+1 | |
| | | ||||||
| * | Refactored key/mouse mappings in README | Bert | 2011-04-07 | 1 | -1/+1 | |
| | | ||||||
| * | New option: -a, do not filter out unsupported files | Bert | 2011-04-06 | 1 | -1/+1 | |
| | | ||||||
| * | Readded file-type check at startup | Bert | 2011-04-05 | 1 | -1/+1 | |
| | | ||||||
| * | Do not check file-type at startup | Bert | 2011-04-04 | 1 | -1/+1 | |
| | | ||||||
| * | Filename cosmetics | Bert | 2011-03-17 | 1 | -1/+1 | |
| | | ||||||
| * | Use imlib-handles in thumbs.c instead of pixmaps | Bert | 2011-03-15 | 1 | -1/+1 | |
| | | ||||||
| * | Toggle image transparency with A-key | Bert | 2011-03-10 | 1 | -1/+1 | |
| | | ||||||
| * | Use ctrl for ext cmds, disable them in config.h | Bert | 2011-03-09 | 1 | -1/+1 | |
| | | ||||||
| * | Use "/bin/sh -c" for external commands | Bert | 2011-03-03 | 1 | -1/+1 | |
| | | ||||||
| * | Shorter typedefs | Bert | 2011-03-01 | 1 | -1/+1 | |
| | | ||||||
| * | Small refactorings, removed over-ambitious todo | Bert | 2011-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | Revert "Save rotated png-files with S-key" | Bert | 2011-02-27 | 1 | -1/+1 | |
| | | | | | This reverts commit 090ee5405b70d6dfa16a8ca3a691dbd556c41bdb. | |||||
| * | Save rotated png-files with S-key | Bert | 2011-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | Stable version 0.7 | Bert | 2011-02-26 | 1 | -1/+1 | |
| | | ||||||
| * | Align big images on top-left corner | Bert | 2011-02-26 | 1 | -1/+1 | |
| | | ||||||
| * | Todo: save rotated images | Bert | 2011-02-25 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed title for thumbnail mode | Bert | 2011-02-21 | 1 | -1/+1 | |
| | | ||||||
| * | Always support thumbs; start thumb-mode with single -t | Bert | 2011-02-21 | 1 | -1/+1 | |
| | | ||||||
| * | Mouse-wheel scrolling in thumb mode | Bert | 2011-02-20 | 1 | -1/+1 | |
| | | ||||||
| * | Sync thumb selection & fileidx; check thumb view | Bert | 2011-02-19 | 1 | -1/+1 | |
| | | ||||||
| * | Update title when moving selection | Bert | 2011-02-19 | 1 | -1/+1 | |
| | | ||||||
| * | Center humbnails in window | Bert | 2011-02-18 | 1 | -1/+1 | |
| | | ||||||
| * | Who needs threads to load thumbnails? | Bert | 2011-02-17 | 1 | -2/+2 | |
| | | ||||||
| * | Use pthread to load thumbnails | Bert | 2011-02-16 | 1 | -1/+1 | |
| | | ||||||
| * | Refactored thumbs, new files thumbs.[ch] | Bert | 2011-02-16 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed empty lines in readline() | Bert | 2011-02-15 | 1 | -1/+1 | |
| | | ||||||
| * | Read filenames from stdin | Bert | 2011-02-14 | 1 | -1/+1 | |
| | | ||||||
| * | Slightly refactored fungts utf-8 title commit | Bert | 2011-02-09 | 1 | -1/+1 | |
| | | ||||||
| * | Stable release 0.5 | Bert | 2011-02-08 | 1 | -1/+1 | |
| | | ||||||
| * | Nicer fit window to image | Bert | 2011-02-06 | 1 | -1/+1 | |
| | | ||||||
| * | New key mapping: W, resize window to fit image | Bert | 2011-02-04 | 1 | -1/+1 | |
| | | ||||||
| * | Refactored, new files util.[ch], C89 | Bert | 2011-02-03 | 1 | -2/+2 | |
| | | ||||||
| * | Skeleton for -r | Bert | 2011-02-02 | 1 | -1/+1 | |
| | | ||||||
| * | Stable release 0.4 | Bert | 2011-02-01 | 1 | -1/+1 | |
| | | ||||||
| * | Bug fix: handle negative offsets in -g arg correctly | Bert | 2011-02-01 | 1 | -1/+1 | |
| | | ||||||
| * | Check file timestamps before loading from cache | Bert | 2011-01-31 | 1 | -1/+1 | |
| | | ||||||
| * | Unstable version number | Bert | 2011-01-30 | 1 | -1/+1 | |
| | | ||||||
| * | Stable release 0.3.1 | Bert | 2011-01-30 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed setuid and typo in Makefile, damn copy&paste | Bert | 2011-01-30 | 1 | -1/+1 | |
| | | ||||||
| * | Mouse-panning while pressing button2 | Bert | 2011-01-29 | 1 | -1/+1 | |
| | | ||||||
| * | Stable version 0.3 | Bert | 2011-01-29 | 1 | -1/+1 | |
| | | ||||||
| * | Added plenty lots of options | Bert | 2011-01-28 | 1 | -1/+1 | |
| | | ||||||
