Dave Davenport
44481cdb40
Small cleanups, fix worker error dialog.
2016-04-20 08:08:18 +02:00
Dave Davenport
3918625804
Move teardown to the logic place again (possible with deamon mode removed)
2016-04-20 08:04:23 +02:00
Dave Davenport
f79c078144
bump to 1.0
2016-04-17 17:44:51 +02:00
Dave Davenport
5af72f7394
More configure checks.
2016-04-14 19:20:37 +02:00
Dave Davenport
c867b91198
Update release notes.
2016-04-12 22:40:40 +02:00
Dave Davenport
0afc4cccde
Disable gitlab test, as it get stuck.
2016-04-10 22:46:46 +02:00
Dave Davenport
27e18a6384
Add gitlab CI tests.
2016-04-10 22:35:54 +02:00
Dave Davenport
26e1083812
Issue: #380 Make combi complete prepend bang
2016-04-10 20:57:12 +02:00
Dave Davenport
cbf625ec9f
Work around crash. echo error to stderr.
2016-04-10 15:04:34 +02:00
Dave Davenport
96cb3a8695
Remove fgets and replace by getline.
2016-04-10 14:30:13 +02:00
Dave Davenport
b63f8e2275
Move history to getline and remove magic limit.
2016-04-10 13:55:18 +02:00
Dave Davenport
93362d63f2
Update git revision script.
2016-04-10 13:22:49 +02:00
Dave Davenport
a69754abff
Remove left-over printf.
2016-04-10 12:08:36 +02:00
Dave Davenport
e54e012500
Issue: #381 : Try to handle X11 input and UTF-8 better.
...
In window_get_text_prop do conversion when input is of type STRING. (latin1) to utf8.
Dmenu: don't skip invalid lines, but try to display as much as possible.
Window mode: Double check all input from X.
2016-04-10 12:05:34 +02:00
Dave Davenport
c3b236db28
Update gitlab build file.
2016-04-09 14:59:49 +02:00
Dave Davenport
bf51983150
Fix possible macro expansion problem.
...
As indicated by llvm analysis passes.
2016-04-05 21:26:21 +02:00
Quentin Glidic
29f6823cf9
rofi: Only display GIT_VERSION if available
...
It now contains the latest tag, so we have all the relevant information.
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-05 16:57:52 +02:00
Quentin Glidic
5f1fcf5e77
version: Let Git provide meaningful information
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-05 16:50:14 +02:00
Dave Davenport
b96fba1de9
Bump to 1.0.0-RC1
2016-04-03 21:39:21 +02:00
Dave Davenport
72c04ce34d
Update manpage.
2016-04-03 14:56:23 +02:00
Dave Davenport
3397ae1150
Remove unused -quiet commandline option.
...
This option, with the removal of daemon mode, no longer had any purpose.
2016-04-02 22:11:38 +02:00
Quentin Glidic
9ea71c0f95
manpage: Add my email
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-02 11:22:40 +02:00
Quentin Glidic
95da24927a
travis.yml: Move ./configure to before_script
...
This way, the Travis build will error and not fail on missing
dependencies.
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-02 11:22:40 +02:00
Quentin Glidic
3f8673f073
travis.yml: libxcb-ewmh-dev is blacklisted again
...
This package changed named between Precise and Trusty, and Travis is
using Precise as its base system.
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-02 11:22:40 +02:00
Dave Davenport
541f5b1fc9
Fixes issue #370 : Move dmenu option into dmenu.
2016-04-02 10:39:02 +02:00
Dave Davenport
8f565b11c6
Update manpage
2016-04-02 10:14:13 +02:00
Dave Davenport
70d2f54798
Update release note.
2016-04-01 20:12:16 +02:00
Dave Davenport
d3350afbed
Use SYSCONFDIR
2016-04-01 19:51:24 +02:00
Dave Davenport
53242dab7d
Merge branch 'master' of github:DaveDavenport/rofi
2016-04-01 18:03:32 +02:00
Dave Davenport
1b4e5069f6
Revert "Test config file before load, support ~/.config/rofi/theme and remove config_path global, fix loading dynamic options from /etc/rofi.conf"
...
This reverts commit 0c7d1a6b17
.
2016-04-01 17:58:41 +02:00
Quentin Glidic
13601fb892
rofi: Fix g_file_test calls
...
G_FILE_TEST_EXISTS | G_FILE_TEST_IS_REGULAR will return TRUE even for
directory.
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-01 09:33:58 +02:00
Dave Davenport
0c7d1a6b17
Test config file before load, support ~/.config/rofi/theme and remove config_path global, fix loading dynamic options from /etc/rofi.conf
2016-04-01 08:40:23 +02:00
Dave Davenport
1b1f015880
Add cmdline to issue template.
2016-03-31 07:34:00 +02:00
Dave Davenport
e3dc26fa9f
Update to release notes.
2016-03-30 07:58:45 +02:00
Dave Davenport
b3d1718ad1
Merge pull request #367 from benizi/add-install-disclaimer
...
Add staleness note to INSTALL.md git instructions
2016-03-27 11:52:53 +02:00
Benjamin R. Haskell
37fd654714
Add staleness note to INSTALL.md git instructions
...
Instructions on the GitHub Pages version track the stable release. It
would be nice to know that the "Install a checkout from git" section on
the site may be out of date.
Issue #350 , #365
2016-03-26 23:04:03 -04:00
Dave Davenport
2127682573
Cleanup unused type specifier (dialogs).
2016-03-24 22:15:10 +01:00
Dave Davenport
c4b65d975c
Cleanup unused type specifier.
2016-03-24 22:13:19 +01:00
Dave Davenport
0a9ae342bb
Small update release notes
2016-03-24 15:54:06 +01:00
Dave Davenport
0fa94bd02f
Start of 1.0.0 release notes.
2016-03-23 17:58:56 +01:00
Dave Davenport
6693799923
Split test for helper in separate test for config cmdline parser.
2016-03-22 10:43:42 +01:00
Dave Davenport
3ac0c6dd7d
Quick fix.
2016-03-21 20:27:16 +01:00
Dave Davenport
8914fbf2df
Split test in 2.
2016-03-21 17:16:45 +01:00
Quentin Glidic
1e3294fa68
travis.yml: Use Jason Pleau xkbcommon package
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-03-20 22:20:00 +01:00
Quentin Glidic
50f9683c99
travis.yml: Style cleanup
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-03-20 17:24:59 +01:00
Quentin Glidic
8329a801a2
test-x: Update config reference
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-03-20 15:02:28 +01:00
Quentin Glidic
2eabe6ac09
travis.yml: Use make check
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-03-20 14:54:03 +01:00
Quentin Glidic
73018f829e
travis.yml: Trick the package whitelist for now
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-03-20 14:36:23 +01:00
Quentin Glidic
6a84d29e02
x11-helper: Drop RControl/LControl from Control modifier mask
...
They are not used for that, and Control was a #define in X11 headers anyway.
Fixes #362
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-03-20 14:00:29 +01:00
Quentin Glidic
86c8934b86
test-x: Remove daemon mode test
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-03-20 11:56:28 +01:00