summaryrefslogtreecommitdiff
path: root/src/options.c
AgeCommit message (Collapse)Author
2011-01-23Parse commandline options _after_ theme options (closes GH-23)Daniel Friesel
2011-01-22Add --zoom fill as equivalent to --auto-zoomDaniel Friesel
2011-01-17Copyright FooDaniel Friesel
2011-01-15BC for ~/.fehrcDaniel Friesel
2011-01-15Screw --rcpath, check XDG_CONFIG_HOME insteadDaniel Friesel
2011-01-15Read themes from ~/.config/feh/themes, don't autocreate for nowDaniel Friesel
2010-09-14Remove --action-hold-slide, add per-action method instead.Daniel Friesel
When executing an action starting with a semicolon, feh will not skip to the next slide. The semicolon is not passed on to the executing shell, of course. This is kinda ugly, but at least it makes action handling somewhat more flexible.
2010-09-10Add --info optionDaniel Friesel
2010-09-05Option --action-hold-slide. If specified, when in slideshow mode images will ↵Levi Smith
not automatically change after running user action. Otherwise, slideshow images will cycle after action as usual.
2010-08-27Add short option -Y for --hide-pointerDaniel Friesel
2010-08-27Remove --bg-seamlessDaniel Friesel
2010-08-27Patch by Stefan Mark: Add --bg-max wallpaper modeDaniel Friesel
2010-07-17--debug-level → --debugDaniel Friesel
2010-07-09Add new short options -P, -K, -G, -JDaniel Friesel
2010-07-08opt.no_jump_on_resort -> opt.jump_on_resortDaniel Friesel
2010-07-08Remove --menu-border optionDaniel Friesel
2010-07-04options.c: CleanupDaniel Friesel
2010-07-04--full-screen -> --fullscreen (more correct[tm])Daniel Friesel
2010-06-25Remove --wget-timestamp option (contained a remote code execution hole)Daniel Friesel
2010-06-19Move fehrc / help from options.c into separate filesDaniel Friesel
2010-06-19Allow multiline theme definitions in .fehrcDaniel Friesel
2010-06-19Rename --screen-clip to --no-screen-clip, the default cannot be changedDaniel Friesel
2010-06-16Make --font set the global default fontDaniel Friesel
2010-06-10Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic insteadDaniel Friesel
2010-06-10options.c: show_usage etc. aren't used elsewhereDaniel Friesel
2010-06-07Allow specifying slideshow-delay while starting the slideshow in paused modeDaniel Friesel
Set --slideshow-delay to a negative value to achieve that. In that case, the actual slideshow-delay will be <value> * (-1), so -D-5 sets slideshow-delay 5 seconds but starts paused. Closes: GH-4 <http://github.com/derf/feh/issues#issue/4>
2010-06-01Do not require X for options which don't use itDaniel Friesel
This makes the tests also work on systems which don't run X.
2010-05-31major --thumbnails speed impromevents, new --thumb-redraw optionDaniel Friesel
See ChangeLog / man/feh.1 "--thumb-redraw" for more
2010-05-31Support caching of thumbnails up to 256x256 pixels (.thumbnails/large)Daniel Friesel
Depending on --thumb-width/--thumb-height, either .thumbnails/normal or .thumbnails/large is used. For higher dimensions, thumbnail caching is still silently disabled, this should also be what the standard indicates.
2010-05-30Silently disable thumbnail caching for thumbnails >= 128x128 pixelsDaniel Friesel
(This was actually meant to be included in f44207093fdd02efc3e6e03054775514787b108e)
2010-05-30Make --cache-thumbnails adhere more to the standardDaniel Friesel
2010-05-05Print mini-usage on stderrDaniel Friesel
2010-05-05Return failure after displaying usage on insufficient arguments etc.Daniel Friesel
2010-05-03Make --start-at work with filenames instead of list positionsDaniel Friesel
2010-03-30More detailed --bg-* documentationDaniel Friesel
2010-03-24Document random slideshow jumpDaniel Friesel
2010-03-21Fix a few compiler warnings (-Wall -Wextra)Daniel Friesel
2010-03-21Some indentation and line length fixesDaniel Friesel
2010-03-20Update mail address in --help outputDaniel Friesel
2010-03-16Slightly reformat/rework default .fehrcDaniel Friesel
2010-03-06Fix the chrome theme in the default config (and clean up a bit while there)Daniel Friesel
2010-03-01Apply patchto add --bg-fill (fullscreen background preserving aspect ratio)Daniel Friesel
2010-02-26Add --index-{name,size,dim} options for finer thumbnail/index text controlDaniel Friesel
2010-02-14Clean up options.cDaniel Friesel
2010-02-14Remove fmmode relictsDaniel Friesel
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel
2010-02-13Add runtime shortcuts to toggle --draw-actions and --draw-filenameDaniel Friesel
2010-02-13Remove --xinerama option, the next release will break option BC anywayDaniel Friesel
2010-02-13Rework button optionsDaniel Friesel
2010-02-13Document --reload-buttonDaniel Friesel