awesome/lib/wibox/layout
PlayerNameHere 13e41a2a7b Fix wibox.layout.stack:raise()
There seem to be two issues here. First, the if-statement at the
beginning of the function will return prematurely if
`self._private.widgets[index]` exists. There seems to be a
missing `not` there.
Second, index 1 is interpreted as the top of the stack (although the
documentation says otherwise), but the widget is inserted at the end of
`self._private.widgets`, so it gets pushed to the bottom
instead of the top.
2020-09-27 16:02:17 +08:00
..
align.lua doc: Upgrade the widget layout documentation. 2019-11-30 01:26:06 -05:00
constraint.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00
fixed.lua doc: Upgrade the widget layout documentation. 2019-11-30 01:26:06 -05:00
flex.lua doc: Upgrade the widget layout documentation. 2019-11-30 01:26:06 -05:00
grid.lua doc: Upgrade the widget layout documentation. 2019-11-30 01:26:06 -05:00
init.lua Fix ldoc modules summaries missing the final `.`. 2019-11-28 13:53:59 +01:00
manual.lua doc: Upgrade the widget layout documentation. 2019-11-30 01:26:06 -05:00
margin.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00
mirror.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00
ratio.lua Fix adjust misspelling 2020-07-31 17:33:12 -06:00
rotate.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00
scroll.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00
stack.lua Fix wibox.layout.stack:raise() 2020-09-27 16:02:17 +08:00