aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-08Switch restore workspaces to a nested for-loopBrian Ashworth
2018-06-08Restore workspaces to outputs based on priorityBrian Ashworth
2018-06-08Merge pull request #2121 from martinetd/swaylock-ctrl-uemersion
2018-06-08swaylock: implement ^U to clear bufferDominique Martinet
2018-06-08Merge pull request #2119 from martinetd/gcc-strtruncationemersion
2018-06-08Merge pull request #2120 from martinetd/swayidle-zombiesemersion
2018-06-08sway/criteria: gcc string truncation warning fixDominique Martinet
2018-06-08sway exec command: use waitpid instead of waitDominique Martinet
2018-06-08swayidle: doublefork to not leave zombies aroundDominique Martinet
2018-06-08Merge pull request #2118 from RedSoxFan/fix-2117emersion
2018-06-07Remove strip quoting and fix strncpy-overlapBrian Ashworth
2018-06-07Merge pull request #2084 from RedSoxFan/runtime-var-expansionemersion
2018-06-07Merge pull request #2108 from RedSoxFan/store-outputsemersion
2018-06-06Switch output storing from list_t to wl_listBrian Ashworth
2018-06-06Address emersions comments on output re-enablingBrian Ashworth
2018-06-06Store sway_outputs so that they can be reenabledBrian Ashworth
2018-06-07Merge pull request #2116 from RedSoxFan/fix-2113Ryan Dwyer
2018-06-06Remove tab/stack check for focusing after a splitBrian Ashworth
2018-06-06Fix focusing after splitting tabs/stacksBrian Ashworth
2018-06-06Merge pull request #2110 from smlx/initialise-cursor-previousemersion
2018-06-06Initialise previous cursor position.Scott Leggett
2018-06-05Merge pull request #2107 from tobiasblass/remove_suspicious_returnemersion
2018-06-05Remove suspicious unconditional returnTobias Blass
2018-06-05Fix logic issue in do_var_replacementBrian Ashworth
2018-06-05Support runtime var expansion and set at runtimeBrian Ashworth
2018-06-05Merge pull request #2095 from emersion/fullscreen-damage-only-visibleemersion
2018-06-05Merge pull request #2103 from RyanDwyer/focus-fixesemersion
2018-06-05Merge pull request #2106 from RedSoxFan/fix-2105emersion
2018-06-05Fix movement crashes/issuesBrian Ashworth
2018-06-04Don't restore focus if unmapping surface wasn't focusedRyan Dwyer
2018-06-04Don't set focus to NULL when clicking a surface which has no containerRyan Dwyer
2018-06-04Restore focus when unmapping layer shell surfacesRyan Dwyer
2018-06-04Restore focus when unmapping unmanaged xwayland surfacesRyan Dwyer
2018-06-03Merge pull request #2087 from RedSoxFan/output-subcommandemersion
2018-06-03Merge pull request #2099 from RyanDwyer/fix-seat-get-active-childemersion
2018-06-03Merge pull request #2100 from RyanDwyer/fix-workspace-orientationemersion
2018-06-03Address review comments for output subcommandsBrian Ashworth
2018-06-03Refactor cmd_output to use config_subcommandBrian Ashworth
2018-06-03Fix initial workspace orientation on a rotated outputRyan Dwyer
2018-06-03Fix seat_get_active_childRyan Dwyer
2018-06-03Merge pull request #2093 from emersion/damage-debugemersion
2018-06-03Merge pull request #2096 from kupospelov/fix-title-updateemersion
2018-06-03Merge pull request #2097 from RyanDwyer/fix-workspace-segfaultemersion
2018-06-03Fix potential crash when destroying workspaceRyan Dwyer
2018-06-03Fix view title update orderKonstantin Pospelov
2018-06-02Add SWAY_DAMAGE_DEBUGemersion
2018-06-02Only send frame to visible surfaces when fullscreenedemersion
2018-06-02Merge pull request #2094 from emersion/damage-scheduleemersion
2018-06-02Schedule a frame even if damage is emptyemersion
2018-06-02Merge pull request #2091 from martinetd/config-block-use-after-freeDrew DeVault