polybar-dwm/include
Patrick Ziegler 9b98b766b2 Fix off by one error for action area (#663)
If the mouse was at the leftmost edge of the screen and there was an
action area from 0 to N, the click wouldn't register

Before if an action area was defined from A to B it was from A exclusive
to B inclusive now it is from A inclusive to B exclusive. This is the
same way that the pixel addresses work, since a pixel's coordinate is
defined by the top-left corner.

Fixes #661
2017-08-29 11:58:23 -07:00
..
adapters refactor(clang-tidy): Apply fixes 2017-01-24 08:01:04 +01:00
cairo feat(conf): Properties for top/bottom radius #445 2017-03-21 14:49:33 +01:00
components Fix off by one error for action area (#663) 2017-08-29 11:58:23 -07:00
drawtypes feat(bspwm,i3): Fuzzy-matching names for icons 2017-01-23 17:01:30 +01:00
events fix(parser): Proper handling of %{R} #585 2017-05-17 23:11:06 +02:00
modules feat(mpd): Add state-specific formats #524 2017-05-09 14:56:29 +02:00
utils fix(config): Perform tilde expansion on include-file #603 2017-06-02 18:34:49 +02:00
x11 feat(xworkspaces): add urgent desktop detection 2017-02-23 13:20:26 +01: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
settings.hpp.cmake fix(version): Follow APP_VERSION in POLYBAR_NS 2017-01-29 15:16:00 +01:00
version.hpp build: Bump version to 3.0.5 2017-04-03 23:56:04 +02:00