TonCherAmi
|
db5a4723e7
|
Add cursor property (#1313)
* Change mouse cursor on widget hover
Currently only listview element and editbox are supported.
* Add cursor property
|
2021-08-29 11:16:59 +02:00 |
|
Dave Davenport
|
798379551f
|
[Theme] Change default theme icon height to 1 em, to match old behaviour better.
|
2020-09-14 20:05:29 +02:00 |
|
Dave Davenport
|
aef108e186
|
[Default Theme] Change ch to em.
|
2020-09-14 09:36:20 +02:00 |
|
Dave Davenport
|
5d6876a516
|
[Theme] Add inherit highlight on default theme.
|
2020-09-06 12:07:57 +02:00 |
|
Dave Davenport
|
f8be880b45
|
Add total num + filtered num to default theme.
|
2020-01-16 19:12:03 +01:00 |
|
Dave Davenport
|
0a4426af29
|
Add placeholder to default theme.
|
2019-12-26 14:39:51 +01:00 |
|
Dave Davenport
|
aeecf34c27
|
[Window] Add thumbnail of windows as option.
|
2019-10-17 21:19:19 +02:00 |
|
Dave Davenport
|
3def8a6418
|
[CI] Fix tests.
|
2019-09-30 10:17:48 +02:00 |
|
Dave Davenport
|
aa35ecc40a
|
[DRun] Add keywords to match and printing.
|
2019-08-20 22:51:07 +02:00 |
|
Dave Davenport
|
a1362010c3
|
Fix default theme.
|
2019-08-08 23:35:42 +02:00 |
|
Dave Davenport
|
618d1396ee
|
Issue949 (#999)
* [Issue 949] Add initial split of listview row into widget tree.
Allowing better themeing.
* Remove unneeded code from textbox. allow dis. icons.
* Fix typo.
* Fix wrong widget offset in textbox.
* Fix mouse handling
* [ListView] Add 'fixed-columns' boolean option.
* [Listview] Fix inversion of option.
* [ListView] remove commented old code.
* [Textbox] Handle null pointer on desired width.
* [Listview] Fix crasher with fixed_columns and more max elements requested items.
* Add hack to get backwards compatibility for new listview structure.
* Fix the scrollbar test.
* Fix tests for theme update..
|
2019-08-08 20:02:20 +02:00 |
|
Dave Davenport
|
5b96be66ae
|
[View] Move overlay into the theme system instead of weird addon.
It is now a child in the inputbar.
Fixes: #950
|
2019-04-16 12:52:53 +02:00 |
|
Dave Davenport
|
6fffe427c4
|
Change sidebar in theme to mode-switcher.
Fixes: #930
|
2019-03-19 22:45:10 +01:00 |
|
Dave Davenport
|
40da1b25e2
|
[Theme3.0] Change reference to use the CSS like var() syntax.
Supports defaults var(name, default); var(name);
Where default can be another property.
(https://www.w3schools.com/css/css3_variables.asp)
This deprecates the @name syntax.
Fixes: #876
|
2019-01-29 17:56:45 +01:00 |
|
Dave Davenport
|
a92bcc2818
|
[Theme] Change window layout for error dialog
|
2018-06-14 11:16:32 +02: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
|
ba0acd625f
|
Remove leading # from dump theme and add mesg about rofi dumping it
|
2017-10-31 19:29:27 +01:00 |
|
Dave Davenport
|
0bb64cf1ad
|
Add extra margin between prompt and entry.
|
2017-10-31 09:51:00 +01:00 |
|
Dave Davenport
|
96735fc342
|
Fix test for default theme.
|
2017-10-25 18:44:04 +02:00 |
|
Dave Davenport
|
b50aa7e2e9
|
Fix tests.
|
2017-09-18 09:06:40 +02:00 |
|
Dave Davenport
|
97467fceff
|
Update small part of doc. set hadle-color on scrollbar in default theme.
|
2017-09-09 22:09:02 +02:00 |
|
Dave Davenport
|
e01aefd773
|
Update shipped themes.
|
2017-09-09 14:50:23 +02:00 |
|
Dave Davenport
|
b24660a204
|
Fix default theme.
|
2017-09-09 12:49:40 +02:00 |
|
Dave Davenport
|
4a30d2a507
|
Fix tests.
|
2017-09-08 21:57:55 +02:00 |
|
Dave Davenport
|
6dae152e31
|
Fix tests.
|
2017-09-04 23:01:37 +02:00 |
|
Dave Davenport
|
474e3b3d63
|
Slight tweak to default theme
|
2017-07-24 16:58:03 +02:00 |
|
Dave Davenport
|
37a12d4248
|
Fix test themes to match new conversion
|
2017-07-06 20:55:33 +02:00 |
|
Dave Davenport
|
a42f4a41fd
|
Fix tests for default theme fix
|
2017-05-20 15:37:29 +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
|
e4c935c764
|
Add a old theme conversion test and default theme dump test.
|
2017-05-14 18:22:27 +02:00 |
|