1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-11 13:50:56 -05:00
polybar/include
patrick96 dc46251571 fix: Handling for actions with negative offsets
If any action block contains a negative offset, it can cause text to be
theoretically be rendered outside of the block, making that text not
clickable.
To fix this, we ensure that an action block starts at the lowest
observed position while the block is open and ends at the highest
observed position while it is open.

Fixes #1814
2022-02-22 18:00:58 +01:00
..
adapters feat(net): %netspeed% token to show combined up+download speed (#2590) 2022-02-06 21:12:38 +01:00
cairo Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
components Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
drawtypes Add units support (POINT, PIXEL, SPACE) (#2578) 2022-02-20 21:08:57 +01:00
events Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
ipc Eventloop cleanup (#2577) 2022-01-22 22:00:26 +01:00
modules Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
tags fix: Handling for actions with negative offsets 2022-02-22 18:00:58 +01:00
utils Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
x11 fix: Set WM_SIZE_HINTS to fix position in openbox 2022-02-21 21:40:33 +01:00
CMakeLists.txt refactor(cmake): Allow targets to be enabled individually 2020-12-24 02:20:38 +01:00
common.hpp Use sockets for IPC (#2539) 2022-01-22 20:35:37 +01:00
debug.hpp
errors.hpp Add missing <stdexcept> header 2019-12-25 01:00:29 +01:00
settings.hpp.cmake Integrate bar taskqueue into eventloop (#2510) 2021-09-27 17:35:45 +02:00