Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-08-11 | Show correct file number after deleting image | Daniel Friesel | -4/+4 | |
In the image_remove function, slideshow_change_image needs to be called before removing the image from the filelist. Because of this, the "x of y" displayed by --draw-filename is wrong (y is 1 too high). This commit introduces a new 'render' argument to slideshow_chingae_image. The image_remove function calls it with render=0, edits the filelist and then runs by winwidget_render_image itself. Patch by Yu-Jie Lin. | ||||
2011-08-10 | Remove unused variables | Daniel Friesel | -8/+3 | |
2011-08-09 | Add flip/mirror in-placec edit actions (derf/#9) | Yu-Jie Lin | -1/+1 | |
2011-05-09 | Fix --zoom max/fill documentation plus bug in menu code (thx nepraith) | Daniel Friesel | -2/+3 | |
2011-04-30 | Replace some printf calls by fputs/putc | Daniel Friesel | -7/+0 | |
2011-04-27 | Remove "About feh" menu item & image | Daniel Friesel | -33/+1 | |
2011-03-21 | Add method to forcefully disable antialiasing (closes GH-17) | Daniel Friesel | -5/+5 | |
2011-01-22 | Add --zoom fill as equivalent to --auto-zoom | Daniel Friesel | -2/+5 | |
2011-01-17 | Copyright Foo | Daniel Friesel | -0/+1 | |
2010-09-06 | Work around Xinerama Fuckups: Read screen number from XINERAMA_SCREEN env var | Daniel Friesel | -0/+3 | |
2010-08-27 | Remove --bg-seamless | Daniel Friesel | -20/+1 | |
2010-07-17 | --debug-level → --debug | Daniel Friesel | -20/+20 | |
2010-07-08 | opt.no_jump_on_resort -> opt.jump_on_resort | Daniel Friesel | -4/+4 | |
2010-07-08 | Remove --menu-border option | Daniel Friesel | -4/+2 | |
2010-06-11 | debug.h: call_level is no longer relevant, pretty debug message format | Daniel Friesel | -1/+1 | |
2010-06-10 | Remove unused functions / function arguments | Daniel Friesel | -4/+4 | |
2010-06-10 | Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic instead | Daniel Friesel | -120/+56 | |
2010-05-03 | menu: Remove xinerama toggle, add draw_actions toggle instead | Daniel Friesel | -23/+18 | |
2010-05-03 | Fix memory leak related to the menu | Daniel Friesel | -0/+3 | |
The menu background images were not properly free()d | ||||
2010-05-03 | Rework menu.c & fix various compiler warnings (from menu_code) + update TODO | Daniel Friesel | -530/+363 | |
2010-03-21 | Remove unused functions | Daniel Friesel | -45/+0 | |
2010-03-01 | Apply patchto add --bg-fill (fullscreen background preserving aspect ratio) | Daniel Friesel | -16/+58 | |
2010-02-13 | Change source code indentation (indent -kr -i8 -hnl, mainly) | Daniel Friesel | -2011/+1637 | |
2010-02-05 | Apply 05_xinerama.patch from Debian | Daniel Friesel | -4/+0 | |
2010-02-05 | Initial commit (upstream 1.3.4) | Daniel Friesel | -0/+2144 | |