Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |
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-16 | Slightly reformat/rework default .fehrc | Daniel Friesel | -36/+52 | |
2010-03-15 | lossless rotate: Use execlp instead of system for jpegtran | Daniel Friesel | -13/+23 | |
2010-03-12 | Remove unused stuff from config.h.in | Daniel Friesel | -21/+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-01 | Apply patchto add --bg-fill (fullscreen background preserving aspect ratio) | Daniel Friesel | -24/+98 | |
2010-02-26 | Add --index-{name,size,dim} options for finer thumbnail/index text control | Daniel Friesel | -0/+15 | |
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 | -1770/+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 | Apply Gentoo patch to make Xinerama optional (probably requires autoreconf) | Daniel Friesel | -1/+0 | |
2010-02-21 | Revert "Fix lossless image rotation" | Daniel Friesel | -777/+535 | |
This reverts commit 15ede2653b45a1fe73bc8c7c9151e3e8dc1c32dc. | ||||
2010-02-21 | Fix lossless image rotation | Daniel 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-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 | Print an error if 's' button (slidehsow_save_image) fails | Daniel Friesel | -1/+5 | |
2010-02-13 | Change source code indentation (indent -kr -i8 -hnl, mainly) | Daniel Friesel | -12683/+11291 | |
2010-02-13 | Enable antialiasing for a few keybindings | Daniel Friesel | -2/+2 | |
2010-02-13 | Remove old (undocumented) Tab key binding as draw_actions toggle | Daniel Friesel | -14/+2 | |
2010-02-13 | Add runtime shortcuts to toggle --draw-actions and --draw-filename | Daniel Friesel | -0/+12 | |
2010-02-13 | Remove --xinerama option, the next release will break option BC anyway | Daniel Friesel | -5/+0 | |
2010-02-13 | Rework button options | Daniel Friesel | -32/+50 | |
2010-02-13 | Document --reload-button | Daniel Friesel | -4/+5 | |
2010-02-13 | Document --start-at | Daniel Friesel | -0/+1 | |
2010-02-13 | Document --thumb-title | Daniel Friesel | -0/+2 | |
2010-02-12 | Don't recognize keypad +,-,/,* as normal input | Daniel Friesel | -0/+5 | |
2010-02-12 | Fix some minor indenting issues | Daniel Friesel | -7/+7 | |
2010-02-11 | Add <keypad begin> to antialias the image (other keypad keys don't do this) | Daniel Friesel | -3/+9 | |
2010-02-11 | Finish --draw-actions and add it to documentation | Daniel Friesel | -22/+35 | |
2010-02-11 | Fix --draw-actions alignment (when used with --draw-filename) | Daniel Friesel | -3/+12 | |
2010-02-11 | Make --draw-actions not crash the program | Daniel Friesel | -16/+13 | |
2010-02-10 | Fix some more options' documentation | Daniel Friesel | -2/+2 | |
2010-02-09 | Add long options for -o/-O to help and manual | Daniel Friesel | -2/+2 | |
2010-02-09 | options.c: Use --(un)loadable (as documented), not --(un)loadables | Daniel Friesel | -2/+2 | |
2010-02-09 | Add/Update undocumented short options to --help and manual | Daniel Friesel | -4/+4 | |
2010-02-09 | Add --scale-down to manual | Daniel Friesel | -1/+1 | |
2010-02-09 | feh -h: One line got lost, fix this | Daniel Friesel | -1/+1 | |
2010-02-08 | Make -O work without X as well. Closes bugs.debian.org #373209 | Daniel Friesel | -6/+18 | |
2010-02-08 | make feh --list work without X. | Daniel Friesel | -1/+2 | |
feh -O should also be able to run without it, but that requires slightly more work. I'll fix that one later, I guess. <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=373209> | ||||
2010-02-07 | slideshow.c: Update comment (again) | Daniel Friesel | -7/+8 | |
2010-02-07 | Update "No more slides in show" comment | Daniel Friesel | -2/+8 | |