summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
| * | | Implement stacked layoutLibravatar Ryan Dwyer2018-05-22
|/ / /
* | | Fix focus follows mouse with no focusLibravatar Drew DeVault2018-05-21
| | |
* | | Merge pull request #2016 from RedSoxFan/fix-tab-smart-bordersLibravatar emersion2018-05-21
|\ \ \ | |_|/ |/| | Fix hide_edge_borders smart for tabs and stacks
| * | Fix hide_edge_borders smart for tabs and stacksLibravatar Brian Ashworth2018-05-21
|/ /
* | Merge pull request #2005 from RyanDwyer/tabbed-layoutLibravatar emersion2018-05-21
|\ \ | | | | | | Implement tabbed layout
| * | Pre-multiply alpha for tab decorationsLibravatar Ryan Dwyer2018-05-21
| | |
| * | Add left/right borders to tabsLibravatar Ryan Dwyer2018-05-21
| | |
| * | Fix tab border issuesLibravatar Ryan Dwyer2018-05-21
| | |
| * | Use class or app_id in tree representationLibravatar Ryan Dwyer2018-05-21
| | |
| * | Don't track damage for views on inactive tabsLibravatar Ryan Dwyer2018-05-21
| | |
| * | Add assertion in container_at_viewLibravatar Ryan Dwyer2018-05-21
| | |
| * | Implement tabbed layoutLibravatar Ryan Dwyer2018-05-21
|/ /
* | Merge pull request #2011 from RyanDwyer/fix-hide-edge-border-bottomLibravatar emersion2018-05-21
|\ \ | | | | | | Fix hide_edge_borders constraints
| * | Fix hide_edge_borders constraintsLibravatar Ryan Dwyer2018-05-21
|/ / | | | | | | | | When checking if a border is on the edge, the check should be done against the workspace rather than the output.
* | Merge pull request #2012 from RedSoxFan/fix-border-changing-focusLibravatar Drew DeVault2018-05-20
|\ \ | | | | | | Fix border commands from changing focus
| * | Fix border commands from changing focusLibravatar Brian Ashworth2018-05-20
|/ /
* | Merge pull request #2007 from swaywm/fix-focus-follows-mouseLibravatar Drew DeVault2018-05-20
|\ \ | | | | | | Fix focus_follows_mouse over swaybar
| * \ Merge branch 'master' into fix-focus-follows-mouseLibravatar Drew DeVault2018-05-20
| |\ \
| * | | Fix focus_follows_mouse over swaybarLibravatar Drew DeVault2018-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you moved your mouse over swaybar (e.g. to scroll between workspaces), focus would move to the workspace. This is not the right thing to do. The solution is complicated by the fact that if you move your mouse into a new output with an empty workspace, that workspace _should_ receive focus.
* | | | Merge pull request #2010 from RedSoxFan/premultiply-alphaLibravatar emersion2018-05-20
|\ \ \ \ | |_|/ / |/| | | Pre-multiply alpha for non-textures
| * | | Merge branch 'master' into premultiply-alphaLibravatar Brian Ashworth2018-05-20
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1821 from RyanDwyer/swaylock-multiple-imagesLibravatar emersion2018-05-20
|\ \ \ \ | |_|/ / |/| | | Swaylock: Allow per-output images
| * | | Swaylock: Use calloc instead of mallocLibravatar Ryan Dwyer2018-05-20
| | | |
| * | | Swaylock: Log error if multiple images are defined for the same outputLibravatar Ryan Dwyer2018-05-20
| | | |
| * | | Swaylock: Allow per-output imagesLibravatar Ryan Dwyer2018-05-20
|/ / /
| * / Pre-multiply alpha for non-texturesLibravatar Brian Ashworth2018-05-20
|/ /
* | Merge pull request #2006 from kupospelov/fix-title-pixel-barLibravatar Drew DeVault2018-05-19
|\ \ | | | | | | Fix pixel bar below title
| * | Fix pixel bar below titleLibravatar Konstantin Pospelov2018-05-19
|/ / | | | | | | | | | | This commit changes how the left and right indents are calculated for the title bottom pixel bar, so that it is displayed properly in case the left or right border is hidden.
* | Merge pull request #2004 from RyanDwyer/rebuild-textures-on-moveLibravatar emersion2018-05-19
|\ \ | | | | | | Rebuild textures if needed when moving a container
| * | Rebuild textures if needed when moving a containerLibravatar Ryan Dwyer2018-05-19
|/ / | | | | | | | | | | | | When moving a container to an output which has a different scale than the previous, rebuild the title and marks textures at the new scale. Fixes #1999.
| * Fix output hotpluggingLibravatar emersion2018-05-18
| |
| * Fix swaylock crashing when unplugging outputLibravatar emersion2018-05-18
|/
* Merge pull request #1982 from RyanDwyer/show-marksLibravatar Drew DeVault2018-05-16
|\ | | | | Implement show_marks
| * Update marks textures on output scale eventLibravatar Ryan Dwyer2018-05-17
| |
| * Fix many border opacity issuesLibravatar Ryan Dwyer2018-05-17
| |
| * Update show_marks documentationLibravatar Ryan Dwyer2018-05-17
| |
| * Destroy marks textures when view destroyedLibravatar Ryan Dwyer2018-05-17
| |
| * Set textures to null when destroyingLibravatar Ryan Dwyer2018-05-17
| |
| * Don't show marks which start with an underscoreLibravatar Ryan Dwyer2018-05-17
| |
| * Implement show_marksLibravatar Ryan Dwyer2018-05-17
|/
* Merge pull request #1995 from RedSoxFan/fix-1985Libravatar Drew DeVault2018-05-16
|\ | | | | Change scale from int32_t to double for pango
| * Change scale from int32_t to double for pangoLibravatar Brian Ashworth2018-05-16
|/
* Merge pull request #1994 from RyanDwyer/fix-focus-stealingLibravatar emersion2018-05-16
|\ | | | | Don't steal focus when a view changes its title
| * Don't steal focus when a view changes its titleLibravatar Ryan Dwyer2018-05-16
|/ | | | Fixes #1989
* Merge pull request #1991 from martinetd/ready_noxLibravatar emersion2018-05-16
|\ | | | | sway: run commands without waiting for Xwayland
| * sway: run commands without waiting for XwaylandLibravatar Dominique Martinet2018-05-16
| | | | | | | | Xwayland is lazy now, there is no need to wait at all
* | Merge pull request #1990 from martinetd/swayidle_terminateLibravatar emersion2018-05-16
|\| | | | | swayidle: terminate when server died
| * swayidle: terminate if wl_display_dispatch failedLibravatar Dominique Martinet2018-05-16
| |
| * swayidle: terminate when server diedLibravatar Dominique Martinet2018-05-16
|/ | | | Fixes #1977.
* Merge pull request #1986 from emersion/clip-title-textureLibravatar Drew DeVault2018-05-15
|\ | | | | Correctly clip title texture if necessary