aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2018-07-24Implement floating_modifier <mod> [inverse|normal]Brian Ashworth-0/+1
2018-07-24Merge pull request #2165 from swaywm/pid-workspacesDrew DeVault-11/+4
2018-07-24Merge branch 'master' into mouse-bindingsRyan Dwyer-0/+8
2018-07-23Invoke mouse bindingsfrsfnrrg-0/+8
2018-07-23Remove unneeded constBrian Ashworth-1/+1
2018-07-23Switch to using a function to parse booleansBrian Ashworth-0/+8
2018-07-23Parse mouse binding optionsfrsfnrrg-3/+18
2018-07-23Merge branch 'master' into pid-workspacesDrew DeVault-85/+316
2018-07-23Store scratchpad list in sway_root instead of serverRyan Dwyer-2/+2
2018-07-23Implement scratchpadRyan Dwyer-0/+33
2018-07-22Handle set_{title,app_id} for xdg-shell and zxdg-shell-v6emersion-0/+4
2018-07-22Consider view's min/max sizes when resizingRyan Dwyer-0/+5
2018-07-22Store last button and use it when views request to move or resizeRyan Dwyer-1/+8
2018-07-22Prevent re-uploading the same cursor image multiple timesRyan Dwyer-0/+4
2018-07-22Replace static handle_end_operation with seat_end_mouse_operationRyan Dwyer-0/+2
2018-07-22Implement xdg shell request_move and request_resize eventsRyan Dwyer-4/+9
2018-07-22Implement floating_modifier and mouse operations for floating viewsRyan Dwyer-5/+34
2018-07-20Reset outputs on reloadBrian Ashworth-0/+4
2018-07-21Implement force_display_urgency_hintRyan Dwyer-0/+2
2018-07-20Fix output wildcard handlingBrian Ashworth-0/+2
2018-07-19swaybar: Fix scroll handling on workspace buttonsminus-2/+7
2018-07-19Merge pull request #2304 from RedSoxFan/fix-2298emersion-0/+1
2018-07-19Allow xwayland views to become urgent when on a non-visible workspaceRyan Dwyer-0/+1
2018-07-19Fix deferred command handlingBrian Ashworth-0/+1
2018-07-18Don't unfocus when an override redirect window is mappedemersion-1/+1
2018-07-18Merge pull request #2281 from pvsr/X11_clickemersion-2/+17
2018-07-17Implement default_floating_border command and adjust CSD behaviourRyan Dwyer-0/+1
2018-07-16make hotspot callback take an x11 button idPeter Rice-2/+17
2018-07-16Merge pull request #2276 from RyanDwyer/urgencyDrew DeVault-0/+15
2018-07-16Implement no_focus commandRyan Dwyer-2/+3
2018-07-16Mark containers as urgent in IPC if they have urgent viewsRyan Dwyer-0/+2
2018-07-16Update workspace urgent state when views close or move workspacesRyan Dwyer-1/+2
2018-07-16Implement urgency base functionalityRyan Dwyer-0/+12
2018-07-15Make focus part of transactionsRyan Dwyer-11/+3
2018-07-15Merge pull request #2272 from RyanDwyer/simplify-transactionsDrew DeVault-45/+25
2018-07-14Add extended debugging flagsDrew DeVault-0/+8
2018-07-14Simplify transactions by utilising a dirty flag on containersRyan Dwyer-45/+25
2018-07-14Implement tap_button_map for input devicesBrian Ashworth-0/+2
2018-07-13Merge pull request #2252 from rkubosz/scroll-button-optionDrew DeVault-0/+2
2018-07-12Don't disable borders for xwayland floating viewsemersion-0/+1
2018-07-11add scroll button optionRobert Kubosz-0/+2
2018-07-11Merge pull request #2240 from RedSoxFan/implement-1961Drew DeVault-1/+23
2018-07-11Move floating windows to front when focusedRyan Dwyer-0/+2
2018-07-10Implement swaylock customization flagsBrian Ashworth-1/+23
2018-07-10Remove `clipboard` command and `get_clipboard` messageemersion-6/+3
2018-07-10Add get_config message type to ipcIan Fan-3/+2
2018-07-10Add get_binding_modes message type to ipcIan Fan-0/+1
2018-07-09Update for swaywm/wlroots#1126emersion-2/+8
2018-07-09Remove duplicate function declaration and add assertionRyan Dwyer-2/+0
2018-07-09Implement some floating move commandsRyan Dwyer-0/+12