summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)AuthorLines
2013-02-14release v2.9.12.9.1Daniel Friesel-191/+1
2012-03-14Update TODO (via github)Daniel Friesel-41/+39
2012-01-27Update TODO (via github)Daniel Friesel-28/+101
2011-09-26Update TODO (via github)Daniel Friesel-7/+22
2011-08-15Release v1.151.15Daniel Friesel-33/+15
2011-08-02Update TODO (via github)Daniel Friesel-24/+3
2011-07-04Update TODO (via github)Daniel Friesel-11/+21
2011-05-30Update TODO (via github)Daniel Friesel-0/+25
2011-05-10Update TODO (via github)Daniel Friesel-15/+3
2011-05-05Update TODO (via github)Daniel Friesel-1/+121
2011-01-22TODO: Only refer to github trackerDaniel Friesel-37/+1
2011-01-16Update TODO & ChangeLogDaniel Friesel-2/+0
2010-11-09Update TODO and feh(1): The scale-down issue was fixedDaniel Friesel-2/+0
2010-08-21TODO: Add reference to github issues pageDaniel Friesel-0/+2
2010-07-16Update TODODaniel Friesel-1/+1
2010-07-12Update TODO. Quux.Daniel Friesel-0/+2
2010-07-08Remove --menu-border optionDaniel Friesel-1/+0
2010-06-25Update TODODaniel Friesel-0/+6
2010-06-24Add tests for --thumb-title (+Update TODO cause there's more borkage with it)Daniel Friesel-1/+1
2010-06-24Disable filelist saving from thumbnail mode (buggy and probably not useful)Daniel Friesel-2/+2
2010-06-24Update BUGS/TODODaniel Friesel-0/+2
2010-06-24Update TODODaniel Friesel-0/+2
2010-06-17Update TODODaniel Friesel-0/+3
2010-06-16Make --font set the global default fontDaniel Friesel-2/+0
2010-06-12Update TODODaniel Friesel-0/+2
2010-06-08TODO: I keep forgetting to remove fixed entries :>Daniel Friesel-2/+0
2010-06-04TODO: Remove two entries (one finished, one wontimplement)Daniel Friesel-6/+0
2010-06-04Forgot to remove fixed bug from TODO...Daniel Friesel-4/+0
2010-06-03Update TODO. again.Daniel Friesel-1/+5
2010-06-03Update TODODaniel Friesel-0/+2
2010-05-31Update TODODaniel Friesel-4/+5
2010-05-31Update TODODaniel Friesel-1/+4
2010-05-30Update TODODaniel Friesel-0/+2
2010-05-04Update TODODaniel Friesel-2/+0
2010-05-03Fix memory leak related to the menuDaniel Friesel-5/+0
The menu background images were not properly free()d
2010-05-03TODO: Update notes about memory leaksDaniel Friesel-1/+4
2010-05-03Rework menu.c & fix various compiler warnings (from menu_code) + update TODODaniel Friesel-0/+2
2010-04-22man/feh.1: Various fixes. Completely reviewed now.Daniel Friesel-2/+0
2010-04-22Fix zoom mode once and for all[tm]Daniel Friesel-1/+1
2010-04-21Update TODO. Again.Daniel Friesel-0/+2
2010-04-13Update TODODaniel Friesel-0/+2
2010-04-10events.c: Make pointer warping work for zoomed imagesDaniel Friesel-2/+0
2010-04-07Update TODO (& use clang's deps.mk while at it)Daniel Friesel-0/+2
2010-03-25Actually detect an empty filelistDaniel 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-18Update TODO... againDaniel Friesel-2/+5
2010-03-07Update TODO (--fmmode was removed)Daniel Friesel-3/+0
2010-02-26Remove the (now unneccessary) libjpeg codeDaniel Friesel-6/+0
2010-02-22Update README, TODO & feh(1)Daniel Friesel-0/+6
2010-02-21Revert "Fix lossless image rotation"Daniel Friesel-3/+0
This reverts commit 15ede2653b45a1fe73bc8c7c9151e3e8dc1c32dc.
2010-02-21Fix lossless image rotationDaniel 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 :-)