aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hotloader: support for watching all files of given extension (or all, if not ...koekeishiya2018-07-202-16/+29
* hotloader: support for watching all files of given extension (or all, if not ...koekeishiya2018-07-202-26/+130
* fix function namekoekeishiya2018-07-191-2/+2
* hotloader: code cleanupkoekeishiya2018-07-191-28/+38
* simplify hotloader; manually inline functionkoekeishiya2018-07-191-18/+9
* simplify hotloader; get rid of local var and mark function inline (For readab...koekeishiya2018-07-191-3/+2
* simplify hotloader; get rid of calls to malloc in callbackkoekeishiya2018-07-192-21/+11
* disable keypres profilingkoekeishiya2018-07-101-1/+1
* #43 passthrough should correctly bypass mode keypress capture settingkoekeishiya2018-07-103-17/+53
* v0.2.2v0.2.2koekeishiya2018-05-271-1/+1
* fix annoying issue; setsidkoekeishiya2018-05-271-0/+1
* code cleanupkoekeishiya2018-05-223-22/+17
* v0.2.1v0.2.1koekeishiya2018-05-131-1/+1
* #34 identifiers should be able to contain '_'koekeishiya2018-05-131-1/+7
* v0.2.0v0.2.0koekeishiya2018-05-131-2/+2
* #33 add support for binding media-keyskoekeishiya2018-05-135-66/+66
* #33 initial support media-keyskoekeishiya2018-05-131-1/+63
* ocdkoekeishiya2018-05-101-3/+3
* bump v0.1.1v0.1.1koekeishiya2018-05-101-1/+1
* #32 forgot to rename variable during code cleanupkoekeishiya2018-05-101-1/+1
* bump version v0.1.0v0.1.0koekeishiya2018-05-101-2/+2
* code cleanupkoekeishiya2018-05-103-6/+6
* disable timingkoekeishiya2018-05-101-1/+1
* #15 update sample and code cleanupkoekeishiya2018-05-102-16/+23
* #15 remove timing codekoekeishiya2018-05-101-1/+1
* #15 cleanup codekoekeishiya2018-05-102-12/+7
* #15 modes can now capture keypresses; code cleanupkoekeishiya2018-05-106-68/+79
* replace const sized array with dynamic array for handling modeskoekeishiya2018-05-104-7/+45
* merge masterkoekeishiya2018-04-204-52/+111
|\
| * bump version v.0.0.14v0.0.14koekeishiya2018-03-301-1/+1
| * #30 don't ovewrite existing keys in hashtablekoekeishiya2018-03-301-1/+3
| * change order of initializationkoekeishiya2018-03-251-5/+5
| * bump version 0.0.13v0.0.13koekeishiya2018-03-251-1/+1
| * cleanup changes for #28koekeishiya2018-03-253-48/+45
| * fix whitespacekoekeishiya2018-03-251-2/+2
| * bump version 0.0.12v0.0.12koekeishiya2018-03-251-1/+1
| * get rid of broken Apple code to actually fix #28koekeishiya2018-03-251-19/+75
| * bump version 0.0.11v0.0.11koekeishiya2018-03-241-1/+1
| * fixes #28, retarded bugkoekeishiya2018-03-241-4/+6
* | remove empty linekoekeishiya2018-01-071-3/+1
* | #15 minorkoekeishiya2018-01-071-4/+1
* | #15 rename functionkoekeishiya2018-01-071-1/+1
* | #15 modal cleanupkoekeishiya2018-01-071-8/+8
* | #15 modal support cleanupkoekeishiya2018-01-071-36/+40
* | #15 fix memory leak, some error handling and merge masterkoekeishiya2018-01-064-32/+114
|\|
| * changed printing of linenumberkoekeishiya2017-12-221-2/+2
| * #21 - fix minor memory leak on parse-failurekoekeishiya2017-12-191-7/+11
| * #19 - cleanup code for resolving symlinkskoekeishiya2017-12-121-13/+8
| * #19 - cleanup code for resolving symlinkskoekeishiya2017-12-121-25/+19
| * #19 hotloader should resolve symlinkskoekeishiya2017-11-262-7/+54