summaryrefslogtreecommitdiff
path: root/src/keymap_manager.cc
AgeCommit message (Expand)Author
2024-08-16include headers cleanupAdrià Arrufat
2024-08-12Reduce headers dependency graphMaxime Coste
2024-08-12Extract format implementation to its own fileMaxime Coste
2023-07-20Allow map/unmap during mapping executionJohannes Altmanninger
2023-07-03map: fail if key is currently executingJohannes Altmanninger
2023-05-29Refactor KeymapManager to enfore setting is_executing on key iterationMaxime Coste
2023-05-25unmap: fail if the mapping is currently executingJohannes Altmanninger
2018-09-23Add a way to unmap all keys of a given mode at onceDelapouite
2018-03-25Unify code that validates identifiers in KakouneMaxime Coste
2018-03-11Handle hyphens in user-mode namesDelapouite
2018-03-02Remove <scope> from user-modes commandsDelapouite
2018-02-18Small code tweaks regarding user modesMaxime Coste
2018-02-12Add declare-user-mode / enter-user-mode commandsDelapouite
2017-11-24Rename KeyMapInfo → KeymapInfoDelapouite
2017-07-11Preserve order of definition of mappings when listing themMaxime Coste
2017-03-07Replace uses of UnorderedMap with HashMapMaxime Coste
2017-03-03Add docstring support for mappings, and use them in autoinfoMaxime Coste
2015-03-09ArrayView content is not const anymoreMaxime Coste
2015-01-06Rename memoryview to ArrayViewMaxime Coste
2014-12-17Tweak keymap_manager style, fix missing moveMaxime Coste
2014-12-16Rework hashing, use a more extensible framework similar to n3876 proposalMaxime Coste
2014-11-12Cleanup includesMaxime Coste
2013-10-25Add key mapping supportMaxime Coste