Andrey Sidorov
3ca322cecc
2.2.1
2017-04-21 22:53:52 +10:00
Andrey Sidorov
97a582be5c
Merge pull request #141 from drom/master
...
added dummy function "stash" to help browserify bundler with require prefetch
2017-04-21 22:52:39 +10:00
Aliaksei Chapyzhenka
7341a317bd
added node 6 7 regression
2017-04-20 22:36:23 -07:00
Aliaksei Chapyzhenka
37d0130b38
fixed badge
2017-04-20 22:35:15 -07:00
Aliaksei Chapyzhenka
08a6ae573e
added dummy function "stash" to help browserify bundler with require prefetch
2017-04-20 22:20:35 -07:00
Andrey Sidorov
0ad31e0ffe
Merge pull request #137 from 15lyfromsaturn/master
...
png rendering example
2016-12-01 10:08:48 +11:00
Svetlana Linuxenko
777becd99e
png rendering example
2016-11-30 18:37:13 +02:00
Andrey Sidorov
77a94b1324
Merge pull request #136 from 15lyfromsaturn/master
...
double import of templates
2016-11-24 13:57:23 +11:00
Svetlana Linuxenko
9b6492b34a
double import of templates
2016-11-23 20:03:56 +02:00
Andrey Sidorov
562ed74562
Merge pull request #135 from 15lyfromsaturn/master
...
GCFunction shortcuts
2016-11-19 10:48:47 +11:00
Svetlana Linuxenko
9e967b9734
GCFunction shortcuts
2016-11-18 15:05:28 +02:00
Svetlana Linuxenko
6293ab358b
duplicated entry
2016-11-18 12:37:24 +01:00
Andrey Sidorov
e3f6438e1a
Merge pull request #132 from 15lyfromsaturn/master
...
screenshot example fix
2016-11-18 00:20:40 +11:00
Svetlana Linuxenko
9ff1b645d1
screenshot example fix
2016-11-17 12:12:20 +02:00
Santiago Gimeno
77d1666c08
2.2.0
2016-10-11 12:40:17 +02:00
Andrey Sidorov
f2a118d034
Merge pull request #130 from santigimeno/improve_randr
...
randr: add GetOutputInfo request
2016-10-11 21:17:13 +11:00
Andrey Sidorov
7f39c65c93
Merge pull request #131 from santigimeno/fix_killclient_test
...
test: fix flaky core-KillKlient test
2016-10-11 21:15:02 +11:00
Santiago Gimeno
f0b0bac336
test: fix flaky core-KillKlient test
...
Wait for the `CreateNotify` before killing the client, otherwise a
`BadValue` error could be raised.
2016-10-11 12:04:09 +02:00
Santiago Gimeno
e09c8b5429
randr: add GetOutputInfo request
2016-10-11 10:19:30 +02:00
Santiago Gimeno
8ed37aaa31
2.1.1
2016-10-06 14:47:27 +02:00
Andrey Sidorov
ba6d6f63a2
Merge pull request #129 from sidorares/cache_extensions
...
Cache X11 extensions
2016-10-06 23:11:37 +11:00
Santiago Gimeno
4f241ba2b3
Cache X11 extensions
2016-10-06 12:11:59 +02:00
Andrey Sidorov
f040f8bbba
2.1.0
2016-05-25 16:55:12 +10:00
Andrey Sidorov
88370a111e
Merge pull request #125 from Arteris/handshake_error
...
Unpack handshake error
2016-05-19 12:08:39 +10:00
Ian Scott
b9bebe3a11
Unpack handshake error
2016-05-18 18:14:03 -07:00
Andrey Sidorov
60f8b08037
add unused IDs buffer
2016-05-18 20:22:24 +10:00
Andrey Sidorov
1d77f21ec7
Merge pull request #80 from Arteris/master
...
Handle cases where depths appear multiple times
2016-05-18 09:14:33 +10:00
Ian Scott
bbaf2a8654
Refactor to keep number of parsed depths in a counter
2016-05-17 14:42:42 -07:00
Ian Scott
7ed7e896e1
Handle cases where depths appear multiple times
2016-05-17 14:41:53 -07:00
Andrey Sidorov
44f9982495
Merge pull request #124 from Arteris/auth_fix2
...
Fix auth for remote hosts and handle different auth families
2016-05-17 19:51:52 +10:00
Ian Scott
1f5e2310a6
Fix remoteFamily on Node v0.10
2016-05-16 09:45:39 -07:00
Ian Scott
a42f043768
Emit error when handshake fails, such as with bad xauth
2016-05-13 18:59:41 -07:00
Ian Scott
c694394b6d
Test xauth in Travis tests
2016-05-13 18:59:33 -07:00
Ian Scott
e8883275bf
Fix auth for remote hosts and handle different auth families
...
- Use the remote address to find the auth cookie instead of the local
hostname
- Read family type as big endian in Xauthority file
- Don't upgrade 127.0.0.1 TCP connections to unix domain socket (libX11
and xcb don't do this)
- Don't error if no auth cookie is found; continue without auth
2016-03-21 16:00:52 -07:00
Andrey Sidorov
edbe678f84
Merge pull request #123 from Coldewey/master
...
Reads message_type from ClientMessage.
2016-02-03 03:12:17 -08:00
plehmkuhl
d327261c74
Adjusted testcase "client-message.js" to match other tests.
2016-02-03 11:42:32 +01:00
plehmkuhl
4fd0385911
Fixed datatype returned by message_type on ClientMessage event.
...
Added Testcase.
2016-02-03 11:08:58 +01:00
plehmkuhl
27c70c7315
Reads nessage_type from ClientMessage.
...
See: https://tronche.com/gui/x/xlib/events/client-communication/client-message.html
2016-02-02 16:26:41 +01:00
Andrey Sidorov
f21cdb187b
Merge pull request #122 from Arteris/auth_fix
...
Xauth fixes
2016-01-28 16:58:18 -08:00
Ian Scott
86f977f9bd
Handle nonexistent Xauthority file
2016-01-28 16:35:04 -08:00
Ian Scott
582bd1a1b2
Use os-homedir for older node.js versions
2016-01-28 14:51:16 -08:00
Ian Scott
e90c1fd239
Find cookie with same logic as libXau
2016-01-28 14:50:24 -08:00
Andrey Sidorov
ce238c7c0b
2.0.5
2016-01-15 16:02:20 +11:00
Andrey Sidorov
70519cbb38
handle Internet cookie addresses correctly. Fixes #121
2016-01-15 16:01:54 +11:00
Andrey Sidorov
0d7346fbac
2.0.4
2016-01-15 00:37:26 +11:00
Andrey Sidorov
7e22a439e8
don't overwrite ClientMessage type
2016-01-15 00:37:15 +11:00
Andrey Sidorov
72f79ea9f9
2.0.3
2016-01-02 13:31:52 +11:00
Andrey Sidorov
9a7adcefb1
fix Render.Triangles index bug
2016-01-02 13:31:34 +11:00
Andrey Sidorov
62c6df1c6d
add link to Xplain
2015-12-16 17:02:01 +11:00
Andrey Sidorov
f1e41dab05
2.0.2
2015-12-11 15:27:44 +11:00