Age | Commit message (Expand) | Author | Lines |
2018-05-11 | Update copyright notice | Daniel Friesel | -1/+1 |
2018-05-11 | Show correct filelist position in windows opened from thumbnail mode | Daniel Friesel | -2/+0 |
2018-03-09 | rename --inner-geometry to --offset, discard width and height values | Daniel Friesel | -8/+8 |
2018-03-08 | add (experimental and still slightly buggy) --inner-geometry feature | Daniel Friesel | -0/+26 |
2018-02-27 | Merge branch 'custom-background-color' of https://github.com/ulteq/feh into u... | Daniel Friesel | -12/+14 |
2018-02-14 | Only check image dimensions on the fly in multiwindow and slideshow mode | Daniel Friesel | -1/+1 |
2018-01-24 | Simplify window title generation | ulteq | -21/+8 |
2018-01-17 | Allow any XColor values as --image-bg argument | Paul O'Day | -12/+14 |
2017-12-28 | Only calculate needed zoom when necessary | ulteq | -6/+4 |
2017-12-27 | Utilize the imlib cache properly | ulteq | -1/+1 |
2017-12-07 | Disable automatic zoom adjustment of thumbnail windows | Daniel Friesel | -4/+4 |
2017-02-26 | Also update window title for thumbnail windows (closes #280) | Daniel Friesel | -3/+8 |
2017-02-23 | Fix memory leak when closing images opened from thumbnail mode | Daniel Friesel | -0/+2 |
2017-02-16 | I made a derp2.18.2 | Daniel Friesel | -1/+1 |
2017-01-11 | rewrite window title whenever the image is rendered (closes #266) | Daniel Friesel | -0/+6 |
2016-08-31 | winwidget: hostname always has a trailing null byte in the !HOST_NAME_MAX branch | Daniel Friesel | -1/+0 |
2016-08-31 | Only use sysconf() if HOST_NAME_MAX is undefined | Niclas Zeising | -2/+15 |
2016-08-31 | Fix build on FreeBSD. | Niclas Zeising | -6/+12 |
2016-08-28 | Only set _NET_WM_PID once, also set WM_CLIENT_MACHINE | Daniel Friesel | -6/+14 |
2016-08-27 | Add support for _NET_WM_PID | Klee Dienes | -0/+6 |
2016-04-24 | winwidget_render_image: re-zoom image in scaledown/geometry mode after Config... | Daniel Friesel | -2/+11 |
2016-04-16 | bugfix and version bump (closes #230)2.15.2 | Daniel Friesel | -1/+1 |
2016-04-14 | also respect w key in --geometry mode, update changelog and manual | Daniel Friesel | -1/+2 |
2016-04-13 | fix image resize for w key and menu option (#229) | Daniel Friesel | -4/+9 |
2015-11-15 | winwidget.c: never scale down thumbnail list window | Daniel Friesel | -1/+3 |
2015-11-15 | zoom: implement scale-down without flicker | Richard Molitor | -25/+8 |
2015-11-15 | events: also react to ConfigureNotify after mapping | Richard Molitor | -0/+10 |
2015-07-23 | use --xinerama-index instead of XINERAMA_INDEX to override xinerama screen se... | Daniel Friesel | -2/+2 |
2015-05-23 | winwidget: resize: only check scale_down when not in fullscreen mode (closes ... | Daniel Friesel | -2/+2 |
2015-01-09 | Make --scale-down work with --geometry. | Ilion Beyst | -22/+33 |
2014-04-26 | respect --image-bg=checks in fullscreen mode (closes #156) | Daniel Friesel | -3/+11 |
2013-07-28 | initialize mwmhints to 0 | Brian Mattern | -2/+2 |
2013-02-24 | comparing floats with == and != is bad indeed. | Daniel Friesel | -1/+1 |
2013-02-14 | Determine active Xinerama screen by pointer position | Daniel Friesel | -6/+11 |
2012-10-23 | Do not apply --scale-down to a thumbnail window (#106) | Daniel Friesel | -1/+3 |
2012-03-29 | winwidget_allocate: memset winwid to zero | Daniel Friesel | -0/+1 |
2012-02-12 | Revert "Merge --scale-down / window dimension change patch" | Daniel Friesel | -6/+1 |
2012-02-12 | Merge --scale-down / window dimension change patch | Daniel Friesel | -1/+6 |
2012-02-02 | Accept offset-only arguments for --geometry (closes #73) | Daniel Friesel | -4/+5 |
2012-01-27 | optional exif support (build with exif=1), initial patch import | Daniel Friesel | -0/+4 |
2011-10-31 | Experimental --auto-zoom tiling support (use -.Z for best results) | Daniel Friesel | -0/+6 |
2011-10-21 | winwidget.c: Add experimental --scale-down tiling support (#54) | Daniel Friesel | -0/+5 |
2011-09-13 | Use enum for opt.image_bg, rename --image-bg default to --image-bg checks | Daniel Friesel | -3/+3 |
2011-09-02 | winwidget.c: Simplify draw_checks | Daniel Friesel | -14/+3 |
2011-08-30 | winwidget.c: create_window: Remove useless use of ternary operator | Daniel Friesel | -1/+1 |
2011-08-30 | winwidget.c: resize: Fix non-fulllscreen Xinerama issues on screens =! 1 (see... | Daniel Friesel | -22/+23 |
2011-08-29 | winwidget.c: resize: Respect max width/height set by Xinerama (see #5) | Daniel Friesel | -2/+12 |
2011-07-20 | Make --image-bg white work in full-screen mode | Daniel Friesel | -1/+4 |
2011-06-07 | Add toggle_info key (closes #48) | Daniel Friesel | -2/+2 |
2011-06-06 | Respect --zoom 100 in --fullscreen mode (closes #47) | Daniel Friesel | -4/+6 |