awesome/lib/awful/widget
Emmanuel Lepage-Vallee 575b0f12dc doc: Remove all type aliases.
They render poorly and serve no purpose.

    #!/bin/bash
    for FILE in $(git ls-files | grep -E "\.(h|c|lua)" | grep -v tests | grep -v spec); do
        sed -i 's/^[ ]*--*[ ]*@client /-- @tparam client /g' $FILE
    done
2020-01-19 20:30:06 -05:00
..
button.lua quality: Port all legacy `:buttons()` to `.buttons`. 2019-10-06 03:50:56 -04:00
calendar_popup.lua add calendar_popup pic to doc 2020-01-17 16:02:18 -06:00
clienticon.lua doc: Polish the awful.widget doc. 2019-12-21 21:53:57 -08:00
common.lua doc: Remove all type aliases. 2020-01-19 20:30:06 -05: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 widget: Add a layoutlist widget 2019-01-26 01:34:59 -05:00
keyboardlayout.lua doc: Polish the awful.widget doc. 2019-12-21 21:53:57 -08:00
launcher.lua doc: Polish the awful.widget doc. 2019-12-21 21:53:57 -08:00
layoutbox.lua add layoutbox example 2019-12-05 23:48:55 -05:00
layoutlist.lua doc: Polish the awful.widget doc. 2019-12-21 21:53:57 -08:00
only_on_screen.lua widget: Mutualize all set_widget implementation to behave the same 2019-10-05 22:57:04 -04: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 doc: Polish the awful.widget doc. 2019-12-21 21:53:57 -08:00
taglist.lua client: Update existing code to use `property::active`. 2020-01-11 15:43:15 -08:00
tasklist.lua client: Update existing code to use `property::active`. 2020-01-11 15:43:15 -08: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 doc: Polish the awful.widget doc. 2019-12-21 21:53:57 -08:00