Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

WIP: Added wlr-workspace-unstable-v1.xml #35

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Feb 25, 2019

  1. Added wlr-workspace-unstable-v1.xml

    Addresses github issue swaywm#10
    Chris Billington committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    0d270a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Improvements in light of reviews

    * Remove the concept of a workspace group, instead associate outputs directly with
      workspaces.
    
    * Remove 'empty' state: clients will instead determine themselves if a workspace
      is empty once functionality is added either to this or the foreign toplevel
      manager protocol to determine which toplevels are on which workspaces.
    
    * Add name event
    
    * Replace number event with coordinates of arbitrary dimension
    
    * Add deactivate request, since activating one workspace need not imply
      that others are deactivated
    
    * Rename destroy event to remove.
    
    * Improve descriptions
    Chris Billington committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    96b2747 View commit details
    Browse the repository at this point in the history
  2. make description more explicit

    Chris Billington committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    f2f73ed View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Fixes in response to reviews

    * Fix two minor bugs pointed out in reviews
    * clarify meaning and optional-ness of coordinates.
    Chris Billington committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    097273d View commit details
    Browse the repository at this point in the history
  2. Add done request, to provide atomicity for other requests.

    Chris Billington committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    b7e6880 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b959e8 View commit details
    Browse the repository at this point in the history
  4. Correct copyright year, wrap everyhing to 80 chars

    Chris Billington committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    65c0183 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Re-introduce concept of workspace groups

    Chris Billington committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    0a5f807 View commit details
    Browse the repository at this point in the history
  2. Rename to output_enter and output_leave

    To match the foreign-toplevel-management protocol.
    Chris Billington committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    4738eae View commit details
    Browse the repository at this point in the history