Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2010-06-07 | Show a little message in caption editing mode to indicate that is active | Daniel Friesel | -14/+22 | |
2010-06-07 | Removed undocumented hjkl menu keys | Daniel Friesel | -23/+1 | |
2010-06-07 | Remove Shift+Key bindings | Daniel Friesel | -18/+0 | |
2010-06-07 | Allow specifying slideshow-delay while starting the slideshow in paused mode | Daniel Friesel | -3/+7 | |
Set --slideshow-delay to a negative value to achieve that. In that case, the actual slideshow-delay will be <value> * (-1), so -D-5 sets slideshow-delay 5 seconds but starts paused. Closes: GH-4 <http://github.com/derf/feh/issues#issue/4> | ||||
2010-06-06 | Thumbnail mode: Fix segfault when opening a deleted/renamed file | Daniel Friesel | -1/+2 | |
2010-06-04 | Revert "Remove unused files getopt.c und getopt1.c" | Daniel Friesel | -0/+1124 | |
This reverts commit a5ba357a4ff1437e805029ec177d8bda7f415c5f. These files may have been here for non-glibc compatibility, as other libcs apparently not neccessarily introduce getopt_long. I'm planning to test this, but as it may take a while until I get my hands on a suitable test system it definitely won't hurt to revert this until then. | ||||
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-06-01 | Do not require X for options which don't use it | Daniel Friesel | -0/+3 | |
This makes the tests also work on systems which don't run X. | ||||
2010-05-31 | Remove unused files getopt.c und getopt1.c | Daniel Friesel | -1124/+0 | |
2010-05-31 | major --thumbnails speed impromevents, new --thumb-redraw option | Daniel Friesel | -1/+17 | |
See ChangeLog / man/feh.1 "--thumb-redraw" for more | ||||
2010-05-31 | Support caching of thumbnails up to 256x256 pixels (.thumbnails/large) | Daniel Friesel | -28/+42 | |
Depending on --thumb-width/--thumb-height, either .thumbnails/normal or .thumbnails/large is used. For higher dimensions, thumbnail caching is still silently disabled, this should also be what the standard indicates. | ||||
2010-05-30 | Silently disable thumbnail caching for thumbnails >= 128x128 pixels | Daniel Friesel | -0/+8 | |
(This was actually meant to be included in f44207093fdd02efc3e6e03054775514787b108e) | ||||
2010-05-30 | Make --cache-thumbnails adhere more to the standard | Daniel Friesel | -2/+4 | |
2010-05-30 | Center images in index/thumbnail mode | Daniel Friesel | -16/+12 | |
Centering didn't work if the text below the thumbnail was wider than the thumbnail itself. Fixed. | ||||
2010-05-30 | Fix blur mode | Daniel Friesel | -2/+7 | |
The ButtonRelease check only knew pan mode, so releasing the blur key changed to the next image. | ||||
2010-05-28 | Support keypad return/enter for action as well | Daniel Friesel | -2/+1 | |
2010-05-28 | Patch by aaptel: Support numpad keys for actions | Daniel Friesel | -0/+10 | |
2010-05-05 | Print mini-usage on stderr | Daniel Friesel | -1/+1 | |
2010-05-05 | Return failure after displaying usage on insufficient arguments etc. | Daniel Friesel | -1/+1 | |
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/+27 | |
2010-05-03 | menu: Remove xinerama toggle, add draw_actions toggle instead | Daniel Friesel | -23/+18 | |
2010-05-03 | Fix remaining compiler warnings (I probably won't implement these options ↵ | Daniel Friesel | -8/+6 | |
anyways) | ||||
2010-05-03 | Make --start-at work with filenames instead of list positions | Daniel Friesel | -9/+15 | |
2010-05-03 | Fix memory leak related to the menu | Daniel Friesel | -0/+3 | |
The menu background images were not properly free()d | ||||
2010-05-03 | Rework menu.c & fix various compiler warnings (from menu_code) + update TODO | Daniel Friesel | -550/+380 | |
2010-04-22 | Fix zoom mode once and for all[tm] | Daniel Friesel | -19/+8 | |
2010-04-22 | events.c: comment the pointer warping | Daniel Friesel | -0/+4 | |
2010-04-22 | Partially fix zoom mode | Daniel Friesel | -40/+48 | |
Does not yet work with initial zoom value != 100% | ||||
2010-04-10 | events.c: Make pointer warping work for zoomed images | Daniel Friesel | -3/+3 | |
2010-04-10 | More pointer warping fixes. Everything expect panning on a zoomed image ↵ | Daniel Friesel | -6/+6 | |
should work now. | ||||
2010-04-09 | events.c: Fix pointer warping a bit. Still has bugs, though. | Daniel Friesel | -5/+12 | |
2010-04-09 | Experimental cursor warping support | Daniel Friesel | -0/+25 | |
2010-04-07 | Update TODO (& use clang's deps.mk while at it) | Daniel Friesel | -19/+19 | |
2010-03-30 | More detailed --bg-* documentation | Daniel Friesel | -6/+9 | |
2010-03-29 | patch: url image loading: cleanup tmp files on error | Daniel Friesel | -0/+9 | |
2010-03-27 | Makefile/config.mk: Support getting the usual values from the environment. | Daniel Friesel | -6/+6 | |
No need to edit config.mk to set addictional CFLAGS/LDFLAGS or change the DESTDIR etc. now | ||||
2010-03-26 | Patch by muennich: Correctly set [Paused] window title | Daniel Friesel | -10/+21 | |
2010-03-25 | Shorten src/Makefile, use autogenerated deps.mk | Daniel Friesel | -73/+47 | |
2010-03-25 | Actually detect an empty filelist | Daniel Friesel | -19/+9 | |
This fixes imlib2 warnings (and occasional X errors/segfaults), which used to occur when all files in feh's filelist were suddenly deleted by an external application. Now, feh simply quits with "No more slides in show" (which makes more sense, IMHO). | ||||
2010-03-24 | Document random slideshow jump | Daniel Friesel | -0/+1 | |
2010-03-24 | Fix segfault related to the random slideshow jump feature | Daniel Friesel | -1/+3 | |
2010-03-23 | Implement random slideshow jump ('z') | Decklin Foster | -1/+9 | |
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? ;) | ||||
2010-03-22 | winwdiget.c: properly cast XGetGeometry args | Daniel Friesel | -1/+2 | |
2010-03-21 | Remove unused functions | Daniel Friesel | -65/+0 | |
2010-03-21 | Add -pedantic to default CFLAGS | Daniel Friesel | -5/+5 | |
2010-03-21 | Remove autoconf (from branch 'autocruft') | Daniel Friesel | -792/+84 | |
Use config.mk for configuration, both GNU make and FreeBSD make are supported. | ||||
2010-03-21 | Fix a few compiler warnings (-Wall -Wextra) | Daniel Friesel | -12/+12 | |