Commit graph

2895 commits

Author SHA1 Message Date
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
Dave Davenport
ba0acd625f Remove leading # from dump theme and add mesg about rofi dumping it 2017-10-31 19:29:27 +01:00
Dave Davenport
316de7ebeb Remove default-theme header file. 2017-10-31 19:00:31 +01:00
Quentin Glidic
3c37ba7a1c
meson: Add default theme GResource bits
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-10-31 18:16:08 +01:00
Dave Davenport
cc3d889fea First testing to use GResource to load default theme. 2017-10-31 18:00:24 +01:00
Dave Davenport
0bb64cf1ad Add extra margin between prompt and entry. 2017-10-31 09:51:00 +01:00
Dave Davenport
1dccdb302e Remove color from prompt, can be added in theme now.
fixed: #637
2017-10-30 21:40:13 +01:00
Dave Davenport
c405c748a2 Add extended script mode to changelog. 2017-10-30 17:08:58 +01:00
Dave Davenport
ad877bb2e6 [ThemeParser] Give a more detailed error when only 7 elements are specified in argb syntax. 2017-10-30 17:07:13 +01:00
Dave Davenport
18c25e3ffe Update Changelog. 2017-10-30 17:00:17 +01:00
Dave Davenport
96735fc342 Fix test for default theme. 2017-10-25 18:44:04 +02:00
Dave Davenport
f9d1562513 [Default theme] Fix border width message box 2017-10-25 17:51:00 +02:00
Dave Davenport
70451fb378 Update ISSUE_TEMPLATE.md
Add guidelines
2017-10-25 14:29:02 +02:00
Quentin Glidic
7973f5864b
gitmodules: Update libnkutils
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-10-22 14:50:22 +02:00
Dave Davenport
5312efb310 [Tests] Fix tests for theme-parser. 2017-10-22 13:20:29 +02:00
Dave Davenport
847d2e82a0 [Lexer/Parser] Make the '#' before element optional. 2017-10-22 12:42:33 +02:00
Rasmus Steinke
814fad8191 add separator between mesg and listview 2017-10-22 11:52:50 +02:00
Rasmus Steinke
b7d537c200 add border and use Topaz font 2017-10-22 11:48:13 +02:00
Askrenteam
0dc71fcc00 Added option -name-only to match only desktop entry name with drun (#690)
* Added option -name-only to match only desktop entry name with drun

* fixed indent and xrdump test

* fixed test

* option -drun-match-fields

* option -window-match-fields

* matching fields as static in window/drun + enums for field indexes

* prevent window_mode_parse_fields() from executing twice
2017-10-21 11:18:52 +02:00
Quentin Glidic
af81a54adf
drun: Load absolute path icons properly
This was lost in the rework commit
4d8784cf85 and never added back.

Fixes #701

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-10-20 22:53:17 +02:00
Dave Davenport
5f1be779a2 Fixes parsing of non-existing fields.
Fixes: #700
2017-10-20 22:13:28 +02:00
Rasmus Steinke
eff0597625 fix double slashes in path names 2017-10-19 21:40:33 +02:00
Dave Davenport
6f63e80b2f Merge pull request #696 from jmkjaer/patch-1
Fixed error misspell
2017-10-19 17:29:09 +02:00
Dave Davenport
dea962def5 Add Delta to float/double compare.
Issue: #692
2017-10-19 17:08:48 +02:00
Jakob M. Kjær
6f6115ee59 Fixed error misspell 2017-10-19 17:07:23 +02:00
Dave Davenport
fcaf8d8104 Fix color conversion from old ARGB to RGBA (new)
Fixes: #693
2017-10-19 07:48:48 +02:00
Dave Davenport
65dfa23e2a [Meson] Fix pkg-config file generation with meson. 2017-10-16 19:18:19 +02:00
Dave Davenport
12e7b67ddd Make -plugin-path commandline flag be read before loading plugins 2017-10-16 18:25:16 +02:00
Quentin Glidic
f9cf9c6b87
gitmodules: Update libnkutils
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-10-15 18:29:54 +02:00
Rasmus Steinke
aa0cd52a7f fix user being split from theme name 2017-10-15 17:55:41 +02:00
Quentin Glidic
8deedd8645
meson: Use libnkutils git-version support
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-10-15 17:51:45 +02:00
Rasmus Steinke
743b393f15 fix offset on theme previews 2017-10-15 17:23:30 +02:00
Quentin Glidic
673124b22c
gitmodules: Update libnkutils
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-10-15 11:32:16 +02:00
Quentin Glidic
f7224bba98
gitmodules: Update libnkutils
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-10-15 11:22:23 +02:00
Dave Davenport
d7bda01152 Fix merge 2017-10-15 11:13:53 +02:00
Dave Davenport
2198d43199 Merge remote-tracking branch 'origin/master' into next 2017-10-15 11:08:15 +02:00
Dave Davenport
1ab3e571ec V1.4.2 Release 2017-10-15 10:59:38 +02:00
Dave Davenport
ca855190c8 Update Changelog. 2017-10-15 10:51:24 +02:00