summaryrefslogtreecommitdiffstats
path: root/sway
Commit message (Collapse)AuthorAge
* Render unmanaged xwayland views when an xwayland view is fullscreenLibravatar Ryan Dwyer2018-04-23
| | | | This makes Chromium and Firefox context menus appear when fullscreen.
* Update for wlroots#885Libravatar emersion2018-04-21
|
* Merge pull request #1838 from emersion/use-wlr-renderer-init-wl-shmLibravatar Drew DeVault2018-04-21
|\ | | | | Use wlr_renderer_init_wl_shm
| * Use wlr_renderer_init_wl_shmLibravatar emersion2018-04-21
| |
* | Merge pull request #1837 from emersion/cursor-default-to-current-timeLibravatar Drew DeVault2018-04-21
|\ \ | | | | | | Default to current time when triggering cursor events
| * | Default to current time when triggering cursor eventsLibravatar emersion2018-04-21
| |/
* | Merge pull request #1834 from emersion/xwayland-no-unmap-on-destroyLibravatar Drew DeVault2018-04-21
|\ \ | |/ |/| Don't unmap on destroy, this is already guaranteed by wlroots
| * Don't unmap on destroy, this is already guaranteed by wlrootsLibravatar emersion2018-04-20
| |
* | Update cursor when workspace focus changesLibravatar emersion2018-04-21
|/
* Keep view fullscreened when moving to another workspace.Libravatar Ryan Dwyer2018-04-20
| | | | | container_handle_fullscreen_reparent() must be called *after* setting the container's new parent.
* 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
| | | | | | | | | | | | | | | | | | | | | | This creates two input commands for configuring the repeat delay and rate. Example config: input "myidentifier" { repeat_delay 250 repeat_rate 25 }
* | 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
| | | | | | | | It appears client_pending is the state that should be used here.
* | 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
| | | | | | | | | | | | * Render background when using fullscreen, because transparency. * Check that fullscreen surface allows input. * Don't look for surfaces in top layer if there's a fullscreen view.
* | More fullscreen fixes.Libravatar Ryan Dwyer2018-04-18
| | | | | | | | | | | | | | * Render fullscreen views without wlr function, which makes popups and lockscreen work. * Don't allow input events to surfaces behind fullscreen views. * Use correct output dimensions (for rotated outputs).
* | 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
| | | | | | | | Until now, focus changing code only considered cleaning up the last focused workspace. This commit adds removal of empty workspace from output that just received focus on a different workspace. Fixes: #1797
* 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
| | | | | | | | cont->children doesn't have to be NULL when there is no children
* | 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
|\ | | | | Focus inactive fixes
| * 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
| | |