summaryrefslogtreecommitdiff
path: root/src/options.c
AgeCommit message (Expand)AuthorLines
2010-07-04options.c: CleanupDaniel Friesel-94/+93
2010-07-04--full-screen -> --fullscreen (more correct[tm])Daniel Friesel-1/+2
2010-06-25Remove --wget-timestamp option (contained a remote code execution hole)Daniel Friesel-5/+1
2010-06-19Move fehrc / help from options.c into separate filesDaniel Friesel-408/+6
2010-06-19Allow multiline theme definitions in .fehrcDaniel Friesel-8/+38
2010-06-19Rename --screen-clip to --no-screen-clip, the default cannot be changedDaniel Friesel-3/+3
2010-06-16Make --font set the global default fontDaniel Friesel-2/+2
2010-06-10Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic insteadDaniel Friesel-29/+14
2010-06-10options.c: show_usage etc. aren't used elsewhereDaniel Friesel-3/+6
2010-06-07Allow specifying slideshow-delay while starting the slideshow in paused modeDaniel Friesel-1/+5
2010-06-01Do not require X for options which don't use itDaniel Friesel-0/+3
2010-05-31major --thumbnails speed impromevents, new --thumb-redraw optionDaniel Friesel-0/+6
2010-05-31Support caching of thumbnails up to 256x256 pixels (.thumbnails/large)Daniel Friesel-9/+1
2010-05-30Silently disable thumbnail caching for thumbnails >= 128x128 pixelsDaniel Friesel-0/+8
2010-05-30Make --cache-thumbnails adhere more to the standardDaniel Friesel-1/+3
2010-05-05Print mini-usage on stderrDaniel Friesel-1/+1
2010-05-05Return failure after displaying usage on insufficient arguments etc.Daniel Friesel-1/+1
2010-05-03Make --start-at work with filenames instead of list positionsDaniel Friesel-1/+2
2010-03-30More detailed --bg-* documentationDaniel Friesel-6/+9
2010-03-24Document random slideshow jumpDaniel Friesel-0/+1
2010-03-21Fix a few compiler warnings (-Wall -Wextra)Daniel Friesel-2/+1
2010-03-21Some indentation and line length fixesDaniel Friesel-409/+416
2010-03-20Update mail address in --help outputDaniel Friesel-1/+1
2010-03-16Slightly reformat/rework default .fehrcDaniel Friesel-36/+52
2010-03-06Fix the chrome theme in the default config (and clean up a bit while there)Daniel Friesel-8/+13
2010-03-01Apply patchto add --bg-fill (fullscreen background preserving aspect ratio)Daniel Friesel-0/+6
2010-02-26Add --index-{name,size,dim} options for finer thumbnail/index text controlDaniel Friesel-0/+15
2010-02-14Clean up options.cDaniel Friesel-40/+40
2010-02-14Remove fmmode relictsDaniel Friesel-7/+0
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel-1158/+1113
2010-02-13Add runtime shortcuts to toggle --draw-actions and --draw-filenameDaniel Friesel-0/+2
2010-02-13Remove --xinerama option, the next release will break option BC anywayDaniel Friesel-5/+0
2010-02-13Rework button optionsDaniel Friesel-24/+40
2010-02-13Document --reload-buttonDaniel Friesel-4/+5
2010-02-13Document --start-atDaniel Friesel-0/+1
2010-02-13Document --thumb-titleDaniel Friesel-0/+2
2010-02-11Add <keypad begin> to antialias the image (other keypad keys don't do this)Daniel Friesel-0/+3
2010-02-11Finish --draw-actions and add it to documentationDaniel Friesel-0/+1
2010-02-10Fix some more options' documentationDaniel Friesel-2/+2
2010-02-09Add long options for -o/-O to help and manualDaniel Friesel-2/+2
2010-02-09options.c: Use --(un)loadable (as documented), not --(un)loadablesDaniel Friesel-2/+2
2010-02-09Add/Update undocumented short options to --help and manualDaniel Friesel-4/+4
2010-02-09Add --scale-down to manualDaniel Friesel-1/+1
2010-02-09feh -h: One line got lost, fix thisDaniel Friesel-1/+1
2010-02-08Make -O work without X as well. Closes bugs.debian.org #373209Daniel Friesel-0/+1
2010-02-06Add option to set image background to white or blackDaniel Friesel-1/+9
2010-02-06Re-Add --xinerama, but warn that it's deprecatedDaniel Friesel-2/+7
2010-02-06Change --xinerama <0|1> swich to --no-xinerama toggle, the switch makes no senseDaniel Friesel-4/+4
2010-02-05Apply 04_fix_help_output_obtained_from_svn.patch from DebianDaniel Friesel-1/+1
2010-02-05Apply 04_escape_filenamed.patch from DebianDaniel Friesel-1/+1