aboutsummaryrefslogtreecommitdiff
path: root/include/sway
AgeCommit message (Expand)AuthorLines
2019-01-13Merge pull request #3402 from RyanDwyer/refactor-seatopsDrew DeVault-32/+67
2019-01-13Merge pull request #3388 from RedSoxFan/reset-inputs-on-reloadDrew DeVault-0/+7
2019-01-11swaybar: add status_edge_padding commandBrian Ashworth-0/+2
2019-01-11swaybar: add status_padding commandBrian Ashworth-0/+2
2019-01-10Refactor seat operations to use an interfaceRyan Dwyer-32/+67
2019-01-09bind{code,sym}: utilize mouse button helpersBrian Ashworth-1/+2
2019-01-09Add helpers for improved mouse button parsingBrian Ashworth-0/+8
2019-01-09reload: reset input configsBrian Ashworth-0/+7
2019-01-07cursor: move unhide and timeout retrieval into separate functionsRouven Czerwinski-0/+2
2019-01-02Implement tiling_drag_thresholdBrian Ashworth-0/+7
2018-12-31swaybar: implement tray configIan Fan-3/+9
2018-12-30hide_cursor: change to a seat subcommandBrian Ashworth-4/+7
2018-12-30Verify seat fallback settings on reloadBrian Ashworth-0/+6
2018-12-29Revamp seat configsBrian Ashworth-1/+1
2018-12-25Split image_surface handling into own functionBrian Ashworth-0/+4
2018-12-25Implement hide_cursor <timeout> commandBrian Ashworth-0/+10
2018-12-25Change mouse buttons to x11 map and libevdev namesBrian Ashworth-0/+5
2018-12-20Combine output_by_name and output_by_identifierBrian Ashworth-3/+1
2018-12-13Rework default output configsBrian Ashworth-2/+0
2018-11-28Implement bar gapsBrian Ashworth-0/+2
2018-11-28Introduce a way to show config warnings in swaynagBrian Ashworth-0/+7
2018-11-28Fix segfault when destroying unmapped child viewemersion-0/+1
2018-11-28Merge pull request #3199 from emersion/handle-subsurface-destroyRyan Dwyer-0/+6
2018-11-27Change execute_command to return a list of resultsBrian Ashworth-3/+3
2018-11-27Handle destroyed subsurfacesemersion-0/+6
2018-11-25Implement title alignmentBrian Ashworth-0/+8
2018-11-22Adding commands for configuring titlebar borders and paddingFlorent de Lamotte-6/+5
2018-11-19Merge pull request #3083 from c-edw/feature/StripWorkspaceNameemersion-0/+2
2018-11-18Add scroll factor config option.Spencer Michaels-0/+2
2018-11-18Use #if instead of #ifdefemersion-12/+12
2018-11-17Implement strip_workspace_name.Connor E-0/+2
2018-11-17Move view {x,y,width,height} into container structRyan Dwyer-10/+8
2018-11-11Allow multiple outputs for workspace outputBrian Ashworth-1/+1
2018-11-08Merge pull request #3087 from RedSoxFan/side-gapsRyan Dwyer-4/+14
2018-11-07Implement per side and per direction outer gapsBrian Ashworth-4/+14
2018-11-07gaps: remove duplicate inner gapsBrian Ashworth-1/+6
2018-11-06Add focus_follows_mouse always. (#3081)Connor E-1/+7
2018-11-03Merge pull request #3021 from Snaipe/singlekey-binding-triggerDrew DeVault-0/+1
2018-11-01Move view marks properties to container structRyan Dwyer-28/+28
2018-10-31Move view border properties to container structRyan Dwyer-20/+16
2018-10-30Remove enum movement_directionRyan Dwyer-4/+1
2018-10-29binding: match single-key bindings if no multi-key binding matchedFranklin "Snaipe" Mathieu-0/+1
2018-10-27Use output identifier for workspace configRobinhuett-0/+2
2018-10-25Rebase the cursor after applying transactionsRyan Dwyer-7/+0
2018-10-25Merge pull request #2950 from emersion/presentation-timeDrew DeVault-2/+5
2018-10-24Rebase the cursor after mapping a viewRyan Dwyer-0/+7
2018-10-24Merge pull request #2933 from Snaipe/xwayland-window-propertiesDrew DeVault-0/+3
2018-10-23Implement the presentation-time protocolemersion-2/+5
2018-10-23xwayland: populate window_properties in json for viewsFranklin "Snaipe" Mathieu-0/+3
2018-10-23commands: replace EXPECTED_LESS_THAN with EXPECTED_AT_MOSTIan Fan-1/+1