Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |
This reverts commit b6a1cff6db874f4708d5ff5ea6a17248610b7d90. | ||||
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 ↵ | Daniel Friesel | -22/+23 | |
(see #5) | ||||
2011-08-29 | winwidget.c: resize: Respect max width/height set by Xinerama (see #5) | Daniel Friesel | -2/+12 | |
This fixes half of the issue - windows on Xinerama screen 0 no longer become too large, but the bug still appears on the other screens (unless XINERAMA_SCREEN is set) | ||||
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 | |
2011-05-19 | Remove debug printf. Duh. | Daniel Friesel | -1/+0 | |
2011-05-19 | Fix typing issue in winwidget_center_image | Daniel Friesel | -2/+3 | |
2011-05-10 | winwidget.c: Set _NET_WM_NAME and _NET_WM_ICON_NAME, marked as utf8 (closes #44) | Daniel Friesel | -1/+10 | |
Note that feh does not try to convert encodings or anything. It expects filenames to be in UTF8 and passe them on to NET_WM_NAME and NET_WM_ICON NAME. The only new thing is that it now also sets _NET_WM_NAME and _NET_WM_ICON_NAME and explicitly tells X11 that they are in UTF-8. Again, no recode, if you use UTF-8 filesystems (which you should), everything is fine. | ||||
2011-05-03 | winwidget_resize: Fix typo | Daniel Friesel | -1/+1 | |
2011-05-03 | winwidget_resize: Only use netwm-fullscreen patch for fullscreen windows | Daniel Friesel | -1/+16 | |
2011-05-03 | Back out 02_changeset_r52_netwm_full_screen.patch from Debian (closes #22) | Daniel Friesel | -14/+1 | |
The only thing the patch seems to do is try to calculate the window borders so it can move the window to the right place. However, XResizeWindow simply does not move the window no matter how wide the borders are, which is the intended behaviour. Plus, certain window managers (like fluxbox) report an incorrect window border width. I have yet to test this commit on a Xinerama system, though. It _might_ affect something there. | ||||
2011-04-30 | Initial support for in-image warning display (closes #43) | Daniel Friesel | -0/+3 | |
2011-04-27 | Remove "About feh" menu item & image | Daniel Friesel | -9/+1 | |
2011-03-22 | winwidget.c: Rename alias; update feh.t while at it | Daniel Friesel | -5/+7 | |
2011-03-21 | Add method to forcefully disable antialiasing (closes GH-17) | Daniel Friesel | -8/+13 | |
2011-03-02 | Switch --zoom max/fill to make them work like --bg-max/-fill (closes GH-8) | Daniel Friesel | -1/+1 | |
2011-01-22 | Implement --zoom max (zoom like --bg-max) | Daniel Friesel | -1/+4 | |
2011-01-22 | Add --zoom fill as equivalent to --auto-zoom | Daniel Friesel | -1/+1 | |
2011-01-17 | Copyright Foo | Daniel Friesel | -0/+1 | |
2010-12-30 | Fix zooming with --scale-down. <keypad *> does not yet work, though. | Daniel Friesel | -1/+3 | |
2010-10-23 | Fix --scale-down for both tiling mode and floating mode. | Daniel Friesel | -0/+2 | |
2010-09-27 | winwidget.c: Do draw zoom info while zooming. | Daniel Friesel | -3/+4 | |
2010-09-26 | winwidget.c: Only draw text in normal mode. | Daniel Friesel | -10/+12 | |
This way, zooming, panning etc. gets sped up quite a bit. | ||||
2010-09-10 | Add --info option | Daniel Friesel | -0/+4 | |
2010-09-06 | Work around Xinerama Fuckups: Read screen number from XINERAMA_SCREEN env var | Daniel Friesel | -0/+4 | |
2010-09-05 | 1) 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-26 | Set correct window title when starting feh in paused mode | Daniel Friesel | -0/+8 | |
2010-07-17 | --debug-level → --debug | Daniel Friesel | -18/+17 | |
2010-07-14 | Patch by Noel Cragg: Make feh actually usable in tiling mode | Daniel Friesel | -8/+13 | |
2010-06-24 | Remove unused function winwidget_count | Daniel Friesel | -5/+0 | |
2010-06-19 | Make <keypad /> and <keypad *> actually useful | Daniel Friesel | -0/+29 | |
2010-06-14 | Do not make the thumbnail window fullscreen | Daniel Friesel | -1/+1 | |
2010-06-10 | Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic instead | Daniel Friesel | -79/+38 | |
2010-06-04 | winwidget_render_image: Actually, use lround | Daniel Friesel | -6/+6 | |
2010-06-03 | winwidget_render_image: Use round to calculate coordinates. | Daniel Friesel | -6/+6 | |
2010-05-04 | Accept --hide-pointer in non-fullscreen mode as well | Daniel Friesel | -1/+1 | |
2010-05-03 | Add keybinding to toggle cursor visibility at runtime | Daniel Friesel | -11/+20 | |
2010-04-22 | Partially fix zoom mode | Daniel Friesel | -6/+4 | |
Does not yet work with initial zoom value != 100% | ||||
2010-03-26 | Patch by muennich: Correctly set [Paused] window title | Daniel Friesel | -1/+19 | |
2010-03-22 | winwidget_render_image: Initialize max_w and max_h | Daniel Friesel | -1/+1 | |
Just in case, and we don't want the compiler to complain about it, do we? ;) |