index
:
feh
bugfix/2.14.1
master
release-3.6
release-3.7
simplify-exif
imlib2 based image viewer
derf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
options.c
Age
Commit message (
Expand
)
Author
Lines
2021-05-08
rename --zoom-rate to --zoom-step and switch to percent
Daniel Friesel
-6
/
+6
2021-03-05
Set original_file_items when using --start-at without file arguments
Daniel Friesel
-0
/
+1
2021-03-03
Option Refactor and addition of Zoom Rate (#589)
Alec C
-199
/
+211
2021-01-24
Handle URL-encoded components in "feh --start-at file://...."
Daniel Friesel
-3
/
+18
2021-01-09
Rename --windowid to --window-id; add usage warning to documentation
Daniel Friesel
-1
/
+1
2021-01-09
X11 uses unsigned long int for window IDs (see X11/X.h)
Daniel Friesel
-1
/
+1
2020-07-24
Add windowid option to draw to an existing window
Kate Hart
-0
/
+4
2020-06-17
re-add verscmp flag to --version output
Daniel Friesel
-0
/
+4
2020-06-15
Enable --version-sort on systems without strverscmp()
Tim van der Molen
-4
/
+0
2020-04-11
update copyright
Daniel Friesel
-1
/
+1
2020-04-11
Handle file:/// URLs as local paths in --start-at
Daniel Friesel
-1
/
+10
2020-04-05
Use conversion cache for imlib2 and dcraw images
Daniel Friesel
-3
/
+3
2020-03-30
Enable HTTP cache by default
Daniel Friesel
-2
/
+4
2020-03-30
Enable re-using downloaded http cache
Awal Garg
-0
/
+4
2020-01-23
Ignore --start-at if the parameter is an URL
Ignacio Losiggio
-1
/
+3
2019-10-11
Allow setting the X11 class hint as an option.
Olof-Joachim Frahm
-0
/
+4
2019-04-12
Enable auto-reload by default (when compiled with inotify=1)
Daniel Friesel
-0
/
+6
2019-04-01
Merge remote-tracking branch 'original/master'
Sven Willner
-29
/
+39
2019-02-11
Unset "draw info" flag when encountering --info ';whatever'
Daniel Friesel
-2
/
+4
2019-02-11
Unset "start paused" flag on positive slideshow delay
Daniel Friesel
-0
/
+2
2019-02-01
Remove dead code
Daniel Friesel
-2
/
+0
2018-12-23
options.c: Note that sscanf calls are safe
Daniel Friesel
-0
/
+9
2018-11-19
--start-at: Auto-load directory when no other files are specified
Daniel Friesel
-0
/
+13
2018-11-09
options.c: Remove '-)' (belonged to menu-bg)
Daniel Friesel
-1
/
+1
2018-11-05
Remove no longer present -c option from stropts
Daniel Friesel
-1
/
+1
2018-11-05
Remove deprecated option --menu-bg
Daniel Friesel
-7
/
+0
2018-11-05
Remove deprecated --cycle-once option
Daniel Friesel
-5
/
+0
2018-11-04
Disable in-place editing by default
Daniel Friesel
-4
/
+4
2018-11-04
Merge branch 'no-inplace-edit' of https://github.com/ulteq/feh into ulteq-no-...
Daniel Friesel
-0
/
+4
2018-11-04
Merge branch 'remove-collage-mode' of https://github.com/Ferada/feh into Fera...
Daniel Friesel
-11
/
+1
2018-11-04
Show verscmp status in --version output
Daniel Friesel
-0
/
+4
2018-10-02
Actually remove collage mode after ~7 years.
Olof-Joachim Frahm
-11
/
+1
2018-09-13
Merge branch 'master' of github.com:derf/feh
Sven Willner
-22
/
+60
2018-08-24
combine --no-cycle and --cycle-once into --on-last-slide={quit,hold}
Daniel Friesel
-3
/
+13
2018-08-24
Add --no-cycle option
ulteq
-0
/
+4
2018-08-22
Add an option to disable inplace edit
ulteq
-0
/
+4
2018-08-05
Merge --dcraw-timeout and --magick-timeout into --conversion-timeout
Daniel Friesel
-5
/
+5
2018-08-05
Merge branch 'dcraw' of https://github.com/ulteq/feh into ulteq-dcraw
Daniel Friesel
-0
/
+5
2018-06-27
Merge branch 'simplify-zoom' of https://github.com/ulteq/feh into ulteq-simpl...
Daniel Friesel
-0
/
+1
2018-05-11
Update copyright notice
Daniel Friesel
-1
/
+1
2018-03-10
Allow empty string as --geometry argument
ulteq
-0
/
+1
2018-03-09
rename --inner-geometry to --offset, discard width and height values
Daniel Friesel
-3
/
+3
2018-03-08
add (experimental and still slightly buggy) --inner-geometry feature
Daniel Friesel
-0
/
+5
2018-03-03
Utilize dcraw to preview RAW files
ulteq
-0
/
+5
2018-02-28
Merge branch 'natural-sort' of https://github.com/ulteq/feh into ulteq-natura...
Daniel Friesel
-0
/
+4
2018-02-27
Merge branch 'custom-background-color' of https://github.com/ulteq/feh into u...
Daniel Friesel
-8
/
+1
2018-02-14
Only check image dimensions on the fly in multiwindow and slideshow mode
Daniel Friesel
-0
/
+2
2018-02-09
parse_options_from_string: only leave quote if start and end character match
Daniel Friesel
-4
/
+6
2018-01-29
Include system headers before local ones to fix type conflict on OpenBSD
Daniel Friesel
-1
/
+2
2018-01-23
Add natural sort of (version) numbers
ulteq
-0
/
+4
[next]