emersion
b755639ca8
Document `focus floating|tiling`
6 years ago
emersion
48c98b676f
Implement `focus mode_toggle`
6 years ago
emersion
ebcdce457a
Merge pull request #2223 from RyanDwyer/floating-move
...
Implement some floating move commands
6 years ago
emersion
d97b4fa4ed
Merge pull request #2230 from vilhalmer/replace-empty-workspace
...
Replace empty workspace with moved workspace
6 years ago
Ryan Dwyer
b0fc7e9850
Remove duplicate function declaration and add assertion
6 years ago
Ryan Dwyer
ab8a86369c
Implement some floating move commands
...
This implements the following for floating containers:
* move <direction> <amount>
* move [absolute] position <x> <y>
* move [absolute] position mouse
6 years ago
vilhalmer
4e7ef1dd39
No need to walk to workspace, recursive will
6 years ago
vilhalmer
47c20f8ea4
Regroup signal
6 years ago
vilhalmer
ce626a0708
Replace empty workspace with moved workspace
6 years ago
vilhalmer
621d2666b1
Destroy empty workspace when destroying its output
6 years ago
emersion
6595d07ec7
Merge pull request #2226 from emersion/swaylock-daemonize-after-lock
...
swaylock: daemonize after locking
6 years ago
emersion
ceb08b6365
swaylock: daemonize after locking
6 years ago
emersion
57fd65c5b5
Merge pull request #2225 from martinetd/swaylock-verified
...
swaylock: fix the displaying of "verified"
6 years ago
Drew DeVault
c498c73b6d
Merge pull request #2224 from emersion/split-renderer
...
Split renderer
6 years ago
Dominique Martinet
b78c29a83f
swaylock: fix the displaying of "verified"
...
Displaying verified after damaging state needs more than one roundtrip,
so keep looping until surfaces are not dirty anymore
6 years ago
emersion
f9625d1d56
Split renderer
6 years ago
emersion
c523a14ae1
Merge pull request #2216 from RedSoxFan/fix-2213
...
Fix swaybar teardown when workspace buttons hidden
6 years ago
emersion
305fac293a
Merge pull request #2222 from RyanDwyer/fix-utf8-titles
...
Fix titles when container titles contain UTF-8 characters
6 years ago
Ryan Dwyer
0046eed969
Fix titles when container titles contain UTF-8 characters
...
The title and marks textures would have their height set from the
config's computed max font height, but the textures were not regenerated
when the config's max font height changed which made a gap appear.
Rather than making it regenerate the title textures every time the
config font height was changed, I've changed it to just make the
textures the height of the title itself and fill any gap when rendering.
Also, the title_width and marks_width variables have been renamed to
make it more obvious that they are in output-buffer-local coordinates.
Fixes #1936 .
6 years ago
Drew DeVault
fc4ed6f037
Merge pull request #2196 from emersion/xwayland-floating-resize
...
Fix xwayland floating views unclickable
6 years ago
emersion
9a9d9116be
Make view_update_* update live props as well
6 years ago
emersion
47d56306c3
Fix xwayland floating views unclickable
...
Some xwayland views are first configured with a 1x1 size, and then
resized. Since the view size isn't updated, they are unclickable.
Fixes #2195
6 years ago
Drew DeVault
817e847749
Merge pull request #2206 from martinetd/leaks
...
Fix a bunch of leaks
6 years ago
Brian Ashworth
1b4c289482
Fix swaybar teardown when workspace buttons hidden
6 years ago
Drew DeVault
55c54bb63b
Merge pull request #2182 from RyanDwyer/lockscreen-performance
...
Don't send frame done to surfaces behind lockscreen
6 years ago
emersion
b3c55dd909
Merge branch 'master' into leaks
6 years ago
Ryan Dwyer
464d4d5889
Translate surface by its geo when doing opaque box check
6 years ago
Ryan Dwyer
9480781229
Don't clear when using opaque lockscreen
6 years ago
Ryan Dwyer
3b842f4eed
Detect opaque lockscreen when using a solid color
6 years ago
Ryan Dwyer
58b2c8ed14
Use infinite opaque region in swaylock
6 years ago
Ryan Dwyer
f1fadef923
Use pixman_region32_contains_rectangle
6 years ago
Ryan Dwyer
839c3a5500
Use opaque region to determine if frame done should be sent
6 years ago
Ryan Dwyer
58befcf2cd
Don't send frame done to surfaces behind lockscreen
...
Also, when rendering, don't descend into the tree if the lockscreen is
active. Just render the lockscreen's surfaces.
6 years ago
emersion
b8ee88344a
Merge pull request #2220 from ianyfan/remove-input-fix
...
Attach destroy handler earlier for input devices
6 years ago
Drew DeVault
3d2595b102
Merge branch 'master' into remove-input-fix
6 years ago
Ian Fan
f63b209d51
Attach destroy handler earlier
...
This prevents it from being bypassed when the device has no seat configuration
6 years ago
Drew DeVault
a06d45a14d
Merge pull request #2217 from RedSoxFan/fix-663
...
Implement mode --pango_markup
6 years ago
Drew DeVault
ddbf437794
Merge pull request #2219 from RedSoxFan/fix-2111
...
Send pointer button events for keyboard-interactive layer surfaces
6 years ago
Brian Ashworth
c833ae64bc
Fix pointer button events for layer surfaces
6 years ago
Brian Ashworth
78c08fb0a2
Implement mode --pango_markup
6 years ago
emersion
84109431f7
Merge pull request #2185 from swaywm/update-wlroots-1076
...
Updates per wlroots#1076
6 years ago
Drew DeVault
9ba59cb3c9
Merge pull request #2212 from BlueGone/fix-sway-input-man
...
Escape underscore in sway-input(5) man page to avoid invalid colors
6 years ago
Thomas Plaçais
ab5c8c31a0
Escape underscore in sway-input(5) man page to avoid invalid colors
6 years ago
Dominique Martinet
7ef08ffbe6
pango/cairo: set default font map to NULL to free it
6 years ago
Dominique Martinet
fe72e3b349
cmd_results_to_json: return copied string and properly free the json
...
The only user of this function would copy the string right away
to get rid of the const flag anyway, and freeing a const string
afterwards might work but is not meant to be done according to the
json-c API.
6 years ago
emersion
51b215ad5c
Use wlr_surface.buffer_damage
6 years ago
Drew DeVault
d43500831a
Updates per wlroots#1076
6 years ago
Dominique Martinet
9314c45c41
workspace_next_name: free targets later than these already found in order
6 years ago
Dominique Martinet
785ed4383b
view_map: free criterias as the list it is
6 years ago
Dominique Martinet
ffbe91c245
container_free: free formatted title
6 years ago