aboutsummaryrefslogtreecommitdiffstats
path: root/sway
Commit message (Expand)AuthorAge
* Fix GtkMenuBar always opening first itemLibravatar Ryan Dwyer2018-09-23
* Merge pull request #2695 from RyanDwyer/remove-moveoutoftabsstacksLibravatar Drew DeVault2018-09-23
|\
| * Flatten container in workspace_rejiggerLibravatar Ryan Dwyer2018-09-23
| * Fix some bugs as a result of removing move_out_of_tabs_stacksLibravatar Ryan Dwyer2018-09-23
| * Remove move_out_of_tabs_stacksLibravatar Ryan Dwyer2018-09-23
* | Merge pull request #2694 from RyanDwyer/fix-sticky-jumping-on-switchLibravatar emersion2018-09-23
|\ \
| * | Prevent sticky containers from jumping on workspace switchLibravatar Ryan Dwyer2018-09-23
| |/
* | Merge pull request #2686 from RyanDwyer/tab-scrollingLibravatar emersion2018-09-23
|\ \ | |/ |/|
| * Implement tab cycling using mouse wheelLibravatar Ryan Dwyer2018-09-22
* | Merge pull request #2688 from RyanDwyer/exec-commands-without-focusLibravatar Drew DeVault2018-09-22
|\ \
| * | Allow running commands on containers without focusing themLibravatar Ryan Dwyer2018-09-23
* | | commands: remove obselete code for sticky windows when switching workspaceLibravatar Ian Fan2018-09-22
|/ /
* | swaybar, swaylock, & tree/container: Set cairo font options to render text an...Libravatar Geoff Greer2018-09-22
* | Merge pull request #2660 from RyanDwyer/fix-scratchpad-iterationLibravatar emersion2018-09-22
|\ \
| * | Fix double iteration of scratchpad containersLibravatar Ryan Dwyer2018-09-18
* | | Fix pango escaping and refactor escape_markup_textLibravatar Ryan Dwyer2018-09-22
* | | Merge pull request #2678 from RyanDwyer/reconfigure-on-repositionLibravatar emersion2018-09-22
|\ \ \ | |_|/ |/| |
| * | Reconfigure xwayland views when repositionedLibravatar Ryan Dwyer2018-09-21
* | | Merge branch 'master' into swaybar-hotplugLibravatar Brian Ashworth2018-09-21
|\| |
| * | Fix compilation against wlroots without X11 backendLibravatar Marien Zwart2018-09-21
| * | Merge branch 'master' into render-output-segfaultLibravatar Ryan Dwyer2018-09-21
| |\ \
| * | | Fix segfault in output_renderLibravatar emersion2018-09-19
| | |/ | |/|
* | | swaybar: handle hotpluggingLibravatar emersion2018-09-20
| |/ |/|
* | Merge pull request #2671 from emersion/output-execute-no-focusLibravatar emersion2018-09-20
|\ \
| * | Fix segfault when executing command without focusLibravatar emersion2018-09-19
* | | Merge pull request #2676 from ianyfan/ipcLibravatar Drew DeVault2018-09-19
|\ \ \
| * | | ipc: add pid information for views in layout treeLibravatar Ian Fan2018-09-19
| | |/ | |/|
* | | Merge branch 'master' into create-output-commandLibravatar emersion2018-09-19
|\ \ \ | | |/ | |/|
| * | config: free strings fields when freeing input configLibravatar Ian Fan2018-09-19
| |/
* / Introduce create_output command (for developer use)Libravatar Ryan Dwyer2018-09-19
|/
* Fix crash moving out of tab containerLibravatar William Wold2018-09-17
* Merge pull request #2637 from RyanDwyer/fix-tabbed-workspace-shenanigansLibravatar Drew DeVault2018-09-16
|\
| * Rename seat_get_active_child to seat_get_active_tiling_childLibravatar Ryan Dwyer2018-09-16
| * Make seat_get_active_child ignore floating childrenLibravatar Ryan Dwyer2018-09-16
* | Fix crash when destroying an idle-inhibiting clientLibravatar Marien Zwart2018-09-16
|/
* Fix crash when unmapping last child of a tabbed workspaceLibravatar Ryan Dwyer2018-09-16
* ipc: handle NULL cases for node_get_outputLibravatar Ian Fan2018-09-15
* ipc: add focus information to root nodeLibravatar Ian Fan2018-09-15
* Merge branch 'master' into wlroots-1243Libravatar Drew DeVault2018-09-14
|\
| * Additional fix for xdg-outputLibravatar Drew DeVault2018-09-14
* | Merge branch 'master' into wlroots-1243Libravatar Drew DeVault2018-09-14
|\|
| * Postfix xdg-output headersLibravatar Drew DeVault2018-09-14
| * Remove redundant container creation in view initializationLibravatar Ian Fan2018-09-15
| * Address ianyfan's commentsLibravatar Brian Ashworth2018-09-14
| * Escape spaces in background file pathLibravatar Brian Ashworth2018-09-13
| * Allow spaces in background file pathsLibravatar Brian Ashworth2018-09-13
* | Update for swaywm/wlroots#1243Libravatar emersion2018-09-14
|/
* Remove bad assertion in workspace_rejiggerLibravatar Ryan Dwyer2018-09-13
* Merge pull request #2620 from ianyfan/commandsLibravatar emersion2018-09-12
|\
| * commands: when moving container, remove its gapsLibravatar Ian Fan2018-09-11