aboutsummaryrefslogtreecommitdiffstats
path: root/sway
Commit message (Expand)AuthorAge
* Default to current time when triggering cursor eventsLibravatar emersion2018-04-21
* Update cursor when workspace focus changesLibravatar emersion2018-04-21
* Keep view fullscreened when moving to another workspace.Libravatar Ryan Dwyer2018-04-20
* Add TODO about rendering fullscreen views smaller than the outputLibravatar Ryan Dwyer2018-04-20
* Ignore xdg_shell_v6 request_fullscreen if not mappedLibravatar Ryan Dwyer2018-04-20
* Don't render top layer when fullscreen.Libravatar Ryan Dwyer2018-04-20
* Fix qutebrowser crash on context menu dismissalLibravatar Drew DeVault2018-04-19
* Merge branch 'master' into fullscreenLibravatar Drew DeVault2018-04-19
|\
| * Correct the repeat_rate documentation.Libravatar Ryan Dwyer2018-04-19
| * Split repeat commands into separate files.Libravatar Ryan Dwyer2018-04-19
| * Make key repeat configurableLibravatar Ryan Dwyer2018-04-18
* | render_output(): When fullscreen, clear to black and don't render backgroundLibravatar Ryan Dwyer2018-04-19
* | container_get_in_direction(): Don't split this functionLibravatar Ryan Dwyer2018-04-19
* | arrange_windows(): Calculate workspace properties when fullscreenLibravatar Ryan Dwyer2018-04-19
* | xdg_shell_v6: Use client_pending state instead of currentLibravatar Ryan Dwyer2018-04-19
* | Merge branch 'master' into fullscreenLibravatar Ryan Dwyer2018-04-19
|\|
| * Destroy display in server_finiLibravatar emersion2018-04-17
* | Fullscreen rendering and input fixes.Libravatar Ryan Dwyer2018-04-18
* | More fullscreen fixes.Libravatar Ryan Dwyer2018-04-18
* | Fullscreen fixes.Libravatar Ryan Dwyer2018-04-18
* | Fix views unmapping their own fullscreen windows.Libravatar Ryan Dwyer2018-04-17
* | Handle fullscreen flag when mapping a surface.Libravatar Ryan Dwyer2018-04-17
* | Don't damage views if they're hidden by a fullscreen view.Libravatar Ryan Dwyer2018-04-17
* | Create sway_workspace struct.Libravatar Ryan Dwyer2018-04-17
* | Feedback for fullscreen.Libravatar Ryan Dwyer2018-04-17
* | Implement fullscreen.Libravatar Ryan Dwyer2018-04-16
|/
* remove empty workspace when focusing its outputLibravatar db2018-04-15
* Fix gcc maybe-uninitialized warningLibravatar Dominique Martinet2018-04-13
* Fix gcc string truncation warningsLibravatar Dominique Martinet2018-04-13
* Merge branch 'master' into crashesLibravatar emersion2018-04-13
|\
| * Do not call the map handler when an xwayland surface is createdLibravatar emersion2018-04-13
* | container_destroy: fix segfaultLibravatar Dominique Martinet2018-04-13
* | seat_set_focus_wrap: fix use-after-free when destroying last focused containerLibravatar Dominique Martinet2018-04-13
|/
* Add documentation for seat cursor command.Libravatar Danny Bautista2018-04-10
* Clean up cursor simulation code.Libravatar Danny Bautista2018-04-10
* Implement cursor event simulation with sway commands.Libravatar Danny Bautista2018-04-10
* Add workspace_auto_back_and_forth for move cmdLibravatar db2018-04-09
* Merge pull request #1769 from acrisci/focus-inactive-fixesLibravatar Drew DeVault2018-04-08
|\
| * address feedbackLibravatar Tony Crisci2018-04-08
| * Merge branch 'wlroots' into focus-inactive-fixesLibravatar Tony Crisci2018-04-08
| |\
| * | criteria match containersLibravatar Tony Crisci2018-04-08
| * | push all parents of focused container in focus stackLibravatar Tony Crisci2018-04-08
| * | container_create_notify on splitLibravatar Tony Crisci2018-04-07
| * | implement ipc focus stackLibravatar Tony Crisci2018-04-07
| * | seat focus inactive children foreachLibravatar Tony Crisci2018-04-07
| * | seat get focus inactive viewLibravatar Tony Crisci2018-04-07
* | | Add input "identifier" map_to_output "identifier"Libravatar Drew DeVault2018-04-08
* | | Fix cursor motion issuesLibravatar Drew DeVault2018-04-08
| |/ |/|
* | Use wlr_surface_point_accepts_input for unmanaged surfacesLibravatar emersion2018-04-08
* | Merge pull request #1776 from emersion/wlroots-remove-backend-eglLibravatar Drew DeVault2018-04-08
|\ \