aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)AuthorFilesLines
2019-03-11get_deco_rect: fix floaters on tabbed/stacked wsHEADmasterBrian Ashworth1-12/+15
2019-03-11commands: allow tiled sticky containers to be movedIan Fan1-3/+3
2019-03-11Stop using wlr_output->{lx,ly}emersion7-50/+58
2019-03-11Fix click behaviourRyan Dwyer1-3/+3
2019-03-11Don't send button events to surfaces when dragging or resizingRyan Dwyer3-8/+8
2019-03-11sway_view_child: add listener for view unmapBrian Ashworth1-0/+12
2019-03-10detect_proprietary: use strncmpBrian Ashworth1-1/+1
2019-03-10fullscreen: init floating on disable without sizeBrian Ashworth1-0/+7
2019-03-10Make raw keysyms take precedence over translatedBen Challenor1-16/+16
2019-03-10Fix crash in cmd_workspace when layer surface has focusemersion2-2/+7
2019-03-10Update language in sway.desktop & sway(1)Drew DeVault1-1/+1
2019-03-10arrange: use int not size_t for title offsetsBrian Ashworth1-2/+2
2019-03-10damage: remove output_damage_viewBrian Ashworth1-7/+3
2019-03-10output_damage_whole_container: damage subsurfacesBrian Ashworth1-0/+17
2019-03-09fix "directive argument is null" errorsJeff Peeler2-3/+2
2019-03-09Fix crash when moving window to scratchpadminus1-1/+2
2019-03-07ipc: describe libinput device configurationBrian Ashworth2-32/+310
2019-03-06ipc: fix fullscreen deco_rectBrian Ashworth1-2/+3
2019-03-06ipc: fix rect for stacked childrenBrian Ashworth1-2/+6
2019-03-06Fix container_parent_layout for scratchpad windowsemersion1-1/+4
2019-03-06ipc: change {,deco_}rect to match i3Brian Ashworth2-11/+45
2019-03-04Set DISPLAY after initializing Xwaylandemersion1-0/+2
2019-03-04Allow concurrent clicksRyan Dwyer2-3/+7
2019-03-03sway.1.scd: document environment vars set by swayBrian Ashworth1-0/+21
2019-03-03render_floating: skip fullscreen floatersBrian Ashworth1-0/+3
2019-03-03Fixes crash in spawn_swaybg (closes #3733)Noam Preil1-4/+4
2019-03-02floating_maximum_size: change default behaviorBrian Ashworth4-99/+50
2019-03-02Minor fix of code duplication.hugbubby1-5/+1
2019-02-28seat: don't send button release when not pressedemersion7-13/+14
2019-02-27sway-ipc.7: clarify window_rect omits decorationsBrian Ashworth1-1/+2
2019-02-27Add output dpms to manpageemersion1-6/+9
2019-02-27Merge pull request #3766 from RedSoxFan/sway-ipc-scdocDrew DeVault3-1/+1580
2019-02-27Add sway-ipc.7.scd to document IPC protocolBrian Ashworth3-1/+1580
2019-02-27config: remove double assignement to result in get_output_configRouven Czerwinski1-1/+1
2019-02-27cursor: intitialize sx and sy to zeroRouven Czerwinski1-2/+2
2019-02-27cursor: remove unused node assignementRouven Czerwinski1-1/+1
2019-02-26execute_command: do not strip qoutes for cmd_modeBrian Ashworth1-1/+2
2019-02-25fix smart_borders description in manualCarlo Abelli1-3/+3
2019-02-25Allow 0 degree transform (normal transform).Connor E1-1/+2
2019-02-24swaybar: add overlay mode (fix #1620)Milkey Mouse2-2/+6
2019-02-24add --i3 flag to hide_edge_bordersdb5-12/+32
2019-02-24Make load_include_configs void. Fix some cases where WD would not be restored.Connor E2-28/+16
2019-02-23Fix crash exiting fullscreened floating containerminus1-7/+0
2019-02-23ipc: add missing fields to disabled outputsCaleb Bassi1-0/+10
2019-02-23Update for swaywm/wlroots#1517emersion2-18/+58
2019-02-23handle_seat_node_destroy: update seat->workspaceBrian Ashworth1-0/+13
2019-02-23handle_layer_shell_surface: do not use noop outputBrian Ashworth1-1/+1
2019-02-23view: set xdg_decoration->view to NULL, check decoration destroyRouven Czerwinski2-1/+7
2019-02-22input/cursor: allow whole-window bindings on wsBrian Ashworth2-11/+18
2019-02-22Merge pull request #3740 from Emantor/fix/ipc_allocsIan Fan1-0/+2