summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorLines
2010-04-22Fix zoom mode once and for all[tm]Daniel Friesel-19/+8
2010-04-22events.c: comment the pointer warpingDaniel Friesel-0/+4
2010-04-22Partially fix zoom modeDaniel Friesel-40/+48
Does not yet work with initial zoom value != 100%
2010-04-10events.c: Make pointer warping work for zoomed imagesDaniel Friesel-3/+3
2010-04-10More pointer warping fixes. Everything expect panning on a zoomed image ↵Daniel Friesel-6/+6
should work now.
2010-04-09events.c: Fix pointer warping a bit. Still has bugs, though.Daniel Friesel-5/+12
2010-04-09Experimental cursor warping supportDaniel Friesel-0/+25
2010-04-07Update TODO (& use clang's deps.mk while at it)Daniel Friesel-19/+19
2010-03-30More detailed --bg-* documentationDaniel Friesel-6/+9
2010-03-29patch: url image loading: cleanup tmp files on errorDaniel Friesel-0/+9
2010-03-27Makefile/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-26Patch by muennich: Correctly set [Paused] window titleDaniel Friesel-10/+21
2010-03-25Shorten src/Makefile, use autogenerated deps.mkDaniel Friesel-73/+47
2010-03-25Actually detect an empty filelistDaniel 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-24Document random slideshow jumpDaniel Friesel-0/+1
2010-03-24Fix segfault related to the random slideshow jump featureDaniel Friesel-1/+3
2010-03-23Implement random slideshow jump ('z')Decklin Foster-1/+9
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-21Remove unused functionsDaniel Friesel-65/+0
2010-03-21Add -pedantic to default CFLAGSDaniel Friesel-5/+5
2010-03-21Remove autoconf (from branch 'autocruft')Daniel Friesel-792/+84
Use config.mk for configuration, both GNU make and FreeBSD make are supported.
2010-03-21Fix a few compiler warnings (-Wall -Wextra)Daniel Friesel-12/+12
2010-03-21Some indentation and line length fixesDaniel Friesel-475/+494
2010-03-20Update mail address in --help outputDaniel Friesel-1/+1
2010-03-16Slightly reformat/rework default .fehrcDaniel Friesel-36/+52
2010-03-15lossless rotate: Use execlp instead of system for jpegtranDaniel Friesel-13/+23
2010-03-12Remove unused stuff from config.h.inDaniel Friesel-21/+0
2010-03-06Fix the chrome theme in the default config (and clean up a bit while there)Daniel Friesel-8/+13
2010-03-01Apply patchto add --bg-fill (fullscreen background preserving aspect ratio)Daniel Friesel-24/+98
2010-02-26Add --index-{name,size,dim} options for finer thumbnail/index text controlDaniel Friesel-0/+15
2010-02-26Also accept PageUp/PageDown on the keypadDaniel Friesel-0/+2
2010-02-26Remove the (now unneccessary) libjpeg codeDaniel Friesel-1770/+5
2010-02-26Use jpegtran for lossless rotationDaniel Friesel-100/+15
2010-02-22md5.c: Always include string.h to fix memcpy warningsDaniel Friesel-1/+1
2010-02-22Apply Gentoo patch to make Xinerama optional (probably requires autoreconf)Daniel Friesel-1/+0
2010-02-21Revert "Fix lossless image rotation"Daniel Friesel-777/+535
This reverts commit 15ede2653b45a1fe73bc8c7c9151e3e8dc1c32dc.
2010-02-21Fix lossless image rotationDaniel Friesel-535/+777
Apparently, the old code was based on libjpeg6. However, most systems use libjpeg8 now, which has a few new features like cropping, leading to a lot of fuckup with feh on libjpeg8 systems. Now feh works with libjpeg8, but probably doesn't support libjpeg6 anymore. Also, this code copypasta really sucks :-)
2010-02-15draw-actions: Correctly calculate line width → don't cut of stuffDaniel Friesel-1/+5
2010-02-14Clean up options.cDaniel Friesel-40/+40
2010-02-14Remove fmmode relictsDaniel Friesel-15/+0
2010-02-13Print an error if 's' button (slidehsow_save_image) failsDaniel Friesel-1/+5
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel-12683/+11291
2010-02-13Enable antialiasing for a few keybindingsDaniel Friesel-2/+2
2010-02-13Remove old (undocumented) Tab key binding as draw_actions toggleDaniel Friesel-14/+2
2010-02-13Add runtime shortcuts to toggle --draw-actions and --draw-filenameDaniel Friesel-0/+12
2010-02-13Remove --xinerama option, the next release will break option BC anywayDaniel Friesel-5/+0
2010-02-13Rework button optionsDaniel Friesel-32/+50
2010-02-13Document --reload-buttonDaniel Friesel-4/+5
2010-02-13Document --start-atDaniel Friesel-0/+1