aboutsummaryrefslogtreecommitdiff
path: root/sway/desktop/xwayland.c
AgeCommit message (Expand)Author
2018-10-25Rebase the cursor after applying transactionsRyan Dwyer
2018-10-24Rebase the cursor after mapping a viewRyan Dwyer
2018-10-24Merge pull request #2933 from Snaipe/xwayland-window-propertiesDrew DeVault
2018-10-23xwayland: populate window_properties in json for viewsFranklin "Snaipe" Mathieu
2018-10-22Fix xwayland wants_floating logicRyan Dwyer
2018-10-21Parse missing i3 window typesChristian
2018-10-20Minor refactor of input managerRyan Dwyer
2018-10-16view: move arrange_workspace into view_mapRouven Czerwinski
2018-10-08Remove duplicate codeRyan Dwyer
2018-10-08Look for any ancestor when checking for fullscreen exitRyan Dwyer
2018-10-08Implement popup_during_fullscreenRyan Dwyer
2018-09-27Rename view_set_csd_from_client to view_update_csd_from_clientRyan Dwyer
2018-09-27Add CSD to border modesRyan Dwyer
2018-09-23Allow running commands on containers without focusing themRyan Dwyer
2018-09-11Rename OP_MOVE to OP_MOVE_FLOATINGRyan Dwyer
2018-09-06Float views when min == max on either dimensionRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-09-04Implement window_role criteria tokenRyan Dwyer
2018-09-02Implement focus_on_window_activationRyan Dwyer
2018-09-02Check modal state when determining whether an xwayland view should floatRyan Dwyer
2018-09-01Implement window_type criteria tokenRyan Dwyer
2018-08-26Remove layout.cRyan Dwyer
2018-08-24Refactor destroy functions and save workspaces when there's no outputsRyan Dwyer
2018-08-18Store geometry in the view and handle any floating view resizingRyan Dwyer
2018-08-18Set current size when a floating xwayland view resizesRyan Dwyer
2018-08-18Handle xwayland views sending new sizes in their commitsRyan Dwyer
2018-08-18Add view_get_geometryemersion
2018-08-15Simplify transactionsRyan Dwyer
2018-08-12Implement resizing tiled containers via cursorRyan Dwyer
2018-08-10xwayland: fix unmanaged surfaces orderemersion
2018-07-29Don't give focus if xwayland window has a type hintemersion
2018-07-26Allow containers to be fullscreenRyan Dwyer
2018-07-23Merge branch 'master' into pid-workspacesDrew DeVault
2018-07-22Implement request_move and request_resize for xwayland viewsRyan Dwyer
2018-07-21Implement force_display_urgency_hintRyan Dwyer
2018-07-19Allow xwayland views to become urgent when on a non-visible workspaceRyan Dwyer
2018-07-18Don't unfocus when an override redirect window is mappedemersion
2018-07-18Handle xwayland override_redirect flag changeemersion
2018-07-16Implement xwayland urgency hintRyan Dwyer
2018-07-14Simplify transactions by utilising a dirty flag on containersRyan Dwyer
2018-07-12Don't disable borders for xwayland floating viewsemersion
2018-07-09Update for swaywm/wlroots#1126emersion
2018-07-06Make view_update_* update live props as wellemersion
2018-07-06Fix xwayland floating views unclickableemersion
2018-07-05Updates per wlroots#1076Drew DeVault
2018-07-02Fix damage on swaybar when view requests to exit fullscreenRyan Dwyer
2018-07-01Implement pid->workspace trackingDrew DeVault
2018-06-30sway views: add helpers to get view and layer from wlr_surfaceDominique Martinet
2018-06-30Merge remote-tracking branch 'upstream/master' into atomicRyan Dwyer
2018-06-30Revert "Don't unmaximize floating views"Rostislav Pehlivanov