aboutsummaryrefslogtreecommitdiff
path: root/include/sway
AgeCommit message (Expand)AuthorLines
2018-08-11Remove container_for_each_descendant_bfsRyan Dwyer-7/+1
2018-08-08Allow a fallback color to be specified for swaybgBrian Ashworth-0/+1
2018-08-08Deny moving a sticky container to workspace if it's the same outputRyan Dwyer-0/+2
2018-08-08Fix edge cases when moving floating container to new workspaceRyan Dwyer-3/+6
2018-08-08Implement move to workspace on a floating containerRyan Dwyer-0/+8
2018-08-06Merge pull request #2268 from emersion/server-decoration-bordersDrew DeVault-1/+31
2018-08-06Handle views created after decoration mode is sent for xdg-shellemersion-0/+9
2018-08-06Listen to server-decoration mode changesemersion-1/+22
2018-08-06commands: complete workspace implementationIan Fan-1/+3
2018-08-06commands: fix layout implementation (also better name for previous split layout)Ian Fan-1/+1
2018-08-06commands: complete move implementationIan Fan-0/+5
2018-08-04Move workspace pid code to root.cRyan Dwyer-4/+4
2018-08-04Separate root-related codeRyan Dwyer-48/+58
2018-08-03Remove swaynag_clone and use memcpyBrian Ashworth-4/+0
2018-08-03Write to swaynag pipe fd directly on config errorsBrian Ashworth-6/+42
2018-08-03Show swaynag on config errorsBrian Ashworth-3/+7
2018-08-03Fix crash when moving cursor over a fullscreen split containerRyan Dwyer-3/+3
2018-08-02Fix pointer events for fullscreen viewsemersion-0/+4
2018-08-02Revert "Revert "Fix popups""Ryan Dwyer-9/+21
2018-08-02Revert "Fix popups"Drew DeVault-21/+9
2018-08-02Merge branch 'master' into fix-resize-wiggleemersion-12/+29
2018-08-01Merge pull request #2391 from RyanDwyer/fix-popups-v2Drew DeVault-9/+24
2018-08-01ipc: prevent emitting a workspace::focus event when moving a container to a d...Ian Fan-1/+1
2018-08-01ipc: add binding eventIan Fan-2/+1
2018-08-01ipc: add window::mark eventIan Fan-0/+2
2018-08-01ipc: add shutdown eventIan Fan-0/+1
2018-08-01Correctly track saved surfaces during multiple transactionsRyan Dwyer-13/+7
2018-07-31Close popups when changing focusRyan Dwyer-0/+3
2018-07-31Fix popupsRyan Dwyer-9/+21
2018-07-30Merge pull request #2367 from emersion/iterator-redesignDrew DeVault-28/+17
2018-07-30Merge pull request #2381 from frsfnrrg/key-repeatDrew DeVault-0/+3
2018-07-30Fix title textures on scale changeBrian Ashworth-0/+2
2018-07-29Bindings use advised keyboard repeat parametersfrsfnrrg-2/+0
2018-07-29Implement key repeat for pressed key bindingsfrsfnrrg-0/+5
2018-07-29Remove output_surface_for_each_surface from headeremersion-4/+0
2018-07-29Completely switch over to new iteratorsemersion-18/+0
2018-07-29wip: redesign output_view_for_each_surface iteratoremersion-3/+3
2018-07-29wip: redesign output_layer_for_each_surface iteratoremersion-2/+2
2018-07-29wip: redesign output_drag_icons_for_each_surface iteratoremersion-3/+3
2018-07-29wip: redesign output_unmanaged_for_each_surface iteratoremersion-3/+14
2018-07-28Add virtual keyboard protocolDrew DeVault-0/+3
2018-07-28When unfloating, return container to previously focused tiled containerRyan Dwyer-0/+3
2018-07-28Allow containers to floatRyan Dwyer-5/+11
2018-07-26Allow containers to be fullscreenRyan Dwyer-9/+22
2018-07-25Add xkb_numlock/xkb_capslock commands (#2311)ProgAndy-0/+2
2018-07-25Implement setting NumLock and CapsLock statusProgAndy-0/+3
2018-07-25Merge pull request #2353 from emersion/render-opaque-overlayDrew DeVault-2/+1
2018-07-25Merge pull request #2350 from ppascher/xwayland-optionalDrew DeVault-7/+26
2018-07-25reverted includes of "sway/config.h" and replaced with "config.h" from meson ...Pascal Pascher-0/+3
2018-07-25more style fixes, included "sway/config.h" where neededPascal Pascher-2/+1