summaryrefslogtreecommitdiff
path: root/sway/tree/container.c
AgeCommit message (Expand)Author
2018-05-17Fix many border opacity issuesRyan Dwyer
2018-05-17Set textures to null when destroyingRyan Dwyer
2018-05-14Kill wl_shellemersion
2018-05-13Add xdg-shell stable supportemersion
2018-05-12Fix recursion when counting descendants of a typeBrian Ashworth
2018-05-12Count descendant views for hide_edge_borders smartBrian Ashworth
2018-05-10Damage container when updating titleemersion
2018-05-10Damage borders when damaging viewemersion
2018-05-06Implement pango supportRyan Dwyer
2018-05-05Implement title_formatRyan Dwyer
2018-05-05Use scissor to render title textureRyan Dwyer
2018-05-04Check for NULL in container_update_titleAlex Xu (Hello71)
2018-05-03Fix title texture widthRyan Dwyer
2018-05-03Convert border_colors.text to float[4]Drew DeVault
2018-05-03Fix anti-aliasingDrew DeVault
2018-05-03Fix potential segfault when setting container titleRyan Dwyer
2018-05-03Calculate config->font_height based on existing container titlesRyan Dwyer
2018-05-03Render titlesRyan Dwyer
2018-05-01Fix layer surface crash on output destroydb
2018-05-01Allow clicking view decorations to focus viewRyan Dwyer
2018-05-01Fix surface offset when using bordersRyan Dwyer
2018-04-28Refactor arrange_windows()Ryan Dwyer
2018-04-26Remove sway_container.workspace_layoutRyan Dwyer
2018-04-24Fix crash in container_descendants()Ryan Dwyer
2018-04-17Create sway_workspace struct.Ryan Dwyer
2018-04-13container_destroy: fix segfaultDominique Martinet
2018-04-06Implement move [left|right|up|down]Drew DeVault
2018-04-06Fix deletion of still-visible workspaces on unfocusDrew DeVault
2018-04-05Merge pull request #1743 from emersion/subsurface-damage-trackingDrew DeVault
2018-04-05Fix desktop_damage_whole_surfaceemersion
2018-04-05Add container_damage_wholeemersion
2018-04-05Handle output removal on swaybarDrew DeVault
2018-04-04Merge branch 'wlroots' into fix-focus-inactiveTony Crisci
2018-04-04Use new wlr_*_surface_at functionsemersion
2018-04-04Remove unused SWAY_VIEW_TYPESemersion
2018-04-04Implement opacity commandTony Crisci
2018-04-04fix sending window new eventTony Crisci
2018-04-04try to fix focus-inactiveTony Crisci
2018-04-04send window close eventTony Crisci
2018-04-04fix double freeTony Crisci
2018-04-03simplify container closeTony Crisci
2018-04-03move output create to its own fileTony Crisci
2018-04-03move workspace create to workspace.cTony Crisci
2018-04-03move output damage to workspace destructorTony Crisci
2018-04-03rename container_finish to _container_destroyTony Crisci
2018-04-03address feedbackTony Crisci
2018-04-03rename workspace_get_initial_outputTony Crisci
2018-04-03clean up container_get_default_layoutTony Crisci
2018-04-03move container_set_layout to layout.hTony Crisci
2018-04-03make container_finish privateTony Crisci