aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2018-06-06Initialise previous cursor position.Scott Leggett
2018-06-05Remove suspicious unconditional returnTobias Blass
2018-06-05Merge pull request #2095 from emersion/fullscreen-damage-only-visibleemersion
2018-06-05Merge pull request #2103 from RyanDwyer/focus-fixesemersion
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-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-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-02Schedule a frame even if damage is emptyemersion
2018-06-03sway/config: fix use-after-free for end of blockDominique Martinet
2018-06-02Merge pull request #2089 from emersion/send-frame-done-visibleDrew DeVault
2018-06-02Only send frame done to visible viewsemersion
2018-06-02Address first round of review for generic blocksBrian Ashworth
2018-06-02Support braces on next line for config blocksBrian Ashworth
2018-06-02Make command block implementation genericBrian Ashworth
2018-06-02Merge pull request #2080 from frsfnrrg/keyboard-remodelingemersion
2018-06-02Fix top border when a view is initially floatingRyan Dwyer
2018-06-01Style fix, redundant entry removal, fix extra keysym deletefrsfnrrg
2018-06-01Rename update_shortcut_model to update_shortcut_statefrsfnrrg
2018-06-01Rename check_shortcut_model to get_active_bindingfrsfnrrg
2018-06-01Style fixed for keyboard.cfrsfnrrg
2018-06-01Style fixes for bind.cfrsfnrrg
2018-06-01Remove almost-always redundant loop in key handlingfrsfnrrg
2018-06-01Fix binding bindcode flag initializationfrsfnrrg
2018-06-01Rewrite shortcut handling code to avoid hardcoded valuesfrsfnrrg
2018-06-01Use XKB keycode numbering for bindcodefrsfnrrg
2018-06-01Share common code between bindsym and bindcode commandsfrsfnrrg
2018-06-01Merge pull request #2027 from RyanDwyer/implement-floatingDrew DeVault
2018-06-01Fix cmd_workspace crash when a surface has focusBrian Ashworth
2018-06-01Fix changing borders on floating viewsRyan Dwyer
2018-06-01Don't auto float xdg views if their dimensions are not setRyan Dwyer
2018-06-01Fix mpv damage issue when unfullscreening into floatingRyan Dwyer
2018-06-01Fix fullscreen position of xwayland viewsRyan Dwyer
2018-06-01Fix crash when using multiple outputsRyan Dwyer
2018-06-01Fix mouse warping interaction with layout coordsDrew DeVault
2018-06-01Consider floating views when calculating title heightRyan Dwyer
2018-06-01Fix floating position when view is floated when mappedRyan Dwyer