aboutsummaryrefslogtreecommitdiff
path: root/sway/desktop/render.c
AgeCommit message (Expand)Author
2018-10-08Use current state when rendering transient containersRyan Dwyer
2018-10-08Introduce container_is_transient_forRyan Dwyer
2018-10-08Implement popup_during_fullscreenRyan Dwyer
2018-09-27Add CSD to border modesRyan Dwyer
2018-09-19Fix segfault in output_renderemersion
2018-09-11Fix dropzone box on scaled outputsRyan Dwyer
2018-09-11Implement tiling dragRyan Dwyer
2018-09-08Align titles to baselineRyan Dwyer
2018-09-08Fix gaps in title textures and vertically center themRyan Dwyer
2018-09-06Fix crash when switching to new workspace during transactionRyan Dwyer
2018-09-06Fix crash when views rapidly map and unmapRyan Dwyer
2018-09-05Don't use wlr_output propertiesRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-09-03Fix crash when a splash screen opens on an empty workspaceIan Fan
2018-08-28Fix gaps issuesRyan Dwyer
2018-08-28Prepare arrange code for type safe argumentsRyan Dwyer
2018-08-26Remove layout.cRyan Dwyer
2018-08-19Merge pull request #2478 from RyanDwyer/standardise-debugDrew DeVault
2018-08-19Replace hacky L_FLOATING container with a listRyan Dwyer
2018-08-19Use enum for damage debug optionsRyan Dwyer
2018-08-19Standardise debug variablesRyan Dwyer
2018-08-18Fix nitpickRyan Dwyer
2018-08-18Store geometry in the view and handle any floating view resizingRyan Dwyer
2018-08-18Render saved buffer using saved geometryRyan Dwyer
2018-08-18Fix geometryRyan Dwyer
2018-08-17Add using_csd variable to transaction stateRyan Dwyer
2018-08-02Convert toplevel coordinates to output-localRyan Dwyer
2018-08-02Revert "Revert "Fix popups""Ryan Dwyer
2018-08-02Revert "Fix popups"Drew DeVault
2018-08-02Merge branch 'master' into fix-resize-wiggleemersion
2018-08-01Correctly track saved surfaces during multiple transactionsRyan Dwyer
2018-07-31Fix popupsRyan Dwyer
2018-07-29Completely switch over to new iteratorsemersion
2018-07-29wip: redesign output_view_for_each_surface iteratoremersion
2018-07-29wip: redesign output_layer_for_each_surface iteratoremersion
2018-07-29wip: redesign output_drag_icons_for_each_surface iteratoremersion
2018-07-29wip: redesign output_unmanaged_for_each_surface iteratoremersion
2018-07-28Allow containers to floatRyan Dwyer
2018-07-26Fix indentRyan Dwyer
2018-07-26Allow containers to be fullscreenRyan Dwyer
2018-07-25Merge pull request #2353 from emersion/render-opaque-overlayDrew DeVault
2018-07-25reverted includes of "sway/config.h" and replaced with "config.h" from meson ...Pascal Pascher
2018-07-25Improve rendering with a fullscreen opaque overlay surfaceemersion
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-23fix crash on new output while swaylock is runningsomdoron
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 urgency base functionalityRyan Dwyer
2018-07-15Make focus part of transactionsRyan Dwyer