Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2013-02-14 | release v2.9.12.9.1 | Daniel Friesel | -191/+1 | |
2012-03-14 | Update TODO (via github) | Daniel Friesel | -41/+39 | |
2012-01-27 | Update TODO (via github) | Daniel Friesel | -28/+101 | |
2011-09-26 | Update TODO (via github) | Daniel Friesel | -7/+22 | |
2011-08-15 | Release v1.151.15 | Daniel Friesel | -33/+15 | |
2011-08-02 | Update TODO (via github) | Daniel Friesel | -24/+3 | |
2011-07-04 | Update TODO (via github) | Daniel Friesel | -11/+21 | |
2011-05-30 | Update TODO (via github) | Daniel Friesel | -0/+25 | |
2011-05-10 | Update TODO (via github) | Daniel Friesel | -15/+3 | |
2011-05-05 | Update TODO (via github) | Daniel Friesel | -1/+121 | |
2011-01-22 | TODO: Only refer to github tracker | Daniel Friesel | -37/+1 | |
2011-01-16 | Update TODO & ChangeLog | Daniel Friesel | -2/+0 | |
2010-11-09 | Update TODO and feh(1): The scale-down issue was fixed | Daniel Friesel | -2/+0 | |
2010-08-21 | TODO: Add reference to github issues page | Daniel Friesel | -0/+2 | |
2010-07-16 | Update TODO | Daniel Friesel | -1/+1 | |
2010-07-12 | Update TODO. Quux. | Daniel Friesel | -0/+2 | |
2010-07-08 | Remove --menu-border option | Daniel Friesel | -1/+0 | |
2010-06-25 | Update TODO | Daniel Friesel | -0/+6 | |
2010-06-24 | Add tests for --thumb-title (+Update TODO cause there's more borkage with it) | Daniel Friesel | -1/+1 | |
2010-06-24 | Disable filelist saving from thumbnail mode (buggy and probably not useful) | Daniel Friesel | -2/+2 | |
2010-06-24 | Update BUGS/TODO | Daniel Friesel | -0/+2 | |
2010-06-24 | Update TODO | Daniel Friesel | -0/+2 | |
2010-06-17 | Update TODO | Daniel Friesel | -0/+3 | |
2010-06-16 | Make --font set the global default font | Daniel Friesel | -2/+0 | |
2010-06-12 | Update TODO | Daniel Friesel | -0/+2 | |
2010-06-08 | TODO: I keep forgetting to remove fixed entries :> | Daniel Friesel | -2/+0 | |
2010-06-04 | TODO: Remove two entries (one finished, one wontimplement) | Daniel Friesel | -6/+0 | |
2010-06-04 | Forgot to remove fixed bug from TODO... | Daniel Friesel | -4/+0 | |
2010-06-03 | Update TODO. again. | Daniel Friesel | -1/+5 | |
2010-06-03 | Update TODO | Daniel Friesel | -0/+2 | |
2010-05-31 | Update TODO | Daniel Friesel | -4/+5 | |
2010-05-31 | Update TODO | Daniel Friesel | -1/+4 | |
2010-05-30 | Update TODO | Daniel Friesel | -0/+2 | |
2010-05-04 | Update TODO | Daniel Friesel | -2/+0 | |
2010-05-03 | Fix memory leak related to the menu | Daniel Friesel | -5/+0 | |
The menu background images were not properly free()d | ||||
2010-05-03 | TODO: Update notes about memory leaks | Daniel Friesel | -1/+4 | |
2010-05-03 | Rework menu.c & fix various compiler warnings (from menu_code) + update TODO | Daniel Friesel | -0/+2 | |
2010-04-22 | man/feh.1: Various fixes. Completely reviewed now. | Daniel Friesel | -2/+0 | |
2010-04-22 | Fix zoom mode once and for all[tm] | Daniel Friesel | -1/+1 | |
2010-04-21 | Update TODO. Again. | Daniel Friesel | -0/+2 | |
2010-04-13 | Update TODO | Daniel Friesel | -0/+2 | |
2010-04-10 | events.c: Make pointer warping work for zoomed images | Daniel Friesel | -2/+0 | |
2010-04-07 | Update TODO (& use clang's deps.mk while at it) | Daniel Friesel | -0/+2 | |
2010-03-25 | Actually detect an empty filelist | Daniel Friesel | -4/+0 | |
This fixes imlib2 warnings (and occasional X errors/segfaults), which used to occur when all files in feh's filelist were suddenly deleted by an external application. Now, feh simply quits with "No more slides in show" (which makes more sense, IMHO). | ||||
2010-03-18 | Update TODO... again | Daniel Friesel | -2/+5 | |
2010-03-07 | Update TODO (--fmmode was removed) | Daniel Friesel | -3/+0 | |
2010-02-26 | Remove the (now unneccessary) libjpeg code | Daniel Friesel | -6/+0 | |
2010-02-22 | Update README, TODO & feh(1) | Daniel Friesel | -0/+6 | |
2010-02-21 | Revert "Fix lossless image rotation" | Daniel Friesel | -3/+0 | |
This reverts commit 15ede2653b45a1fe73bc8c7c9151e3e8dc1c32dc. | ||||
2010-02-21 | Fix lossless image rotation | Daniel Friesel | -0/+3 | |
Apparently, the old code was based on libjpeg6. However, most systems use libjpeg8 now, which has a few new features like cropping, leading to a lot of fuckup with feh on libjpeg8 systems. Now feh works with libjpeg8, but probably doesn't support libjpeg6 anymore. Also, this code copypasta really sucks :-) |