summaryrefslogtreecommitdiff
path: root/src/events.c
AgeCommit message (Expand)AuthorLines
2018-05-11Do not push menus off the screen when hitting screen limitsDaniel Friesel-0/+4
2018-05-11Update copyright noticeDaniel Friesel-1/+1
2017-09-24Replace keybinding struct with an array of named bindingsDaniel Friesel-56/+40
2017-01-12Pass windidget to feh_action_run, making it possible to use format specifiersANogin-1/+1
2016-08-28dedup key/button initializationDaniel Friesel-123/+3
2016-08-28merge next(_img), prev(_img) and (toggle_)menuDaniel Friesel-22/+16
2016-08-27Key actions can now also be bound to buttons. not vice versa, thoughDaniel Friesel-1/+134
2016-08-27preparations for unified key/button bindingsDaniel Friesel-46/+48
2016-05-27events/keyevents: zero cur_bb/cur_kb on each iterationDaniel Friesel-0/+1
2016-04-13fix image resize for w key and menu option (#229)Daniel Friesel-1/+1
2015-11-15events: also react to ConfigureNotify after mappingRichard Molitor-2/+1
2015-09-29also mark images as removed/processed when clicking on them in thumbnail mode...Daniel Friesel-2/+5
2014-05-22do not depend on HOME being setDaniel Friesel-4/+3
2013-11-25pointer warping: add TODO, change logic for north and west border.Daniel Friesel-4/+6
2013-11-24thumbnail mode: if --action is set, run it instead of opening imagesDaniel Friesel-2/+6
2013-11-20events.c: fix off-by-one pixel error when bottom/right border pointer warpingDaniel Friesel-9/+9
2013-02-12patch by sdaau: button bindings for zoom in / outDaniel Friesel-0/+60
2012-12-19treat quick, low-offset drags as clicks (closes #113)Daniel Friesel-2/+12
2012-02-12Revert "Merge --scale-down / window dimension change patch"Daniel Friesel-2/+0
2012-02-12Merge --scale-down / window dimension change patchDaniel Friesel-0/+2
2011-09-28Use buttons config instead of button optionsDaniel Friesel-21/+156
2011-09-28Set max/min zoom for both key and mouse zoomingDaniel Friesel-4/+4
2011-09-07feh_reload_image: Fix regression of old caching issue (closes #63)Daniel Friesel-1/+1
2011-09-02events.c: Clean up winwid checks in ButtonPress/ButtonRelease handlersDaniel Friesel-92/+57
2011-09-01Revert "feh_reload_image: Always die if reload failed"Daniel Friesel-1/+1
2011-08-31feh_reload_image: Always die if reload failedDaniel Friesel-1/+1
2011-08-16events.c: Fix recent fix for thumbnail window (closes #58)Daniel Friesel-2/+2
2011-08-11Disable blur/rotation in thumbnail viewerDaniel Friesel-0/+2
2011-08-11Show correct file number after deleting imageDaniel Friesel-3/+3
2011-05-02Use next/prev/render keys to select images in thumbnail mode (closes #26)Daniel Friesel-1/+1
2011-05-02Move last selected thumbnail from events.c to thumbmode_data (thumbnail.c)Daniel Friesel-8/+1
2011-05-01Move thumbnail code from events.c to thumbnail.cDaniel Friesel-44/+5
2011-04-27Remove "About feh" menu item & imageDaniel Friesel-50/+34
2011-03-21Add method to forcefully disable antialiasing (closes GH-17)Daniel Friesel-10/+10
2011-01-17Copyright FooDaniel Friesel-0/+1
2010-09-27Zoom button: Do 100% zoom upon release, not click.Daniel Friesel-5/+9
2010-07-17--debug-level → --debugDaniel Friesel-30/+30
2010-06-19Make <keypad /> and <keypad *> actually usefulDaniel Friesel-27/+1
2010-06-10Remove unused functions / function argumentsDaniel Friesel-7/+0
2010-06-10Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic insteadDaniel Friesel-23/+13
2010-06-06Thumbnail mode: Fix segfault when opening a deleted/renamed fileDaniel Friesel-1/+2
2010-05-30Fix blur modeDaniel Friesel-2/+7
2010-05-03Rework menu.c & fix various compiler warnings (from menu_code) + update TODODaniel Friesel-1/+1
2010-04-22Fix zoom mode once and for all[tm]Daniel Friesel-15/+6
2010-04-22events.c: comment the pointer warpingDaniel Friesel-0/+4
2010-04-22Partially fix zoom modeDaniel Friesel-25/+28
2010-04-10events.c: Make pointer warping work for zoomed imagesDaniel Friesel-2/+2
2010-04-10More pointer warping fixes. Everything expect panning on a zoomed image shoul...Daniel Friesel-6/+6
2010-04-09events.c: Fix pointer warping a bit. Still has bugs, though.Daniel Friesel-5/+12
2010-04-09Experimental cursor warping supportDaniel Friesel-0/+25