Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | New key mappings: 0/w, zoom to 100%/to fit window | Bert | 2011-02-03 | 3 | -8/+19 | |
| | ||||||
* | Display filesize in window title | Bert | 2011-02-03 | 5 | -39/+75 | |
| | ||||||
* | Manual event handling in main.c | Bert | 2011-02-03 | 1 | -155/+142 | |
| | ||||||
* | Fixed die/warn in util.c | Bert | 2011-02-03 | 1 | -2/+2 | |
| | ||||||
* | Refactored, new files util.[ch], C89 | Bert | 2011-02-03 | 8 | -101/+137 | |
| | ||||||
* | Fixed stupid memory leak in read_dir_rec | Bert | 2011-02-02 | 1 | -0/+2 | |
| | ||||||
* | Fixed indentation in README.md | Bert | 2011-02-02 | 1 | -1/+1 | |
| | ||||||
* | New option: -r, open all images in directories | Bert | 2011-02-02 | 5 | -14/+79 | |
| | ||||||
* | Skeleton for -r | Bert | 2011-02-02 | 4 | -7/+54 | |
| | ||||||
* | Stable release 0.4 | Bert | 2011-02-01 | 1 | -1/+1 | |
| | ||||||
* | Updated doc | Bert | 2011-02-01 | 2 | -1/+6 | |
| | ||||||
* | New option: -F, fixed/floating window | Bert | 2011-02-01 | 3 | -8/+20 | |
| | ||||||
* | Bug fix: handle negative offsets in -g arg correctly | Bert | 2011-02-01 | 2 | -1/+5 | |
| | ||||||
* | Refactored img_open and img_check | Bert | 2011-02-01 | 1 | -10/+12 | |
| | ||||||
* | New key command: r, reload image | Bert | 2011-01-31 | 3 | -9/+16 | |
| | ||||||
* | new TODO: update filelist | Bert | 2011-01-31 | 1 | -0/+1 | |
| | ||||||
* | Check file timestamps before loading from cache | Bert | 2011-01-31 | 4 | -17/+32 | |
| | ||||||
* | Revert "TODO: set wallpaper" | Bert | 2011-01-31 | 1 | -1/+0 | |
| | | | | This reverts commit e2d9463375db0ba0ac1bb62c1573715c3a084346. | |||||
* | Replaced option -W with -q, seems more natural | Bert | 2011-01-30 | 5 | -16/+15 | |
| | ||||||
* | Updated doc: dragging with button2, -g option | Bert | 2011-01-30 | 2 | -21/+19 | |
| | ||||||
* | Replace -w with well-known geometry option | Bert | 2011-01-30 | 5 | -33/+32 | |
| | ||||||
* | Unstable version number | Bert | 2011-01-30 | 1 | -1/+1 | |
| | ||||||
* | Nicer key handling, does not fix problems | Bert | 2011-01-30 | 1 | -42/+27 | |
| | ||||||
* | Explicitly enable printing of warnings | Bert | 2011-01-30 | 8 | -20/+31 | |
| | ||||||
* | TODO: set wallpaper | Bert | 2011-01-30 | 1 | -0/+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 | 2 | -2/+2 | |
| | ||||||
* | Mouse-panning while pressing button2 | Bert | 2011-01-29 | 6 | -16/+94 | |
| | ||||||
* | Removed one TODO item | Bert | 2011-01-29 | 1 | -1/+0 | |
| | ||||||
* | Stable version 0.3 | Bert | 2011-01-29 | 1 | -1/+1 | |
| | ||||||
* | Map arrow keys to h/j/k/l | Bert | 2011-01-28 | 3 | -9/+21 | |
| | ||||||
* | Added plenty lots of options | Bert | 2011-01-28 | 10 | -34/+126 | |
| | ||||||
* | Added -w cmdline option | Bert | 2011-01-27 | 5 | -10/+46 | |
| | ||||||
* | Updated section AUTHORS of man page | Bert | 2011-01-27 | 2 | -2/+4 | |
| | ||||||
* | One more TODO | Bert | 2011-01-26 | 1 | -0/+1 | |
| | ||||||
* | Complete mouse support | Bert | 2011-01-26 | 5 | -31/+101 | |
| | ||||||
* | Merge remote branch 'falconindy/mouse' | Bert | 2011-01-26 | 2 | -1/+28 | |
|\ | ||||||
| * | main.c: add zooming on mousewheel events | Dave Reisner | 2011-01-23 | 1 | -0/+27 | |
| | | | | | | | | Signed-off-by: Dave Reisner <d@falconindy.com> | |||||
| * | window.c: include ButtonPress events in Input | Dave Reisner | 2011-01-23 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Dave Reisner <d@falconindy.com> | |||||
* | | Removed anit-aliasing from TODO list | Bert | 2011-01-26 | 1 | -1/+0 | |
| | | ||||||
* | | Added a key-mapping for toggle anti-aliasing | Bert | 2011-01-26 | 5 | -2/+28 | |
| | | ||||||
* | | Fixed indentation in README.md | Bert | 2011-01-26 | 1 | -1/+1 | |
| | | ||||||
* | | Added <,> mappings to rotate image | Bert | 2011-01-26 | 6 | -2/+52 | |
| | | ||||||
* | | More standardish usage info in man page | Bert | 2011-01-23 | 1 | -1/+1 | |
| | | ||||||
* | | Slightly changed README.md | Bert | 2011-01-23 | 1 | -3/+4 | |
| | | ||||||
* | | Nicer man page homepage section | Bert | 2011-01-23 | 1 | -2/+1 | |
| | | ||||||
* | | Fixed usage info in man page | Bert | 2011-01-23 | 1 | -0/+1 | |
| | | ||||||
* | | Stable version 0.2 | Bert | 2011-01-23 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed Makefile | Bert | 2011-01-23 | 1 | -2/+2 | |
| | | ||||||
* | | Added man page | Bert | 2011-01-23 | 4 | -3/+84 | |
| | |