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 (
Collapse
)
Author
Lines
2010-05-31
major --thumbnails speed impromevents, new --thumb-redraw option
Daniel Friesel
-0
/
+6
See ChangeLog / man/feh.1 "--thumb-redraw" for more
2010-05-31
Support caching of thumbnails up to 256x256 pixels (.thumbnails/large)
Daniel Friesel
-9
/
+1
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-30
Silently disable thumbnail caching for thumbnails >= 128x128 pixels
Daniel Friesel
-0
/
+8
(This was actually meant to be included in f44207093fdd02efc3e6e03054775514787b108e)
2010-05-30
Make --cache-thumbnails adhere more to the standard
Daniel Friesel
-1
/
+3
2010-05-05
Print mini-usage on stderr
Daniel Friesel
-1
/
+1
2010-05-05
Return failure after displaying usage on insufficient arguments etc.
Daniel Friesel
-1
/
+1
2010-05-03
Make --start-at work with filenames instead of list positions
Daniel Friesel
-1
/
+2
2010-03-30
More detailed --bg-* documentation
Daniel Friesel
-6
/
+9
2010-03-24
Document random slideshow jump
Daniel Friesel
-0
/
+1
2010-03-21
Fix a few compiler warnings (-Wall -Wextra)
Daniel Friesel
-2
/
+1
2010-03-21
Some indentation and line length fixes
Daniel Friesel
-409
/
+416
2010-03-20
Update mail address in --help output
Daniel Friesel
-1
/
+1
2010-03-16
Slightly reformat/rework default .fehrc
Daniel Friesel
-36
/
+52
2010-03-06
Fix the chrome theme in the default config (and clean up a bit while there)
Daniel Friesel
-8
/
+13
2010-03-01
Apply patchto add --bg-fill (fullscreen background preserving aspect ratio)
Daniel Friesel
-0
/
+6
2010-02-26
Add --index-{name,size,dim} options for finer thumbnail/index text control
Daniel Friesel
-0
/
+15
2010-02-14
Clean up options.c
Daniel Friesel
-40
/
+40
2010-02-14
Remove fmmode relicts
Daniel Friesel
-7
/
+0
2010-02-13
Change source code indentation (indent -kr -i8 -hnl, mainly)
Daniel Friesel
-1158
/
+1113
2010-02-13
Add runtime shortcuts to toggle --draw-actions and --draw-filename
Daniel Friesel
-0
/
+2
2010-02-13
Remove --xinerama option, the next release will break option BC anyway
Daniel Friesel
-5
/
+0
2010-02-13
Rework button options
Daniel Friesel
-24
/
+40
2010-02-13
Document --reload-button
Daniel Friesel
-4
/
+5
2010-02-13
Document --start-at
Daniel Friesel
-0
/
+1
2010-02-13
Document --thumb-title
Daniel Friesel
-0
/
+2
2010-02-11
Add <keypad begin> to antialias the image (other keypad keys don't do this)
Daniel Friesel
-0
/
+3
2010-02-11
Finish --draw-actions and add it to documentation
Daniel Friesel
-0
/
+1
2010-02-10
Fix some more options' documentation
Daniel Friesel
-2
/
+2
2010-02-09
Add long options for -o/-O to help and manual
Daniel Friesel
-2
/
+2
2010-02-09
options.c: Use --(un)loadable (as documented), not --(un)loadables
Daniel Friesel
-2
/
+2
2010-02-09
Add/Update undocumented short options to --help and manual
Daniel Friesel
-4
/
+4
2010-02-09
Add --scale-down to manual
Daniel Friesel
-1
/
+1
2010-02-09
feh -h: One line got lost, fix this
Daniel Friesel
-1
/
+1
2010-02-08
Make -O work without X as well. Closes bugs.debian.org #373209
Daniel Friesel
-0
/
+1
2010-02-06
Add option to set image background to white or black
Daniel Friesel
-1
/
+9
2010-02-06
Re-Add --xinerama, but warn that it's deprecated
Daniel Friesel
-2
/
+7
2010-02-06
Change --xinerama <0|1> swich to --no-xinerama toggle, the switch makes no sense
Daniel Friesel
-4
/
+4
2010-02-05
Apply 04_fix_help_output_obtained_from_svn.patch from Debian
Daniel Friesel
-1
/
+1
2010-02-05
Apply 04_escape_filenamed.patch from Debian
Daniel Friesel
-1
/
+1
2010-02-05
Apply 01_remove_britney_references.patch from Debian
Daniel Friesel
-1
/
+1
2010-02-05
Initial commit (upstream 1.3.4)
Daniel Friesel
-0
/
+1203