summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-02-15Initial libcurl supportAndrew Potter
2011-02-15Add libcurl option -{Andrew Potter
2011-02-09imlib.c: Use wget --no-clobberDaniel Friesel
2011-02-05Remove deps.mk from repoDaniel Friesel
2011-01-29Deprecate --menu-styleDaniel Friesel
2011-01-26Restrict modifiers to Control/Mod1/Mod4, ignore NumLock (closes GH-31)Daniel Friesel
2011-01-25key bindings: Don't get confused by keystates we don't support (see GH-30)Daniel Friesel
2011-01-25options.c: Move hold-action check to check_options.Daniel Friesel
2011-01-24Remove support for FEH_OPTIONS (it was deprecated over 5 years ago)Daniel Friesel
2011-01-23Parse commandline options _after_ theme options (closes GH-23)Daniel Friesel
2011-01-23Show correct image dimensions in thumbnail mode (closes GH-29)Daniel Friesel
2011-01-22Implement --zoom max (zoom like --bg-max)Daniel Friesel
2011-01-22Add --zoom fill as equivalent to --auto-zoomDaniel Friesel
2011-01-22Update website URLsDaniel Friesel
2011-01-22Update help a bitDaniel Friesel
2011-01-22Make in/out zoom use equal ratio, double image movement stepsizeDaniel Friesel
2011-01-18feh --help: Fix minor alignment mistakeDaniel Friesel
2011-01-17Copyright FooDaniel Friesel
2011-01-17Ignore Shift keystate, shift/non-shift keysyms differ anyways.Daniel Friesel
2011-01-16feh/keys: Allow action unbindingDaniel Friesel
2011-01-15Fix scrolling defaults / binding namesDaniel Friesel
2011-01-15Add .../share/doc/feh/examples, move fehrc (feh themes) thereDaniel Friesel
2011-01-15feh/keys: Further error handling (invalid keysyms etc.)Daniel Friesel
2011-01-15BC for ~/.fehrcDaniel Friesel
2011-01-15Update testsDaniel Friesel
2011-01-15Check XDG_CONFIG_HOME for feh/keys as wellDaniel Friesel
2011-01-15Screw --rcpath, check XDG_CONFIG_HOME insteadDaniel Friesel
2011-01-15Read themes from ~/.config/feh/themes, don't autocreate for nowDaniel Friesel
2011-01-15keys: Allow more modifiers, warn for unknown onesDaniel Friesel
2011-01-15keys: Allow comments, warn when encountering invalid actionsDaniel Friesel
2011-01-14Configurable menu keybindings, too.Daniel Friesel
2011-01-14Always overwrite/cancel out default keybindingsDaniel Friesel
2011-01-14Read ~/.config/feh/keys for keybindings. prev/next are even tested!Daniel Friesel
2011-01-13First step towards configurable key bindingsDaniel Friesel
2010-12-30Fix <keypad *> on --scale-downDaniel Friesel
2010-12-30Fix zooming with --scale-down. <keypad *> does not yet work, though.Daniel Friesel
2010-12-04imlib.c: Use getaddrinfo in builtin http client, enables IPv6 supportPascal Bleser
2010-11-30slideshow.c: Fix segfault after encountering multiple invalid images in a rowDaniel Friesel
2010-11-07imlib.c: Fix buffer overflow in draw_actions (thx Gabe)Daniel Friesel
2010-11-07Fix sample fehrc (thx feuerrot)Daniel Friesel
2010-10-23Fix --scale-down for both tiling mode and floating mode.Daniel Friesel
2010-10-03imlib.c: Fix draw_actions offsetDaniel Friesel
2010-10-02--draw-filename: Always show filelist positionDaniel Friesel
2010-09-27winwidget.c: Do draw zoom info while zooming.Daniel Friesel
2010-09-27Zoom button: Do 100% zoom upon release, not click.Daniel Friesel
2010-09-26winwidget.c: Only draw text in normal mode.Daniel Friesel
2010-09-19support.c: Meaningful variable names, a bit more whitespaceDaniel Friesel
2010-09-18support.c: Add missing break statement. Duh.Daniel Friesel
2010-09-18--bg-max fix for too large imagesMark
2010-09-16Display image info in bottom left cornerDaniel Friesel