awesome/lib/wibox/widget
Emmanuel Lepage Vallée a2cd918603
wibox: Stop monkey-patching the `get_children_by_id` function. (#2513)
Before this commit, it was added by `wibox.widget.base` if
`:setup()` is used. However it doesn't work for the `awful.popup`
because of the extra indirection.

This commit stops the monkey-patching and make sure the function
always exists. This doesn't prevent it from not working and in
the long run this should still be moved into the hierarchy.

However for now it makes the situation a lot more consistent and is a
quick band-aid without too much controversy.

Mitigate #2181
2019-01-01 15:04:47 -05:00
..
background.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00
base.lua wibox: Stop monkey-patching the `get_children_by_id` function. (#2513) 2019-01-01 15:04:47 -05:00
calendar.lua wibox.widget.calendar: Stop using make_widget_declarative 2017-07-09 19:00:16 +02:00
checkbox.lua gears: Move awful.util.table to gears.table (#1641) 2017-03-08 15:18:33 -05:00
graph.lua Add references to gears.color in documentation. 2016-11-28 20:07:29 -08:00
imagebox.lua Fix imagebox:set_image not returning anything 2017-04-06 19:33:14 +01:00
init.lua widget: Add a separator widget. 2017-11-06 05:19:17 +01:00
piechart.lua gears: Move awful.util.table to gears.table (#1641) 2017-03-08 15:18:33 -05:00
progressbar.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00
separator.lua widget: Add a separator widget. 2017-11-06 05:19:17 +01:00
slider.lua add documentation for signal "property::value" 2018-04-24 00:23:42 +02:00
systray.lua systray: Enable properties and improve documentation 2017-03-11 18:46:40 +01:00
textbox.lua textbox: Ensure that the DPI arguments are not nil 2017-11-23 23:28:32 -05:00
textclock.lua Move timezone determination to callback (#2229) 2018-04-22 02:05:40 -04:00