Commit graph

549 commits

Author SHA1 Message Date
QC
e8ecf8822c Do not install the tests. 2014-09-08 20:39:39 +02:00
QC
15bee1f543 Add source files and man page.
* Add bugtracker to manpage.
        * Print msg to stderr, when error dialog not available.
2014-09-06 14:57:30 +02:00
QC
10322b45a5 Fix #81, this should now work correctly.
* Put old (broken) simpleswitcher code back.
        * Fix call to window_get_prop
        * Translate address with XTranslateCoordinates.
2014-09-05 17:14:50 +02:00
QC
20dca49a22 Add ctrl-space to set selected item as input. 2014-09-03 19:40:24 +02:00
Dave Davenport
0462811800 Add flexible configuration for launching
* You can now specify links: {terminal} -e bash -e "{ssh-client} {host}"
    * Add test for this code.
2014-09-03 13:07:26 +02:00
Dave Davenport
5f33d506b9 Fix name matching for ssh-dialog, fix bug 80. 2014-09-01 19:53:35 +02:00
Dave Davenport
5d5b4aac9f Add small script test. 2014-08-31 10:37:12 +02:00
Dave Davenport
ad1cede6f5 Add dump-xresources to test.
* TODO: validate result.
2014-08-31 09:44:42 +02:00
Dave Davenport
45e07bb83c [dmenu] Update tests to hit the shift-enter mode 2014-08-31 09:28:55 +02:00
Dave Davenport
8173bafcd6 Update tests, for cmd. 2014-08-30 20:53:35 +02:00
Dave Davenport
229bb6931b Play with adding some more test, bug fixes
* delete an invalid memmove in textbox
2014-08-30 20:45:08 +02:00
QC
91ccb54199 Update test (do xresources?) 2014-08-29 18:19:03 +02:00
QC
11d4ec144a Add testing char width. 2014-08-29 17:44:10 +02:00
QC
23dea5500a Add another test. 2014-08-29 17:31:46 +02:00
QC
23136e12a7 Add another small test. 2014-08-29 17:26:47 +02:00
QC
a20e2a5ed9 Forgot to remove debug code, causing false negative. 2014-08-29 17:03:35 +02:00
QC
4ab95f5d26 Add dmenu test. 2014-08-29 16:57:36 +02:00
QC
0b4c582c1a Add coverage picture. 2014-08-29 16:40:55 +02:00
QC
a9953f4c3b Try to fix test on travis server. 2014-08-29 16:39:11 +02:00
QC
1916b0e66e Remove clang, does not work with the coverage stuff. 2014-08-29 16:34:04 +02:00
QC
bcbf512dc4 Add another test. 2014-08-29 16:24:39 +02:00
QC
94d17b0001 No idea why coverall is failing now. 2014-08-29 16:14:19 +02:00
QC
fb16b110af Try to fix coveral. 2014-08-29 15:32:46 +02:00
QC
41520160f9 Only report coverage c files. 2014-08-29 15:27:13 +02:00
QC
f41657476e Add missing test file. 2014-08-29 15:21:10 +02:00
QC
12258eb02b Try out small fake X server test. 2014-08-29 15:17:57 +02:00
QC
79e729bd37 Update the test to integrate in build.
* TODO: fix make distcheck.
2014-08-29 13:06:40 +02:00
QC
b7f6799af9 Playing with coveralls 2014-08-29 12:20:22 +02:00
QC
169c05cc15 Fix crash in history when removing last entry. 2014-08-29 12:14:43 +02:00
QC
5b017b017b Add gcov option. 2014-08-29 00:01:36 +02:00
QC
92f518cdf8 Add CI image. 2014-08-28 21:36:53 +02:00
QC
4457f3d948 Remove i3 from travis build as its version is to old. 2014-08-28 21:30:57 +02:00
QC
8d708522fb Tell travis it is C language. 2014-08-28 21:29:06 +02:00
QC
a35343b09a Update INSTALL file. 2014-08-28 21:27:04 +02:00
QC
2a72d1624b Add travis build file. 2014-08-28 21:19:46 +02:00
Dave Davenport
562ace6b78 small cleanup error_dialog, remove dummy calc 2014-08-28 10:10:16 +02:00
QC
bdeceaa35b Update manpage. 2014-08-27 19:48:54 +02:00
Dave Davenport
0795cfda8d Add display text modi. 2014-08-27 19:44:15 +02:00
Dave Davenport
e44183b406 Refactor the to-long menu() function.
* Split out larger sub-parts into separate functions.
    * Create a state structure.
    * Remove zeltak mode.
2014-08-26 20:25:00 +02:00
QC
d76571bcaa Initialize fd to -1. 2014-08-25 20:07:31 +02:00
QC
24e7041604 Use g_spawn instead of fork+exec*
* Avoids issue with atexit being called for fork.
        * less code.
2014-08-25 20:02:48 +02:00
Dave Davenport
30051c8e80 issue: #79: Crash when enter on empty list.
* This fixes the reproducable part of the bug. (enter on empty list)
    * check selected < filtered_lines. so we do not try to dereference a null pointer.
2014-08-25 17:48:42 +02:00
Dave Davenport
26e1561622 Removed unused code. (NEAR and i3_mode) 2014-08-25 09:14:49 +02:00
Dave Davenport
04e13e3a20 Fix compile warnings. 2014-08-24 15:21:35 +02:00
QC
02ef657c41 [Click to select] Only select visible boxes. 2014-08-24 11:24:35 +02:00
QC
ba6a055683 Fix #59: Add some basic mouse support.
* TOOD: fix double click.
2014-08-23 12:47:09 +02:00
Dave Davenport
b665e85e69 Fix compile warnings with CLANG.
* signed compare with unsigned.
2014-08-22 17:29:15 +02:00
Dave Davenport
86b7571e04 Cleanup warnings.
* unused var and arguments.
2014-08-22 09:43:26 +02:00
Dave Davenport
62d4f0cdad Make rofi compile happily under clang.
* Set features in configure.ac
    * use config.h file, instead of hardcoded _GNU_SOURCE
      in each c file.
    * Fix mix up unsigned/signed.
2014-08-22 09:27:45 +02:00
QC
06b274c9d9 Regenerate manpage. 2014-08-21 22:37:13 +02:00