awesome/lib/awful
Uli Schlachter 5cf13dba6b awful.layout.inc: Hide API breakage
In commit 3cbdc2a79f, the argument order for awful.layout.inc was changed
from (layouts, i, s) to (i, s, layouts), so that layouts can become an optional
parameter. However, this change (obviously) breaks user configs.

To hide this breakage, we assume the old argument order if the number i is a
table. This cannot break anything, since the operator "+" will error out on
tables anyway. :-)

Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-06-12 19:07:31 +02:00
..
client Docs: Begin work on awful.client 2015-02-28 23:14:11 +01:00
layout awful.layout.inc: Hide API breakage 2015-06-12 19:07:31 +02:00
mouse Update finder.lua.in 2015-04-24 22:47:06 +02:00
widget textclock: Load GLib.DateTime only once 2015-06-12 10:57:42 +02:00
autofocus.lua.in autofocus: use focus.filter, via new arg to focus.history.get 2015-05-25 23:05:07 +02:00
button.lua.in Some more doc fixes all over the place. 2015-02-28 23:14:13 +01:00
client.lua.in doc: fix ldoc for client.focus.history.get 2015-06-10 21:39:50 +02:00
completion.lua.in Fix awful.completion for zsh 2015-03-31 00:11:22 +02:00
dbus.lua.in Docs: General work on the awful module. 2015-02-28 23:14:12 +01:00
ewmh.lua.in ewmh: screen_change: fix off-screen geometries 2015-03-21 05:54:01 +01:00
init.lua.in Docs: General work on the awful module. 2015-02-28 23:14:12 +01:00
key.lua.in Docs: General work on the awful module. 2015-02-28 23:14:12 +01:00
keygrabber.lua.in Convert usage of HTML to markdown. 2015-02-28 23:14:13 +01:00
menu.lua.in awful.menu: resize menu when item count changes 2015-04-18 08:57:15 +02:00
placement.lua.in Use LDoc commands to mark parameters as optional in the docs. 2015-02-28 23:14:15 +01:00
prompt.lua.in Use LDoc commands to mark parameters as optional in the docs. 2015-02-28 23:14:15 +01:00
remote.lua.in Docs: General work on the awful module. 2015-02-28 23:14:12 +01:00
rules.lua.in Use LDoc commands to mark parameters as optional in the docs. 2015-02-28 23:14:15 +01:00
screen.lua.in Use LDoc commands to mark parameters as optional in the docs. 2015-02-28 23:14:15 +01:00
startup_notification.lua.in Docs: General work on the awful module. 2015-02-28 23:14:12 +01:00
tag.lua.in tag.lua: add "property::icon_only" signal 2015-03-17 16:24:47 +01:00
titlebar.lua.in Use LDoc commands to mark parameters as optional in the docs. 2015-02-28 23:14:15 +01:00
tooltip.lua.in Docs: General work on the awful module. 2015-02-28 23:14:12 +01:00
util.lua.in Use LDoc commands to mark parameters as optional in the docs. 2015-02-28 23:14:15 +01:00
wibox.lua.in Some more doc fixes all over the place. 2015-02-28 23:14:13 +01:00