aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/client.c
AgeCommit message (Collapse)Author
2018-05-03Convert border_colors.text to float[4]Drew DeVault
2018-05-03Render titlesRyan Dwyer
2018-05-02Support alpha in border coloursRyan Dwyer
The alpha component is merged with the container's opacity. Completes #1882.
2018-05-01Remove unnecessary pointersRyan Dwyer
2018-04-30Implement bordersRyan Dwyer
Implements rendering of borders. Title text is still to do. Implements the following configuration directives: * client.focused * client.focused_inactive * client.unfocused * client.urgent * border * default_border
2017-11-18Move everything to sway/old/Drew DeVault
2017-04-29Set child border to background if not specifiedDrew DeVault
2017-04-29Support specifying fewer than 5 colorsDrew DeVault
This doesn't work, I'm not sure why. The color structs definitely get changed but if you specify fewer than 5, it renders with the defaults.
2016-09-02merge in latest commitsZandr Martin
2016-09-01refactor commands.cZandr Martin