Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2010-04-22 | man/feh.1: Various fixes. Completely reviewed now. | Daniel Friesel | -19/+17 | |
2010-04-22 | man/feh.1: two spaces after full stop. | Daniel Friesel | -25/+25 | |
2010-04-22 | man/feh.1: Properly escape %P sequence | Daniel Friesel | -1/+1 | |
2010-04-22 | Rewrite feh(1) using -mdoc macros | Daniel Friesel | -657/+637 | |
2010-04-22 | Fix zoom mode once and for all[tm] | Daniel Friesel | -20/+13 | |
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-21 | Update TODO. Again. | Daniel Friesel | -0/+2 | |
2010-04-13 | Update TODO | Daniel Friesel | -0/+2 | |
2010-04-12 | Rewrite manuals for feh-cam and gen-cam-menu | Daniel Friesel | -34/+69 | |
2010-04-12 | Update feh(1) a bit | Daniel Friesel | -16/+13 | |
2010-04-10 | events.c: Make pointer warping work for zoomed images | Daniel Friesel | -5/+6 | |
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/+21 | |
2010-04-03 | config.mk: Document long option for debug-level as well | Daniel Friesel | -1/+1 | |
2010-04-02 | Release v1.4.21.4.2 | Daniel Friesel | -3/+5 | |
2010-04-02 | config.mk: Remove extra_includes; LDFLAGS=foo make is enough | Daniel Friesel | -1/+1 | |
2010-03-30 | More detailed --bg-* documentation | Daniel Friesel | -16/+24 | |
2010-03-29 | patch: url image loading: cleanup tmp files on error | Daniel Friesel | -0/+10 | |
2010-03-27 | Makefile/config.mk: Support getting the usual values from the environment. | Daniel Friesel | -67/+64 | |
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 | -11/+23 | |
2010-03-25 | config.mk: Cleanup LDFLAGS (-lm -ldl -lz are apparently not required) | Daniel Friesel | -1/+1 | |
2010-03-25 | Shorten src/Makefile, use autogenerated deps.mk | Daniel Friesel | -73/+47 | |
2010-03-25 | Update Changelog, add "-git" to version information | Daniel Friesel | -1/+3 | |
2010-03-25 | Actually detect an empty filelist | Daniel Friesel | -23/+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-25 | Update config.mk comments a bit | Daniel Friesel | -5/+7 | |
2010-03-24 | Update checkopts.pl paths | Daniel Friesel | -1/+1 | |
2010-03-24 | Document random slideshow jump | Daniel Friesel | -0/+4 | |
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-22 | make install: Print target directories | Daniel Friesel | -5/+5 | |
2010-03-21 | Update ChangeLog... | Daniel Friesel | -0/+3 | |
2010-03-21 | Remove unused functions | Daniel Friesel | -65/+0 | |
2010-03-21 | Add -pedantic to default CFLAGS | Daniel Friesel | -6/+6 | |
2010-03-21 | config.mk: Make debug mode actually work | Daniel Friesel | -4/+5 | |
2010-03-21 | Remove autoconf (from branch 'autocruft') | Daniel Friesel | -11427/+191 | |
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 | |
2010-03-21 | Some indentation and line length fixes | Daniel Friesel | -475/+494 | |
2010-03-20 | Update mail address in --help output | Daniel Friesel | -1/+1 | |
2010-03-18 | Update TODO... again | Daniel Friesel | -2/+5 | |
2010-03-16 | Slightly reformat/rework default .fehrc | Daniel Friesel | -36/+52 | |
2010-03-16 | feh(1): Clarify lossless rotation notice | Daniel Friesel | -3/+4 | |
2010-03-16 | Release v1.4.11.4.1 | Daniel Friesel | -7/+8 | |
2010-03-15 | lossless rotate: Use execlp instead of system for jpegtran | Daniel Friesel | -13/+24 | |
2010-03-12 | Remove unused stuff from config.h.in | Daniel Friesel | -21/+0 | |
2010-03-09 | Add feh-cam and gen-cam-menu manpages from Debian | Daniel Friesel | -2/+35 | |