Age | Commit message (Expand) | Author |
2012-01-27 | optional exif support (build with exif=1), initial patch import | Daniel Friesel |
2011-11-27 | keyevents.c: caption entry: Only pause slideshow if slideshow_delay is set | Daniel Friesel |
2011-11-19 | pause slideshow when editing a caption | Daniel Friesel |
2011-10-10 | Code cleanup | Daniel Friesel |
2011-10-02 | Minor thumbnail action fixup | Daniel Friesel |
2011-09-29 | Thumbnail view now allows to execute actions. | Olof-Joachim Frahm |
2011-09-28 | Use buttons config instead of button options | Daniel Friesel |
2011-09-28 | Set max/min zoom for both key and mouse zooming | Daniel Friesel |
2011-09-01 | Revert "feh_reload_image: Always die if reload failed" | Daniel Friesel |
2011-08-31 | feh_reload_image: Always die if reload failed | Daniel Friesel |
2011-08-29 | Various code fixups | Daniel Friesel |
2011-08-18 | --action: Reload image if hold_action flag (;) is set (closes #59) | Daniel Friesel |
2011-08-11 | Show correct file number after deleting image | Daniel Friesel |
2011-08-11 | keyevents.c: Do not force aliasing when using scroll_*_page | Daniel Friesel |
2011-08-10 | Remove unused variables | Daniel Friesel |
2011-08-09 | Add documentation and default keybindings for flip/mirror | Daniel Friesel |
2011-08-09 | Merge patch by livibetter: Add flip and mirror in-place edit actions (closes ... | Daniel Friesel |
2011-08-09 | Add flip/mirror in-placec edit actions (derf/#9) | Yu-Jie Lin |
2011-08-02 | keyevents.c: Support Shift modifier (see github issue #30, patch by Yu-Jie Lin) | Daniel Friesel |
2011-07-31 | allow multiple modifier | Yu-Jie Lin |
2011-07-31 | add scroll by a page actions | Yu-Jie Lin |
2011-06-07 | Add toggle_info key (closes #48) | Daniel Friesel |
2011-05-10 | Respect thumbnail selection keys only in thumbnail list | Daniel Friesel |
2011-05-10 | Fix zoom_default with --scale-down (closes #41) | Daniel Friesel |
2011-05-10 | keyevents.c: Make toggle_aliasing actually affect the current window | Daniel Friesel |
2011-05-02 | Use next/prev/render keys to select images in thumbnail mode (closes #26) | Daniel Friesel |
2011-04-30 | Replace some printf calls by fputs/putc | Daniel Friesel |
2011-04-26 | Only create caption directory when writing out a caption (closes #42) | Daniel Friesel |
2011-03-21 | Add method to forcefully disable antialiasing (closes GH-17) | Daniel Friesel |
2011-01-26 | Restrict modifiers to Control/Mod1/Mod4, ignore NumLock (closes GH-31) | Daniel Friesel |
2011-01-25 | key bindings: Don't get confused by keystates we don't support (see GH-30) | Daniel Friesel |
2011-01-22 | Make in/out zoom use equal ratio, double image movement stepsize | Daniel Friesel |
2011-01-17 | Copyright Foo | Daniel Friesel |
2011-01-17 | Ignore Shift keystate, shift/non-shift keysyms differ anyways. | Daniel Friesel |
2011-01-16 | feh/keys: Allow action unbinding | Daniel Friesel |
2011-01-15 | Fix scrolling defaults / binding names | Daniel Friesel |
2011-01-15 | feh/keys: Further error handling (invalid keysyms etc.) | Daniel Friesel |
2011-01-15 | Update tests | Daniel Friesel |
2011-01-15 | Check XDG_CONFIG_HOME for feh/keys as well | Daniel Friesel |
2011-01-15 | keys: Allow more modifiers, warn for unknown ones | Daniel Friesel |
2011-01-15 | keys: Allow comments, warn when encountering invalid actions | Daniel Friesel |
2011-01-14 | Configurable menu keybindings, too. | Daniel Friesel |
2011-01-14 | Always overwrite/cancel out default keybindings | Daniel Friesel |
2011-01-14 | Read ~/.config/feh/keys for keybindings. prev/next are even tested! | Daniel Friesel |
2011-01-13 | First step towards configurable key bindings | Daniel Friesel |
2010-12-30 | Fix <keypad *> on --scale-down | Daniel Friesel |
2010-09-14 | Remove --action-hold-slide, add per-action method instead. | Daniel Friesel |
2010-09-06 | Work around Xinerama Fuckups: Read screen number from XINERAMA_SCREEN env var | Daniel Friesel |
2010-09-05 | Make pan keys behave like scroll keys | Daniel Friesel |
2010-09-05 | Option --action-hold-slide. If specified, when in slideshow mode images will ... | Levi Smith |