summaryrefslogtreecommitdiffhomepage
path: root/compat/check-visible.cpp
AgeCommit message (Collapse)Author
2020-06-12compat/check-visible: always visible with multiple displaysStanislaw Halik
2019-01-16compat/check-visible: fix off-by-oneStanislaw Halik
The case `x+1 + w-1` and similar are wrong.
2019-01-16compat/mutex: removeStanislaw Halik
Always use the adaptive QMutex.
2019-01-16compat/check-visible: add generic implStanislaw Halik
2019-01-16opentrack: make sure tracking stop pose is shownStanislaw Halik
2019-01-16compat/spinlock: implement and use itStanislaw Halik
2018-12-28compat/check-visible: really fix this timeStanislaw Halik
2018-12-24compat/check-visible: fix on hidpiStanislaw Halik
2018-10-05use attributes only at declaration, not definitionStanislaw Halik
2018-07-02nothing importantStanislaw Halik
2018-06-26compat/macros: rename portability macrosStanislaw Halik
use `cc_xx' rather than awkward synonyms.
2017-10-29static constexpr -> constexprStanislaw Halik
2017-10-22compat/check-visible: use short timeout when frozenStanislaw Halik
2017-10-08fix harmless msvc warningsStanislaw Halik
2017-07-29compat: fix Linux buildStanislaw Halik
Issue: #661
2017-07-29compat/check-visible: fix non-win32 buildStanislaw Halik
Issue: #661 Reported-by: @ljgdasfhk
2017-07-28gui: don't update the main window if it's hiddenStanislaw Halik