summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* [swaylock] Install pam moduleLibravatar Bruno Pinto2018-04-20
|
* Merge pull request #1817 from RyanDwyer/fullscreenLibravatar emersion2018-04-19
|\ | | | | Implement fullscreen
| * 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
| |\ | |/ |/|
* | Merge pull request #1823 from RyanDwyer/key-repeatLibravatar Drew DeVault2018-04-18
|\ \ | | | | | | Make key repeat configurable
| * | 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
| |\ | |/ |/|
* | Merge pull request #1819 from emersion/destroy-displayLibravatar Drew DeVault2018-04-17
|\ \ | | | | | | Destroy display in server_fini
| * | 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
|/
* Merge pull request #1816 from thejan2009/multi-output-ws-destroyLibravatar Drew DeVault2018-04-15
|\ | | | | remove empty workspace when focusing its output
| * 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
* Merge pull request #1811 from martinetd/gcc_warningsLibravatar emersion2018-04-15
|\ | | | | Fix gcc warnings
| * Merge branch 'master' into gcc_warningsLibravatar emersion2018-04-15
| |\ | |/ |/|
* | Merge pull request #1815 from ascent12/posix_sourceLibravatar emersion2018-04-15
|\ \ | | | | | | Set _POSIX_C_SOURCE properly
| * | Set _POSIX_C_SOURCE properlyLibravatar Scott Anderson2018-04-15
|/ /
| * Fix gcc maybe-uninitialized warningLibravatar Dominique Martinet2018-04-13
| |
| * Fix gcc string truncation warningsLibravatar Dominique Martinet2018-04-13
|/
* Merge pull request #1810 from martinetd/wl_scannerLibravatar emersion2018-04-13
|\ | | | | Use 'private-code' for wayland-scanner code generation
| * Use 'private-code' for wayland-scanner code generationLibravatar Dominique Martinet2018-04-13
|/ | | | | Same as for wlroots - autodetect version and use either 'code' or the new one
* Merge pull request #1804 from martinetd/crashesLibravatar emersion2018-04-13
|\ | | | | Fix crashes
| * Merge branch 'master' into crashesLibravatar emersion2018-04-13
| |\ | |/ |/|
* | Merge pull request #1808 from emersion/xwayland-unmapped-on-createLibravatar Drew DeVault2018-04-13
|\ \ | | | | | | Do not call the map handler when an xwayland surface is created
| * | Do not call the map handler when an xwayland surface is createdLibravatar emersion2018-04-13
|/ /
* | Merge pull request #1803 from ggreer/swaylock-secure-passwordLibravatar emersion2018-04-13
|\ \ | | | | | | swaylock: Securely zero-out password.
| * | swaylock: Securely zero-out password.Libravatar Geoff Greer2018-04-12
|/ / | | | | | | | | | | | | | | - Replace char* with static array. Any chars > 1024 will be discarded. - mlock() password buffer so it can't be written to swap. - Clear password buffer after auth succeeds or fails. This is basically the same treatment I gave the 0.15 branch in https://github.com/swaywm/sway/pull/1519
| * 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
|/
* Merge branch 'master' of github.com:swaywm/swayLibravatar Drew DeVault2018-04-12
|\
| * Merge pull request #1782 from coderkun/readme-deLibravatar Drew DeVault2018-04-08
| |\ | | | | | | Fix some typographic characters in German README
| | * Fix some typographic characters in German READMELibravatar coderkun2018-04-08
| |/
* | Add README.mdLibravatar Drew DeVault2018-04-12
| |
* | Merge branch 'wlroots'Libravatar Drew DeVault2018-04-12
|\ \ | |/ |/|