aboutsummaryrefslogtreecommitdiff
path: root/sway/desktop
AgeCommit message (Expand)Author
2018-07-22Fix damage issue when moving and resizingRyan Dwyer
2018-07-21Implement force_display_urgency_hintRyan Dwyer
2018-07-19Update for swaywm/wlroots#1148emersion
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-17Fix memory leak in sway/desktop/idle_inhibit_v1.cfrsfnrrg
2018-07-17Fix memory leak in handle_layer_shell_surfacefrsfnrrg
2018-07-17Implement default_floating_border command and adjust CSD behaviourRyan Dwyer
2018-07-16Render containers as urgent if they have an urgent childRyan Dwyer
2018-07-16Implement xwayland urgency hintRyan 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-15Set signature to voidRyan Dwyer
2018-07-14Simplify transactions by utilising a dirty flag on containersRyan Dwyer
2018-07-13Simplify popup_unconstrainemersion
2018-07-13Fix output_has_opaque_lockscreenemersion
2018-07-13Merge branch 'master' into xwayland-floating-bordersRyan Dwyer
2018-07-12Add xdg-positioner supportemersion
2018-07-12Don't disable borders for xwayland floating viewsemersion
2018-07-11Use saved buffer when fullscreen view is in a transactionRyan Dwyer
2018-07-10removed unnecessary parensruss morris
2018-07-10fix line lengthsruss morris
2018-07-10tabs instead of spacesruss morris
2018-07-10fix tabbed titlebar widthsruss morris
2018-07-10Merge branch 'master' into fix-stacked-layoutRyan Dwyer
2018-07-09Update for swaywm/wlroots#1126emersion
2018-07-10Fix titlebar rendering for nested stacked containersKonstantin Pospelov
2018-07-09Implement some floating move commandsRyan Dwyer
2018-07-07Split rendereremersion
2018-07-07Fix titles when container titles contain UTF-8 charactersRyan Dwyer
2018-07-06Make view_update_* update live props as wellemersion
2018-07-06Fix xwayland floating views unclickableemersion
2018-07-07Translate surface by its geo when doing opaque box checkRyan Dwyer
2018-07-07Don't clear when using opaque lockscreenRyan Dwyer
2018-07-07Detect opaque lockscreen when using a solid colorRyan Dwyer
2018-07-07Use pixman_region32_contains_rectangleRyan Dwyer
2018-07-07Use opaque region to determine if frame done should be sentRyan Dwyer
2018-07-07Don't send frame done to surfaces behind lockscreenRyan Dwyer
2018-07-05Use wlr_surface.buffer_damageemersion
2018-07-05Updates per wlroots#1076Drew DeVault
2018-07-04Fix use after free in transaction codeRyan Dwyer
2018-07-02Fix damage on swaybar when view requests to exit fullscreenRyan Dwyer
2018-07-02Merge pull request #2187 from martinetd/idle-inhibitemersion
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
2018-07-02transaction_apply: use float for quotientDominique Martinet