aboutsummaryrefslogtreecommitdiff
path: root/include/sway
AgeCommit message (Expand)Author
2018-07-24style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: falsePascal Pascher
2018-07-24Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...Pascal Pascher
2018-07-24Merge pull request #2165 from swaywm/pid-workspacesDrew DeVault
2018-07-23Invoke mouse bindingsfrsfnrrg
2018-07-23Parse mouse binding optionsfrsfnrrg
2018-07-23Merge branch 'master' into pid-workspacesDrew DeVault
2018-07-23Store scratchpad list in sway_root instead of serverRyan Dwyer
2018-07-23Implement scratchpadRyan Dwyer
2018-07-22Handle set_{title,app_id} for xdg-shell and zxdg-shell-v6emersion
2018-07-22Consider view's min/max sizes when resizingRyan Dwyer
2018-07-22Store last button and use it when views request to move or resizeRyan Dwyer
2018-07-22Prevent re-uploading the same cursor image multiple timesRyan Dwyer
2018-07-22Replace static handle_end_operation with seat_end_mouse_operationRyan Dwyer
2018-07-22Implement xdg shell request_move and request_resize eventsRyan Dwyer
2018-07-22Implement floating_modifier and mouse operations for floating viewsRyan Dwyer
2018-07-20Reset outputs on reloadBrian Ashworth
2018-07-21Implement force_display_urgency_hintRyan Dwyer
2018-07-20Fix output wildcard handlingBrian Ashworth
2018-07-19Merge pull request #2304 from RedSoxFan/fix-2298emersion
2018-07-19Allow xwayland views to become urgent when on a non-visible workspaceRyan Dwyer
2018-07-19Fix deferred command handlingBrian Ashworth
2018-07-18Don't unfocus when an override redirect window is mappedemersion
2018-07-17Implement default_floating_border command and adjust CSD behaviourRyan Dwyer
2018-07-16Merge pull request #2276 from RyanDwyer/urgencyDrew DeVault
2018-07-16Implement no_focus commandRyan Dwyer
2018-07-16Mark containers as urgent in IPC if they have urgent viewsRyan Dwyer
2018-07-16Update workspace urgent state when views close or move workspacesRyan Dwyer
2018-07-16Implement urgency base functionalityRyan Dwyer
2018-07-15Make focus part of transactionsRyan Dwyer
2018-07-15Merge pull request #2272 from RyanDwyer/simplify-transactionsDrew DeVault
2018-07-14Add extended debugging flagsDrew DeVault
2018-07-14Simplify transactions by utilising a dirty flag on containersRyan Dwyer
2018-07-14Implement tap_button_map for input devicesBrian Ashworth
2018-07-13Merge pull request #2252 from rkubosz/scroll-button-optionDrew DeVault
2018-07-12Don't disable borders for xwayland floating viewsemersion
2018-07-11add scroll button optionRobert Kubosz
2018-07-10Remove `clipboard` command and `get_clipboard` messageemersion
2018-07-10Add get_config message type to ipcIan Fan
2018-07-09Remove duplicate function declaration and add assertionRyan Dwyer
2018-07-09Implement some floating move commandsRyan Dwyer
2018-07-07Split rendereremersion
2018-07-06Merge pull request #2206 from martinetd/leaksDrew DeVault
2018-07-06Merge branch 'master' into leaksemersion
2018-07-07Use opaque region to determine if frame done should be sentRyan Dwyer
2018-07-05Implement mode --pango_markupBrian Ashworth
2018-07-05cmd_results_to_json: return copied string and properly free the jsonDominique Martinet
2018-07-04ipc-server: add display destroy listener and remove ipc_terminateDominique Martinet
2018-07-02idle_inhibit: move server data to its own structDominique Martinet
2018-07-02idle_inhibit: stop inhibitor when views become invisibleDominique Martinet
2018-07-02Add idle inhibit unstable v1 supportDominique Martinet