44 Commits

Author SHA1 Message Date
caue
e047a93060 bugfixing 2020-03-30 00:40:05 -03:00
caue
9f960b4d26 forgot a debug print 2020-03-29 01:27:29 -03:00
caue
bc4437b7a5 trying to fix the goddam import error 2020-03-28 22:15:10 -03:00
caue
3fbf56a14c go mod again 2020-03-28 22:08:26 -03:00
caue
1fd681c141 changed go.mod to reflect the change 2020-03-28 22:05:44 -03:00
caue
3186c43ae7 changed go.mod to reflect the change 2020-03-28 21:55:52 -03:00
caue
35fdcff3ec decided to fork forever 2020-03-28 21:52:17 -03:00
caue
d5e965f25c actually for real new stuff 2020-03-28 21:48:51 -03:00
caue
1d180ffb5a oops 2020-03-28 21:43:53 -03:00
caue
a60a8234bc oops 2020-03-28 21:42:23 -03:00
caue
47d4c1b2b8 Easier interface 2020-03-28 21:38:51 -03:00
Cauê Felchar
0df92dc3d4 forgot to import unsafe 2019-02-14 19:02:54 -02:00
Cauê Felchar
850a61c06c Merge remote-tracking branch 'origin/master' 2019-02-14 19:00:49 -02:00
Cauê Felchar
ddb067bfcc Satisfied stringer interface for easier debug and logging, returned old function
what the title says
2019-02-14 19:00:15 -02:00
Cauê Felchar
9806538d39 Satisfied stringer interface for easier debug and logging, returned old function
what the title says
2019-02-14 18:33:23 -02:00
htmk
133a4afc02 finished conversion table 2019-02-12 21:42:24 -02:00
htmk
a466e0bad6 WIP adding better support for conversion between Scancodes and Keychars
added table, will add rest of support soon(tm)
2019-02-10 16:24:05 -02:00
htmk
7412190046 Changed constants, keychar type and test function
now Keychar is a rune, so it can be used as a regular character.
2019-02-10 11:58:48 -02:00
htmk
e52a5e1e9e Probably final touches
i swear this time
2019-02-09 01:37:04 -02:00
Cauê Felchar
2a8c797699
updated go.mod
oopsie
2019-02-08 23:39:34 -02:00
htmk
cf7d9111a1 General cleanup 2019-02-08 20:33:05 -02:00
htmk
11eee3201f Part 2 of making the lib async
- New event struct mimiking C structs
 - changed c channel library to eb_chan
 - changed API to something more palatable
2019-02-08 20:26:02 -02:00
htmk
e5d15765a1 Part 1 of supporting async events
made the dispatch process send events via json through a channel (the c kind), made another function that receives it and sends it trough another channel (the go kind)

todo: remove usage of function-local data trough channel
todo:find error that is causing the c channel to fill up?
2019-02-08 14:39:24 -02:00
vcaesar
e36d1aac6c update appveyor to go1.11.4 2018-12-15 13:33:18 -04:00
vcaesar
f842bde289 add go mod support 2018-11-29 11:59:32 -04:00
vcaesar
f27e2e5265 add event status and update code style 2018-11-13 12:43:04 -04:00
vcaesar
602a6294ff update code style 2018-11-12 16:39:16 -04:00
vcaesar
6bfbcf5672 update appveyor to go1.11.2 2018-11-12 14:40:05 -04:00
vcaesar
40c3386427 gofmt code 2018-09-17 14:17:14 -04:00
vcaesar
da6e29a777 Update README.md 2018-09-17 14:15:40 -04:00
vcaesar
863b0f27c4 Update README.md and add head hint 2018-09-17 14:09:59 -04:00
vz
90f17fe78a
Merge pull request #1 from robotn/dev-pr
update appveyor ci
2018-09-17 13:47:10 -04:00
vcaesar
37d597ad23 update appveyor ci 2018-09-17 13:41:48 -04:00
vcaesar
90cff033b9 #include <stdlib.h> 2018-09-17 13:36:29 -04:00
vcaesar
76d1c8b4cd remove windows clink 2018-09-17 13:30:41 -04:00
vcaesar
763a9e4eae rename circle ci 2018-09-16 20:25:36 -04:00
vcaesar
7e281e833f add ci support 2018-09-16 20:17:40 -04:00
vcaesar
3dccbf0083 Update README.md and fixed clink 2018-09-16 19:43:30 -04:00
vcaesar
b0df75125b add hook go support 2018-09-16 19:29:13 -04:00
vcaesar
5d0c662549 add event c file 2018-09-16 19:25:32 -04:00
vcaesar
2cc3a5d7ce Update README.md and move code 2018-09-04 15:25:08 -04:00
vCaesar
3df4cff48b Fix invalid size 2017-04-22 19:50:38 +08:00
vCaesar
16089b2aa9 Initial commit 2017-02-06 16:55:01 +08:00
vz
1f132399dd Initial commit 2017-01-21 16:52:05 +08:00