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
/
desktop
/
render.c
Age
Commit message (
Expand
)
Author
2018-08-02
Revert "Revert "Fix popups""
Ryan Dwyer
2018-08-02
Revert "Fix popups"
Drew DeVault
2018-08-02
Merge branch 'master' into fix-resize-wiggle
emersion
2018-08-01
Correctly track saved surfaces during multiple transactions
Ryan Dwyer
2018-07-31
Fix popups
Ryan Dwyer
2018-07-29
Completely switch over to new iterators
emersion
2018-07-29
wip: redesign output_view_for_each_surface iterator
emersion
2018-07-29
wip: redesign output_layer_for_each_surface iterator
emersion
2018-07-29
wip: redesign output_drag_icons_for_each_surface iterator
emersion
2018-07-29
wip: redesign output_unmanaged_for_each_surface iterator
emersion
2018-07-28
Allow containers to float
Ryan Dwyer
2018-07-26
Fix indent
Ryan Dwyer
2018-07-26
Allow containers to be fullscreen
Ryan Dwyer
2018-07-25
Merge pull request #2353 from emersion/render-opaque-overlay
Drew DeVault
2018-07-25
reverted includes of "sway/config.h" and replaced with "config.h" from meson ...
Pascal Pascher
2018-07-25
Improve rendering with a fullscreen opaque overlay surface
emersion
2018-07-24
style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: false
Pascal Pascher
2018-07-24
Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...
Pascal Pascher
2018-07-23
fix crash on new output while swaylock is running
somdoron
2018-07-17
Implement default_floating_border command and adjust CSD behaviour
Ryan Dwyer
2018-07-16
Render containers as urgent if they have an urgent child
Ryan Dwyer
2018-07-16
Implement urgency base functionality
Ryan Dwyer
2018-07-15
Make focus part of transactions
Ryan Dwyer
2018-07-14
Add extended debugging flags
Drew DeVault
2018-07-11
Use saved buffer when fullscreen view is in a transaction
Ryan Dwyer
2018-07-10
removed unnecessary parens
russ morris
2018-07-10
fix line lengths
russ morris
2018-07-10
tabs instead of spaces
russ morris
2018-07-10
fix tabbed titlebar widths
russ morris
2018-07-10
Fix titlebar rendering for nested stacked containers
Konstantin Pospelov
2018-07-07
Split renderer
emersion