awesome/lib/awful
Uli Schlachter b7d398f339 awful.widget.tasklist: Use pairs instead of ipairs
This is a weak table whose entries might be removed by the garbage collector.
I'm not sure if this will every cause problems, but it's better to be prepared
for tables having "nil holes" (which would mean ipairs ignores some entries).

Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-11-19 20:13:37 +01:00
..
client Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
layout Merge pull request #323 from actionless/grow-master 2015-09-03 08:53:19 +02:00
mouse doc: fix unintentional rendering as code due to indent 2015-10-14 00:22:26 +02:00
widget awful.widget.tasklist: Use pairs instead of ipairs 2015-11-19 20:13:37 +01:00
autofocus.lua Use `hints` table argument with `request::activate` signal 2015-06-25 06:47:39 +02:00
button.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
client.lua Make client.movetotag emit request::activate on client 2015-10-26 23:09:08 +01:00
completion.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
dbus.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
ewmh.lua doc: params for request::activate 2015-10-14 16:24:51 +02:00
init.lua Fix awful.util.spawn*/.pread deprecation wrappers 2015-10-10 22:19:45 +02:00
key.lua feat(lib: awful: key): save current hotkeys 2015-09-30 13:17:12 +02:00
keygrabber.lua keygrabber.grabber: rename function name 2015-07-22 13:52:47 +02:00
menu.lua doc: fix unintentional rendering as code due to indent 2015-10-14 00:22:26 +02:00
placement.lua awful.placement: Add the border to the client's geometry (#540) 2015-10-26 23:05:24 +01:00
prompt.lua awful.prompt.run: handle command return value from hooks 2015-11-08 12:33:00 +01:00
remote.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
rules.lua doc: fix unintentional rendering as code due to indent 2015-10-14 00:22:26 +02:00
screen.lua Merge pull request #507 from psychon/closest_screen 2015-10-26 23:07:43 +01:00
spawn.lua Improve doc for awful.spawn: module/spawn/with_shell 2015-11-05 01:53:57 +01:00
startup_notification.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
tag.lua doc: typos/grammar 2015-10-14 16:24:52 +02:00
titlebar.lua doc: fix unintentional rendering as code due to indent 2015-10-14 00:22:26 +02:00
tooltip.lua Remove hacks for querying a textbox' size 2015-10-17 19:13:26 +02:00
util.lua Add awful.util.is_dir 2015-10-26 23:06:08 +01:00
wibox.lua awful.wibox: round x/y/width/height wibox arguments 2015-08-12 14:14:14 +02:00