It is a standalone tool so no need to have several versions of it.
Make it depend on lua52, since this is what x11/awesome uses. Adapt
x11/awesome while here.
ok dcoppa@ (maintainer)
Add context to request::activate signal
(git commit b0ede3108e4e4bb2f917f0c3fe607e86cb534b5a)
layouts: Allow layouts to be invoked with fake data
(git commit 1f431384cbb428d97a6991ba0c59217cbc71b4a6)
tag: Improve tag property::index support
(git commit 94cbc200edb0ae321610c3cbe09fd62c91dd5ba3)
tag.delete: Do not reset client tag when unnecessary
(git commit ed93b497b66f99de07f51b7410f4e34eeb4a5c74)
awful.tag.update: Fix identical tag set detection
(git commit f637265334259b29b3f959abfc133171e387b79c)
systray: Only intern the atom once
systray: Only register/unregister when needed
systray: Systray won't show with margin layout
lib.awful.taglist: fix multiple tag selection
menubar: Menubar should check all standard directories
wibox: Make :find_widgets() easily accessible
Fix check against clients in taglist
(upstream git commit aedcd90d4da41132303636ba15170b6a43cc231f)
wibox.widget.systray: Special case the empty systray
(upstream git commit 3dd0c442a031f174000950981154139879933ab0)
systray: Small consistency fixes
(upstream git commit a250dcdbe12a3afa6ffa9fbb26f8c48c7e9cc049)
Call AllowEvents after grabbed events on a drawin.
When we get an event due to a previous GrabButtons call, we have
to continue normal event processing again, because the server froze
the input device for us. Without this, everything appears to freeze.
awesomerc: Fix set menu clients width
(upstream git commit 843a36aa6e7fdb5e1e76fbb9879328c92adc77f7)
awful.menu.clients: Fix API
(upstream git commit 479f7b990cf411bc116f728eea8edc0ea6b4b8d3)
menu: do not double escape name in 'menu:clients()'
(upstream git commit 77e92e17a1ec1711233f42560b5b339944ce71b2)
awful.tag.delete: Deactivate tags
(upstream git commit d4b12bb1b2b8365d7c1b9be365dc5843303ba828)
awful.tag.viewmore: Make screen optional
(upstream git commit 5cd8c7e540c91b575581c7958ec82903bb646058)
tasklist: Add default colors for broken themes
(upstream git commit 15f088196699857cdac28250d7a3857fe8b57cee)
menubar: Fix API docs
(upstream git commit aa51379be0a9317a5549034bc9be149f41ad9201)
Fix a bug in luaA_drawin_set_shape_bounding() which forgot to include
the drawin's border in its size calculation
(part of upstream git commit 56c57979056ec23cbd4982f3b81f6d80895fbe46)
Really ignore loops in transient_for
(upstream git commit 389a54e356f700a4f2a621e05dbdbafab4a3a03a)
it was causing more pain than gain.
Add another two bugfixes:
- event: Handle MotionNotify before ButtonPress/Release
- awful.tag.withcurrent: Also act on restarts
All from upstream git repo.
Fix possible deadlock during startup
awful.client.tiled: Ignore fullscreen clients
awful.screen.focus: Don't move mouse to (0, 0) first
naughty: Verify image parameters coming from dbus
wibox.layout.fixed: Fix fill space
Revert "client: add a limit to the loop"
client: Ignore transient_for causing loops
screen: Fix screen equality comparison
Author: Uli Schlachter <psychon@znc.in>
Date: Sun Apr 7 11:57:40 2013 +0200
Implement window gravity in ConfigureRequests
Previously, awesome didn't move windows when they sent a ConfigureRequest
(and it also shrunk them by the size of titlebars, before it forgot
to add these). This commit adds proper gravity support to
ConfigureRequest handling.
See: https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1137