Dave Davenport
|
859a9c79d6
|
Indent the code.
|
2018-08-08 15:55:13 +02:00 |
|
Dave Davenport
|
b8592f8b99
|
Documentation updates.
* theme,
* view,
* textbox
* helper
|
2018-06-12 12:00:00 +02:00 |
|
Dave Davenport
|
5ab0a642c9
|
[Theme] When reading double property, allow fallback to integer.
Otherwise the value '1' is not seen as valid entry, only '1.0'.
Fixes: #752
|
2018-01-14 11:21:02 +01:00 |
|
Dave Davenport
|
9cd1e3fac2
|
Indent
|
2017-11-07 20:04:07 +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
|
0ef2ad0771
|
Use PACKAGE_VERSION as it is known to both make and meson.
|
2017-10-31 19:36:13 +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
|
5f1be779a2
|
Fixes parsing of non-existing fields.
Fixes: #700
|
2017-10-20 22:13:28 +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
|
9ae62960c1
|
Indent files.
|
2017-10-05 17:45:50 +02:00 |
|
Dave Davenport
|
8a0563634f
|
Fix conversion of border color to new theme format.
|
2017-09-24 15:32:53 +02:00 |
|
Dave Davenport
|
99f2a1a9bf
|
Add @theme import command, that resets the current theme.
|
2017-09-18 17:48:13 +02:00 |
|
Dave Davenport
|
ff4946edaf
|
Cleanup compiler warnings.
- Unused var.
- Missing switch statement.
- Change fallthrough for older compilers.
|
2017-09-17 18:17:26 +02:00 |
|
Dave Davenport
|
e01aefd773
|
Update shipped themes.
|
2017-09-09 14:50:23 +02:00 |
|
Dave Davenport
|
af369bd244
|
Update default theme and converter.
|
2017-09-09 12:07:11 +02:00 |
|
Dave Davenport
|
28ca3cb510
|
Fix tests.
|
2017-09-07 20:03:21 +02:00 |
|
Dave Davenport
|
2a5cb6f621
|
Alias 'color' property name to 'text-color'
|
2017-09-07 08:35:09 +02:00 |
|
Dave Davenport
|
7c1ecb4707
|
Add support for multiple selectors. #dummy0, dummy1 {}
|
2017-09-06 23:11:03 +02:00 |
|
Dave Davenport
|
0824a1e48c
|
Inherit again, for modifiers.
|
2017-09-06 22:19:00 +02:00 |
|
Dave Davenport
|
6b43fed3aa
|
use color, background-color and border-color
|
2017-09-06 19:02:09 +02:00 |
|
Dave Davenport
|
4dc9f29512
|
Add (untested) support for inherit keyword.
|
2017-09-06 18:26:04 +02:00 |
|
Dave Davenport
|
50998b8f04
|
Flatten hierarchy, don't inherit by default.
* add keyword inherit to language parser and theme structure.
|
2017-09-06 10:03:44 +02:00 |
|
Dave Davenport
|
9b0a430fd4
|
Indent.
|
2017-09-05 13:52:44 +02:00 |
|
Dave Davenport
|
ba296f9210
|
Add ch as size unit.
|
2017-09-05 13:52:21 +02:00 |
|
Dave Davenport
|
2b8179b684
|
Try to match line-padding in theme converter.
|
2017-09-04 22:46:50 +02:00 |
|
Dave Davenport
|
604779c444
|
Change order evaluation to make CPPCheck happy.
Code was not wrong.
|
2017-08-08 09:40:38 +02:00 |
|
Dave Davenport
|
474e3b3d63
|
Slight tweak to default theme
|
2017-07-24 16:58:03 +02:00 |
|
Dave Davenport
|
ecc9bcc270
|
Re-add some of the old theme options, so theme converter use them.
- line margin
- separator style.
- fake transparency.
- line padding.
- scrollbar width
|
2017-07-06 18:20:32 +02:00 |
|
Dave Davenport
|
7e1c02b04c
|
[OldTheme] Re-add the padding/bw option.
|
2017-07-03 09:23:03 +02:00 |
|
Dave Davenport
|
69d32164c9
|
Fix test building.
|
2017-06-21 19:18:57 +02:00 |
|
Dave Davenport
|
77a4d97262
|
Add -dump-config option.
|
2017-06-21 08:19:47 +02:00 |
|
Dave Davenport
|
9af191de26
|
Fix tests by splitting types name into separate file.
|
2017-06-20 21:02:13 +02:00 |
|
Dave Davenport
|
da00848416
|
Do better error reporting on configuration entries in rasi format.
|
2017-06-20 18:10:18 +02:00 |
|
Dave Davenport
|
22aacb8f94
|
Add extra check for rofi_theme_parse_prepare_file
|
2017-06-14 16:19:17 +02:00 |
|
Dave Davenport
|
02ef2f41ef
|
Extend list of printable properties names to include list and orientation.
|
2017-06-13 21:42:03 +02:00 |
|
Dave Davenport
|
07076d154a
|
Load theme-str after loading fallback themes.
* If no theme loaded, try converting old theme.
* If still no theme loaded, try default theme.
* Then load modifications (theme-str option)
|
2017-06-07 07:53:33 +02:00 |
|
Dave Davenport
|
68641a2143
|
Add new keywords to theme printer
|
2017-06-03 20:45:16 +02:00 |
|
Dave Davenport
|
9a62bfd172
|
Run indenter.
|
2017-06-03 20:35:50 +02:00 |
|
Dave Davenport
|
1d622aa59c
|
Change ThemeHighlight to RofiHighlightColorStyle
|
2017-06-02 16:46:28 +02:00 |
|
Dave Davenport
|
3e46228074
|
Change Padding to RofiPadding
|
2017-06-02 16:44:16 +02:00 |
|
Dave Davenport
|
ea7d20d150
|
Change Orientation enum to RofiOrientation.
|
2017-06-02 16:34:52 +02:00 |
|
Dave Davenport
|
9915857a2e
|
Change Distance struct to RofiDistance.
|
2017-06-02 16:25:47 +02:00 |
|
Dave Davenport
|
7352f1c2ba
|
Change PixelWidth to RofiPixelUnit.
|
2017-06-02 16:21:05 +02:00 |
|
Dave Davenport
|
48bf1709b6
|
Rename HL_ to ROFI_HL_ and fix box test.
|
2017-06-02 16:09:20 +02:00 |
|
Dave Davenport
|
eec5c6eadc
|
Add orientation property.
|
2017-06-02 14:05:19 +02:00 |
|
Dave Davenport
|
b82e1c7a78
|
Merge remote-tracking branch 'origin/master' into barview
|
2017-05-28 10:17:12 +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
|
c23df70aeb
|
Allow interface to be dynamically changed.
|
2017-05-25 23:41:15 +02:00 |
|
Dave Davenport
|
da092c53ac
|
[BarView] Use exact match for entry width.
|
2017-05-24 08:50:45 +02:00 |
|