summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorLines
2011-10-09Add basic --index testsDaniel Friesel-1/+36
2011-09-28test-x11: Switch to XephyrDaniel Friesel-2/+2
2011-09-26Add support for multiple files in --bg-options (closes #64)Daniel Friesel-0/+0
Squashed commit of the following: commit 55e66e15af898f4c01d7d265013124fefce795e4 Author: Daniel Friesel <derf@finalrewind.org> Date: Mon Sep 26 19:59:46 2011 +0200 Save all filenames in ~/.fehbg commit afc2774f315fc379aa96de58decf8370772036af Author: Daniel Friesel <derf@finalrewind.org> Date: Mon Sep 26 19:24:38 2011 +0200 Update test/bg --bg-fill images (off-by-one due to changed implementation) commit bd4210cff2e895414df12868f6cab7f193c5adf5 Author: Daniel Friesel <derf@finalrewind.org> Date: Mon Sep 26 14:47:00 2011 +0200 Fix feh_wm_set_bg_maxed commit d9ada9dc2a74aef6ae0924e9c0ff296b94ee25bc Author: Daniel Friesel <derf@finalrewind.org> Date: Mon Sep 26 14:39:11 2011 +0200 Fix for non-xinerama setups commit be2cf0f1f8c00b737e7141a372d3cbc9db4c949f Author: Daniel Friesel <derf@finalrewind.org> Date: Mon Sep 26 14:24:44 2011 +0200 Move wallpaper calculation code into separate functions commit 4e07c1f9734569fdd778a813c5a85c63b51b3175 Author: Daniel Friesel <derf@finalrewind.org> Date: Mon Sep 26 13:01:46 2011 +0200 Remove unnecessary temporary variable commit 23d1d733b21d1560e1fbcadddc34cae3d666b21d Author: Daniel Friesel <derf@finalrewind.org> Date: Mon Sep 26 12:46:25 2011 +0200 Initial conversion, works with --bg-scale
2011-09-21Update test/status a bitDaniel Friesel-18/+2
2011-09-13Use enum for opt.image_bg, rename --image-bg default to --image-bg checksDaniel Friesel-1/+1
2011-09-04Add tests for --draw-tintedDaniel Friesel-1/+43
2011-08-31Update test images (draw_all_{one,multi})Daniel Friesel-0/+0
2011-08-15Update some test-x11 images (font changes, apparently)Daniel Friesel-0/+0
2011-04-23feh.t: The version is no longer testedDaniel Friesel-6/+5
2011-04-07feh.t: Do not check --version output, the compile-time switches are ↵Daniel Friesel-3/+1
unpredictable. See <https://bugs.gentoo.org/show_bug.cgi?id=354063>
2011-03-22winwidget.c: Rename alias; update feh.t while at itDaniel Friesel-12/+2
2011-03-12Fix segfault upon unloadable image with --title %h/%w/... (closes GH-35)Daniel Friesel-1/+7
2011-03-12Update test screenshots (no visible changes)Daniel Friesel-0/+0
2011-02-16Remove builtin HTTP clientDaniel Friesel-1/+2
2011-02-05Add test for --recursiveDaniel Friesel-2/+16
2011-02-03Add tests for --action & --(un)loadable comboDaniel Friesel-3/+67
2011-01-29Deprecate --menu-styleDaniel Friesel-5/+0
2011-01-29Add test todosDaniel Friesel-1/+109
2011-01-29Add current test status, todos will follow laterDaniel Friesel-0/+316
2011-01-25Add tests for themesDaniel Friesel-3/+45
* general * commandline option overrides same theme option * multiline theme definitions
2011-01-25Add tests for keys configDaniel Friesel-1/+65
2011-01-25Add --action tests + hold-actionDaniel Friesel-1/+19
2011-01-22Update test images for new zoom/move stepsDaniel Friesel-0/+0
2011-01-17test: Change HOME to avoid interferences with existing feh installationsDaniel Friesel-4/+6
2011-01-15Update testsDaniel Friesel-9/+8
2010-12-24feh.t: Do not rely on shell globbingDaniel Friesel-1/+2
2010-11-30Add regression test for invalid image segfault issueDaniel Friesel-1/+11
2010-11-14test: Updated scaledown imageDaniel Friesel-0/+0
2010-10-05Add tests for --image-bgDaniel Friesel-1/+16
2010-10-04Tests for keyboard based zoomingDaniel Friesel-5/+54
2010-10-04test/feh-scr: Send less keys to avoid timing problemsDaniel Friesel-1/+1
2010-10-04Add tests for action/filename drawingDaniel Friesel-1/+42
2010-10-04Graphical --caption-path testsDaniel Friesel-15/+52
2010-10-03More screenshot-based testsDaniel Friesel-1/+144
2010-10-03Merge test/run-bg into test/feh-bg.iDaniel Friesel-14/+24
Not possible for test/ren-interactive, unfortunately.
2010-10-03Clean up test directoryDaniel Friesel-137/+133
2010-10-03More wallpaper tests, should cover all possible cases nowDaniel Friesel-1/+13
2010-10-02Begin work on --bg testsDaniel Friesel-0/+65
2010-10-02test/run-interactive: Limit Xnest dimensionsDaniel Friesel-6/+7
2010-07-26Set correct window title when starting feh in paused modeDaniel Friesel-6/+2
2010-07-04options.c: CleanupDaniel Friesel-1/+1
2010-06-24Add test for --full-screenDaniel Friesel-1/+7
2010-06-24Add tests for --thumb-title (+Update TODO cause there's more borkage with it)Daniel Friesel-5/+9
2010-06-19Rename --screen-clip to --no-screen-clip, the default cannot be changedDaniel Friesel-1/+1
2010-06-18Add tests for windowsize and --screen-clipDaniel Friesel-1/+16
2010-06-18Add test for --titleDaniel Friesel-1/+8
2010-06-18Test for the w keyDaniel Friesel-1/+19
2010-06-18Tests for --geometryDaniel Friesel-1/+7
2010-06-18Basic filelist testsDaniel Friesel-1/+20
2010-06-18Tests for caption mode. Whee.Daniel Friesel-1/+29