summaryrefslogtreecommitdiff
path: root/src/winwidget.c
AgeCommit message (Expand)AuthorLines
2012-02-12Revert "Merge --scale-down / window dimension change patch"Daniel Friesel-6/+1
2012-02-12Merge --scale-down / window dimension change patchDaniel Friesel-1/+6
2012-02-02Accept offset-only arguments for --geometry (closes #73)Daniel Friesel-4/+5
2012-01-27optional exif support (build with exif=1), initial patch importDaniel Friesel-0/+4
2011-10-31Experimental --auto-zoom tiling support (use -.Z for best results)Daniel Friesel-0/+6
2011-10-21winwidget.c: Add experimental --scale-down tiling support (#54)Daniel Friesel-0/+5
2011-09-13Use enum for opt.image_bg, rename --image-bg default to --image-bg checksDaniel Friesel-3/+3
2011-09-02winwidget.c: Simplify draw_checksDaniel Friesel-14/+3
2011-08-30winwidget.c: create_window: Remove useless use of ternary operatorDaniel Friesel-1/+1
2011-08-30winwidget.c: resize: Fix non-fulllscreen Xinerama issues on screens =! 1 (see...Daniel Friesel-22/+23
2011-08-29winwidget.c: resize: Respect max width/height set by Xinerama (see #5)Daniel Friesel-2/+12
2011-07-20Make --image-bg white work in full-screen modeDaniel Friesel-1/+4
2011-06-07Add toggle_info key (closes #48)Daniel Friesel-2/+2
2011-06-06Respect --zoom 100 in --fullscreen mode (closes #47)Daniel Friesel-4/+6
2011-05-19Remove debug printf. Duh.Daniel Friesel-1/+0
2011-05-19Fix typing issue in winwidget_center_imageDaniel Friesel-2/+3
2011-05-10winwidget.c: Set _NET_WM_NAME and _NET_WM_ICON_NAME, marked as utf8 (closes #44)Daniel Friesel-1/+10
2011-05-03winwidget_resize: Fix typoDaniel Friesel-1/+1
2011-05-03winwidget_resize: Only use netwm-fullscreen patch for fullscreen windowsDaniel Friesel-1/+16
2011-05-03Back out 02_changeset_r52_netwm_full_screen.patch from Debian (closes #22)Daniel Friesel-14/+1
2011-04-30Initial support for in-image warning display (closes #43)Daniel Friesel-0/+3
2011-04-27Remove "About feh" menu item & imageDaniel Friesel-9/+1
2011-03-22winwidget.c: Rename alias; update feh.t while at itDaniel Friesel-5/+7
2011-03-21Add method to forcefully disable antialiasing (closes GH-17)Daniel Friesel-8/+13
2011-03-02Switch --zoom max/fill to make them work like --bg-max/-fill (closes GH-8)Daniel Friesel-1/+1
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
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 i...Levi Smith-16/+25
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
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
2010-03-22winwdiget.c: properly cast XGetGeometry argsDaniel Friesel-1/+2