aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
| * Update show_marks documentationLibravatar Ryan Dwyer2018-05-17
| |
| * Destroy marks textures when view destroyedLibravatar Ryan Dwyer2018-05-17
| |
| * Set textures to null when destroyingLibravatar Ryan Dwyer2018-05-17
| |
| * Don't show marks which start with an underscoreLibravatar Ryan Dwyer2018-05-17
| |
| * Implement show_marksLibravatar Ryan Dwyer2018-05-17
|/
* Merge pull request #1995 from RedSoxFan/fix-1985Libravatar Drew DeVault2018-05-16
|\ | | | | Change scale from int32_t to double for pango
| * Change scale from int32_t to double for pangoLibravatar Brian Ashworth2018-05-16
|/
* Merge pull request #1994 from RyanDwyer/fix-focus-stealingLibravatar emersion2018-05-16
|\ | | | | Don't steal focus when a view changes its title
| * Don't steal focus when a view changes its titleLibravatar Ryan Dwyer2018-05-16
|/ | | | Fixes #1989
* Merge pull request #1991 from martinetd/ready_noxLibravatar emersion2018-05-16
|\ | | | | sway: run commands without waiting for Xwayland
| * sway: run commands without waiting for XwaylandLibravatar Dominique Martinet2018-05-16
| | | | | | | | Xwayland is lazy now, there is no need to wait at all
* | Merge pull request #1990 from martinetd/swayidle_terminateLibravatar emersion2018-05-16
|\| | | | | swayidle: terminate when server died
| * swayidle: terminate if wl_display_dispatch failedLibravatar Dominique Martinet2018-05-16
| |
| * swayidle: terminate when server diedLibravatar Dominique Martinet2018-05-16
|/ | | | Fixes #1977.
* Merge pull request #1986 from emersion/clip-title-textureLibravatar Drew DeVault2018-05-15
|\ | | | | Correctly clip title texture if necessary
| * Correctly clip title texture if necessaryLibravatar emersion2018-05-15
|/
* Merge pull request #1954 from RyanDwyer/marksLibravatar Drew DeVault2018-05-14
|\ | | | | Implement marks
| * Change unmark implemention to match i3'sLibravatar Ryan Dwyer2018-05-15
| |
| * Implement marksLibravatar Ryan Dwyer2018-05-15
|/
* Merge pull request #1978 from RedSoxFan/fix-1975Libravatar Drew DeVault2018-05-14
|\ | | | | Fix #1975
| * Merge branch 'master' into fix-1975Libravatar Brian Ashworth2018-05-14
| |\ | |/ |/|
* | Merge pull request #1871 from emersion/kill-wl-shellLibravatar Drew DeVault2018-05-14
|\ \ | | | | | | Kill wl_shell
| * | Kill wl_shellLibravatar emersion2018-05-14
|/ /
* | Merge pull request #1968 from RyanDwyer/fix-criteriaLibravatar Drew DeVault2018-05-14
|\ \ | | | | | | Fix double free in criteria
| * | Fix crash when launching programs from dmenuLibravatar Ryan Dwyer2018-05-14
| | |
| * | xdg_shell: Replace get_prop with get_string_propLibravatar Ryan Dwyer2018-05-14
| | |
| * | 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.
| * Always render top border for border normalLibravatar Brian Ashworth2018-05-14
| |
| * Fix y and height for a hidden top normal borderLibravatar Brian Ashworth2018-05-14
| |
| * Merge branch 'master' into fix-1975Libravatar Brian Ashworth2018-05-14
| |\ | |/ |/|
* | 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
| | * Fix titles and detect edges for hide_edge_bordersLibravatar Brian Ashworth2018-05-14
| |/ |/|
* | 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