aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2018-06-29Replace list_empty with a simple alternativeRyan Dwyer-9/+1
2018-06-29Fix crash when moving last child of a container to workspace or outputRyan Dwyer-2/+10
2018-06-28Merge pull request #2172 from apreiml/fix-keybinding-modifier-handlingDrew DeVault-5/+5
2018-06-28fix handling key modifiers if not pressed at firstArmin Preiml-5/+5
2018-06-27Merge pull request #2170 from apreiml/masteremersion-2/+2
2018-06-27fix accidently removing borders on XCB_CONFIGURE_REQUESTArmin Preiml-2/+2
2018-06-27Merge pull request #2168 from BlueGone/input-cmd-arg-nbemersion-1/+1
2018-06-27Check if command input has at least 2 argumentsThomas Plaçais-1/+1
2018-06-27Allow views to skip configuresRyan Dwyer-22/+42
2018-06-27Move unsetting of view->surface into view_unmapRyan Dwyer-4/+1
2018-06-27Fix memleak in container_get_boxRyan Dwyer-4/+2
2018-06-27Remove transaction_add_damageRyan Dwyer-55/+24
2018-06-27Fix nitpicksRyan Dwyer-7/+6
2018-06-26Merge pull request #2145 from emersion/xwayland-wants-floatDrew DeVault-28/+122
2018-06-27Merge branch 'master' into xwayland-wants-floatRyan Dwyer-41/+86
2018-06-26Merge pull request #2162 from martinetd/float_xdg_shellDrew DeVault-8/+11
2018-06-26Merge branch 'master' into float_xdg_shellemersion-27/+45
2018-06-26Merge pull request #2164 from ael-code/background_fixesDrew DeVault-23/+33
2018-06-26cleanup output-background subcommand handlingael-code-21/+28
2018-06-26fix memleak on background cmd errorael-code-2/+5
2018-06-26Merge pull request #2163 from martinetd/use-after-freeRyan Dwyer-4/+12
2018-06-26layer_shell: order destroying before sway_outputDominique Martinet-4/+10
2018-06-26layer_shell: cleanup output link on output destroyDominique Martinet-0/+2
2018-06-26Remove incorrect assertion and supporting codeRyan Dwyer-12/+0
2018-06-26Fix crash when closing output window from outer sessionRyan Dwyer-3/+3
2018-06-26Fix crash when disconnecting outputRyan Dwyer-1/+3
2018-06-26Remove timer when transaction destroysRyan Dwyer-0/+3
2018-06-26Damage output when views toggle fullscreenRyan Dwyer-6/+26
2018-06-26Rename view's free callback to destroyRyan Dwyer-9/+9
2018-06-26Damage output when a fullscreen view unmapsRyan Dwyer-17/+15
2018-06-26xdg_shell: make view floating if a parent has been setDominique Martinet-8/+11
2018-06-25Rename progress_queue to transaction_progress_queueRyan Dwyer-3/+3
2018-06-25Fix potential crash when fullscreen view unmapsRyan Dwyer-3/+5
2018-06-24Merge pull request #2159 from acrisci/focus-dont-follow-keyboard-grabDrew DeVault-3/+6
2018-06-24dont focus-follow-mouse when keyboard grabTony Crisci-3/+6
2018-06-25Implement per-configure debug timingsRyan Dwyer-1/+17
2018-06-25Implement transaction timings debugRyan Dwyer-0/+29
2018-06-24xwayland: accept configure requests from floating viewsemersion-2/+6
2018-06-24Fix another crash when moving out of stacks or tabsRyan Dwyer-1/+5
2018-06-24Implement atomic layout updates for xwayland viewsRyan Dwyer-27/+40
2018-06-24Fix crash when running move <direction> in an empty workspaceRyan Dwyer-5/+11
2018-06-24Fix crash when unmapping a view with reapable parentsRyan Dwyer-38/+58
2018-06-24Fix crash related to stacks and tabsRyan Dwyer-2/+2
2018-06-24Force transactions to complete in orderRyan Dwyer-18/+74
2018-06-23Fix crash when deleting last child in a tabbed or stacked containerRyan Dwyer-12/+39
2018-06-23Merge remote-tracking branch 'upstream/master' into atomicRyan Dwyer-10/+31
2018-06-23Implement atomic layout updates for tree operationsRyan Dwyer-386/+542
2018-06-22Merge pull request #2155 from ael-code/fix_output_command_failureDrew DeVault-7/+14
2018-06-22bugfix: avoid access after freeael-code-7/+14
2018-06-22Merge pull request #2146 from tobiasblass/prepare_server_before_dropping_priv...Drew DeVault-3/+15