summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2010-04-02Release v1.4.21.4.2Daniel Friesel-3/+5
2010-04-02config.mk: Remove extra_includes; LDFLAGS=foo make is enoughDaniel Friesel-1/+1
2010-03-30More detailed --bg-* documentationDaniel Friesel-16/+24
2010-03-29patch: url image loading: cleanup tmp files on errorDaniel Friesel-0/+10
2010-03-27Makefile/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-26Patch by muennich: Correctly set [Paused] window titleDaniel Friesel-11/+23
2010-03-25config.mk: Cleanup LDFLAGS (-lm -ldl -lz are apparently not required)Daniel Friesel-1/+1
2010-03-25Shorten src/Makefile, use autogenerated deps.mkDaniel Friesel-73/+47
2010-03-25Update Changelog, add "-git" to version informationDaniel Friesel-1/+3
2010-03-25Actually detect an empty filelistDaniel 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-25Update config.mk comments a bitDaniel Friesel-5/+7
2010-03-24Update checkopts.pl pathsDaniel Friesel-1/+1
2010-03-24Document random slideshow jumpDaniel Friesel-0/+4
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-22make install: Print target directoriesDaniel Friesel-5/+5
2010-03-21Update ChangeLog...Daniel Friesel-0/+3
2010-03-21Remove unused functionsDaniel Friesel-65/+0
2010-03-21Add -pedantic to default CFLAGSDaniel Friesel-6/+6
2010-03-21config.mk: Make debug mode actually workDaniel Friesel-4/+5
2010-03-21Remove autoconf (from branch 'autocruft')Daniel Friesel-11427/+191
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-18Update TODO... againDaniel Friesel-2/+5
2010-03-16Slightly reformat/rework default .fehrcDaniel Friesel-36/+52
2010-03-16feh(1): Clarify lossless rotation noticeDaniel Friesel-3/+4
2010-03-16Release v1.4.11.4.1Daniel Friesel-7/+8
2010-03-15lossless rotate: Use execlp instead of system for jpegtranDaniel Friesel-13/+24
2010-03-12Remove unused stuff from config.h.inDaniel Friesel-21/+0
2010-03-09Add feh-cam and gen-cam-menu manpages from DebianDaniel Friesel-2/+35
2010-03-07Update TODO (--fmmode was removed)Daniel Friesel-3/+0
2010-03-07Renames: cam → feh-cam, gen_cam_menu.sh → gen-cam-menuDaniel Friesel-11/+16
2010-03-07Remove outdated cam bookmarksDaniel Friesel-22/+0
2010-03-06Fix the chrome theme in the default config (and clean up a bit while there)Daniel Friesel-8/+13
2010-03-05Ummyeah... update version number. Fail...1.4Daniel Friesel-4/+4
2010-03-04Release v1.4Daniel Friesel-6/+24
2010-03-04configure: Remove unneeded libjpeg test (yes, should've used autoreconf, ↵Daniel Friesel-75/+1
don't care)
2010-03-04Remove Independent JPEG Group notice againDaniel Friesel-2/+0
2010-03-01Apply patchto add --bg-fill (fullscreen background preserving aspect ratio)Daniel Friesel-24/+100
2010-02-28Update README (We don't include JPEG code anymode)Daniel Friesel-3/+0
2010-02-28Update lossless rotation in feh(1)Daniel Friesel-3/+3
2010-02-27Remove libjpeg from configure.{ac,in}Daniel Friesel-3/+1
2010-02-26Add --index-{name,size,dim} options for finer thumbnail/index text controlDaniel Friesel-0/+24
2010-02-26feh(1): --theme: Add note about option precedenceDaniel Friesel-0/+1
2010-02-26Also accept PageUp/PageDown on the keypadDaniel Friesel-0/+2
2010-02-26Remove the (now unneccessary) libjpeg codeDaniel Friesel-1776/+5
2010-02-26Use jpegtran for lossless rotationDaniel Friesel-100/+15