summaryrefslogtreecommitdiff
path: root/src/winwidget.c
AgeCommit message (Collapse)AuthorLines
2011-01-26Revert "Add --zoom fill as equivalent to --auto-zoom"Daniel Friesel-1/+1
This reverts commit da92889e88a89e48cbcce134b6afa7c504e7569e.
2011-01-26Revert "Implement --zoom max (zoom like --bg-max)"Daniel Friesel-4/+1
This reverts commit 8f8aef70a5049573864be5caf92304ecbac9f0ea.
2011-01-22Implement --zoom max (zoom like --bg-max)Daniel Friesel-1/+4
2011-01-22Add --zoom fill as equivalent to --auto-zoomDaniel Friesel-1/+1
2011-01-17Copyright FooDaniel Friesel-0/+1
2010-12-30Fix zooming with --scale-down. <keypad *> does not yet work, though.Daniel Friesel-1/+3
2010-10-23Fix --scale-down for both tiling mode and floating mode.Daniel Friesel-0/+2
2010-09-27winwidget.c: Do draw zoom info while zooming.Daniel Friesel-3/+4
2010-09-26winwidget.c: Only draw text in normal mode.Daniel Friesel-10/+12
This way, zooming, panning etc. gets sped up quite a bit.
2010-09-10Add --info optionDaniel Friesel-0/+4
2010-09-06Work around Xinerama Fuckups: Read screen number from XINERAMA_SCREEN env varDaniel Friesel-0/+4
2010-09-051) winwidget.c winwidget.h New function winwidget_update_caption using code ↵Levi Smith-16/+25
in winwindget_render_image. This code was removed from the latter, and replaced with a call to winwidget_update_caption. 2) Image caption is updated after running action when in slideshow mode. 3) Running action in slideshow mode no longer changes the image automatically.
2010-07-26Set correct window title when starting feh in paused modeDaniel Friesel-0/+8
2010-07-17--debug-level → --debugDaniel Friesel-18/+17
2010-07-14Patch by Noel Cragg: Make feh actually usable in tiling modeDaniel Friesel-8/+13
2010-06-24Remove unused function winwidget_countDaniel Friesel-5/+0
2010-06-19Make <keypad /> and <keypad *> actually usefulDaniel Friesel-0/+29
2010-06-14Do not make the thumbnail window fullscreenDaniel Friesel-1/+1
2010-06-10Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic insteadDaniel Friesel-79/+38
2010-06-04winwidget_render_image: Actually, use lroundDaniel Friesel-6/+6
2010-06-03winwidget_render_image: Use round to calculate coordinates.Daniel Friesel-6/+6
2010-05-04Accept --hide-pointer in non-fullscreen mode as wellDaniel Friesel-1/+1
2010-05-03Add keybinding to toggle cursor visibility at runtimeDaniel Friesel-11/+20
2010-04-22Partially fix zoom modeDaniel Friesel-6/+4
Does not yet work with initial zoom value != 100%
2010-03-26Patch by muennich: Correctly set [Paused] window titleDaniel Friesel-1/+19
2010-03-22winwidget_render_image: Initialize max_w and max_hDaniel Friesel-1/+1
Just in case, and we don't want the compiler to complain about it, do we? ;)
2010-03-22winwdiget.c: properly cast XGetGeometry argsDaniel Friesel-1/+2
2010-03-21Add -pedantic to default CFLAGSDaniel Friesel-3/+3
2010-03-21Fix a few compiler warnings (-Wall -Wextra)Daniel Friesel-2/+3
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel-938/+864
2010-02-06Add option to set image background to white or blackDaniel Friesel-12/+19
2010-02-05Apply 05_xinerama.patch from DebianDaniel Friesel-0/+4
2010-02-05Apply 02_changeset_r54_x_window_resize.patch from DebianDaniel Friesel-0/+17
2010-02-05Apply 02_changeset_r52_netwm_full_screen.patch from DebianDaniel Friesel-1/+14
2010-02-05Initial commit (upstream 1.3.4)Daniel Friesel-0/+1058