1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2025-11-06 22:34:39 -05:00
polybar/include
Chase Geigle 42fda5b105
feat(plugin): Add initial draft plugin architecture.
Modules and other features that require optional libraries are now
dynamically loaded on the construction of the controller via dlopen().
This allows polybar to be built with support for all of the features on
one machine, but gracefully fall back and disable those features on
machines where the required optional shared libraries are not found.
2018-09-20 15:50:51 -05:00
..
adapters feat(net): Add nl80211 support (#1009) 2018-06-18 20:16:09 -07:00
cairo fix(cairo): Silence possibly uninitialized variable warning. 2018-09-20 15:50:51 -05:00
components feat(plugin): Add initial draft plugin architecture. 2018-09-20 15:50:51 -05:00
drawtypes feat(token): Zero pad when min val starts with '0' (#1341) 2018-07-23 15:49:02 +02:00
events feat: add cursor change 2017-09-16 15:31:24 -07:00
modules feat(plugin): Add initial draft plugin architecture. 2018-09-20 15:50:51 -05:00
utils feat(plugin): Add initial draft plugin architecture. 2018-09-20 15:50:51 -05:00
x11 fix(compiling): map variable without namespace. (#1395) 2018-08-24 13:37:45 +02:00
CMakeLists.txt fix(version): Follow APP_VERSION in POLYBAR_NS 2017-01-29 15:16:00 +01:00
common.hpp fix(version): Follow APP_VERSION in POLYBAR_NS 2017-01-29 15:16:00 +01:00
debug.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
errors.hpp refactor: Move all event handling to the controller 2016-12-20 05:16:04 +01:00
settings.hpp.cmake doc(net): Indicate the wireless library used 2018-09-18 15:29:05 -07:00
version.hpp Release 3.2.0 (#1338) 2018-07-23 15:17:29 +02:00