Age | Commit message (Expand) | Author |
2019-04-16 | Don't apply hide_edge_borders to floating windows | mwenzkowski |
2019-04-16 | view.c: refactor view_autoconfigure() | mwenzkowski |
2019-04-13 | Fix scratchpad fullscreen behavior and crash | Brian Ashworth |
2019-04-12 | Fix scratchpad logic for floating windows | Ashkan Kiani |
2019-04-11 | Honor output for xdg_toplevel_set_fullscreen | Brian Ashworth |
2019-04-04 | swaybg: one instance for all outputs | Brian Ashworth |
2019-04-03 | root_scratchpad_hide: fix crash when layer focused | Brian Ashworth |
2019-03-31 | scratchpad: set initial size | Brian Ashworth |
2019-03-31 | floating: fix size of non-view containers | Brian Ashworth |
2019-03-31 | Fix xwayland configure request scratchpad crash | Brian Ashworth |
2019-03-24 | Add support for manually setting subpixel hinting on outputs. | Geoff Greer |
2019-03-23 | Allow for workspace renaming during exec handling | mliszcz |
2019-03-23 | fix opening a floating view on the NOOP output | Brian Ashworth |
2019-03-16 | Fix output config retrieval for new outputs | Brian Ashworth |
2019-03-14 | Set prev_workspace_name based off of focus | Brian Ashworth |
2019-03-12 | Handle seat_get_focused_workspace returning NULL | Brian Ashworth |
2019-03-11 | Stop using wlr_output->{lx,ly} | emersion |
2019-03-11 | sway_view_child: add listener for view unmap | Brian Ashworth |
2019-03-10 | fullscreen: init floating on disable without size | Brian Ashworth |
2019-03-10 | arrange: use int not size_t for title offsets | Brian Ashworth |
2019-03-06 | Fix container_parent_layout for scratchpad windows | emersion |
2019-03-02 | floating_maximum_size: change default behavior | Brian Ashworth |
2019-02-24 | add --i3 flag to hide_edge_borders | db |
2019-02-23 | Fix crash exiting fullscreened floating container | minus |
2019-02-21 | Handle NULL from output_get_active_workspace | Brian Ashworth |
2019-02-20 | output_evacuate: call workspace_consider_destroy | Brian Ashworth |
2019-02-17 | workspace_next_name: fallback to next available number | Brian Ashworth |
2019-02-17 | Add workspace {prev,next}_on_output --create | Drew DeVault |
2019-02-16 | Disconnect swaybg instead of killing it | emersion |
2019-02-16 | Remove unused header include/sway/tree/output.h | emersion |
2019-02-14 | seat: allow tree focus changes while layer focused | Brian Ashworth |
2019-02-13 | subsurface_get_root_coords: break on NULL | Brian Ashworth |
2019-02-11 | workspace_get_initial_output: handle focused layer | Brian Ashworth |
2019-02-10 | view: remove pointer constraints on unmap | Brian Ashworth |
2019-02-09 | container_at_stacked: skip titles when zero pixels | Brian Ashworth |
2019-01-29 | Remove bad assertion in container_handle_fullscreen_reparent | Ryan Dwyer |
2019-01-28 | Check xdg_surface's role before using its toplevel | mwenzkowski |
2019-01-28 | Introduce container_is_scratchpad_hidden | Ryan Dwyer |
2019-01-28 | Center surface inside container when it's too small | Ryan Dwyer |
2019-01-25 | Implement fullscreen global | Ryan Dwyer |
2019-01-22 | Fix dead stores found by scan-build | M Stoeckl |
2019-01-22 | Merge pull request #3494 from ianyfan/commands | Drew DeVault |
2019-01-22 | root_scratchpad_remove_container: do not show | Brian Ashworth |
2019-01-22 | commands: allow tiled containers to be stickied | Ian Fan |
2019-01-22 | Use noop output when there's no outputs connected | Ryan Dwyer |
2019-01-21 | Move sway-specific functions in common/util.c into sway/ | M Stoeckl |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
2019-01-18 | Fix segfault in output_enable | emersion |
2019-01-18 | Better handle outputs without CRTC | emersion |
2019-01-18 | output: remove output_add_listeners | emersion |