Dave Davenport
|
97fe894f43
|
Add some theme name resolving functions.
|
2017-04-17 17:46:01 +02:00 |
|
Quentin Glidic
|
9a68b22009
|
Fix licenses headers
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-04-15 12:32:05 +02:00 |
|
Dave Davenport
|
d6af6d29fc
|
Small memory leak in theme-config parser.
|
2017-04-12 09:22:26 +02:00 |
|
Dave Davenport
|
79c33cfca6
|
Improve error messages when type does not match.
|
2017-04-09 15:27:23 +02:00 |
|
Dave Davenport
|
898b5466f0
|
Fix memory leak on parser fail.
|
2017-04-06 09:12:03 +02:00 |
|
Dave Davenport
|
387093a673
|
Fix EM always being real
|
2017-04-05 21:27:35 +02:00 |
|
Dave Davenport
|
557241ba94
|
New FLEX version compares against 0 for EOF other (old) against EOF (-1)
|
2017-04-05 08:26:11 +02:00 |
|
Dave Davenport
|
66c5c6ab55
|
Change back to int. (did not do what expected)
|
2017-04-04 08:58:20 +02:00 |
|
Dave Davenport
|
358759e0ab
|
Reset pointer to NULL after free'ing.
|
2017-04-04 08:31:25 +02:00 |
|
Dave Davenport
|
ed647dc4c1
|
Fix some conversion compatibility
|
2017-04-02 12:47:53 +02:00 |
|
Dave Davenport
|
a754815d14
|
Add converter back for old theme format.
|
2017-04-02 12:32:11 +02:00 |
|
Dave Davenport
|
28f74e3a5a
|
Change Configuration to configuration
|
2017-03-29 19:54:13 +02:00 |
|
Dave Davenport
|
5259eb11bc
|
Merge the configuration loading into something more simple (3)
|
2017-03-28 17:33:43 +02:00 |
|
Dave Davenport
|
958bb0ebc6
|
Use lexer type so signedness is correct.
|
2017-03-28 10:16:22 +02:00 |
|
Dave Davenport
|
439532450a
|
Fix position in first parsed file.
|
2017-03-28 09:19:04 +02:00 |
|
Dave Davenport
|
c7daf2d06c
|
I am bad, and that is good - Ralph. Fix missing include
|
2017-03-28 09:02:39 +02:00 |
|
Dave Davenport
|
b91a9fb0c0
|
Add 'Configuration' section to rasi format that parses config option.
|
2017-03-27 09:04:55 +02:00 |
|
Dave Davenport
|
5814478723
|
Add UTF8 string support to lex (I hope)
|
2017-03-26 22:54:53 +02:00 |
|
Dave Davenport
|
606f4e89c5
|
Add teardown debug message
|
2017-03-21 19:46:56 +01:00 |
|
Dave Davenport
|
9cfb075bc4
|
Add filename to location in error message.
|
2017-03-13 16:42:17 +01:00 |
|
Dave Davenport
|
d67a562d88
|
Get full canonical path for duplicate filtering.
|
2017-03-13 16:17:11 +01:00 |
|
Dave Davenport
|
ab9a2b05d3
|
Don't parse same files, multiple times.
|
2017-03-13 14:16:38 +01:00 |
|
Dave Davenport
|
1ca69704db
|
Cleanup lexer a bit
|
2017-03-13 10:49:33 +01:00 |
|
Dave Davenport
|
be036f086d
|
Reset location when importing, correctly resolve relative path
|
2017-03-13 08:54:55 +01:00 |
|
Dave Davenport
|
b7f4b7484f
|
Some initial support for @import in theme and try to fall back when theme fails to load
|
2017-03-11 17:06:06 +01:00 |
|
Dave Davenport
|
cb9255bbea
|
Allow slice allocator for theme
|
2017-03-04 20:09:19 +01:00 |
|
Dave Davenport
|
63d8bfb071
|
Updates
|
2017-01-11 23:19:29 +01:00 |
|
Dave Davenport
|
ca01af6338
|
Try to improve error handling and messages
|
2017-01-09 22:29:31 +01:00 |
|
Dave Davenport
|
854aa55453
|
Better error reporting (1)
|
2017-01-09 18:32:26 +01:00 |
|
Dave Davenport
|
a199fa3275
|
Improve error message theme a little bit
|
2017-01-09 08:55:51 +01:00 |
|
Dave Davenport
|
713d41f619
|
Allow matching highlighting to be set. Fixes #522
|
2017-01-09 00:09:02 +01:00 |
|
Dave Davenport
|
3944a5bde2
|
Reset parsing queue on EOF.
|
2017-01-08 16:16:09 +01:00 |
|
Dave Davenport
|
c57e7348d2
|
Add some better error message. Allow -theme-str option to override part of theme
|
2017-01-08 16:09:24 +01:00 |
|
Dave Davenport
|
0d9804f108
|
Don't allow global properties, need to be in a * { }
|
2017-01-07 00:23:39 +01:00 |
|
Dave Davenport
|
e388aa95c7
|
Allow * { } syntax for default values.
|
2017-01-06 23:41:10 +01:00 |
|
Dave Davenport
|
b26d241f04
|
Make parser accept old + more CSS style elements
|
2017-01-06 23:25:55 +01:00 |
|
Dave Davenport
|
06c5f51e7d
|
Allow to set anchor position on normitor and anchor position on window.
|
2017-01-06 19:04:25 +01:00 |
|
Dave Davenport
|
fb59be5d72
|
Fix file location in parser
|
2017-01-05 22:04:39 +01:00 |
|
Dave Davenport
|
4cc21b93a5
|
Allow linking to top level properties.
|
2017-01-05 18:22:34 +01:00 |
|
Dave Davenport
|
9dd3cb312e
|
Support linestyle on border
|
2017-01-04 22:27:27 +01:00 |
|
Dave Davenport
|
85a0e1a57e
|
Remove class system from new theme format. Fix theme converter.
|
2017-01-04 15:05:39 +01:00 |
|
Dave Davenport
|
f9fc01b176
|
Add percentage option to border,padding
|
2017-01-03 19:23:09 +01:00 |
|
Dave Davenport
|
ccf3f23d9b
|
Update comments, rename Widget to ThemeWidget.
|
2017-01-01 18:08:49 +01:00 |
|
Dave Davenport
|
e29f89e401
|
Reorder padding order, support 1,2,3,4 entries.
|
2017-01-01 01:31:25 +01:00 |
|
Dave Davenport
|
d35e70d817
|
Support converting old theme internally, add first option to dump theme
|
2017-01-01 01:06:38 +01:00 |
|
Dave Davenport
|
7b0e0643c8
|
Make spacing be of type distance.
|
2016-12-31 23:27:17 +01:00 |
|
Dave Davenport
|
068592414e
|
Support em format in padding
|
2016-12-31 22:47:22 +01:00 |
|
Dave Davenport
|
5f424fa598
|
Padding should be specified in px now and 4 borders can be specified on
one pixel line.
|
2016-12-31 21:37:19 +01:00 |
|
Dave Davenport
|
a2001d1b9c
|
Add window widget, play with logic for sizing (broken)
|
2016-12-28 19:42:14 +01:00 |
|
Dave Davenport
|
be3ce75f5d
|
Make parsing of strings more flexible.
- Make use of building expressions.
|
2016-12-19 17:48:20 +01:00 |
|