Emmanuel Lepage Vallee
99489584cc
doc: Fix a typo (Disonnect -> Disconnect)
2016-08-21 04:28:59 -04:00
Emmanuel Lepage Vallee
370d333590
widget: Add recursive signals.
...
This allows to ignore containers and layouts when a signal is sent.
2016-08-20 15:41:12 -04:00
Emmanuel Lepage Vallee
ec923e96fc
layout: Add more signals.
2016-08-17 02:31:16 -04:00
Emmanuel Lepage Vallee
c159ad3ab2
drawable: Add more data to the find_widgets metadata table
2016-07-23 16:46:11 -04:00
Uli Schlachter
0857f6f1b5
Lua: Remove calls to add_signal()
...
The requirement to call add_signal() was added to catch typos. However, this
requirement became increasingly annoying with property::<name> signals and e.g.
gears.object allowing arbitrary properties to be changed.
All of this ended up in a single commit because tests/examples fails if I first
let add_signal() emit a deprecation warning.
Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-06-04 18:23:48 +02:00
Emmanuel Lepage Vallee
b89fbcf940
fixed: Enable the property system
...
And add the missing documentation
2016-05-30 23:10:02 -04:00
Emmanuel Lepage Vallee
8d6f82f0a3
doc: Add gears.object common documentation
2016-05-30 18:00:59 -04:00
Emmanuel Lepage Vallee
8ac2db76be
doc: Add widgets common signals
2016-05-30 18:00:59 -04:00
Emmanuel Lepage Vallee
8d9e7aacce
doc: Add a default widget documentation.
...
This will avoid copy/pasting.
This assume the widget use the property system.
2016-05-30 18:00:59 -04:00
Emmanuel Lepage Vallee
40d1d5c9c7
doc: Remove wibox prefixes
...
This produced the wrong output in awful.wibar documentation
2016-05-19 01:27:05 -04:00
Emmanuel Lepage Vallee
77380eb121
wibox: Move the documentation to a shared file
...
To be re-used by wibars, tooltips and menus
2016-05-15 17:17:12 -04:00
Emmanuel Lepage Vallee
038522933b
doc: Share the smallest common denominator `wibox.layout` doc
2016-05-09 01:37:47 -04:00