Commit graph

2832 commits

Author SHA1 Message Date
Rafael Cavalcanti
cb36bf3c17 Add konsole to rofi-sensible-terminal (#739) 2017-12-19 10:50:27 +01:00
Quentin Glidic
e9532f584f
xcb: Add XKB_NEW_KEYBOARD_NOTIFY support
Should not matter much for us, but not hard to support anyway.

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-12-18 17:51:59 +01:00
Dave Davenport
30b8e0ef43 Small manpage tweak 2017-12-12 22:03:19 +01:00
Dave Davenport
5a20094777 [Script] Reduce scope and swap tests. (cppcheck) 2017-12-11 18:42:35 +01:00
Rasmus Steinke
2cbbb1606f include $XDG_CONGIG_HOME/rofi/themes 2017-12-10 23:18:20 +01:00
Dave Davenport
6abc8c920c DRun: Allow to select based on comment field.
Fixes: #733
2017-12-09 19:55:39 +01:00
Rasmus Steinke
1ebca2711b update for latest theme format changes 2017-12-09 11:02:07 +01:00
Rasmus Steinke
d747029f7e update widget names, include colon 2017-12-09 10:51:01 +01:00
Quentin Glidic
53e0f957d0
drun: Early return if already initialized
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-12-09 10:34:11 +01:00
Quentin Glidic
58ed481198
xrmoptions: Use a switch where possible
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-12-09 10:34:11 +01:00
Dave Davenport
ae4ea622bb Fix (old style) fake-transparency and fake-background option.
- Broke and only setting it via theme worked.
2017-12-08 10:59:43 +01:00
Dave Davenport
94aa4a9b7c Fix typo (position->location) in rofi-theme manpage. 2017-12-08 10:56:41 +01:00
Dave Davenport
f041313efb Allow theme to override width on box. 2017-12-08 10:48:22 +01:00
barul
ddfdf66d7e changed ligbwater's url from git to https 2017-12-04 19:51:15 +01:00
Dave Davenport
07cf9aabc7 Re-calculate size before showing. 2017-11-30 11:01:23 +01:00
Dave Davenport
f123deb37b When no new theme file present, don't print it in help. 2017-11-29 23:08:23 +01:00
Rasmus Steinke
9281c01b3b fix formatting 2017-11-29 21:47:22 +01:00
Dave Davenport
10e2bc36cd Remove : from dmenu default prompt. 2017-11-28 17:53:45 +01:00
Quentin Glidic
6971222d07
gitmodules: Update libnkutils
Fixes #727

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-11-25 11:03:12 +01:00
Edward Betts
79adae77d7 Correct spelling mistakes. (#722) 2017-11-23 18:41:52 +01:00
Dave Davenport
54c45f8f5f Fix __cplusplus guard. Move after include 2017-11-21 16:04:59 +01:00
Dave Davenport
35304e705d [Plugin] Add C++ #ifdefs to public header files. 2017-11-20 22:50:58 +01:00
Dave Davenport
974b482500 [ScriptMode] Add markup to message test in script mode test. 2017-11-18 14:44:40 +01:00
Dave Davenport
eb3f2683e7 Regenerate manpage that fixes typo (double >>). 2017-11-18 14:41:37 +01:00
Cory Kennedy-Darby
7fc7be9ad4 Update rofi.1.markdown (#720)
Fix typo
2017-11-18 12:40:05 +01:00
Quentin Glidic
955cdf5ba5
drun: Standardize debug messages
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-11-17 14:20:03 +01:00
Dave Davenport
9cd1e3fac2 Indent 2017-11-07 20:04:07 +01:00
Dave Davenport
4ac428bace [Combi] Add hide prefix option. 2017-11-07 20:03:42 +01:00
Dave Davenport
23c04e34fe [Theme] Sidebar no longer uses fullscreen + compositor 2017-11-07 08:43:35 +01:00
Dave Davenport
081105c347 Update Changelog. 2017-11-06 20:54:52 +01:00
Dave Davenport
d9def87930 Allow height to be specified on window.
Fixes: #718
2017-11-06 20:49:26 +01:00
Dave Davenport
e689f2d98b Check result g_key_file_load_from_file to make coverity happy. 2017-11-05 21:32:43 +01:00
Dave Davenport
5a3b642cf7 Start working on v1.5.0 changelog. 2017-11-05 21:04:46 +01:00
Dave Davenport
2e012ecae2 Update Changelog 2017-11-05 20:47:47 +01:00
Dave Davenport
74106921f4 Install rofi-theme-selector manpage. 2017-11-05 15:28:17 +01:00
Rasmus Steinke
ac91da123c add rofi-theme-selector manpage and mention it in rofi manpage 2017-11-05 14:03:10 +01:00
Dave Davenport
f992e0e21a Add the prompt colon to the default theme.
- Fix dumping of theme localization of the decimal-point. Force it to
be always a '.'.
2017-11-05 12:56:41 +01:00
Dave Davenport
bfd8e25436 Merge remote-tracking branch 'origin/master' into next 2017-11-02 21:42:37 +01:00
ironyman
85ecaea49a Fix -m -4 for xmonad (#683)
The problem is that xcb_translate_coordinates was being called to
translate the origin of the active_window (relative to active_window's
parent) from the coordinate space relative to active_window to the
coordinate space relative to root. The fix is to translate the origin of
the active_window (relative to active_window's parent) from the
coordinate space relative to active_window's parent to the coordinate
space relative to root.
2017-11-02 21:06:28 +01:00
Dave Davenport
f7d7fd4573
[DRun] Obey OnlyShowIn NotShowIn (#715)
* [DRun] Obey OnlyShowIn NotShowIn

* Replace g_strv_contains.
2017-11-02 21:05:07 +01:00
Quentin Glidic
c3aa4fb5f3
gitmodules: Update libnkutils
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-11-02 19:53:53 +01:00
Quentin Glidic
bdc8b3a246
gitmodules: Update libnkutils
Now, we use (some) GTK+ settings as a fallback if present, for all DEs.

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-11-02 19:26:09 +01:00
Rasmus Steinke
7446a69ac7 remove duplicated variable 2017-11-01 22:02:33 +01:00
Rasmus Steinke
c89bf30d15 add icon theme settings 2017-11-01 22:01:05 +01:00
Rasmus Steinke
d32c6cf84b Reflect changes to widget names, mention "enabled" property 2017-11-01 21:58:07 +01:00
Dave Davenport
fabf3d544a Update Changelog. 2017-11-01 20:36:21 +01:00
Dave Davenport
c70d519226
Merge pull request #714 from DaveDavenport/dumptheme
Changes the dump theme format to not have the prefix # and uses dots only to separate modifiers.
2017-11-01 20:28:41 +01:00
Dave Davenport
4358894724
Merge pull request #711 from DaveDavenport/resources
Store default theme in the rofi binary using GResources.
2017-11-01 20:15:07 +01:00
Dave Davenport
0ef2ad0771 Use PACKAGE_VERSION as it is known to both make and meson. 2017-10-31 19:36:13 +01:00
Dave Davenport
3eef3d790a Use AM_PATH_GLIB_2_0 to figure out where glib-compile-resource is. 2017-10-31 19:31:58 +01:00