summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* ipc: add output modesLibravatar emersion2018-03-12
|
* Merge pull request #1617 from swaywm/drop-travisLibravatar Drew DeVault2018-03-04
|\ | | | | Drop Travis in favor of builds.sr.ht
| * Drop Travis in favor of builds.sr.htLibravatar Drew DeVault2018-03-04
|/
* Merge pull request #1616 from martinetd/xwayland_nowidthLibravatar Drew DeVault2018-03-03
|\ | | | | xwayland: do not send surface configure when no width/height
| * xwayland: do not send surface configure when no width/heightLibravatar Dominique Martinet2018-03-03
|/ | | | | | | | | | | | 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?
* Merge pull request #1611 from acrisci/ipc-new-windowLibravatar Drew DeVault2018-02-27
|\ | | | | Ipc new window
| * ipc new window eventLibravatar Tony Crisci2018-02-27
|/
* Utilize wlr_xwayland_surface_is_unmanagedLibravatar Drew DeVault2018-02-27
|
* Merge pull request #1608 from acrisci/ipc-focusedLibravatar Drew DeVault2018-02-26
|\ | | | | ipc show focused container
| * ipc show focused containerLibravatar Tony Crisci2018-02-26
|/
* Fix wlr_render_with_matrix callLibravatar Drew DeVault2018-02-26
| | | | This takes an alpha parameter now.
* Revert "Multiple output coords by scale"Libravatar Drew DeVault2018-02-25
| | | | This reverts commit 94f8bdf08146bae057233386ac2521b095396786.
* Multiple output coords by scaleLibravatar Drew DeVault2018-02-25
|
* Send surface enter/leave eventsLibravatar Drew DeVault2018-02-25
|
* Use focus for new windows xwayland/wl_shellLibravatar Drew DeVault2018-02-25
|
* Document updates to the output commandLibravatar Drew DeVault2018-02-25
|
* Merge pull request #1585 from acrisci/focus-overhaulLibravatar emersion2018-02-24
|\ | | | | focus overhaul
| * static bfs queueLibravatar Tony Crisci2018-02-24
| |
| * add config handlersLibravatar Tony Crisci2018-02-24
| |
| * remove checks for command handlersLibravatar Tony Crisci2018-02-24
| |
| * separate config directives and commandsLibravatar Tony Crisci2018-02-24
| |
| * take seat param for handle_command and renameLibravatar Tony Crisci2018-02-24
| |
| * update log.h for latest wlrLibravatar Tony Crisci2018-02-24
| |
| * basic layout commandLibravatar Tony Crisci2018-02-22
| |
| * bug: fix crash on focus upLibravatar Tony Crisci2018-02-20
| |
| * use wl_container_of() in output destroy callbackLibravatar Tony Crisci2018-02-20
| |
| * rename new_input listener on input-managerLibravatar Tony Crisci2018-02-20
| |
| * make handle_output_destroy() staticLibravatar Tony Crisci2018-02-20
| |
| * remove old commentsLibravatar Tony Crisci2018-02-20
| |
| * add doc to sway_seat_get_focus_inactive()Libravatar Tony Crisci2018-02-20
| |
| * bugfix: get right layout box for rendering viewsLibravatar Tony Crisci2018-02-19
| |
| * Merge branch 'focus-overhaul' of github.com:acrisci/sway into focus-overhaulLibravatar Tony Crisci2018-02-19
| |\
| | * Add -Wno-unused-functionLibravatar Drew DeVault2018-02-18
| | | | | | | | | | | | | | | This is temporary, it helps while we work on porting and large swaths of the code are commented out.
| * | use quotes for container includeLibravatar Tony Crisci2018-02-17
| | |
| * | choose adjacent container between outputsLibravatar Tony Crisci2018-02-17
| | |
| * | basic move focus in direction across outputsLibravatar Tony Crisci2018-02-17
| | |
| * | fix output rendering issueLibravatar Tony Crisci2018-02-17
| |/
| * use box projection functionLibravatar Tony Crisci2018-02-17
| |
| * arrange windows after output addLibravatar Tony Crisci2018-02-17
| |
| * basic focus in directionLibravatar Tony Crisci2018-02-14
| |
| * basic focus (without direction)Libravatar Tony Crisci2018-02-14
| |
| * cleanup layout.cLibravatar Tony Crisci2018-02-14
| |
| * fix build for latest apiLibravatar Tony Crisci2018-02-14
| |\
| | * output damage fixLibravatar Tony Crisci2018-02-14
| | |
| | * output destroyLibravatar Tony Crisci2018-02-14
| | |
| | * input device destroyLibravatar Tony Crisci2018-02-14
| |/ |/|
| * get swayc in directionLibravatar Tony Crisci2018-02-14
| |
| * remove old focus memberLibravatar Tony Crisci2018-02-10
| |
| * properly pick next focusLibravatar Tony Crisci2018-02-10
| |
| * use bfs iterator to collect focus stackLibravatar Tony Crisci2018-02-10
| |