aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/transaction.c
Commit message (Expand)AuthorAge
* Rebase cursor when a layer surface mapsLibravatar emersion2019-02-18
* Center surface inside container when it's too smallLibravatar Ryan Dwyer2019-01-28
* Merge pull request #3423 from RyanDwyer/fullscreen-globalLibravatar Drew DeVault2019-01-27
|\
| * Implement fullscreen globalLibravatar Ryan Dwyer2019-01-25
* | Use sway_log_errno instead of strerrorLibravatar Ian Fan2019-01-24
|/
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Refactor seat operations to use an interfaceLibravatar Ryan Dwyer2019-01-10
* Use %z for printing size_tLibravatar Jan Beich2019-01-06
* Use #if instead of #ifdefLibravatar emersion2018-11-18
* Move view {x,y,width,height} into container structLibravatar Ryan Dwyer2018-11-17
* Move view border properties to container structLibravatar Ryan Dwyer2018-10-31
* Don't reset cursor during mouse operationsLibravatar Ryan Dwyer2018-10-27
* Rebase the cursor after applying transactionsLibravatar Ryan Dwyer2018-10-25
* Rebase the cursor after mapping a viewLibravatar Ryan Dwyer2018-10-24
* Minor refactor of input managerLibravatar Ryan Dwyer2018-10-20
* Merge pull request #2703 from RyanDwyer/csd-borderLibravatar Drew DeVault2018-10-03
|\
| * Add CSD to border modesLibravatar Ryan Dwyer2018-09-27
* | transaction: do not use pointers for stateLibravatar Ian Fan2018-09-28
|/
* Reconfigure xwayland views when repositionedLibravatar Ryan Dwyer2018-09-21
* Rename seat_get_active_child to seat_get_active_tiling_childLibravatar Ryan Dwyer2018-09-16
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Merge pull request #2531 from RyanDwyer/maybe-fix-transaction-crashLibravatar Drew DeVault2018-08-29
|\
| * Don't use bitfield to test for similar transactionsLibravatar Ryan Dwyer2018-08-29
* | Fix rendering of nested tabsLibravatar Ryan Dwyer2018-08-29
* | Fix workspace tabsLibravatar Ryan Dwyer2018-08-29
|/
* Refactor destroy functions and save workspaces when there's no outputsLibravatar Ryan Dwyer2018-08-24
* Merge pull request #2483 from RyanDwyer/floating-emit-reparentLibravatar Drew DeVault2018-08-19
|\
| * Send output enter/leave events correctlyLibravatar Ryan Dwyer2018-08-20
* | Fix crash when a view destroys with pending transactionsLibravatar Ryan Dwyer2018-08-20
|/
* Merge pull request #2478 from RyanDwyer/standardise-debugLibravatar Drew DeVault2018-08-19
|\
| * Use enum for damage debug optionsLibravatar Ryan Dwyer2018-08-19
| * Standardise debug variablesLibravatar Ryan Dwyer2018-08-19
* | Replace hacky L_FLOATING container with a listLibravatar Ryan Dwyer2018-08-19
|/
* Store geometry in the view and handle any floating view resizingLibravatar Ryan Dwyer2018-08-18
* Fix geometryLibravatar Ryan Dwyer2018-08-18
* Add using_csd variable to transaction stateLibravatar Ryan Dwyer2018-08-17
* Simplify transactionsLibravatar Ryan Dwyer2018-08-15
* Don't commit multiple transactions at the same timeLibravatar Ryan Dwyer2018-08-12
* Don't progress transaction queue if any are partially completeLibravatar Ryan Dwyer2018-08-12
* Fix race condition crashes when unmapping viewsLibravatar Ryan Dwyer2018-08-02
* Correctly track saved surfaces during multiple transactionsLibravatar Ryan Dwyer2018-08-01
* Include errno.hLibravatar Ryan Dwyer2018-07-28
* Show errno description in logLibravatar Ryan Dwyer2018-07-28
* Handle out-of-fd situations gracefully for transaction and urgent timersLibravatar Ryan Dwyer2018-07-28
* Second attempt at fixing transaction use-after-freeLibravatar Ryan Dwyer2018-07-28
* Fix use after free in transactionsLibravatar Ryan Dwyer2018-07-28
* Allow containers to be fullscreenLibravatar Ryan Dwyer2018-07-26
* Improve resize performance by partially flushing the transaction queueLibravatar Ryan Dwyer2018-07-22
* Update for swaywm/wlroots#1148Libravatar emersion2018-07-19
* Make focus part of transactionsLibravatar Ryan Dwyer2018-07-15