summaryrefslogtreecommitdiff
path: root/src/winwidget.c
AgeCommit message (Expand)AuthorLines
2018-08-19Antialias rotated images even at native resolutionulteq-1/+1
2018-07-17Improve screen clip featureulteq-6/+10
2018-06-27Merge branch 'simplify-zoom' of https://github.com/ulteq/feh into ulteq-simpl...Daniel Friesel-157/+56
2018-05-11Update copyright noticeDaniel Friesel-1/+1
2018-05-11Show correct filelist position in windows opened from thumbnail modeDaniel Friesel-2/+0
2018-03-10Adapt the new --offset optionulteq-16/+6
2018-03-10Simplify --keep-zoom-vp handlingulteq-6/+7
2018-03-10Fix indentationulteq-11/+10
2018-03-10Remove unused codeulteq-8/+0
2018-03-10Fix --screen-clip window dimension calculationulteq-2/+6
2018-03-10Fix window auto-resize with --keep-zoom-vp enabledulteq-1/+2
2018-03-10Remove duplicate bounds checkingulteq-6/+0
2018-03-10Run draw checks after zoom calculationulteq-8/+8
2018-03-10Fix draw checks conditionulteq-2/+3
2018-03-10Allow empty string as --geometry argumentulteq-1/+1
2018-03-10Fix zoom ratio calculationulteq-103/+20
2018-03-09rename --inner-geometry to --offset, discard width and height valuesDaniel Friesel-8/+8
2018-03-08add (experimental and still slightly buggy) --inner-geometry featureDaniel Friesel-0/+26
2018-02-27Merge branch 'custom-background-color' of https://github.com/ulteq/feh into u...Daniel Friesel-12/+14
2018-02-14Only check image dimensions on the fly in multiwindow and slideshow modeDaniel Friesel-1/+1
2018-01-24Simplify window title generationulteq-21/+8
2018-01-17Allow any XColor values as --image-bg argumentPaul O'Day-12/+14
2017-12-28Only calculate needed zoom when necessaryulteq-6/+4
2017-12-27Utilize the imlib cache properlyulteq-1/+1
2017-12-07Disable automatic zoom adjustment of thumbnail windowsDaniel Friesel-4/+4
2017-02-26Also update window title for thumbnail windows (closes #280)Daniel Friesel-3/+8
2017-02-23Fix memory leak when closing images opened from thumbnail modeDaniel Friesel-0/+2
2017-02-16I made a derp2.18.2Daniel Friesel-1/+1
2017-01-11rewrite window title whenever the image is rendered (closes #266)Daniel Friesel-0/+6
2016-08-31winwidget: hostname always has a trailing null byte in the !HOST_NAME_MAX branchDaniel Friesel-1/+0
2016-08-31Only use sysconf() if HOST_NAME_MAX is undefinedNiclas Zeising-2/+15
2016-08-31Fix build on FreeBSD.Niclas Zeising-6/+12
2016-08-28Only set _NET_WM_PID once, also set WM_CLIENT_MACHINEDaniel Friesel-6/+14
2016-08-27Add support for _NET_WM_PIDKlee Dienes-0/+6
2016-04-24winwidget_render_image: re-zoom image in scaledown/geometry mode after Config...Daniel Friesel-2/+11
2016-04-16bugfix and version bump (closes #230)2.15.2Daniel Friesel-1/+1
2016-04-14also respect w key in --geometry mode, update changelog and manualDaniel Friesel-1/+2
2016-04-13fix image resize for w key and menu option (#229)Daniel Friesel-4/+9
2015-11-15winwidget.c: never scale down thumbnail list windowDaniel Friesel-1/+3
2015-11-15zoom: implement scale-down without flickerRichard Molitor-25/+8
2015-11-15events: also react to ConfigureNotify after mappingRichard Molitor-0/+10
2015-07-23use --xinerama-index instead of XINERAMA_INDEX to override xinerama screen se...Daniel Friesel-2/+2
2015-05-23winwidget: resize: only check scale_down when not in fullscreen mode (closes ...Daniel Friesel-2/+2
2015-01-09Make --scale-down work with --geometry.Ilion Beyst-22/+33
2014-04-26respect --image-bg=checks in fullscreen mode (closes #156)Daniel Friesel-3/+11
2013-07-28initialize mwmhints to 0Brian Mattern-2/+2
2013-02-24comparing floats with == and != is bad indeed.Daniel Friesel-1/+1
2013-02-14Determine active Xinerama screen by pointer positionDaniel Friesel-6/+11
2012-10-23Do not apply --scale-down to a thumbnail window (#106)Daniel Friesel-1/+3
2012-03-29winwidget_allocate: memset winwid to zeroDaniel Friesel-0/+1