aboutsummaryrefslogtreecommitdiffstats
path: root/sway
Commit message (Expand)AuthorAge
* Introduce default seatopLibravatar Ryan Dwyer2019-03-17
* Replace seatup allows_events with button callbackLibravatar Ryan Dwyer2019-03-17
* config/output: revamp identifier/name layeringLibravatar Brian Ashworth2019-03-16
* Fix output config retrieval for new outputsLibravatar Brian Ashworth2019-03-16
* Fix quoting of commands passed to for_windowLibravatar minus2019-03-15
* output_cmd_background: validate colorsLibravatar Brian Ashworth2019-03-15
* Set prev_workspace_name based off of focusLibravatar Brian Ashworth2019-03-14
* xwayland: handle floating configure request sizeLibravatar Brian Ashworth2019-03-13
* criteria: change workspace to support regexLibravatar Brian Ashworth2019-03-12
* Handle seat_get_focused_workspace returning NULLLibravatar Brian Ashworth2019-03-12
* get_deco_rect: fix floaters on tabbed/stacked wsLibravatar Brian Ashworth2019-03-11
* commands: allow tiled sticky containers to be movedLibravatar Ian Fan2019-03-11
* Stop using wlr_output->{lx,ly}Libravatar emersion2019-03-11
* Fix click behaviourLibravatar Ryan Dwyer2019-03-11
* Don't send button events to surfaces when dragging or resizingLibravatar Ryan Dwyer2019-03-11
* sway_view_child: add listener for view unmapLibravatar Brian Ashworth2019-03-11
* detect_proprietary: use strncmpLibravatar Brian Ashworth2019-03-10
* fullscreen: init floating on disable without sizeLibravatar Brian Ashworth2019-03-10
* Make raw keysyms take precedence over translatedLibravatar Ben Challenor2019-03-10
* Fix crash in cmd_workspace when layer surface has focusLibravatar emersion2019-03-10
* Update language in sway.desktop & sway(1)Libravatar Drew DeVault2019-03-10
* arrange: use int not size_t for title offsetsLibravatar Brian Ashworth2019-03-10
* damage: remove output_damage_viewLibravatar Brian Ashworth2019-03-10
* output_damage_whole_container: damage subsurfacesLibravatar Brian Ashworth2019-03-10
* fix "directive argument is null" errorsLibravatar Jeff Peeler2019-03-09
* Fix crash when moving window to scratchpadLibravatar minus2019-03-09
* ipc: describe libinput device configurationLibravatar Brian Ashworth2019-03-07
* ipc: fix fullscreen deco_rectLibravatar Brian Ashworth2019-03-06
* ipc: fix rect for stacked childrenLibravatar Brian Ashworth2019-03-06
* Fix container_parent_layout for scratchpad windowsLibravatar emersion2019-03-06
* ipc: change {,deco_}rect to match i3Libravatar Brian Ashworth2019-03-06
* Set DISPLAY after initializing XwaylandLibravatar emersion2019-03-04
* Allow concurrent clicksLibravatar Ryan Dwyer2019-03-04
* sway.1.scd: document environment vars set by swayLibravatar Brian Ashworth2019-03-03
* render_floating: skip fullscreen floatersLibravatar Brian Ashworth2019-03-03
* Fixes crash in spawn_swaybg (closes #3733)Libravatar Noam Preil2019-03-03
* floating_maximum_size: change default behaviorLibravatar Brian Ashworth2019-03-02
* Minor fix of code duplication.Libravatar hugbubby2019-03-02
* seat: don't send button release when not pressedLibravatar emersion2019-02-28
* sway-ipc.7: clarify window_rect omits decorationsLibravatar Brian Ashworth2019-02-27
* Add output dpms to manpageLibravatar emersion2019-02-27
* Merge pull request #3766 from RedSoxFan/sway-ipc-scdocLibravatar Drew DeVault2019-02-27
|\
| * Add sway-ipc.7.scd to document IPC protocolLibravatar Brian Ashworth2019-02-27
* | config: remove double assignement to result in get_output_configLibravatar Rouven Czerwinski2019-02-27
* | cursor: intitialize sx and sy to zeroLibravatar Rouven Czerwinski2019-02-27
* | cursor: remove unused node assignementLibravatar Rouven Czerwinski2019-02-27
* | execute_command: do not strip qoutes for cmd_modeLibravatar Brian Ashworth2019-02-26
* | fix smart_borders description in manualLibravatar Carlo Abelli2019-02-25
* | Allow 0 degree transform (normal transform).Libravatar Connor E2019-02-25
* | swaybar: add overlay mode (fix #1620)Libravatar Milkey Mouse2019-02-24