polybar/include
patrick96 b5e7078d93 fix(monitor): Remove realloc from get_monitors
Premature optimization that tried to cache monitors but the cache did
not take into account the parameter values.

The call `get_monitors(..., ..., false, true);` would get all connected
and unconncected monitors a subsequent call
`get_monitors(..., ..., true, false);` would get back the same list of
monitors even though it requested only connected monitors.

Additionally `get_monitors` is never called periodically so the
optimization really didn't help much.
2020-04-21 23:59:01 +02:00
..
adapters feat(pulse): Show volume in decibels (#1894) 2019-10-09 02:13:57 +02:00
cairo font: Show context in unmatched character warning 2020-01-07 16:28:07 +01:00
components config_parser: Improve message for invalid names 2020-02-21 16:17:12 +01:00
drawtypes fix(battery): animation framerate 2020-01-23 23:45:56 +01:00
events Incorporate Reviews 2019-08-06 21:36:20 +02:00
modules Update: Using another way to authenticate github module (#2029) 2020-03-26 12:50:42 +01:00
utils Update: Using another way to authenticate github module (#2029) 2020-03-26 12:50:42 +01:00
x11 fix(monitor): Remove realloc from get_monitors 2020-04-21 23:59:01 +02:00
CMakeLists.txt build: remove xdamage extension 2019-06-03 00:46:12 +02: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 ipc: Remove unused global setting 2019-11-01 11:12:40 +01:00