summaryrefslogtreecommitdiff
path: root/gi/toggle.h
Commit message (Expand)AuthorAgeFilesLines
* tests: Add unit tests for ToggleQueue and ObjectInstance usage of itMarco Trevisan (Treviño)2021-05-181-0/+6
* object: Rely on next ToggleQueue iteration to handle already queued toggle ev...Marco Trevisan (Treviño)2021-05-031-3/+0
* toggle: Enforce thread-safety using a per-thread spin-lockMarco Trevisan (Treviño)2021-05-031-5/+27
* toggle: Keep track of objects via ObjectInstance not GObject'sMarco Trevisan (Treviño)2021-05-031-23/+14
* toggle: Rely on wrapper to cancel finalized objects in queueMarco Trevisan (Treviño)2021-05-031-6/+1
* toggle: Add utility function to handle all togglesMarco Trevisan (Treviño)2021-04-221-0/+1
* toggle: Initialize private variables on constructionMarco Trevisan (Treviño)2021-04-221-2/+2
* object: Do not disassociate a JS object if we have queued toggle upMarco Trevisan (Treviño)2021-04-221-1/+7
* object: Do not call any function on disposed GObject pointersMarco Trevisan (Treviño)2021-03-131-1/+1
* maint: Convert all existing license/copyright comments to SPDX formatPhilip Chimento2020-10-041-23/+4
* maint: Use C++17 attributesPhilip Chimento2020-08-051-14/+8
* maint: Fix header includes once and for allPhilip Chimento2019-06-081-0/+3
* maint: Unify header guard style across all headersPhilip Chimento2019-06-081-3/+3
* build: Introduce "used only in debug" annotationsPhilip Chimento2019-05-071-1/+2
* Ensure const-correctness in C++ objectsOnur Şahin2019-05-021-5/+10
* js: Introduce annotations for using return valuesPhilip Chimento2018-10-301-1/+6
* context: Shut down toggle queue before dispose notifyPhilip Chimento2018-02-181-1/+9
* toggle: Add debug loggingPhilip Chimento2018-02-171-0/+7
* maint: Use correct mode lines in all filesPhilip Chimento2017-04-161-1/+1
* object: Queue object toggles and drain them in idlePhilip Chimento2017-04-011-0/+88
* Revert "object: Queue object toggles and drain them in idle"Philip Chimento2017-03-091-88/+0
* object: Queue object toggles and drain them in idlePhilip Chimento2017-03-081-0/+88