Dave Davenport
1c3d1aa46f
Bump to version 1.0.1
2016-05-02 07:50:28 +02:00
Chris Salzberg
324a09b27b
man: Fix typo (exteneded -> extended)
2016-05-01 10:35:10 +02:00
Dave Davenport
09d1955338
Issue: #395 adding more options.
2016-04-29 21:42:31 +02:00
Dave Davenport
91e68f4ded
Merge pull request #393 from domidimi/master
...
When switching windows also switch the desktop
2016-04-29 19:36:56 +02:00
Dimitar Yordanov
74d1b234d9
When switching windows also switch the desktop
...
If the window we switch to is not on the same desktop, first switch to
the desktop.
2016-04-28 22:45:01 +02:00
Dave Davenport
7861b73690
Merge pull request #391 from jasperla/bash
...
no need for bash here, sh suffices
2016-04-27 22:53:50 +02:00
Jasper Lievisse Adriaanse
6beb315f77
no need for bash here, sh suffices
2016-04-27 18:13:19 +02:00
Dave Davenport
4dbf2813d0
Issue #388 , Try to make history parser more robust against corruption.
2016-04-27 12:57:43 +02:00
Dave Davenport
88c0a5c888
Merge pull request #389 from jamesbvaughan/master
...
Minor documentation typo fix
2016-04-27 11:48:09 +02:00
James Vaughan
4be6250393
typo fix
2016-04-27 02:43:36 -07:00
Dave Davenport
1661244407
Issue: 386: Fix getting desktop number property
2016-04-26 07:52:29 +02:00
Dave Davenport
85aeffbd24
small cleanup
2016-04-20 17:03:34 +02:00
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