aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAge
...
* Store swayc coordinates as layout-localLibravatar Ryan Dwyer2018-06-01
|
* Rename set_maximized functions to set_tiledLibravatar Ryan Dwyer2018-06-01
|
* Fix unfullscreening a floating viewLibravatar Ryan Dwyer2018-06-01
|
* Replace is_floating boolean with functionLibravatar Ryan Dwyer2018-06-01
|
* Use L_FLOATING instead of reapable booleanLibravatar Ryan Dwyer2018-06-01
|
* Implement floatingLibravatar Ryan Dwyer2018-06-01
|
* Send frame done to floating viewsLibravatar Drew DeVault2018-06-01
| | | | | | Also centers them on the screen when initially floated In the future we'll need a more sophisticated solution than that
* Implement `floating enable`Libravatar Drew DeVault2018-06-01
|
* Support i3's legacy force_focus_wrapping commandLibravatar Brian Ashworth2018-05-28
|
* Merge pull request #2060 from RedSoxFan/focus-wrappingLibravatar emersion2018-05-28
|\ | | | | Implement focus_wrapping
| * Implement focus_wrappingLibravatar Brian Ashworth2018-05-27
| |
* | Fix ancestor typosLibravatar Ryan Dwyer2018-05-28
|/
* Merge pull request #2050 from smlx/focus-fixLibravatar Drew DeVault2018-05-27
|\ | | | | Focus containers only on entry.
| * Move previous cursor_position inline.Libravatar Scott Leggett2018-05-28
| |
| * Store previous position in sway_cursor.Libravatar Scott Leggett2018-05-28
| |
| * Focus containers only on entry.Libravatar Scott Leggett2018-05-27
| |
* | Implement bindsym/bindcode --lockedLibravatar frsfnrrg2018-05-27
| | | | | | | | | | | | | | | | | | Adds the --locked flag to bindsym and bindcode commands. When a keyboard's associated seat has an exclusive client (i.e, a screenlocker), then bindings are only executed if they have the locked flag. When there is no such client, this restriction is lifted.
* | Merge branch 'master' into cmd-swapLibravatar Ryan Dwyer2018-05-28
|\ \
| * | client/pool-buffer: munmap in destroy_bufferLibravatar emersion2018-05-27
| | |
| * | swaylock: implement a proper render loopLibravatar emersion2018-05-27
| | |
| * | Rename view_get_type to view_get_shellLibravatar Ryan Dwyer2018-05-27
| | |
| * | Add shell criteria tokenLibravatar Ryan Dwyer2018-05-27
| |/ | | | | | | Closes #2044.
* / Implement swap commandLibravatar Brian Ashworth2018-05-26
|/
* Clean up container title functionsLibravatar Ryan Dwyer2018-05-25
| | | | | | | | | | | | | * Add and use lenient_strcat and lenient_strncat functions * Rename `concatenate_child_titles` function as that's no longer what it does * Rename `container_notify_child_title_changed` because we only need to notify that the tree structure has changed, not titles * Don't notify parents when a child changes its title * Update ancestor titles when changing a container's layout * Eg. create nested tabs and change the inner container to stacking * No need to store tree presentation in both container->name and formatted_title
* swaylock: remove unused fieldLibravatar emersion2018-05-23
|
* Merge branch 'master' into fix-swaylock-hotpluggingLibravatar emersion2018-05-23
|\
| * Replace empty argument with voidLibravatar Ryan Dwyer2018-05-22
| |
| * Use constants for titlebar dimensionsLibravatar Ryan Dwyer2018-05-22
| |
| * Don't track damage for views on inactive tabsLibravatar Ryan Dwyer2018-05-21
| |
| * Implement tabbed layoutLibravatar Ryan Dwyer2018-05-21
| |
| * Fix border commands from changing focusLibravatar Brian Ashworth2018-05-20
| |
| * Swaylock: Allow per-output imagesLibravatar Ryan Dwyer2018-05-20
| |
| * Rebuild textures if needed when moving a containerLibravatar Ryan Dwyer2018-05-19
| | | | | | | | | | | | | | When moving a container to an output which has a different scale than the previous, rebuild the title and marks textures at the new scale. Fixes #1999.
* | Fix output hotpluggingLibravatar emersion2018-05-18
| |
* | Fix swaylock crashing when unplugging outputLibravatar emersion2018-05-18
|/
* Implement show_marksLibravatar Ryan Dwyer2018-05-17
|
* Change scale from int32_t to double for pangoLibravatar Brian Ashworth2018-05-16
|
* sway: run commands without waiting for XwaylandLibravatar Dominique Martinet2018-05-16
| | | | Xwayland is lazy now, there is no need to wait at all
* Change unmark implemention to match i3'sLibravatar Ryan Dwyer2018-05-15
|
* Implement marksLibravatar Ryan Dwyer2018-05-15
|
* Merge branch 'master' into fix-1975Libravatar Brian Ashworth2018-05-14
|\
| * Kill wl_shellLibravatar emersion2018-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.
* | Merge branch 'master' into fix-1975Libravatar Brian Ashworth2018-05-14
|\|
| * 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
| | |
| * | 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
| | * 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