awesome/lib/awful
mqus bd5f0dd3fc Fix calendar_popup.lua documentation
There were multiple things which stood out to me, as I was trying to setup a simple calendar popup for my textclock:
1.: The functions in https://awesomewm.org/doc/api/classes/awful.widget.calendar_popup.html#Functions were not named correctly (calendar vs calendar_popup) which (naturally) produced an error when used as awful.widget.calendar.month() .
2.: The example for calendar_popup.month() was obviously missing a line (where does the month_calendar come from?) . Resolved by copying the line from the attach-example
3.: The same examples also only refer to the function as calendar.month() which should be changed to awful.widget.calendar_popup.month()
2017-07-19 17:22:31 +02:00
..
client Fix client shape handling 2017-02-04 07:20:56 +01:00
hotkeys_popup fix(awful: hotkeys_popup: keys): require all modules in init.lua 2017-06-12 20:39:46 -04:00
layout awful.layout: Apply layouts in a protected context 2017-06-20 09:41:59 +02:00
mouse doc fixes for awful.mouse.resize, awful.rules, awful.util (#1717) 2017-04-10 21:57:12 +02:00
widget Fix calendar_popup.lua documentation 2017-07-19 17:22:31 +02:00
autofocus.lua awful.autofocus: Discriminate sticky clients (#1697) 2017-05-13 23:32:28 +02:00
button.lua gears: Move awful.util.table to gears.table (#1641) 2017-03-08 15:18:33 -05:00
client.lua Fix documentation 2017-06-14 10:42:50 +02:00
completion.lua lib/awful/completion.lua: handle missing SHELL environ var (#1897) 2017-07-03 19:26:10 +02:00
dbus.lua Remove traces of the old URL (#1280) 2016-12-21 02:03:03 +01:00
ewmh.lua Fix documentation of activation filter 2017-06-14 11:34:56 +02:00
init.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00
key.lua gears: Move awful.util.table to gears.table (#1641) 2017-03-08 15:18:33 -05:00
keygrabber.lua Fix some deprecated calls in code and docs 2017-03-30 21:26:50 -05:00
menu.lua awful.menu: DPIfy the default menu size 2017-06-08 17:12:15 +02:00
placement.lua Fix fullscreen clients with gravity != NorthWest (#1764) 2017-05-13 23:31:14 +02:00
prompt.lua minor: check textbox earlier, whitespace 2017-06-27 00:04:40 +02:00
remote.lua Remove traces of the old URL (#1280) 2016-12-21 02:03:03 +01:00
rules.lua rules: switchtotag: fix usage of awful.tag.viewmore (#1895) 2017-07-02 11:26:41 +02:00
screen.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00
spawn.lua awful.spawn: fix doc for spawn.easy_async{,_with_shell} (#1877) 2017-06-26 22:44:08 +02:00
startup_notification.lua Add beautiful property to control busy cursor during spawn 2017-03-01 21:57:59 +01:00
tag.lua awful.tag.new: Handle too few given layouts 2017-06-20 09:44:02 +02:00
titlebar.lua Fix 'no such file' errors for icons (#1655) 2017-03-15 17:29:53 +01:00
tooltip.lua gears: Move awful.util.table to gears.table (#1641) 2017-03-08 15:18:33 -05:00
util.lua Add aweful.util.pread() so API docs have deprication notice (#1502) 2017-06-06 00:55:11 +02:00
wibar.lua wibar: Fix with width and height beautiful properties (#1826) 2017-06-09 05:21:49 -04:00
wibox.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00