1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-11 13:50:56 -05:00
polybar/include/components
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
..
bar.hpp feat(ipc): Add visibility commands 2017-05-12 17:55:05 +02:00
builder.hpp refactor: Integral types 2017-01-24 07:11:14 +01:00
command_line.hpp feat(command_line): Properly handle positional args 2017-01-13 04:47:25 +01:00
config.hpp fix(config): Use std::map to store sections #412 2017-02-07 14:56:56 +01:00
controller.hpp refactor(x11): Cleanup 2017-01-24 10:49:14 +01:00
ipc.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
logger.hpp refactor: Integral types 2017-01-24 07:11:14 +01:00
parser.hpp Revert "fix(parser): Use value stacks for %{R} tag #585" 2017-05-17 22:20:38 +02:00
renderer.hpp fix(parser): Proper handling of %{R} #585 2017-05-17 23:11:06 +02:00
screen.hpp refactor(x11): Cleanup 2017-01-24 10:49:14 +01:00
taskqueue.hpp refactor(modules): Move setup to constructor 2016-12-21 08:00:09 +01:00
types.hpp Fix off by one error for action area (#663) 2017-08-29 11:58:23 -07:00