aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
Commit message (Collapse)AuthorAge
...
* Implement swap commandLibravatar Brian Ashworth2018-05-26
|
* Implement show_marksLibravatar Ryan Dwyer2018-05-17
|
* Implement marksLibravatar Ryan Dwyer2018-05-15
|
* Kill wl_shellLibravatar emersion2018-05-14
|
* Add xdg-shell stable supportLibravatar emersion2018-05-13
|
* Implement hide_edge_bordersLibravatar Brian Ashworth2018-05-11
|
* Implement title_formatLibravatar Ryan Dwyer2018-05-05
| | | | | | | | | | This implements the title_format command, with a new placeholder %shell which gets substituted with the view type (xwayland, xdg_shell_v6 or wl_shell). Example config: for_window [title=".*"] title_format %title (class=%class instance=%instance shell=%shell)
* Render titlesLibravatar Ryan Dwyer2018-05-03
|
* Implement bordersLibravatar Ryan Dwyer2018-04-30
| | | | | | | | | | | | | 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
* Refactor arrange_windows()Libravatar Ryan Dwyer2018-04-28
| | | | | | | | | Replaces arrange_windows() with arrange_root(), arrange_output(), arrange_workspace() and arrange_children_of(). Also makes fullscreen views save and restore their dimensions, which allows it to preserve any custom resize and is also a requirement for floating views once they are implemented.
* Add map_from_region commandLibravatar emersion2018-04-26
|
* Implement criteria commandsLibravatar Ryan Dwyer2018-04-24
| | | | | | | Implements the following commands: * for_window [...] <cmdlist> * assign [...] <workspace>
* Implement rename workspace commandLibravatar Ryan Dwyer2018-04-23
| | | | | | | | This implements the following commands: * rename workspace to new_name * rename workspace old_name to new_name * rename workspace number n to new_name
* Merge branch 'master' into fullscreenLibravatar Drew DeVault2018-04-19
|\
| * Split repeat commands into separate files.Libravatar Ryan Dwyer2018-04-19
| |
| * Make key repeat configurableLibravatar Ryan Dwyer2018-04-18
| | | | | | | | | | | | | | | | | | | | | | This creates two input commands for configuring the repeat delay and rate. Example config: input "myidentifier" { repeat_delay 250 repeat_rate 25 }
* | Implement fullscreen.Libravatar Ryan Dwyer2018-04-16
|/
* Implement cursor event simulation with sway commands.Libravatar Danny Bautista2018-04-10
|
* Add input "identifier" map_to_output "identifier"Libravatar Drew DeVault2018-04-08
|
* Add workspace_auto_back_and_forth commandLibravatar db2018-04-08
| | | | | This is the only missing piece - other code regarding this functionality has already been ported from pre-wlroots source.
* Add debug tree viewLibravatar Drew DeVault2018-04-06
|
* Add damage tracking for xwayland unmanaged surfacesLibravatar emersion2018-04-05
|
* Implement resize commandLibravatar Drew DeVault2018-04-05
|
* Implement opacity commandLibravatar Tony Crisci2018-04-04
|
* move output create to its own fileLibravatar Tony Crisci2018-04-03
|
* move output code out of the treeLibravatar Tony Crisci2018-04-03
|
* Merge branch 'wlroots' into split-containersLibravatar Tony Crisci2018-04-02
|\
| * Partially implement move commandLibravatar Drew DeVault2018-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Works: - move [container|window] to workspace <name> - Note, this should be able to move C_CONTAINER but this is untested - move [workspace] to output [left|right|up|down|<name>] Not implemented yet: - move [left|right|up|down] - move scratchpad - move position
* | basic split containersLibravatar Tony Crisci2018-03-31
|/
* Implement focus_follows_mouseLibravatar Drew DeVault2018-03-31
| | | | | | | Also contains two other small changes: - Clicking any button will focus the container clicked (not just left) - Remove seamless_mouse (doesn't make sense on wlroots)
* Implement mouse warpingLibravatar Drew DeVault2018-03-31
|
* Fix workspace deletion edge casesLibravatar Drew DeVault2018-03-30
|
* Add default_orientation commandLibravatar Drew DeVault2018-03-30
|
* Implement modesLibravatar Drew DeVault2018-03-29
|
* Add swaybg_commandLibravatar Drew DeVault2018-03-29
|
* Move bar config into its own fileLibravatar Drew DeVault2018-03-29
|
* Add bar configuration commandsLibravatar Drew DeVault2018-03-29
|
* Add initial layer shell skeletonLibravatar Drew DeVault2018-03-28
|
* basic layout commandLibravatar Tony Crisci2018-02-22
|
* basic focus (without direction)Libravatar Tony Crisci2018-02-14
|
* Implement workspacesLibravatar Drew DeVault2018-01-30
|
* commands: add 'reload' commandLibravatar Dominique Martinet2018-01-22
|
* view interfaceLibravatar Tony Crisci2018-01-21
|
* basic command criteriaLibravatar Tony Crisci2018-01-20
|
* add kill commandLibravatar Tony Crisci2018-01-20
|
* config: add 'set' commandLibravatar Dominique Martinet2018-01-05
|
* binding configLibravatar Tony Crisci2017-12-27
|
* seat fallback configLibravatar Tony Crisci2017-12-17
|
* put seat and input config in their own filesLibravatar Tony Crisci2017-12-16
|
* Merge branch 'wlroots' into feature/inputLibravatar Tony Crisci2017-12-16
|\