index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
border.c
Age
Commit message (
Expand
)
Author
2017-06-06
FreeBSD fixes
johalun
2017-04-03
Impliment i3-style marks
Calvin Lee
2017-01-19
Display instance (if present) in nested layouts
Mykyta Holubakha
2016-12-15
Handle border-related malloc failures
Drew DeVault
2016-10-12
Overwrite alpha when drawing borders
Drew DeVault
2016-10-08
draw indicator border only for non-floating
D.B
2016-10-07
Add constant scale factor in get_text_size
Nicolas Cornu
2016-09-10
Use indicator border color only when needed.
D.B
2016-09-05
Fix constant scale factor in font code
Drew DeVault
2016-09-01
Reorganize includes
Drew DeVault
2016-08-11
Add support for indicator color
Guillaume Brogi
2016-08-07
Display class in tab title if app_id is null
D.B
2016-08-03
Simplify focus setting
Tony Crisci
2016-08-02
Fix segfault in border.c
Drew DeVault
2016-07-31
Refactor functions to update container borders
Tony Crisci
2016-07-31
Implement focus handling for containers
Tony Crisci
2016-07-30
properly hide top border inside tabbed/stacked
D.B
2016-07-27
Render focused stack/tab children focused
Tony Crisci
2016-07-18
Construct titles of nested tabbed/stacked containers from app_id instead of t...
D.B
2016-07-16
refactor swayc_tabbed_stacked_parent into _ancestor and _parent and use where...
D.B
2016-05-18
Fix issue #661.
Jasen Borisov
2016-05-01
Update view title of tabbed/stacked windows
Mikkel Oscar Lyderik
2016-04-27
border: clear buffer on fullscreen views
Mikkel Oscar Lyderik
2016-04-27
Only check tabbed_stacked_parent for focused windows
Mikkel Oscar Lyderik
2016-04-25
Add title to nested tabbed/stacked containers
Mikkel Oscar Lyderik
2016-04-25
Add support for nested tabbed/stacked containers
Mikkel Oscar Lyderik
2016-04-25
Use tabs for indentation
Mikkel Oscar Lyderik
2016-04-25
Make floating border fixes work with tabbed/stacked code
Mikkel Oscar Lyderik
2016-04-25
Fix problems with floating windows
Mikkel Oscar Lyderik
2016-04-25
Tabbed and stacked layout
Mikkel Oscar Lyderik
2016-04-24
Passing missing argument to get_text_size
Mykyta Holubakha
2016-04-17
Flesh out pango markup implementation
Drew DeVault
2016-04-12
Plug two memory leaks
Chang Liu
2016-04-03
Use border background color as border background
Kevin Hamacher
2016-04-03
Fix window borders
crondog
2016-04-02
improve endianess handeling
Kevin Hamacher
2016-03-30
Fix crashes with borders
Drew DeVault
2016-03-30
Update window title when it changes
Mikkel Oscar Lyderik
2016-03-30
Mark focused view focus_inactive on unfocused output
Mikkel Oscar Lyderik
2016-03-30
Comment endianness
Mikkel Oscar Lyderik
2016-03-30
Implement borders
Mikkel Oscar Lyderik