summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Initialise error_arg to NULL in criteria_parseLibravatar Ryan Dwyer2018-05-14
|
* Fix double free in criteriaLibravatar Ryan Dwyer2018-05-14
|
* Revert "Revert "Merge pull request #1953 from RyanDwyer/criteria-focused""Libravatar Ryan Dwyer2018-05-14
| | | | | | | This reverts commit ac0e62584f6101277b76622a7274866cd50f615c. This reimplements the criteria __focused__ commit in preparation for fixing a known bug.
* Revert "Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements""Libravatar Ryan Dwyer2018-05-14
| | | | | | | This reverts commit 32a572cecfd0f6072a78ce0a381a2f8365f9010a. This reimplements the criteria overhaul in preparation for fixing a known bug.
* Actually fix swayidleLibravatar Drew DeVault2018-05-13
| | | | I also didn't test this commit though so who knows
* swayidle: use wl_event_loop_dispatch_idleLibravatar Drew DeVault2018-05-13
| | | | Fixes #1977
* Enable lazy xwayland1.0-alpha.2Libravatar Drew DeVault2018-05-13
|
* Merge pull request #1970 from emersion/xdg-shell-stableLibravatar Drew DeVault2018-05-13
|\ | | | | Add xdg-shell stable support
| * Add xdg-shell stable supportLibravatar emersion2018-05-13
| |
* | Add pixman to swayidle depsLibravatar Drew DeVault2018-05-13
| |
* | Merge pull request #1971 from emersion/fix-pango-markupLibravatar Drew DeVault2018-05-13
|\ \ | | | | | | Fix pango markup
| * | Fix pango markupLibravatar emersion2018-05-13
|/ / | | | | | | | | | | | | The condition checking if the markup is valid was inverted. This commit also adds better error handling: if the markup cannot be parsed, it fallbacks to plain text.
* | Merge pull request #1935 from heghe/heghe/fix-pango-markup-crashLibravatar emersion2018-05-13
|\ \ | | | | | | Fix crash when using pango markup font
| * | Fix crash when using pango markup fontLibravatar Heghedus Razvan2018-05-13
|/ / | | | | | | | | | | The characters & < > ' " needs to be escaped when using pango markup Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
* | Merge pull request #1824 from snaggen/idleLibravatar Drew DeVault2018-05-13
|\ \ | |/ |/| DPMS and lock handling
| * Remove asciidoc file for swayidleLibravatar Mattias Eriksson2018-05-13
| |
| * Idle handling for dpms/lockscreen et alLibravatar Mattias Eriksson2018-05-13
| | | | | | | | | | | | | | | | | | Swayidle handles idle events and allows for dpms and lockscreen handling. It also handles systemd sleep events, and can raise a lockscreen on sleep Fixes #541
* | Merge pull request #1960 from RedSoxFan/edge-bordersLibravatar Ryan Dwyer2018-05-13
|\ \ | |/ |/| Implement hide_edge_borders
| * Merge branch 'master' into edge-bordersLibravatar Ryan Dwyer2018-05-13
| |\ | |/ |/|
* | Merge pull request #1967 from emersion/remove-xdg-popup-unmapLibravatar Drew DeVault2018-05-12
|\ \ | | | | | | Don't destroy view child on xdg-popup unmap
| * | Don't destroy view child on xdg-popup unmapLibravatar emersion2018-05-12
|/ /
| * Fix recursion when counting descendants of a typeLibravatar Brian Ashworth2018-05-12
| |
| * Only count views for hide_edge_borders smartLibravatar Brian Ashworth2018-05-12
| |
| * Merge branch 'master' into edge-bordersLibravatar Brian Ashworth2018-05-12
| |\ | |/ |/|
* | Merge pull request #1964 from emersion/wlroots-970Libravatar Drew DeVault2018-05-12
|\ \ | | | | | | Send pointer discrete axis values
| * \ Merge branch 'master' into wlroots-970Libravatar Drew DeVault2018-05-12
| |\ \ | |/ / |/| |
* | | Merge pull request #1958 from swaywm/scdocLibravatar Drew DeVault2018-05-12
|\ \ \ | | | | | | | | Port man pages to scdoc
| * \ \ Merge remote-tracking branch 'origin/master' into scdocLibravatar Drew DeVault2018-05-12
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1959 from RyanDwyer/ipc-get-seatsLibravatar Drew DeVault2018-05-12
|\ \ \ \ | | | | | | | | | | Implement IPC get_seats command
| * | | | Fix conflicting IPC command type constants with i3'sLibravatar Ryan Dwyer2018-05-12
| | | | |
| * | | | Implement IPC get_seats commandLibravatar Ryan Dwyer2018-05-12
| | | | |
| | * | | Merge branch 'master' into scdocLibravatar Drew DeVault2018-05-12
| | |\ \ \ | |_|/ / / |/| | | |
| | * | | Fix typosLibravatar Drew DeVault2018-05-12
| | | | |
| | * | | Update README.md + README.*.mdLibravatar Drew DeVault2018-05-11
| | | | |
| | * | | Add scdoc to .build.ymlLibravatar Drew DeVault2018-05-11
| | | | |
| | * | | Remove swaygrab entirelyLibravatar Drew DeVault2018-05-11
| | | | | | | | | | | | | | | | | | | | We'll have to rewrite this later.
| | * | | Add swaylock(1) and swaymsg(1)Libravatar Drew DeVault2018-05-11
| | | | |
| | * | | Remove sway-security(7)Libravatar Drew DeVault2018-05-11
| | | | | | | | | | | | | | | | | | | | We will need to overhaul this for 1.0
| | * | | Add sway-input(5)Libravatar Drew DeVault2018-05-11
| | | | |
| | * | | Add sway-bar(5)Libravatar Drew DeVault2018-05-11
| | | | |
| | * | | Add sway(5)Libravatar Drew DeVault2018-05-11
| | | | |
| | * | | Wire up scdoc and rewrite sway(1)Libravatar Drew DeVault2018-05-11
| | | | |
| | | * | Send pointer discrete axis values and sourceLibravatar emersion2018-05-12
| |_|/ / |/| | | | | | | | | | | Update for swaywm/wlroots#970
* | | | Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements"Libravatar Drew DeVault2018-05-12
| | | | | | | | | | | | | | | | | | | | This reverts commit 3e1bf721c69cb6df70c3dc3d3d4933e987339676, reversing changes made to 2217518bd554d0f11dafa7ec4e8f35f2e4762fbd.
* | | | Revert "Merge pull request #1953 from RyanDwyer/criteria-focused"Libravatar Drew DeVault2018-05-12
|/ / / | | | | | | | | | | | | This reverts commit 2511adffc29996b64d01d85b3de31de9a2af9096, reversing changes made to 3e1bf721c69cb6df70c3dc3d3d4933e987339676.
* | | Merge pull request #1952 from Dudemanguy911/fix-crash-on-fullscreenLibravatar Ryan Dwyer2018-05-12
|\ \ \ | | | | | | | | fix crash on fullscreen toggle
| * \ \ Merge branch 'master' into fix-crash-on-fullscreenLibravatar Ryan Dwyer2018-05-12
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1953 from RyanDwyer/criteria-focusedLibravatar Drew DeVault2018-05-11
|\ \ \ \ | |_|/ / |/| | | Implement __focused__ criteria
| * | | Implement __focused__ criteriaLibravatar Ryan Dwyer2018-05-12
|/ / /
* | | Merge pull request #1943 from RyanDwyer/criteria-improvementsLibravatar Drew DeVault2018-05-11
|\ \ \ | | | | | | | | Overhaul criteria implementation