Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Nicer version info | Bert | 2011-02-17 | 2 | -3/+2 | |
| | | ||||||
* | | Merge branch 'master' into thumbs | Bert | 2011-02-17 | 1 | -1/+1 | |
|\| | | | | | | | | | Conflicts: Makefile | |||||
| * | Higher timeout, faster window resizing | Bert | 2011-02-17 | 1 | -1/+1 | |
| | | ||||||
| * | Stable version 0.6 | Bert | 2011-02-16 | 1 | -1/+1 | |
| | | ||||||
* | | Use watch-cursor while loading thumbnails | Bert | 2011-02-17 | 3 | -10/+20 | |
| | | ||||||
* | | Who needs threads to load thumbnails? | Bert | 2011-02-17 | 4 | -82/+52 | |
| | | ||||||
* | | Use pthread to load thumbnails | Bert | 2011-02-16 | 4 | -14/+55 | |
| | | ||||||
* | | Refactored thumbs, new files thumbs.[ch] | Bert | 2011-02-16 | 8 | -89/+191 | |
| | | ||||||
* | | Render thumbnails | Bert | 2011-02-16 | 6 | -24/+76 | |
| | | ||||||
* | | Added app-mode | Bert | 2011-02-16 | 1 | -14/+24 | |
| | | ||||||
* | | Fixed thumbnail creation | Bert | 2011-02-16 | 1 | -1/+3 | |
| | | ||||||
* | | First things for thumbnail mode | Bert | 2011-02-16 | 8 | -2/+55 | |
|/ | ||||||
* | Fixed empty lines in readline() | Bert | 2011-02-15 | 3 | -5/+5 | |
| | ||||||
* | More appropriate buffer sizes | Bert | 2011-02-14 | 2 | -2/+2 | |
| | ||||||
* | Updated man page | Bert | 2011-02-14 | 1 | -0/+7 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' | Bert | 2011-02-14 | 1 | -1/+1 | |
|\ | | | | | | | | | Conflicts: Makefile | |||||
| * | Fixed typo in config.h | Bert | 2011-02-11 | 2 | -2/+2 | |
| | | ||||||
* | | Fixed indentation | Bert | 2011-02-14 | 1 | -4/+4 | |
| | | ||||||
* | | Read filenames from stdin | Bert | 2011-02-14 | 6 | -12/+64 | |
|/ | ||||||
* | Load warning icon only once | Bert | 2011-02-09 | 1 | -5/+8 | |
| | ||||||
* | Handle image remove/rename while running | Bert | 2011-02-09 | 6 | -22/+213 | |
| | ||||||
* | New author in man page | Bert | 2011-02-09 | 1 | -0/+1 | |
| | ||||||
* | Handle WM_DELETE_WINDOW messages correctly, thanks to fungt | Bert | 2011-02-09 | 3 | -1/+11 | |
| | ||||||
* | Slightly refactored fungts utf-8 title commit | Bert | 2011-02-09 | 2 | -11/+10 | |
| | ||||||
* | Show correct utf-8 title | fungt | 2011-02-09 | 1 | -0/+10 | |
| | ||||||
* | Stable release 0.5 | Bert | 2011-02-08 | 1 | -1/+1 | |
| | ||||||
* | Updated doc, 0/W/w key-mappings | Bert | 2011-02-06 | 2 | -0/+12 | |
| | ||||||
* | Nicer fit window to image | Bert | 2011-02-06 | 4 | -11/+18 | |
| | ||||||
* | One less TODO | Bert | 2011-02-04 | 1 | -1/+0 | |
| | ||||||
* | New key mapping: W, resize window to fit image | Bert | 2011-02-04 | 5 | -23/+63 | |
| | ||||||
* | Removed some warnings | Bert | 2011-02-03 | 2 | -30/+34 | |
| | ||||||
* | Split img_fit into internal/external function | Bert | 2011-02-03 | 3 | -19/+25 | |
| | ||||||
* | 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. |