Commit Graph

9 Commits

Author SHA1 Message Date
Emmanuel Lepage Vallee c93a819e06 smart_wibox: Do not call set_position when the area reamin the same.
This is a band-aid on top of deeper issues when layout_changed is
wrongly called. This should prevent menus moving in random places
when the mouse is moved. Note that this commit wont stop them from
moving when their size really change.

This is harder to fix as all the "outside of the workarea" checks
still need to be performed and in many cases, such as async loaded
menus, the move itself is really necessary while in others it is
unwanted.
2016-08-09 16:20:35 -04:00
Emmanuel Lepage Vallee c0c2d68d3b More bug fixes
This is a step forward to stabilize Radical again. Most of impl/ and widgets/
code is still a mess, but the other modules slowly start to be maintainable
again. The road is still long before the Radical code is good enough to go
into Awesome. It will get there, eventually.
2016-06-25 02:17:10 -04:00
Emmanuel Lepage Vallee b57b001f99 quality: Fix more luacheck warnings
And remove unmaintained and broken files
2016-06-24 16:53:54 -04:00
Emmanuel Lepage Vallee eb47be500b api: Update file to match new upstream Awesome APIs
Also has some bug fixes mixed in the patch.

The Radical placement API is now fully upstreamed.
2016-06-24 00:49:49 -04:00
Emmanuel Lepage Vallee ec14353e16 placement: Fix more regressions from the re-write 2016-03-15 03:55:20 -04:00
Emmanuel Lepage Vallee bcd6c7c2cd placement: Re-introduce many placements features lost during the re-write
The menu can be attached to a widget or the mouse again, and more

This commit also fix some tasklist/taglist issues and introduce minor
features like item.shape.
2016-03-14 17:52:28 -04:00
Emmanuel Lepage Vallee d6d642551d box: Fit position 2016-03-02 04:19:44 -05:00
Emmanuel Lepage Vallee 0ddb074efd context: Fix some regressions 2016-03-02 03:49:18 -05:00
Emmanuel Lepage Vallee 788708ea45 Add new helper modules.
This commit begin to merge the Radical "view" rewrite.

Those module API replace previously hardcoded positioning
logic. Some code may eventually be upstreamed once mature
enough.
2016-02-21 02:31:31 -05:00