Dave Davenport
5e946b8383
Fix sidebar mode
2017-05-28 17:19:34 +02:00
Dave Davenport
84473f6f96
Merge remote-tracking branch 'origin/master' into barview
2017-05-28 17:16:25 +02:00
Dave Davenport
89e9c2d0a5
G_MODULE_EXPORT config_path
2017-05-28 17:15:59 +02:00
Dave Davenport
141b46aae0
Add extra error message when failed to open plugin
2017-05-28 17:12:10 +02:00
Dave Davenport
e65c306e1a
Merge remote-tracking branch 'origin/master' into barview
2017-05-28 17:07:23 +02:00
Dave Davenport
85e6bfcc78
Add strings.h to lexer file for strncasecmp.
2017-05-28 17:06:41 +02:00
Dave Davenport
fa0380057b
[Widget] Add desired width option.
2017-05-28 16:10:11 +02:00
Dave Davenport
b82e1c7a78
Merge remote-tracking branch 'origin/master' into barview
2017-05-28 10:17:12 +02:00
Quentin Glidic
0afe4d237d
test-x: Keep server and fluxbox logs out of the way
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-28 00:43:46 +02:00
Quentin Glidic
cfede32f7c
travis: Drop unneeded direct test call
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-28 00:39:51 +02:00
Quentin Glidic
9ddf92be6e
gitmodules: Update libgwater
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-28 00:32:46 +02:00
Quentin Glidic
e324d0c6a9
Makefile.am: Use wrapper script for test-x
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-28 00:24:52 +02:00
Quentin Glidic
04faad945a
Merge branch 'master' into wip/meson
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-28 00:21:57 +02:00
Dave Davenport
0fdb1068da
Allow layout to be overwritten
2017-05-27 17:08:46 +02:00
Dave Davenport
b73f938a82
Set box orientation in theme.
2017-05-26 20:23:46 +02:00
Dave Davenport
c23df70aeb
Allow interface to be dynamically changed.
2017-05-25 23:41:15 +02:00
Dave Davenport
e387105091
[TextBox] Add 'vertical-align' option
2017-05-24 19:57:35 +02:00
Dave Davenport
da092c53ac
[BarView] Use exact match for entry width.
2017-05-24 08:50:45 +02:00
Dave Davenport
7639153ad6
Change page-up/page-down behaviour for barview mode.
2017-05-24 08:10:03 +02:00
Dave Davenport
a4694cf808
Merge remote-tracking branch 'origin/master' into barview
2017-05-23 17:20:17 +02:00
Dave Davenport
f1261e181c
Revert changes to script.
2017-05-23 17:19:04 +02:00
Dave Davenport
a0df3b37c7
[Barview] Small cleanups.
2017-05-23 10:48:02 +02:00
Dave Davenport
d592a59252
[ListView] Add bar mode.
2017-05-23 09:45:42 +02:00
Dave Davenport
f5c57ff821
[TextBox] Add get_desired_width function.
2017-05-23 09:12:04 +02:00
Dave Davenport
dca5caaa47
[Theme] Add small caps options (not working?)
2017-05-22 09:24:05 +02:00
Dave Davenport
8616e4e8c6
Add whitespace check for hsl and error range check check
2017-05-21 13:34:58 +02:00
Dave Davenport
a42f4a41fd
Fix tests for default theme fix
2017-05-20 15:37:29 +02:00
Dave Davenport
7b42adcca2
Fix default theme sidebar mode.
2017-05-20 14:40:16 +02:00
Dave Davenport
421f84285f
Add strikethrough to theme manpage.
...
- extend theme test to hit all rgba rules.
2017-05-18 18:04:52 +02:00
Dave Davenport
fa125cb456
Add extra test for angle unit.
2017-05-18 08:14:41 +02:00
Dave Davenport
72afc7b039
Add strikethrough highlight method.
2017-05-18 07:59:37 +02:00
Dave Davenport
bcea55c398
Small updates to theme manpage.
...
- Add named colors.
- Add named colors alpha.
2017-05-17 22:02:59 +02:00
Dave Davenport
41a7e06919
[Theme] Update theme-manpage
2017-05-17 08:24:28 +02:00
Dave Davenport
bca8ca33d8
Update test
2017-05-16 22:33:55 +02:00
Dave Davenport
30fb8c514e
Change ARGB to RGBA, fix in theme converter
2017-05-16 21:55:52 +02:00
Dave Davenport
494550d38d
[ThemeParser] Add CSS color names support
...
* [ThemeParser] Add css color names
* Add CSS color support (WIP)
* Parse color names in the lexer.
* Add test for css color names
* Indent and fix ordering
2017-05-15 22:46:33 +02:00
Dave Davenport
e397c346da
[ThemeParser] Extend color formats.
...
- Support whitespace format.
- Support deg,rad, grad, turn angle.
- Add alpha channel support to hwb
2017-05-15 15:05:40 +02:00
Quentin Glidic
21982db450
meson: Now dist target is upstream
...
This reverts commit 2140c9dffb
, but not
the Makefile.am part. Also fixes EXTRA_DIST.
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-15 13:18:12 +02:00
Dave Davenport
f0ceeb86d8
[Lexer] Support hsla
2017-05-15 09:10:02 +02:00
Dave Davenport
9d068151fd
Update contributing
2017-05-14 21:06:34 +02:00
Dave Davenport
3fe42c3f79
Update old-theme-convert test
2017-05-14 19:43:44 +02:00
Dave Davenport
e4c935c764
Add a old theme conversion test and default theme dump test.
2017-05-14 18:22:27 +02:00
Dave Davenport
4e7aa06333
Update test to have no user path.
2017-05-14 17:42:05 +02:00
Dave Davenport
f5ba9359a9
See output of test failing only in travis.
2017-05-14 17:36:27 +02:00
Dave Davenport
47c6c8435a
Add a small test for error message failing to open file.
2017-05-14 17:21:34 +02:00
Dave Davenport
94ee637102
[Parser] Fix HWB parser alpha channel and add test.
2017-05-13 22:51:10 +02:00
Dave Davenport
c54a817555
If we hit edge of entry box, make left/right move forward to listview.
2017-05-12 16:08:49 +02:00
Dave Davenport
fd56e07159
Remove hardcoded #columns from default theme.
2017-05-12 16:08:14 +02:00
Dave Davenport
67e38cde40
Fix some clang compiler warnings
2017-05-11 18:30:44 +02:00
Dave Davenport
76244fedc0
Make property name rule consistent.
2017-05-11 18:25:38 +02:00