aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/transaction.c
Commit message (Expand)AuthorAge
...
| * 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
* Merge pull request #2272 from RyanDwyer/simplify-transactionsLibravatar Drew DeVault2018-07-15
|\
| * Set signature to voidLibravatar Ryan Dwyer2018-07-15
| * Simplify transactions by utilising a dirty flag on containersLibravatar Ryan Dwyer2018-07-14
* | Add extended debugging flagsLibravatar Drew DeVault2018-07-14
|/
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
* Updates per wlroots#1076Libravatar Drew DeVault2018-07-05
* Fix use after free in transaction codeLibravatar Ryan Dwyer2018-07-04
* Merge pull request #2187 from martinetd/idle-inhibitLibravatar emersion2018-07-02
|\
| * idle_inhibit: move server data to its own structLibravatar Dominique Martinet2018-07-02
| * idle_inhibit: stop inhibitor when views become invisibleLibravatar Dominique Martinet2018-07-02
* | transaction_apply: use float for quotientLibravatar Dominique Martinet2018-07-02
|/
* Fix flash of background when xwayland views are mappedLibravatar Ryan Dwyer2018-06-30
* Render saved buffers with the surface's dimensionsLibravatar Ryan Dwyer2018-06-29
* Replace list_empty with a simple alternativeLibravatar Ryan Dwyer2018-06-29
* Allow views to skip configuresLibravatar Ryan Dwyer2018-06-27
* Remove transaction_add_damageLibravatar Ryan Dwyer2018-06-27
* Fix nitpicksLibravatar Ryan Dwyer2018-06-27
* Remove timer when transaction destroysLibravatar Ryan Dwyer2018-06-26
* Rename progress_queue to transaction_progress_queueLibravatar Ryan Dwyer2018-06-25
* Implement per-configure debug timingsLibravatar Ryan Dwyer2018-06-25
* Implement transaction timings debugLibravatar Ryan Dwyer2018-06-25
* Implement atomic layout updates for xwayland viewsLibravatar Ryan Dwyer2018-06-24
* Force transactions to complete in orderLibravatar Ryan Dwyer2018-06-24
* Implement atomic layout updates for tree operationsLibravatar Ryan Dwyer2018-06-23
* Preserve buffers during transactionsLibravatar Ryan Dwyer2018-06-18
* Merge remote-tracking branch 'upstream/master' into atomicLibravatar Ryan Dwyer2018-06-11
* Refactor everything that needs to arrange windowsLibravatar Ryan Dwyer2018-06-09
* Make main properties be the pending stateLibravatar Ryan Dwyer2018-06-09
* WIP: Atomic layout updates ground workLibravatar Ryan Dwyer2018-06-09