summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)AuthorLines
2018-12-23There is no need to test ft against nullPavel Shlyak-1/+1
2018-11-05Remove deprecated option --menu-bgDaniel Friesel-1/+0
2018-11-04Merge branch 'remove-collage-mode' of https://github.com/Ferada/feh into Fera...Daniel Friesel-2/+0
2018-10-17Use random() instead of rand() to increase portabilityDaniel Friesel-1/+1
2018-10-02Actually remove collage mode after ~7 years.Olof-Joachim Frahm-2/+0
2018-07-17feh_main_iteration: Properly check select() return valueDaniel Friesel-2/+2
2018-07-06Update main.cgiladogit-4/+4
2018-05-11Update copyright noticeDaniel Friesel-1/+1
2018-03-10Only set random seed onceDaniel Friesel-0/+2
2017-10-02Fix segfault when running slideshow mode with !opt.displayDaniel Friesel-1/+4
2017-09-13Improve handling of lost terminalsDaniel Friesel-18/+2
2017-09-13Only restore terminal settings if stdin still belongs to us (closes #324)Daniel Friesel-1/+9
2017-08-29Handle detaching the controlling tty from a feh processDaniel Friesel-1/+1
2017-08-27Do not accept control from stdin when running in the backgroundDaniel Friesel-1/+11
2017-08-25Disable stdin control in multiwindow modeDaniel Friesel-1/+1
2017-08-23Add terminal-input support for space and returnDaniel Friesel-2/+1
2017-08-23Put terminal into (mostly) raw mode when reading commands from stdinDaniel Friesel-4/+17
2017-08-22Add experimental support for (remote) control via stdinDaniel Friesel-0/+17
2016-05-05src/main.c: switch spaces to tabs to clobber GCC warningDaniel Lockyer-2/+2
2016-05-02src/main.c: rebase master and fix segfault issueDaniel Lockyer-0/+3
2016-05-01src/main.c: free the malloc'ed sections of the optionsDaniel Lockyer-0/+3
2012-03-25set up signal handlers early enough (needed for filelist preloading, for exam...Daniel Friesel-1/+1
2012-03-15--(un|)loadable: indicate results in exit codeDaniel Friesel-1/+1
2012-03-13Experimental code to limit imagemagick convert runtime (see #82)Daniel Friesel-0/+2
2011-09-28Use buttons config instead of button optionsDaniel Friesel-0/+1
2011-09-26Add support for multiple files in --bg-options (closes #64)Daniel Friesel-1/+1
2011-09-03Rename support.c to wallpaper.cDaniel Friesel-1/+1
2011-01-17Copyright FooDaniel Friesel-0/+1
2011-01-13First step towards configurable key bindingsDaniel Friesel-1/+3
2010-07-17--debug-level → --debugDaniel Friesel-7/+7
2010-06-11debug.h: call_level is no longer relevant, pretty debug message formatDaniel Friesel-1/+0
2010-06-10Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic insteadDaniel Friesel-11/+7
2010-02-14Remove fmmode relictsDaniel Friesel-7/+0
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel-163/+147
2010-02-08Make -O work without X as well. Closes bugs.debian.org #373209Daniel Friesel-1/+3
2010-02-08make feh --list work without X.Daniel Friesel-1/+2
2010-02-05Initial commit (upstream 1.3.4)Daniel Friesel-0/+219