aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2018-08-01ipc: add tick eventIan Fan-0/+2
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-2/+4
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-30delete references to swaygrabEric Engestrom-10/+0
2018-07-30util.h: add missing includeEric Engestrom-0/+1
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
2018-07-25Improve rendering with a fullscreen opaque overlay surfaceemersion-2/+1
2018-07-24Implement floating_modifier <mod> [inverse|normal]Brian Ashworth-0/+1
2018-07-24style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: falsePascal Pascher-12/+12
2018-07-24Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...Pascal Pascher-7/+24
2018-07-24Merge pull request #2165 from swaywm/pid-workspacesDrew DeVault-11/+4
2018-07-24Merge branch 'master' into mouse-bindingsRyan Dwyer-0/+8
2018-07-23Invoke mouse bindingsfrsfnrrg-0/+8
2018-07-23Remove unneeded constBrian Ashworth-1/+1
2018-07-23Switch to using a function to parse booleansBrian Ashworth-0/+8
2018-07-23Parse mouse binding optionsfrsfnrrg-3/+18
2018-07-23Merge branch 'master' into pid-workspacesDrew DeVault-85/+316
2018-07-23Store scratchpad list in sway_root instead of serverRyan Dwyer-2/+2
2018-07-23Implement scratchpadRyan Dwyer-0/+33
2018-07-22Handle set_{title,app_id} for xdg-shell and zxdg-shell-v6emersion-0/+4
2018-07-22Consider view's min/max sizes when resizingRyan Dwyer-0/+5
2018-07-22Store last button and use it when views request to move or resizeRyan Dwyer-1/+8
2018-07-22Prevent re-uploading the same cursor image multiple timesRyan Dwyer-0/+4
2018-07-22Replace static handle_end_operation with seat_end_mouse_operationRyan Dwyer-0/+2
2018-07-22Implement xdg shell request_move and request_resize eventsRyan Dwyer-4/+9
2018-07-22Implement floating_modifier and mouse operations for floating viewsRyan Dwyer-5/+34
2018-07-20Reset outputs on reloadBrian Ashworth-0/+4
2018-07-21Implement force_display_urgency_hintRyan Dwyer-0/+2
2018-07-20Fix output wildcard handlingBrian Ashworth-0/+2