Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-15 | Update rendering code for wlroots matrix redesign | emersion | |
2018-03-15 | Merge pull request #1622 from emersion/wlroots-subproject-fallback | Drew DeVault | |
meson: allow wlroots to be a subproject | |||
2018-03-15 | meson: allow wlroots to be a subproject | emersion | |
2018-03-13 | Merge pull request #1623 from emersion/ipc-output-modes | Drew DeVault | |
ipc: add output modes | |||
2018-03-12 | ipc: add output modes | emersion | |
2018-03-04 | Merge pull request #1617 from swaywm/drop-travis | Drew DeVault | |
Drop Travis in favor of builds.sr.ht | |||
2018-03-04 | Drop Travis in favor of builds.sr.ht | Drew DeVault | |
2018-03-03 | Merge pull request #1616 from martinetd/xwayland_nowidth | Drew DeVault | |
xwayland: do not send surface configure when no width/height | |||
2018-03-03 | xwayland: do not send surface configure when no width/height | Dominique Martinet | |
The code in apply_horiz_layout systematically does `set_position` then `set_size`, so for new windows there is an invalid call. For old windows there are two calls when only one is needed, with the current code set_position could not send any surface configure without impact, but in the future it might be needed? Native wayland surfaces do not need to know where they are (the set_position handled only updates the sway internal view variable), why does X11 window need that? | |||
2018-02-27 | Merge pull request #1611 from acrisci/ipc-new-window | Drew DeVault | |
Ipc new window | |||
2018-02-27 | ipc new window event | Tony Crisci | |
2018-02-27 | Utilize wlr_xwayland_surface_is_unmanaged | Drew DeVault | |
2018-02-26 | Merge pull request #1608 from acrisci/ipc-focused | Drew DeVault | |
ipc show focused container | |||
2018-02-26 | ipc show focused container | Tony Crisci | |
2018-02-26 | Fix wlr_render_with_matrix call | Drew DeVault | |
This takes an alpha parameter now. | |||
2018-02-25 | Revert "Multiple output coords by scale" | Drew DeVault | |
This reverts commit 94f8bdf08146bae057233386ac2521b095396786. | |||
2018-02-25 | Multiple output coords by scale | Drew DeVault | |
2018-02-25 | Send surface enter/leave events | Drew DeVault | |
2018-02-25 | Use focus for new windows xwayland/wl_shell | Drew DeVault | |
2018-02-25 | Document updates to the output command | Drew DeVault | |
2018-02-24 | Merge pull request #1585 from acrisci/focus-overhaul | emersion | |
focus overhaul | |||
2018-02-24 | static bfs queue | Tony Crisci | |
2018-02-24 | add config handlers | Tony Crisci | |
2018-02-24 | remove checks for command handlers | Tony Crisci | |
2018-02-24 | separate config directives and commands | Tony Crisci | |
2018-02-24 | take seat param for handle_command and rename | Tony Crisci | |
2018-02-24 | update log.h for latest wlr | Tony Crisci | |
2018-02-22 | basic layout command | Tony Crisci | |
2018-02-20 | bug: fix crash on focus up | Tony Crisci | |
2018-02-20 | use wl_container_of() in output destroy callback | Tony Crisci | |
2018-02-20 | rename new_input listener on input-manager | Tony Crisci | |
2018-02-20 | make handle_output_destroy() static | Tony Crisci | |
2018-02-20 | remove old comments | Tony Crisci | |
2018-02-20 | add doc to sway_seat_get_focus_inactive() | Tony Crisci | |
2018-02-19 | bugfix: get right layout box for rendering views | Tony Crisci | |
2018-02-19 | Merge branch 'focus-overhaul' of github.com:acrisci/sway into focus-overhaul | Tony Crisci | |
2018-02-18 | Add -Wno-unused-function | Drew DeVault | |
This is temporary, it helps while we work on porting and large swaths of the code are commented out. | |||
2018-02-17 | use quotes for container include | Tony Crisci | |
2018-02-17 | choose adjacent container between outputs | Tony Crisci | |
2018-02-17 | basic move focus in direction across outputs | Tony Crisci | |
2018-02-17 | fix output rendering issue | Tony Crisci | |
2018-02-17 | use box projection function | Tony Crisci | |
2018-02-17 | arrange windows after output add | Tony Crisci | |
2018-02-14 | basic focus in direction | Tony Crisci | |
2018-02-14 | basic focus (without direction) | Tony Crisci | |
2018-02-14 | cleanup layout.c | Tony Crisci | |
2018-02-14 | fix build for latest api | Tony Crisci | |
2018-02-14 | output damage fix | Tony Crisci | |
2018-02-14 | output destroy | Tony Crisci | |
2018-02-14 | input device destroy | Tony Crisci | |