Commit graph

628 commits

Author SHA1 Message Date
greenkeeper[bot]
d004af97fa chore(package): update sinon to version 5.0.1 2018-04-30 08:42:48 +00:00
Andrey Sidorov
ce51cefdad
Merge pull request #167 from sidorares/greenkeeper/sinon-5.0.0
Update sinon to the latest version 🚀
2018-03-22 10:16:26 +11:00
greenkeeper[bot]
373b60b975 chore(package): update sinon to version 5.0.0 2018-03-21 17:27:33 +00:00
Andrey Sidorov
85905efeae
Merge pull request #164 from anko/just-some-maintenance
Mr Janitor coming through
2018-01-24 10:00:56 +11:00
Andrey Sidorov
ef001bd4fb
Merge pull request #163 from anko/stop-testing-on-old-node-versions
Stop testing on Node 0.10 + 0.12
2018-01-24 09:51:14 +11:00
Antti Korpi
6f535cb65d Travis: stop testing on Node 0.10 + 0.12
They're breaking the build, because Mocha (a dependency) is using modern
JS features.
2018-01-23 22:36:27 +01:00
Antti Korpi
ed27aa84ff Fix 'root' deprecation warning
This would previously be printed in part of the test log:

    (node:1628) [DEP0016] DeprecationWarning: 'root' is deprecated, use 'global'

Apparently, the global object was once called root, and this assignment
didn't have a `var`, so it was actually setting the global object.

I do wonder why that didn't break anything, but this is clearly what was
intended.
2018-01-23 22:35:49 +01:00
Antti Korpi
e87b183a8f Use sinon.resetHistory; sinon.reset is deprecated 2018-01-23 22:06:42 +01:00
Antti Korpi
fd09ef9848 Nail devDependencies to specific version
This documents what versions it's supposed to work with, and reduces
potential future confusion if contributors accidentally work with
different tool versions.
2018-01-23 21:59:21 +01:00
Andrey Sidorov
4e84ae8e40 2.3.0 2017-08-27 15:11:35 +10:00
Andrey Sidorov
a97f7a179d Merge pull request #150 from jdomenechb/shapenotify
Added ShapeNotify event parsing
2017-08-27 10:10:37 +10:00
jdomenechb
bc9dceebd4 Added ShapeNotify event parsing 2017-08-26 17:00:10 +02:00
Andrey Sidorov
18cbbdf6ee Merge pull request #148 from andrewstart/master
Fix ChangeGC.
2017-08-05 02:11:35 +10:00
Andrew Start
da262fcb8d Add test for ChangeGC. 2017-08-04 12:05:05 -04:00
Andrew Start
8049e70deb Fix ChangeGC. 2017-08-04 11:45:41 -04:00
Andrey Sidorov
eb674cc41c Merge pull request #147 from anko/readme-cleanup
Readme cleanup
2017-07-21 08:45:41 +10:00
Antti Korpi
f13247ec6d Readme cleanup
- Drop headings to level 2 (except the top one).
 - Fix Gitter link.
 - Trim example code indent level.
2017-07-20 17:07:56 +01:00
Andrey Sidorov
6598e75baf add link to xelb 2017-06-09 11:11:34 +10:00
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