awesome/lib/awful
Xinhao Yuan 8beb0286ea Fix: toggling the `maximized` state properly when a client requests to unmaximize.
The fix focuses on ewmh.merge_maximization function, which handles client intentions to change maximization states.
The fix includes:

  1. Fixing the `get_value` helper function to return the proper resulting state that client wanted to change.
     For example, when `c.maximized and not c.maximized_horizontal and not c.maximized_vertical` holds,
     the client would observe the `MAXIMIZED_VERT` and `MAXIMIZED_HORZ` atoms in X11, but get_value would compute
     the result values based on `c.maximized_{horizontal,vertical}`, which are all false. The fix makes the computation
     consistent to clients' view.

  2. Interpret a client's maximization intentions based on the client's view of how the X11 atoms changes.
2019-10-16 18:23:18 -04:00
..
client Use memory shorter with awful.client.shape (#2051) 2017-10-07 18:22:50 +02:00
hotkeys_popup Merge pull request #2529 from actionless/hotkeys-popup-dont-show-empty-groups 2019-10-12 22:14:48 +00:00
layout screen: Fix enough issue when all screens are removed to pass a test. 2019-09-29 18:56:06 -04:00
mouse mouse: Do not display the snap helpers when a client isn;t floating. (#2818) 2019-07-10 17:16:41 -04:00
screen screen: Add diagonal size (in inches and millimeters). 2019-09-30 00:49:40 -04:00
widget quality: Port all legacy `:buttons()` to `.buttons`. 2019-10-06 03:50:56 -04:00
_compat.lua root: Turn `root.keys()` into a property. 2019-10-05 18:06:51 -04:00
autofocus.lua screen: Fix enough issue when all screens are removed to pass a test. 2019-09-29 18:56:06 -04:00
button.lua doc: Remove capi.button/capi.key from the official doc. 2019-10-05 18:06:50 -04:00
client.lua client: Move the `c:keys()` method to a property. 2019-10-05 18:06:51 -04:00
completion.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
dbus.lua Remove traces of the old URL (#1280) 2016-12-21 02:03:03 +01:00
ewmh.lua Fix: toggling the `maximized` state properly when a client requests to unmaximize. 2019-10-16 18:23:18 -04:00
init.lua awful: Move the backward compatibility code into its own file. 2019-10-05 18:06:50 -04:00
key.lua doc: Remove capi.button/capi.key from the official doc. 2019-10-05 18:06:50 -04:00
keygrabber.lua doc: Fix all the property, theme and field types. 2019-06-08 18:14:14 -04:00
menu.lua quality: Port all legacy `:buttons()` to `.buttons`. 2019-10-06 03:50:56 -04:00
placement.lua awful.placement: Fix no_overlap with unselected tags (#2809) 2019-07-04 16:42:15 +03:00
popup.lua Fix typo and wrong property name in popup docs 2019-10-07 21:45:41 -04:00
prompt.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
remote.lua awful.remote: Protect against error(nil) (#2748) 2019-04-14 12:34:52 -04:00
rules.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
screen.lua screen: Add diagonal size (in inches and millimeters). 2019-09-30 00:49:40 -04:00
spawn.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
startup_notification.lua Add beautiful property to control busy cursor during spawn 2017-03-01 21:57:59 +01:00
tag.lua Apply suggestions from code review 2019-10-05 17:16:22 -04:00
titlebar.lua Remove the instances of :buttons(awful.button()). 2019-10-06 03:50:56 -04:00
tooltip.lua Remove the instances of :buttons(awful.button()). 2019-10-06 03:50:56 -04:00
util.lua doc: Fix all the property, theme and field types. 2019-06-08 18:14:14 -04:00
wibar.lua drawin: Turn `:buttons()` into a property. 2019-10-05 18:06:51 -04:00
wibox.lua doc: Add missing C-object documentation and fix some papercuts. 2018-07-25 18:26:11 -04:00