aboutsummaryrefslogtreecommitdiff
path: root/src/binds.c
AgeCommit message (Expand)Author
2019-08-15binds: Fix memory leakHarry Jeffery
2019-07-03Big glfw refactorHarry Jeffery
2019-03-01binds: Make Double-Escape the key sequence abortHarry Jeffery
2019-02-10Tweak allocation sizeof operator usageHarry Jeffery
2019-01-31Fix some compiler warningsHarry Jeffery
2019-01-28Changed &pointer[0] to pointer, fixed partial bind issue for long commands.Jeinzi
2018-11-26binds: Add imv_binds_clear_keyHarry Jeffery
2018-09-01Fixed several memory leaks.Jeinzi
2018-09-01Added support for multiple commands per bind.Jeinzi
2017-11-30Fix key name handling bugHarry Jeffery
2017-11-28Fix bug when filtering invalid eventsHarry Jeffery
2017-11-28Tweak config option names & capitalisationHarry Jeffery
2017-11-28Simplify and refactor ini usageHarry Jeffery
2017-11-23Require <> around all keys in a bindHarry Jeffery
2017-11-23Add default_binds option to prevent conflictsHarry Jeffery
2017-11-23Implement key binding logicHarry Jeffery