polybar-dwm/include
Patrick Ziegler 8afd5b71df
Integrate bar taskqueue into eventloop (#2510)
* Remove DEBUG_SHADED

Was disabled by default AND behind an #if 0

* Make TimerHandle expose more libuv functions

* Prepare for moving double clicks into eventloop

* Make eventloop available to bar

* Remove bar mutex

Everything in the bar is now in the same thread

* Move double-click handling to eventloop

* Extract double click deferred function into method

* Stop throttling clicks

* Increase double click interval to 400 and add option

double-click-interval in the bar section

Closes #1441

* Implement dimming using timer handles

* Remove taskqueue

* Remove unused dependencies

* Cleanup & Comments
2021-09-27 17:35:45 +02:00
..
adapters fix(net): Check if interface is valid first. (#2497) 2021-09-09 21:47:23 +02:00
cairo Fixed issues with border corner radii 2021-03-29 20:17:48 +02:00
components Integrate bar taskqueue into eventloop (#2510) 2021-09-27 17:35:45 +02:00
drawtypes feat(ramp): Allow specifying ramp weights (#2505) 2021-09-22 21:46:20 +02:00
events Integrate bar taskqueue into eventloop (#2510) 2021-09-27 17:35:45 +02:00
modules Remove unused spin_lock 2021-09-21 21:43:27 +02:00
tags Finish action_context tests 2021-02-12 20:01:22 +01:00
utils Remove unused file_ptr 2021-09-21 21:43:27 +02:00
x11 Remove unused spin_lock 2021-09-21 21:43:27 +02:00
CMakeLists.txt refactor(cmake): Allow targets to be enabled individually 2020-12-24 02:20:38 +01:00
common.hpp refactor(build): Remove version number namespace 2019-05-17 16:49:47 +02:00
debug.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
errors.hpp Add missing <stdexcept> header 2019-12-25 01:00:29 +01:00
settings.hpp.cmake Integrate bar taskqueue into eventloop (#2510) 2021-09-27 17:35:45 +02:00