Commit graph

1461 commits

Author SHA1 Message Date
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
Quentin Glidic
18a7c5e54a README: Remove references to daemon mode
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-03-20 11:53:59 +01:00
Quentin Glidic
20c9abf0a2 keybindings: Merge accept-custom and accept-entry-continue
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-03-20 10:39:34 +01:00
Dave Davenport
c7bc850bb8 Fix reloading after deleting entry 2016-03-20 10:20:40 +01:00
Dave Davenport
d36ae81408 Fix positioning window on top of window. 2016-03-20 10:16:55 +01:00
Dave Davenport
a2869ef39d Make clang static code analyzer happy (300+ -> 5) 2016-03-19 13:29:04 +01:00
Dave Davenport
1f8db0fc5a Remove pointless else if statement 2016-03-19 12:21:08 +01:00
Quentin Glidic
f5231ca24d rofi: Allow fullscreen on specified monitor
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-03-18 09:21:36 +01:00
Dave Davenport
cdd9f97072 Issue 213: Memcpy the right size for atoms 2016-03-17 22:03:19 +01:00
Quentin Glidic
3a781d6fb9 x11-helper: Advertise the correct set of supported modifiers
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-03-17 12:10:50 +01:00
Dave Davenport
5d7bf1cfcf Issue 358 Set monitor width and height for monitor -3 mode. 2016-03-15 09:40:32 +01:00
Dave Davenport
cf65345c9a Update manpage explaining monitor -3 setting, position at mouse. 2016-03-13 20:35:11 +01:00
Dave Davenport
9549dfdd3e Terminate mainloop after error message when trying to start it in daemon mode. 2016-03-13 20:11:39 +01:00