weston/protocol
Jasper St. Pierre 5befdda84f xdg-shell: Turn the resizing heuristics into an explicit state
Currently, there's a race condition. When resizing from the left, and
a client attaches a buffer after the resize ends, you suddenly see the
buffer jump to the right, because the resize ended while multiple
attaches were in-flight. Making resize a state can fix this, as the
server can now know exactly when the resize ended, and whether a commit
was before or after that place.

We don't implement the correct tracking in this commit; that's left as
an exercise to the reader.

Additionally, clients like terminals might want to display resize popups
to display the number of cells when in a resize. They can use the hint
here to figure out whether they are resizing.
2014-05-12 23:34:05 -07:00
..
desktop-shell.xml desktop-shell: Fix order of desktop_shell messages 2014-05-12 10:05:28 -07:00
fullscreen-shell.xml protocol: Correct typo 'suppot' 2014-04-10 11:59:30 -07:00
input-method.xml text: Rename input_method to wl_input_method 2013-05-02 17:18:46 -04:00
scaler.xml protocol: unify wl_viewport src and dst size rules 2014-04-06 22:38:15 -07:00
screenshooter.xml screenshooter: Grab pixel data directly before buffer swap 2012-04-20 16:13:27 -04:00
text-cursor-position.xml Convert text cursor position protocol to use fixed types. 2012-06-04 11:07:50 -04:00
text.xml text: Improve protocol documentation. 2013-05-02 17:12:21 -04:00
wayland-test.xml tests: Test whether a simple EGL main loop uses too many buffers 2013-12-07 22:26:23 -08:00
workspaces.xml shell: Introduce workspace manager interface 2012-08-31 19:51:49 -04:00
xdg-shell.xml xdg-shell: Turn the resizing heuristics into an explicit state 2014-05-12 23:34:05 -07:00