Commit graph

2708 commits

Author SHA1 Message Date
Dave Davenport
72f050e2fc Move enabled into widget. 2017-09-07 08:52:30 +02:00
Dave Davenport
d4bf5ad020 Allow 0 in padding when passing more then 1 argument. 2017-09-07 08:43:00 +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
ae452271ac Fix sizing of listview rows. 2017-09-06 22:21:48 +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
6dae152e31 Fix tests. 2017-09-04 23:01:37 +02:00
Dave Davenport
2b8179b684 Try to match line-padding in theme converter. 2017-09-04 22:46:50 +02:00
Dave Davenport
651bf11e3b Remove CSS comments. 2017-09-04 22:20:46 +02:00
Dave Davenport
980a99ccd6 Oeps. no uuid dep. 2017-09-04 21:58:13 +02:00
Dave Davenport
290f32b152 Update dependencies in INSTALL.md 2017-09-04 21:39:22 +02:00
Dave Davenport
73827ce680 Only dump configuration changes, not theme in -dump-config. 2017-09-04 16:46:06 +02:00
Dave Davenport
2d586a47df More updates to release notes. 2017-09-04 16:19:12 +02:00
Dave Davenport
d2b1c17dee Release notes updaetes
- error
- import
- cleanup
2017-09-04 09:12:22 +02:00
Dave Davenport
9f831b9369 Remove old theme documentation. rofi-themes(5) manpage is now leading. 2017-09-03 15:51:13 +02:00
Dave Davenport
3e060fa549 Add detailed changelog. 2017-09-03 15:40:49 +02:00
Dave Davenport
474190bbc7 Update release notes. 2017-09-03 12:32:01 +02:00
Dave Davenport
56f574c64d Add more screenshots. 2017-09-02 23:03:56 +02:00
Dave Davenport
a9793e59e3 Add border screenshots. 2017-09-02 22:44:56 +02:00
Dave Davenport
a19f0bf770 Screenshot icons. 2017-09-02 22:34:01 +02:00
Dave Davenport
7703ca65d9 Add image. 2017-09-02 22:31:29 +02:00
Dave Davenport
d7c432fecf Merge remote-tracking branch 'origin/next' 2017-08-29 11:17:36 +02:00
Dave Davenport
508e39c3f3 Set cursor to end of input field.
Fixes: #662
2017-08-29 10:40:24 +02:00
Dave Davenport
73e174b67b Update release notess some more. 2017-08-28 08:05:44 +02:00
Dave Davenport
0ecd8a9a40 Some release notes update. 2017-08-19 16:30:13 +02:00
Dave Davenport
3c52f15140 Move more enums to rofi-types.h 2017-08-18 11:38:54 +02:00
Dave Davenport
9105e5549f Move all property structs/enums into rofi-types 2017-08-17 22:52:17 +02:00
Quentin Glidic
5dd8e216e1
travis: Install Meson 0.41.2
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-08-17 19:27:45 +02:00
Dave Davenport
686be5856c Move PropertyType into rofi-types header and add check for names pairs. 2017-08-17 19:04:01 +02:00
Jason Pleau
c5607bfbd0 meson_options: fix typo in 'Timings' (#652) 2017-08-17 11:06:13 +02:00
Quentin Glidic
fb8f56dab3
gitmodules: Update libnkutils
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-08-16 19:11:25 +02:00
Dave Davenport
b9ae0783c2 [Script] Parse the command as a commandline.
Fixes: #650
2017-08-14 21:33:12 +02:00
Dave Davenport
8a99f0b7bd [Script] Execute script + argument direction, do not pass run-command.
Fixes: #650
2017-08-14 17:28:25 +02:00
Dave Davenport
004cc70ff6 Merge remote-tracking branch 'origin/master' into next 2017-08-14 17:18:17 +02:00
Dave Davenport
a7cecc0d41 Update manpage. 2017-08-13 20:31:46 +02:00
Dave Davenport
373b55ec9c Update AUTHORS
Add fdmarcin to AUTHORS file.
2017-08-13 19:20:09 +02:00
Marcin Sedlak
bb61970627 Proof read manpages (#645)
* Proof read rofi.1.markdown

Fix typos.
Fix American English consistency.
Fix "command line", "pop up" etc. - separate as nouns and hyphenated as compound adjectives.
Finish at line 169.

* Further proofreading

Same as before.
Additionally, fix one line of whitespace above and below a heading.
up to line 400

* More proof reads

up to line 592

* Finish proofreading

* Minor fixes

* Start proofreading rofi.theme.5.markdown

Fix American spelling.
Make sure **rofi** is bolded.
up to line 16

* Continue proofreading rofi-theme.5.markdown

up to line 452

* Replace latinisms with English phrases

e.g. > for example
i.e. > that is
They slow down the reader, and not everyone knows the correct English equivalent.

* Finish proofreading rofi-theme.5.markdown

* Fix dmenu official/unofficial website info

* Minor fixes

* Minor fixes
2017-08-13 19:19:19 +02:00
Florian Franzen
c861805604
Add warning about Ubuntu 16.04 Xeniali
Ubuntu 16.04 packaged version of rofi is extremly outdated. This causes
all kind of weird behavior with newer scripts, i.e. with clerk.
This commit adds a warning to the installation instructions to warn new
users about this problem and direct them to install a newer version
directly from launchpad.
2017-08-10 15:39:27 +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
96c70813ca Merge remote-tracking branch 'origin/next' 2017-08-07 17:03:03 +02:00
Dave Davenport
fdb9b014f5 Fix plugin loading. (hidden symbols) with ninja 2017-08-07 17:01:56 +02:00
Dan Beste
9d98fe3b9b Include missing manpage (#647)
Per discussion here:

https://aur.archlinux.org/packages/rofi-git/
2017-08-04 16:50:51 +02:00
Dave Davenport
81ef68b339 Start at writing release notes for V1.4.0. 2017-08-03 16:48:07 +02:00
Rasmus Steinke
c7eaf0b9c4 fix manpage link 2017-07-31 23:14:17 +02:00
Marcin Sedlak
c846ef1bcc Proof read README.md (#643)
* Clean up and proof read README.md

Fix typos. Edit sentence clarity.

* Fix list formatting

Improve consistency in lists, i.e. phrases or sentences, not a mix.

* Proof read "Key bindings"

Edit for consistency.
2017-07-31 14:30:05 +02:00