Emmanuel Lepage Vallee
f24e957c17
doc: Fix wibar documentation
...
I got it wrong in the PR that introduced the beautiful variables.
Too much find&replace...
2017-02-27 16:12:37 -05:00
Uli Schlachter
47d69e7824
Update docs for shape_input
...
I grepped for shape_clip and edited places that needed editing.
Signed-off-by: Uli Schlachter <psychon@znc.in>
2017-01-26 11:15:28 +01:00
Uli Schlachter
680bccf43f
Widget's mouse signals: Inline find_widgets() docs
...
Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-10-05 20:27:47 +02:00
Uli Schlachter
ca947730ff
widgets: Make docs for button::press and release saner
...
Previously, this mentioned non-existent arguments (widget) and
duplicated parts of the (not yet really existing) API documentation for
find_widgets().
Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-10-05 20:04:24 +02:00
Uli Schlachter
9045add3f0
Fix docs for mouse::enter and mouse::leave
...
Just because they sound similar to mouse::press and mouse::release does
not mean that the arguments are the same. Perhaps they should be, but
that's another story.
Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-10-05 20:04:24 +02:00
Uli Schlachter
6224fc6751
Improve docs for widget::layout_changed and redraw_needed
...
The docs for widget::redraw_needed was previously just plain wrong!
Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-10-05 20:04:24 +02:00
Emmanuel Lepage Vallee
3d1edf317c
doc: Document cursors
2016-09-26 00:40:20 -04:00
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