Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |
2010-03-07 | Update TODO (--fmmode was removed) | Daniel Friesel | -3/+0 | |
2010-03-07 | Renames: cam → feh-cam, gen_cam_menu.sh → gen-cam-menu | Daniel Friesel | -11/+16 | |
2010-03-07 | Remove outdated cam bookmarks | Daniel Friesel | -22/+0 | |
2010-03-06 | Fix the chrome theme in the default config (and clean up a bit while there) | Daniel Friesel | -8/+13 | |
2010-03-05 | Ummyeah... update version number. Fail...1.4 | Daniel Friesel | -4/+4 | |
2010-03-04 | Release v1.4 | Daniel Friesel | -6/+24 | |
2010-03-04 | configure: Remove unneeded libjpeg test (yes, should've used autoreconf, ↵ | Daniel Friesel | -75/+1 | |
don't care) | ||||
2010-03-04 | Remove Independent JPEG Group notice again | Daniel Friesel | -2/+0 | |
2010-03-01 | Apply patchto add --bg-fill (fullscreen background preserving aspect ratio) | Daniel Friesel | -24/+100 | |
2010-02-28 | Update README (We don't include JPEG code anymode) | Daniel Friesel | -3/+0 | |
2010-02-28 | Update lossless rotation in feh(1) | Daniel Friesel | -3/+3 | |
2010-02-27 | Remove libjpeg from configure.{ac,in} | Daniel Friesel | -3/+1 | |
2010-02-26 | Add --index-{name,size,dim} options for finer thumbnail/index text control | Daniel Friesel | -0/+24 | |
2010-02-26 | feh(1): --theme: Add note about option precedence | Daniel Friesel | -0/+1 | |
2010-02-26 | Also accept PageUp/PageDown on the keypad | Daniel Friesel | -0/+2 | |
2010-02-26 | Remove the (now unneccessary) libjpeg code | Daniel Friesel | -1776/+5 | |
2010-02-26 | Use jpegtran for lossless rotation | Daniel Friesel | -100/+15 | |
2010-02-22 | md5.c: Always include string.h to fix memcpy warnings | Daniel Friesel | -1/+1 | |
2010-02-22 | Update README, TODO & feh(1) | Daniel Friesel | -9/+9 | |
2010-02-22 | Apply Gentoo patch to make Xinerama optional (probably requires autoreconf) | Daniel Friesel | -6/+19 | |
2010-02-21 | Update README (libjpeg62 vs. libjpeg8) | Daniel Friesel | -0/+6 | |
2010-02-21 | Revert "Fix lossless image rotation" | Daniel Friesel | -780/+535 | |
This reverts commit 15ede2653b45a1fe73bc8c7c9151e3e8dc1c32dc. | ||||
2010-02-21 | feh(1): Acknowledge the IJG. | Daniel Friesel | -0/+2 | |
2010-02-21 | Fix lossless image rotation | Daniel Friesel | -535/+780 | |
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-21 | Add configure.lineno to .gitignore | Daniel Friesel | -0/+1 | |
2010-02-18 | TODO: Add note about xinerama | Daniel Friesel | -0/+3 | |
2010-02-15 | draw-actions: Correctly calculate line width → don't cut of stuff | Daniel Friesel | -1/+5 | |
2010-02-14 | Clean up options.c | Daniel Friesel | -40/+40 | |
2010-02-14 | Remove fmmode relicts | Daniel Friesel | -15/+0 | |
2010-02-13 | A few feh(1) fixes | Daniel Friesel | -5/+7 | |
2010-02-13 | Print an error if 's' button (slidehsow_save_image) fails | Daniel Friesel | -1/+5 | |