Alex Dima
0c36fe6e0a
3.0.2
2021-11-26 10:55:53 +01:00
Alex Dima
36fe4b5541
Delete unused build definitions
2021-11-26 10:54:45 +01:00
Alex Dima
f92dcef3b2
Add a github action for CI
2021-11-26 10:48:47 +01:00
Alexandru Dima
9aafcdb4f1
Merge pull request #31 from tagattie/main
...
Fix build on FreeBSD 12
2021-11-26 10:40:46 +01:00
Hiroki Tagato
e7dac93054
Include pthread.h for pthread_t
...
This change fixes build on FreeBSD 12.
2021-11-24 16:45:20 +09:00
Alex Dima
4fcaf4a471
3.0.1
2021-10-28 11:59:07 +02:00
Alex Dima
47dbdb6191
Do not assume the state is 0 in the no modifier case ( microsoft/vscode#135848 )
2021-10-28 11:58:52 +02:00
Alex Dima
78d8cfec49
3.0.0
2021-10-25 17:57:29 +02:00
Alex Dima
9c26199f52
Do not join the child thread because that gets terminated automatically anyways.
2021-10-25 17:57:20 +02:00
Alex Dima
7a22f5d723
2.4.1
2021-10-14 17:37:30 +02:00
Alexandru Dima
21ace14ff9
Merge pull request #28 from microsoft/robo/cleanup_instance_data
...
chore: cleanup instance data
2021-10-14 17:36:14 +02:00
deepak1556
c5f039f2a3
chore: cleanup instance data
2021-10-15 00:13:25 +09:00
Alexandru Dima
603c632cd5
2.4.0
2021-10-13 23:22:49 +02:00
Alexandru Dima
65b214d920
Add support for detecting keyboard layout changes on X11 ( microsoft/vscode#23690 )
2021-10-13 23:20:35 +02:00
Alexandru Dima
21915992eb
2.3.0
2021-10-12 23:27:22 +02:00
Alexandru Dima
91db859114
Respect current effective group index when getting key map ( microsoft/vscode#24166 )
2021-10-12 23:25:08 +02:00
Alex Dima
9fe9d4edec
2.2.2
2021-09-30 22:19:34 +02:00
Alexandru Dima
db225c4e5b
Merge pull request #27 from aklyachkin/main
...
Enable build on AIX
2021-09-30 22:18:11 +02:00
aklyachkin
0ce41907a8
AIX compilation
2021-09-29 11:34:46 +02:00
Alex Dima
cd2c2979f6
update to tasks 2.0.0
2021-07-06 15:12:56 +02:00
Alex Dima
3ac5dcd12e
Add SECURITY.md
2021-03-10 15:00:42 +01:00
Alex Dima
308e260b26
2.2.1
2020-11-17 21:32:55 +01:00
Alexandru Dima
e281cc2ffb
Merge pull request #25 from microsoft/robo/fix_handlescope
...
fix: missing handlescope on windows
2020-11-17 21:31:05 +01:00
deepak1556
2c0e6eb65c
fix: missing handlescope on windows
2020-11-17 08:10:41 -08:00
Alexandru Dima
4bb080c3e8
Merge pull request #24 from havogt/patch-1
...
Adds SUSE-based Linux install instructions
2020-09-17 10:38:05 +02:00
Hannes Vogt
eb926a5c0e
Adds SUSE-based Linux install instructions
2020-09-12 17:23:46 +02:00
Alex Dima
194749276d
2.2.0
2020-08-07 22:14:42 +02:00
Alexandru Dima
ef153d2d4c
Merge pull request #19 from MaxGyver83/feature/support-XK_ISO_Level3_Shift-and-XK_ISO_Level5_Shift
2020-08-07 22:12:21 +02:00
Alex Dima
854d94c476
Merge remote-tracking branch 'origin/master' into pr/MaxGyver83/19
2020-08-07 11:38:53 +02:00
Alex Dima
86d839e292
2.1.4
2020-08-05 22:33:09 +02:00
Alexandru Dima
337afd5cc9
Merge pull request #23 from MarshallOfSound/patch-1
...
fix: actually open and close the handle scope
2020-08-05 22:32:49 +02:00
Samuel Attard
13796d8ea1
fix: actually open and close the handle scope
...
Turns out napi handle scopes are not opened / closed like normal "scopes" instead you have to manually open/close them. Not a fan but hey, it's the API 😆
2020-08-03 16:25:24 -07:00
Alex Dima
6496fcac0d
2.1.3
2020-07-31 20:43:17 +02:00
Alexandru Dima
42412033d6
Merge pull request #22 from MarshallOfSound/patch-1
2020-07-31 20:40:01 +02:00
deepak1556
9a838ada27
update macOS hosted agent
2020-07-28 14:02:49 -07:00
Samuel Attard
dd9c66e5a2
fix: add an napi handle scope for the callback
2020-07-28 13:48:36 -07:00
Max Schillinger
1701c0fc47
try 'macOS-latest' as vmImage for macOS (as used for vscode)
2020-05-24 13:06:20 +02:00
Max Schillinger
15c59d2db5
support XK_ISO_Level3_Shift and XK_ISO_Level5_Shift
2020-05-24 07:53:17 +02:00
Alex Dima
2281839e77
2.1.2
2020-04-01 16:10:40 +02:00
Alex Dima
83a528f9e1
Remove node v10 from the matrix
2020-04-01 16:08:50 +02:00
Alexandru Dima
232dd2fdc6
Merge pull request #18 from MarshallOfSound/cleanup-hook
...
fix: add clean up hook to remove listener on env destroy
2020-04-01 16:07:02 +02:00
Samuel Attard
2d9154159e
fix: add clean up hook to remove listener on env destroy
2020-03-30 15:25:18 -07:00
Alexandru Dima
8c51e41ede
2.1.1
2019-12-09 16:39:26 +01:00
Alexandru Dima
3bd554d830
Merge pull request #16 from dimkr/pkg-config
...
Respect PKG_CONFIG to allow cross-build
2019-12-09 16:37:34 +01:00
Dima Krasner
e31be38214
Respect PKG_CONFIG to allow cross-build
2019-12-06 16:14:36 +02:00
Alex Dima
f156e532cf
2.1.0
2019-11-21 09:22:07 +01:00
Alex Dima
15f1c3337d
Add typings
2019-11-21 09:21:54 +01:00
Alex Dima
09c4398591
2.0.0
2019-07-05 10:31:30 +02:00
Alex Dima
78d50595fa
Attempt to fix warnings
2019-07-05 10:28:12 +02:00
Alexandru Dima
cff7ce4c0f
Merge pull request #12 from microsoft/napi
...
Adopt N-API
2019-07-05 10:22:50 +02:00