Uli Schlachter
|
99a4184224
|
Fix luacheck warnings in lib/awful/widget/
Signed-off-by: Uli Schlachter <psychon@znc.in>
|
2016-02-11 21:55:32 +01:00 |
Uli Schlachter
|
26699d5ad7
|
graph and progressbar: Convert to new system
Signed-off-by: Uli Schlachter <psychon@znc.in>
|
2015-09-05 14:51:36 +02:00 |
Uli Schlachter
|
1ebc34b5e9
|
Widgets: Also add a context argument to :fit()
Together with the context argument to :draw(), this even allows widgets to have
DPI-dependant size.
Signed-off-by: Uli Schlachter <psychon@znc.in>
|
2015-08-12 11:19:48 +02:00 |
Uli Schlachter
|
88b98789a0
|
Rename the first argument to :draw to "context"
Signed-off-by: Uli Schlachter <psychon@znc.in>
|
2015-08-12 11:19:28 +02:00 |
Daniel Hahler
|
4a845ced0f
|
awful.widget.graph: setters: emit widget::updated only on changes
Ref: #284
|
2015-07-10 15:32:22 +02:00 |
Daniel Hahler
|
3be423fcb3
|
awful.widget.graph: expose properties via getters
This allows to see if a widget is stacked for example.
It uses getters instead of exposing the properties directly, which
should be made readonly then probably (which has drawbacks according to [1]).
1: http://lua-users.org/wiki/ReadOnlyTables
Closes https://github.com/awesomeWM/awesome/pull/284.
|
2015-07-10 15:32:07 +02:00 |
Julian Wollrath
|
6cc7be512c
|
Remove the *.in from all files.
Signed-off-b: Julian Wollrath <jwollrath@web.de>
|
2015-06-19 22:33:32 +02:00 |