Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
34b733c
Merge branch 'master' of https://github.com/GPII/windows
JavierJF Dec 6, 2017
ddf4d46
GPII-2729: New imported function and constants necessary for sending …
JavierJF Dec 8, 2017
3587a73
GPII-2729: Added the possibility of sending windows messages in the R…
JavierJF Dec 8, 2017
35c6447
GPII-2729: Changed the package.json reference to point to the correct…
JavierJF Dec 8, 2017
2d015a5
Merge branch 'master' of https://github.com/GPII/windows into GPII-2729
JavierJF Mar 26, 2018
eaf6a57
Merge branch 'master' of https://github.com/GPII/windows into GPII-2729
JavierJF Jun 6, 2018
cb2854e
GPII-2729: Several changes
JavierJF Jun 6, 2018
2bef466
Merge branch 'master' of https://github.com/GPII/windows into GPII-2729
JavierJF Jun 11, 2018
e138b08
GPII-2729: Moved function to send messages to windows to WindowsMessa…
JavierJF Jun 14, 2018
4347c0f
GPII-2729: Added new line at eof
JavierJF Jun 14, 2018
6aa77c3
GPII-2729: Removed the functionality of sending windows messages from…
JavierJF Jun 14, 2018
966d92a
GPII-2729: Added unit test for sendWindowMessage function
JavierJF Jun 14, 2018
52fd938
GPII-2729: Fixed linter errors
JavierJF Jun 14, 2018
aebd5fb
GPII-2729: Added comment to the new sendWindowMessage function
JavierJF Jun 20, 2018
7c3f1d0
GPII-2729: Changed message check in favour of in place switch-case style
JavierJF Jun 20, 2018
f195790
GPII-2729: Fixed test implementation with new one proposed by @stegru
JavierJF Jun 20, 2018
4d58f5b
GPII-2729: Added line at eof fixing linter issues
JavierJF Jun 20, 2018
f8bbd23
Merge branch 'master' of https://github.com/GPII/windows into GPII-2729
JavierJF Jul 14, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion gpii/node_modules/WindowsUtilities/WindowsUtilities.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions gpii/node_modules/windowMessages/src/windowMessages.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions gpii/node_modules/windowMessages/test/windowMessagesTest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"edge-js": "8.8.1",
"ffi": "2.0.0",
"gpii-universal": "0.3.0-dev.20180711T150609Z.2bb2ecf",
"gpii-universal": "JavierJF/universal#GPII-2729",
"@pokusew/pcsclite": "0.4.18",
"ref": "1.3.4",
"ref-struct": "1.1.0",
Expand Down