awesome/lib/awful/widget
Emmanuel Lepage Vallee 8dedd19fcf taglist: Deprecate the old function signature
The old function didn't scale at all. As no replacements are going
to be merged anytime soon, start to make it meta-extensible.

This is the first step to be able to let the widget be extended
directly from rc.lua without adding yet more silly parameters.

It never scaled and has reached the point of no return a very long
time ago.

My first ever contribution to Awesome was to attempt to fix this,
but the solution was a bad hack. The radical module later solved
this by delegating the style, layout, theme, item layout and item
style to various "visitor" objects. While this is superior to this
commit, it was also a very large and complicated codebase. After
5 years, it is now obvious it will never be merged "whole".
2017-12-02 16:15:29 -05:00
..
button.lua gears: Move awful.util.table to gears.table (#1641) 2017-03-08 15:18:33 -05:00
calendar_popup.lua Add & use a dpi property on screen objects 2017-10-08 12:30:21 +02:00
clienticon.lua clienticon: add a client setter (#2018) 2017-08-27 14:23:06 +02:00
common.lua Remove @release @AWESOME_VERSION@ everywhere (#1157) 2016-10-09 22:36:20 +02:00
graph.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00
init.lua Add missing awful.widget.common require (#1850) 2017-06-15 18:47:48 +02:00
keyboardlayout.lua KeyboardLayout widget: add EurKey (#2003) 2017-08-17 17:21:40 +02:00
launcher.lua gears: Move awful.util.table to gears.table (#1641) 2017-03-08 15:18:33 -05:00
layoutbox.lua layoutbox: Use a textbox as the fallback when no images are found 2017-06-20 18:22:23 -04:00
only_on_screen.lua gears: Move awful.util.table to gears.table (#1641) 2017-03-08 15:18:33 -05:00
progressbar.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00
prompt.lua Move filesystem functions out of awful.util into new gears.filesystem 2017-03-15 13:46:33 -05:00
taglist.lua taglist: Deprecate the old function signature 2017-12-02 16:15:29 -05:00
tasklist.lua Move string functions out of awful.util into new gears.string (#1584) 2017-03-11 18:57:32 -05:00
textclock.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00
watch.lua awful.widget.watch: return timer too 2017-02-08 14:53:40 +01:00