polybar-dwm/include
Benno Fünfstück 35aca5b368 fix(tray): correctly compute background for tray if bar pos != (0,0)
We need to use positions relative to the position of the bar for indexing into
the background image slice, but the code used absolute ones.

This worked fine as long as absolute positions are the same as relative
positions (this is the case for a bar located at (0,0), so if bottom = false).
But for bottom bars (where the bar position is not (0,0)) this was wrong which
caused the tray background to be black (out of bounds for the background slice).
2018-10-04 15:52:03 +02:00
..
adapters feat(net): Add nl80211 support (#1009) 2018-06-18 20:16:09 -07:00
cairo feat(render): support pseudo-transparency 2018-10-04 15:52:03 +02:00
components fix(tray): fix transparency after background manager changes 2018-10-04 15:52:03 +02:00
drawtypes feat(token): Zero pad when min val starts with '0' (#1341) 2018-07-23 15:49:02 +02:00
events fix(render): support stacked bars 2018-10-04 15:52:03 +02:00
modules feat(mem): Add ramp and bar for swap (#1325) 2018-09-14 20:42:04 +02:00
utils fix(config): Perform tilde expansion on include-file #603 2017-06-02 18:34:49 +02:00
x11 fix(tray): correctly compute background for tray if bar pos != (0,0) 2018-10-04 15:52:03 +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