awesome/lib/awful/widget
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
..
button.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
common.lua awful.widget.common.list_update: expose textbox to label callback 2015-09-02 22:25:24 +02:00
graph.lua graph and progressbar: Convert to new system 2015-09-05 14:51:36 +02:00
init.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
keyboardlayout.lua Correct indentation of keyboardlayout.lua 2015-09-13 01:35:50 +09:00
launcher.lua Move util.spawn to a new module, add ability to spawn with properties 2015-09-29 18:05:56 -04:00
layoutbox.lua Make layoutbox kind-of garbage-collectable 2015-09-27 13:19:12 +02:00
progressbar.lua graph and progressbar: Convert to new system 2015-09-05 14:51:36 +02:00
prompt.lua Add awful.widget.prompt.spawn_and_handle_error helper 2015-11-08 12:32:53 +01:00
taglist.lua doc: fix unintentional rendering as code due to indent 2015-10-14 00:22:26 +02:00
tasklist.lua awful.widget.tasklist: Use pairs instead of ipairs 2015-11-19 20:13:37 +01:00
textclock.lua Make textclock garbage-collectable 2015-09-27 12:44:10 +02:00