Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2018-05-11 | Do not push menus off the screen when hitting screen limits | Daniel Friesel | -0/+4 | |
Closes #279 | ||||
2018-05-11 | Update copyright notice | Daniel Friesel | -1/+1 | |
2017-09-24 | Replace keybinding struct with an array of named bindings | Daniel Friesel | -56/+40 | |
2017-01-12 | Pass windidget to feh_action_run, making it possible to use format specifiers | ANogin | -1/+1 | |
like %o and %z in slideshow actions (I would like to use this to zoom in, pan, and then use an action to crop the window to zoomed in view). | ||||
2016-08-28 | dedup key/button initialization | Daniel Friesel | -123/+3 | |
2016-08-28 | merge next(_img), prev(_img) and (toggle_)menu | Daniel Friesel | -22/+16 | |
2016-08-27 | Key actions can now also be bound to buttons. not vice versa, though | Daniel Friesel | -1/+134 | |
2016-08-27 | preparations for unified key/button bindings | Daniel Friesel | -46/+48 | |
2016-05-27 | events/keyevents: zero cur_bb/cur_kb on each iteration | Daniel Friesel | -0/+1 | |
previously, a button/key definition with an invalid action name would assign the specified key to the most recent valid action. E.g. "zoom_in 4\ninvalid 5" wuold assign button 5 to zoom_in. | ||||
2016-04-13 | fix image resize for w key and menu option (#229) | Daniel Friesel | -1/+1 | |
2015-11-15 | events: also react to ConfigureNotify after mapping | Richard Molitor | -2/+1 | |
2015-09-29 | also mark images as removed/processed when clicking on them in thumbnail ↵ | Daniel Friesel | -2/+5 | |
mode and --action is specifed | ||||
2014-05-22 | do not depend on HOME being set | Daniel Friesel | -4/+3 | |
this introduces a bug in feh_wm_set_bg, which will be fixed in the next commit (only applies when run without HOME) | ||||
2013-11-25 | pointer warping: add TODO, change logic for north and west border. | Daniel Friesel | -4/+6 | |
2013-11-24 | thumbnail mode: if --action is set, run it instead of opening images | Daniel Friesel | -2/+6 | |
2013-11-20 | events.c: fix off-by-one pixel error when bottom/right border pointer warping | Daniel Friesel | -9/+9 | |
2013-02-12 | patch by sdaau: button bindings for zoom in / out | Daniel Friesel | -0/+60 | |
2012-12-19 | treat quick, low-offset drags as clicks (closes #113) | Daniel Friesel | -2/+12 | |
2012-02-12 | Revert "Merge --scale-down / window dimension change patch" | Daniel Friesel | -2/+0 | |
This reverts commit b6a1cff6db874f4708d5ff5ea6a17248610b7d90. | ||||
2012-02-12 | Merge --scale-down / window dimension change patch | Daniel Friesel | -0/+2 | |
2011-09-28 | Use buttons config instead of button options | Daniel Friesel | -21/+156 | |
2011-09-28 | Set max/min zoom for both key and mouse zooming | Daniel Friesel | -4/+4 | |
2011-09-07 | feh_reload_image: Fix regression of old caching issue (closes #63) | Daniel Friesel | -1/+1 | |
This was broken by the changes allowing --reload to retry ad infinitum. Now force_new is used to decide whether or not to work around the Imlib2 caching issue. Because of this, a few feh_reload_image calls needed to be changed. | ||||
2011-09-02 | events.c: Clean up winwid checks in ButtonPress/ButtonRelease handlers | Daniel Friesel | -92/+57 | |
2011-09-01 | Revert "feh_reload_image: Always die if reload failed" | Daniel Friesel | -1/+1 | |
This reverts commit 8b79bc33f37db12cbb672bdb47dcfeb0f2030bce. | ||||
2011-08-31 | feh_reload_image: Always die if reload failed | Daniel Friesel | -1/+1 | |
This fixes a segfault in --reload when the image becomes unloadable while feh is running. Note that this does not affect --reload with more than one file: If the current image is removed, feh will simply jump to the next image. feh will only quit if the file still exists, but can no longer be loaded. | ||||
2011-08-16 | events.c: Fix recent fix for thumbnail window (closes #58) | Daniel Friesel | -2/+2 | |
2011-08-11 | Disable blur/rotation in thumbnail viewer | Daniel Friesel | -0/+2 | |
2011-08-11 | Show correct file number after deleting image | Daniel Friesel | -3/+3 | |
In the image_remove function, slideshow_change_image needs to be called before removing the image from the filelist. Because of this, the "x of y" displayed by --draw-filename is wrong (y is 1 too high). This commit introduces a new 'render' argument to slideshow_chingae_image. The image_remove function calls it with render=0, edits the filelist and then runs by winwidget_render_image itself. Patch by Yu-Jie Lin. | ||||
2011-05-02 | Use next/prev/render keys to select images in thumbnail mode (closes #26) | Daniel Friesel | -1/+1 | |
2011-05-02 | Move last selected thumbnail from events.c to thumbmode_data (thumbnail.c) | Daniel Friesel | -8/+1 | |
2011-05-01 | Move thumbnail code from events.c to thumbnail.c | Daniel Friesel | -44/+5 | |
2011-04-27 | Remove "About feh" menu item & image | Daniel Friesel | -50/+34 | |
2011-03-21 | Add method to forcefully disable antialiasing (closes GH-17) | Daniel Friesel | -10/+10 | |
2011-01-17 | Copyright Foo | Daniel Friesel | -0/+1 | |
2010-09-27 | Zoom button: Do 100% zoom upon release, not click. | Daniel Friesel | -5/+9 | |
Fixes the annoying 100% zoom and then continuing where it was. | ||||
2010-07-17 | --debug-level → --debug | Daniel Friesel | -30/+30 | |
2010-06-19 | Make <keypad /> and <keypad *> actually useful | Daniel Friesel | -27/+1 | |
2010-06-10 | Remove unused functions / function arguments | Daniel Friesel | -7/+0 | |
2010-06-10 | Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic instead | Daniel Friesel | -23/+13 | |
2010-06-06 | Thumbnail mode: Fix segfault when opening a deleted/renamed file | Daniel Friesel | -1/+2 | |
2010-05-30 | Fix blur mode | Daniel Friesel | -2/+7 | |
The ButtonRelease check only knew pan mode, so releasing the blur key changed to the next image. | ||||
2010-05-03 | Rework menu.c & fix various compiler warnings (from menu_code) + update TODO | Daniel Friesel | -1/+1 | |
2010-04-22 | Fix zoom mode once and for all[tm] | Daniel Friesel | -15/+6 | |
2010-04-22 | events.c: comment the pointer warping | Daniel Friesel | -0/+4 | |
2010-04-22 | Partially fix zoom mode | Daniel Friesel | -25/+28 | |
Does not yet work with initial zoom value != 100% | ||||
2010-04-10 | events.c: Make pointer warping work for zoomed images | Daniel Friesel | -2/+2 | |
2010-04-10 | More pointer warping fixes. Everything expect panning on a zoomed image ↵ | Daniel Friesel | -6/+6 | |
should work now. | ||||
2010-04-09 | events.c: Fix pointer warping a bit. Still has bugs, though. | Daniel Friesel | -5/+12 | |
2010-04-09 | Experimental cursor warping support | Daniel Friesel | -0/+25 | |