summaryrefslogtreecommitdiff
path: root/src/menu.c
AgeCommit message (Expand)AuthorLines
2018-11-05Remove deprecated option --menu-bgDaniel Friesel-1/+1
2018-05-11Update copyright noticeDaniel Friesel-1/+1
2016-05-28New sort option: dirnameguns-0/+8
2016-05-28Add --sort mtime to menu and fix menu when sorting by mtimeguns-9/+40
2016-04-13fix image resize for w key and menu option (#229)Daniel Friesel-1/+1
2016-02-16menu: Fix typoDaniel Friesel-1/+1
2015-07-23use --xinerama-index instead of XINERAMA_INDEX to override xinerama screen se...Daniel Friesel-3/+2
2014-08-28menu: do not rerender all images when toggling keep_zoom_vpDaniel Friesel-1/+0
2014-05-06Fix dead code found by LLVM's scan-build utilityDaniel Friesel-1/+0
2014-02-27always use absolute paths in .fehbgDaniel Friesel-8/+4
2013-01-30Add option and keybinding to keep zoom and viewport settings.Daniel Friesel-1/+11
2012-05-25Remove --menu-style handlingDaniel Friesel-10/+2
2012-05-19menu: simpler background, remove drop shadowsDaniel Friesel-9/+1
2012-03-07menu: Remove dead icon codeDaniel Friesel-163/+109
2012-03-07menu: Save data as short, (void *) was pointless. Fixes amd64 compiler warnings.Daniel Friesel-115/+113
2011-09-26Add support for multiple files in --bg-options (closes #64)Daniel Friesel-8/+8
2011-09-07feh_reload_image: Fix regression of old caching issue (closes #63)Daniel Friesel-1/+1
2011-09-03Rename support.c to wallpaper.cDaniel Friesel-1/+1
2011-09-02menu.c: feh_menu_entry_get_size: Remove unused parameterDaniel Friesel-2/+2
2011-09-01Revert "feh_reload_image: Always die if reload failed"Daniel Friesel-1/+1
2011-08-31feh_reload_image: Always die if reload failedDaniel Friesel-1/+1
2011-08-11Show correct file number after deleting imageDaniel Friesel-4/+4
2011-08-10Remove unused variablesDaniel Friesel-8/+3
2011-08-09Add flip/mirror in-placec edit actions (derf/#9)Yu-Jie Lin-1/+1
2011-05-09Fix --zoom max/fill documentation plus bug in menu code (thx nepraith)Daniel Friesel-2/+3
2011-04-30Replace some printf calls by fputs/putcDaniel Friesel-7/+0
2011-04-27Remove "About feh" menu item & imageDaniel Friesel-33/+1
2011-03-21Add method to forcefully disable antialiasing (closes GH-17)Daniel Friesel-5/+5
2011-01-22Add --zoom fill as equivalent to --auto-zoomDaniel Friesel-2/+5
2011-01-17Copyright FooDaniel Friesel-0/+1
2010-09-06Work around Xinerama Fuckups: Read screen number from XINERAMA_SCREEN env varDaniel Friesel-0/+3
2010-08-27Remove --bg-seamlessDaniel Friesel-20/+1
2010-07-17--debug-level → --debugDaniel Friesel-20/+20
2010-07-08opt.no_jump_on_resort -> opt.jump_on_resortDaniel Friesel-4/+4
2010-07-08Remove --menu-border optionDaniel Friesel-4/+2
2010-06-11debug.h: call_level is no longer relevant, pretty debug message formatDaniel Friesel-1/+1
2010-06-10Remove unused functions / function argumentsDaniel Friesel-4/+4
2010-06-10Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic insteadDaniel Friesel-120/+56
2010-05-03menu: Remove xinerama toggle, add draw_actions toggle insteadDaniel Friesel-23/+18
2010-05-03Fix memory leak related to the menuDaniel Friesel-0/+3
2010-05-03Rework menu.c & fix various compiler warnings (from menu_code) + update TODODaniel Friesel-530/+363
2010-03-21Remove unused functionsDaniel Friesel-45/+0
2010-03-01Apply patchto add --bg-fill (fullscreen background preserving aspect ratio)Daniel Friesel-16/+58
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel-2011/+1637
2010-02-05Apply 05_xinerama.patch from DebianDaniel Friesel-4/+0
2010-02-05Initial commit (upstream 1.3.4)Daniel Friesel-0/+2144