aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/transaction.c
Commit message (Expand)AuthorAge
* transaction: Remove unused ready_immediatelyLibravatar Kenny Levinsen2021-02-23
* transaction: Note if instructions are server requestsLibravatar Kenny Levinsen2021-02-23
* Fix incorrect damage being applied on popupsLibravatar Tadeo Kondrak2021-02-21
* container: Move pending state to state structLibravatar Kenny Levinsen2021-02-16
* transactions: Amend pending transactionsLibravatar Kenny Levinsen2021-02-16
* transaction: Only wait for ack from visible viewsLibravatar Kenny Levinsen2021-02-15
* transaction: Move centering to view_center_surfaceLibravatar Kenny Levinsen2021-02-09
* view: Save surface x and y on saved buffersLibravatar Kenny Levinsen2021-02-09
* transaction: make transaction collapsing smarter with > 2 viewsLibravatar Tudor Brindus2020-10-19
* transaction: validate X transaction completions by geometry, not sizeLibravatar Tudor Brindus2020-10-18
* transaction: don't reconfigure X views unless integral coords changedLibravatar Tudor Brindus2020-10-18
* transaction: Mark client resize immediately readyLibravatar Kenny Levinsen2020-06-30
* container: Remove useless surface dimensionsLibravatar Kenny Levinsen2020-06-03
* transaction: Improve transaction commentaryLibravatar Kenny Levinsen2020-06-03
* transaction: Account for full size when centering contentLibravatar Kenny Levinsen2020-06-03
* view: Save all buffers associated with viewLibravatar Kenny Levinsen2020-06-03
* Fix uninitialized read for wlr_surface_send_frameLibravatar Scott Anderson2019-04-21
* Implement inhibit_idle commandLibravatar Brian Ashworth2019-03-24
* Remove debug treeLibravatar Ryan Dwyer2019-03-18
* Rebase cursor when a layer surface mapsLibravatar emersion2019-02-12
* 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