awesome/lib/awful
Emmanuel Lepage Vallee 8190ece3b2 placement: Fix a parent geometry bug in `next_to`.
The function returns the geometry of the parent object. As it was used,
it was passed the parent object directly. The means the parent geometry
of the parent object was used instead of the geometry of the parent
object. This worked "fine" as long as the mouse was in the same screen,
but it was just hiding the bug.
2020-02-10 04:13:17 -05:00
..
client doc: Remove all type aliases. 2020-01-19 20:30:06 -05:00
hotkeys_popup rules: Move `awful.rules` to `ruled.client`. 2020-01-19 02:58:37 -05:00
layout doc: Add documentation in each objects which emit request:: signals. 2020-01-11 15:43:31 -08:00
mouse doc: Document that awful.mouse.resize/move use the permission framework. 2020-02-02 21:07:06 -05:00
permissions wibox: Connect the existing request::geometry signal to an handler. 2020-02-02 21:07:04 -05:00
screen capi: Move from `.data` to `._private` for the property data. 2019-11-09 16:43:12 -05:00
widget doc: Remove all type aliases. 2020-01-19 20:30:06 -05:00
_compat.lua Allow to add and remove keys and buttons. 2019-11-09 16:42:06 -05:00
autofocus.lua autofocus: Modify `awful.autofocus` to be a request::. 2020-01-11 15:43:15 -08:00
button.lua awful.button: Keep track of the `awful.button` in the `capi.button`. 2019-11-09 16:43:12 -05:00
client.lua doc: Improve the client documentation. 2020-01-19 20:30:06 -05:00
completion.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
dbus.lua Remove traces of the old URL (#1280) 2016-12-21 02:03:03 +01:00
ewmh.lua awful: Rename awful.ewmh to awful.permissions. 2020-01-11 15:43:30 -08:00
init.lua awful: Rename awful.ewmh to awful.permissions. 2020-01-11 15:43:30 -08:00
key.lua awful.key: Support multiple keys per `awful.key` objects. 2019-12-05 22:48:56 -05:00
keyboard.lua awful.rules: Use the `awful.client/mouse` default buttons and keys. 2019-12-05 22:49:59 -05:00
keygrabber.lua Fix missing `self` parameter in documentation usage examples. 2020-01-28 10:57:43 +01:00
menu.lua rules: Move `awful.rules` to `ruled.client`. 2020-01-19 02:58:37 -05:00
placement.lua placement: Fix a parent geometry bug in `next_to`. 2020-02-10 04:13:17 -05:00
popup.lua awful.popup: Replace the deprecated awful.util.table with gears.table. 2020-02-10 03:30:21 -05:00
prompt.lua Fix prompt navigation (#2970) 2020-01-19 19:00:56 -05:00
remote.lua awful.remote: Protect against error(nil) (#2748) 2019-04-14 12:34:52 -04:00
root.lua keygrabber: Remove the hardcoded way to add keybindings. 2019-11-09 16:43:53 -05:00
rules.lua rules: Move `awful.rules` to `ruled.client`. 2020-01-19 02:58:37 -05:00
screen.lua doc: Remove all type aliases. 2020-01-19 20:30:06 -05:00
spawn.lua doc: Remove all type aliases. 2020-01-19 20:30:06 -05:00
startup_notification.lua Add beautiful property to control busy cursor during spawn 2017-03-01 21:57:59 +01:00
tag.lua doc: Remove all type aliases. 2020-01-19 20:30:06 -05:00
titlebar.lua doc: Add documentation in each objects which emit request:: signals. 2020-01-11 15:43:31 -08:00
tooltip.lua client: Turn `rc.lua` logic into a new `request::border` signal. 2020-01-11 15:43:11 -08:00
util.lua Fix ldoc modules summaries missing the final `.`. 2019-11-28 13:53:59 +01:00
wibar.lua doc: Upgrade the wibar documentation to the new standards. 2019-12-21 20:58:53 -08:00
wibox.lua doc: Add missing C-object documentation and fix some papercuts. 2018-07-25 18:26:11 -04:00