awesome/tests/examples/awful/placement
Emmanuel Lepage Vallee 067bcaca60 client: Rename the `manage` and `unmanage` signals.
They currently fit the general concept of a `request::` in the sense
that they are not property related and have "request handlers".

The commit also add deprecation for signals.

The reason for this fits within the larger standardization project.
Non-namespaced signals will eventually be renamed. This has started
a long time ago.

What is old is new again. Once upon a time, there was a `startup`
parameter to the `manage` signal. It is now back in the form of
a context.

Finally, this commit removes the `manage` section of `rc.lua`. It no
longer did anything worthy of being in the config. Each of its
important parts have been moved out over the years and the last
remaining bit is always required anyway. The code has been moved
to `client.lua`.
2020-01-11 14:43:56 -08:00
..
align.lua tests/examples: Explicitly mark tests generating an image 2018-07-24 14:12:44 +02:00
bottom.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
bottom_left.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
bottom_right.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
center_horizontal.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
center_vertical.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
centered.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
closest_mouse.lua tests/examples: Explicitly mark tests generating text 2018-07-24 14:27:41 +02:00
closest_mouse.output.txt example tests: Save expected test output in a txt file 2018-07-27 08:56:18 +02:00
compose.lua tests/examples: Explicitly mark tests generating an image 2018-07-24 14:12:44 +02:00
compose2.lua tests/examples: Explicitly mark tests generating an image 2018-07-24 14:12:44 +02:00
left.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
maximize.lua tests/examples: Explicitly mark tests generating an image 2018-07-24 14:12:44 +02:00
maximize_horizontally.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
maximize_vertically.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
next_to.lua tests: Add an awful.placement.next_to test 2018-12-24 21:52:30 -05:00
next_to_mouse.lua tests/examples: Explicitly mark tests generating an image 2018-07-24 14:12:44 +02:00
no_offscreen.lua client: Rename the `manage` and `unmanage` signals. 2020-01-11 14:43:56 -08:00
no_offscreen.output.txt awful.placement: Fix no_offscreen when composed with other functions 2018-09-13 08:23:36 +03:00
no_overlap.lua tests/examples: Explicitly mark tests generating an image 2018-07-24 14:12:44 +02:00
resize_to_mouse.lua tests/examples: Explicitly mark tests generating an image 2018-07-24 14:12:44 +02:00
right.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
stretch.lua tests/examples: Explicitly mark tests generating an image 2018-07-24 14:12:44 +02:00
stretch_down.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
stretch_left.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
stretch_right.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
stretch_up.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
top.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
top_left.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
top_right.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
under_mouse.lua tests/examples: Explicitly mark tests generating an image 2018-07-24 14:12:44 +02:00