espanso/espanso-engine/src/process/middleware
2021-10-31 15:43:50 +01:00
..
action.rs feat(engine): implement undo feature 2021-08-15 11:10:13 +02:00
cause.rs style(engine): fix formatting 2021-10-06 18:38:02 +02:00
context_menu.rs feat(engine): move engine into separate module 2021-08-14 11:07:43 +02:00
cursor_hint.rs feat(engine): move engine into separate module 2021-08-14 11:07:43 +02:00
delay_modifiers.rs fix(engine): add missing injection events in delay middleware 2021-08-21 09:42:28 +02:00
disable.rs fix(engine): prevent other keys from interfering with toggle_key. Fix #815 2021-10-24 21:46:09 +02:00
discard.rs fix(engine): prevent events from stacking up when the search bar is open. Fix #781 2021-10-16 11:19:26 +02:00
exit.rs feat(engine): move engine into separate module 2021-08-14 11:07:43 +02:00
hotkey.rs feat(engine): refactor match detected event to support configurable hint 2021-08-24 19:54:02 +02:00
icon_status.rs feat(engine): move engine into separate module 2021-08-14 11:07:43 +02:00
image_resolve.rs feat(engine): move engine into separate module 2021-08-14 11:07:43 +02:00
markdown.rs fix(engine): add workaround to markdown parsing to avoid crashing espanso with malformed markdown. Fix #759 2021-10-21 21:52:22 +02:00
match_exec.rs feat(engine): add components to support ipc match exec 2021-10-31 15:43:50 +01:00
match_select.rs fix(engine): prevent events from stacking up when the search bar is open. Fix #781 2021-10-16 11:19:26 +02:00
matcher.rs fix(engine): fix bad handling of Iso Level3 Shift on Spanish layouts. Fix #802 2021-10-22 19:58:26 +02:00
mod.rs feat(engine): add components to support ipc match exec 2021-10-31 15:43:50 +01:00
multiplex.rs feat(engine): move engine into separate module 2021-08-14 11:07:43 +02:00
render.rs fix(engine): improve debug information when rendering error occurs 2021-09-30 22:20:20 +02:00
search.rs feat(engine): refactor match detected event to support configurable hint 2021-08-24 19:54:02 +02:00
suppress.rs style(engine): fix formatting 2021-10-06 18:38:02 +02:00
undo.rs feat(engine): implement undo feature 2021-08-15 11:10:13 +02:00