Dave Davenport
|
cd06d593b2
|
[listview] Always do full update to update all theme elements.
fixes: #1032
|
2019-11-23 16:23:58 +01:00 |
|
Dave Davenport
|
c4a4243616
|
[Theme] Add alpha channel to highlight color.
Fixes: 1033
|
2019-11-20 11:18:53 +01:00 |
|
Dave Davenport
|
5a457022e9
|
Update rofi-theme.5.markdown
|
2019-11-18 20:38:38 +01:00 |
|
Dave Davenport
|
37121bfbe2
|
[ListView] Fix right-to-left scrolling in bar-view.
Issue: #1028
|
2019-11-14 13:01:49 +01:00 |
|
Dave Davenport
|
eb5c4bfdcc
|
[Box] Fix update not propagating to parent.
|
2019-11-07 12:44:20 +01:00 |
|
Dave Davenport
|
c1378e4c60
|
[View] Add two widgets num-rows/num-filtered-rows
Issue: #1026
|
2019-11-07 11:49:45 +01:00 |
|
Simon Legner
|
5f57519940
|
Fix typo "Csutom" (#1025)
|
2019-11-03 20:06:48 +01:00 |
|
Dave Davenport
|
74f7a48c4f
|
[Textbox] Add theme option to stop blinking.
|
2019-11-03 11:31:08 +01:00 |
|
Dave Davenport
|
0edcd7cfd3
|
Remove deprecated option from configure.
|
2019-10-29 13:33:04 +01:00 |
|
Dave Davenport
|
aeecf34c27
|
[Window] Add thumbnail of windows as option.
|
2019-10-17 21:19:19 +02:00 |
|
Dave Davenport
|
8590a7ccf2
|
[CI] Fixing some more doxygen warnings.
|
2019-09-30 10:57:23 +02:00 |
|
Dave Davenport
|
0a0556c765
|
[CI] Update missing documentation.
|
2019-09-30 10:35:12 +02:00 |
|
Dave Davenport
|
3def8a6418
|
[CI] Fix tests.
|
2019-09-30 10:17:48 +02:00 |
|
Dave Davenport
|
8d9e403659
|
Update copyright.
|
2019-09-27 11:58:32 +02:00 |
|
Dave Davenport
|
4e0dfb03b1
|
[Test] Fix building of tests.
Fixes: #1017
|
2019-09-27 10:43:29 +02:00 |
|
Dave Davenport
|
7c613f6a4c
|
Issue893: Add support for @media in the theme format. (#1015)
* [Lexer] Add support for @media.
Issue: #893
* [Theme] @media limit to px.
* [Theme@Media] add *{} support.
* [Theme@Media] Add support for monitor-id media.
* [Theme@Media] Code cleanup.
* [Theme@Media] Add min/max-aspect-ratio.
* [Theme@Media] Remove some debug output
Fixes: #893
|
2019-09-20 15:05:36 +02:00 |
|
Dave Davenport
|
f28cf0207e
|
Update rofi-theme manpage with button and icon feature.
|
2019-09-20 15:01:34 +02:00 |
|
Dave Davenport
|
138acf6f3d
|
Alow buttons to be added to the UI.
Support:
* ok
* custom
* ok|alternate
* custom|alternate
|alternate launches in terminal.
|
2019-09-16 22:07:30 +02:00 |
|
Dave Davenport
|
c3caa20df8
|
[Theme] Add sidebar as alias to mode-switcher
|
2019-08-24 11:04:45 +02:00 |
|
Dave Davenport
|
aa35ecc40a
|
[DRun] Add keywords to match and printing.
|
2019-08-20 22:51:07 +02:00 |
|
qball
|
ad74da45d1
|
[Workaround] Add default icon size.
|
2019-08-17 22:57:05 +02:00 |
|
Dave Davenport
|
245ce2a95f
|
[Icon] Suppport distance for size.
|
2019-08-15 21:52:17 +02:00 |
|
Dave Davenport
|
85279323e6
|
Set window title based on mode name.
For dmenu allow customize with `-window-title`.
Fixes: #969
|
2019-08-10 12:02:49 +02:00 |
|
Dave Davenport
|
204008d389
|
[DRun] Do not run custom command in drun mode.
Fixes: #966
|
2019-08-09 20:08:41 +02:00 |
|
Dave Davenport
|
a42e9f869f
|
[DMenu] Strip pango markup when matching rows.
fixes: #579
|
2019-08-09 19:55:34 +02:00 |
|
Dave Davenport
|
f896146217
|
[DRUN] Add option to only show desktop files in certain categories
closes: #817
|
2019-08-09 19:33:23 +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 |
|
Keith Collister
|
d9eb9f25a1
|
Added 'rofi/themes' to paths checked for theme files (#1001)
|
2019-08-04 21:04:26 +02:00 |
|
Dave Davenport
|
eece00bad6
|
[combi|script] Add static keyword to inline get_index.
|
2019-07-09 09:01:35 +02:00 |
|
Dave Davenport
|
209fb9be18
|
[Script|Combi] Fix compilation warning about mixing singed and unsigned.
|
2019-07-06 17:04:17 +02:00 |
|
Dave Davenport
|
aa9970fa2a
|
[build] Check for the strchrnul function in configure.ac
Issue: #989
|
2019-07-06 11:32:37 +02:00 |
|
Kenneth Ho
|
be21fbae5d
|
add pythonic rows selection to -a and -u (#985)
|
2019-07-02 21:27:46 +02:00 |
|
Dave Davenport
|
2ddb525ff3
|
Fix small typo
|
2019-06-28 10:11:21 +02:00 |
|
Dave Davenport
|
23887a9eee
|
Setup dev. version.
|
2019-06-26 21:34:39 +02:00 |
|
Dave Davenport
|
35d2c341c8
|
Bug fix release 1.5.4
|
2019-06-26 21:24:45 +02:00 |
|
Dave Davenport
|
14955e5508
|
[SSH] Fix wrong sizeof in read_hosts_file
|
2019-06-24 22:09:19 +02:00 |
|
Dave Davenport
|
9a5ae427d9
|
Mark dev branch.
|
2019-06-23 15:13:26 +02:00 |
|
Dave Davenport
|
3ca22fc528
|
Merge remote-tracking branch 'origin/next'
|
2019-06-23 15:12:04 +02:00 |
|
Dave Davenport
|
ec0e8a656f
|
V1.5.3 - Time delayed progress
|
2019-06-23 15:05:12 +02:00 |
|
Dave Davenport
|
45811d99ca
|
[Manpage] Fix example that uses external tools out2html and tty-pipe.
|
2019-06-16 19:47:04 +02:00 |
|
Dave Davenport
|
5970649698
|
Fix typo in unit separator character.
|
2019-06-16 19:40:06 +02:00 |
|
Dave Davenport
|
5b2cf7e931
|
Add (draft) release notes 1.5.3.
|
2019-06-16 19:37:12 +02:00 |
|
Dave Davenport
|
361ce7d6fc
|
Add matching-negate-char character.
Fixes: #937
|
2019-05-19 19:15:54 +02:00 |
|
Dave Davenport
|
f3c58708f4
|
Change buildsystem link to DaveDavenport -> davatorium.
|
2019-05-14 11:55:30 +02:00 |
|
Dave Davenport
|
c4ce4df5e8
|
Fix more links from DaveDavenport -> davatorium
|
2019-05-14 11:52:21 +02:00 |
|
Dave Davenport
|
b8eae6fcad
|
[README] Fix some badges links.
|
2019-05-14 11:47:11 +02:00 |
|
Dave Davenport
|
77a059ebf0
|
[Themes] Add 'fancy' theme.
|
2019-05-14 11:35:30 +02:00 |
|
Dave Davenport
|
277ec41d9a
|
Changelog: Small update.
|
2019-05-14 11:26:08 +02:00 |
|
Dave Davenport
|
eb0e132bcc
|
[Timings] Move into new debug system. (#961)
* [Timings] Move into new debug system.
* [Timings] Remove newlines.
|
2019-05-11 20:57:18 +02:00 |
|