Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2010-06-10 | feh.1: Use predefined variable macro for signal names | Daniel Friesel | -2/+2 | |
2010-06-09 | error checking in signals.c + Add signals to documentation | Daniel Friesel | -0/+11 | |
2010-06-07 | Add some missing stuff to feh(1) KEYS section | Daniel Friesel | -8/+11 | |
2010-06-07 | Remove Shift+Key bindings | Daniel Friesel | -19/+19 | |
2010-06-07 | Allow specifying slideshow-delay while starting the slideshow in paused mode | Daniel Friesel | -1/+6 | |
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-05-31 | major --thumbnails speed impromevents, new --thumb-redraw option | Daniel Friesel | -0/+18 | |
See ChangeLog / man/feh.1 "--thumb-redraw" for more | ||||
2010-05-31 | Support caching of thumbnails up to 256x256 pixels (.thumbnails/large) | Daniel Friesel | -1/+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 | Make --cache-thumbnails adhere more to the standard | Daniel Friesel | -3/+3 | |
2010-05-28 | Add actions keys to feh.1#SLIDESHOW KEYS | Daniel Friesel | -0/+6 | |
2010-05-09 | man/feh.1: Add DEPENDENCIES section | Daniel Friesel | -0/+13 | |
2010-05-04 | man/feh.1: Sort alphabetically | Daniel Friesel | -278/+282 | |
2010-05-04 | Accept --hide-pointer in non-fullscreen mode as well | Daniel Friesel | -1/+1 | |
2010-05-03 | Add keybinding to toggle cursor visibility at runtime | Daniel Friesel | -0/+2 | |
2010-05-03 | Make --start-at work with filenames instead of list positions | Daniel Friesel | -5/+11 | |
2010-05-01 | feh(1): --action: Also relevant for --loadable/--unloadable | Daniel Friesel | -2/+5 | |
2010-04-22 | man/feh.1: Various fixes. Completely reviewed now. | Daniel Friesel | -17/+17 | |
2010-04-22 | man/feh.1: two spaces after full stop. | Daniel Friesel | -25/+25 | |
2010-04-22 | man/feh.1: Properly escape %P sequence | Daniel Friesel | -1/+1 | |
2010-04-22 | Rewrite feh(1) using -mdoc macros | Daniel Friesel | -656/+636 | |
2010-04-12 | Rewrite manuals for feh-cam and gen-cam-menu | Daniel Friesel | -31/+66 | |
2010-04-12 | Update feh(1) a bit | Daniel Friesel | -16/+13 | |
2010-03-30 | More detailed --bg-* documentation | Daniel Friesel | -10/+15 | |
2010-03-24 | Document random slideshow jump | Daniel Friesel | -0/+3 | |
2010-03-21 | Remove autoconf (from branch 'autocruft') | Daniel Friesel | -0/+751 | |
Use config.mk for configuration, both GNU make and FreeBSD make are supported. |