polybar-dwm/src/components
patrick96 c7cb5ebf94
fix(renderer): Handle nested actions events properly
For nested actions, the inner action should override the outer action.
But because the list of actions was not iterated in reverse the outer
action was matched first.

Fixes #760
2017-09-23 16:53:04 +02:00
..
bar.cpp fix(renderer): Handle nested actions events properly 2017-09-23 16:53:04 +02:00
builder.cpp fix(renderer): Do not escape parsed action cmds #444 2017-03-21 16:21:53 +01:00
command_line.cpp refactor(clang-tidy): Apply fixes 2017-01-24 08:01:04 +01:00
config.cpp fix(config): Perform tilde expansion on include-file #603 2017-06-02 18:34:49 +02:00
controller.cpp feat(ipc): Add visibility commands 2017-05-12 17:55:05 +02:00
ipc.cpp fix(ipc): Remove existing fifo file 2017-01-24 07:11:14 +01:00
logger.cpp wip(refactor): Cairo drawing 2017-01-24 07:11:14 +01:00
parser.cpp fix(parser): Ignore sequential duplicates in color stacks 2017-05-17 23:11:59 +02:00
renderer.cpp fix(renderer): Only close a single action 2017-09-23 16:49:39 +02:00
screen.cpp refactor(x11): Cleanup 2017-01-24 10:49:14 +01:00
taskqueue.cpp wip: Window autohide 2016-12-21 04:50:43 +01:00