Commit graph

214 commits

Author SHA1 Message Date
Andrey Sidorov
e631e6fac6 CreateWindow test 2012-06-01 18:17:55 +10:00
Andrey Sidorov
3eaaadd0da global variable leak test 2012-06-01 18:17:26 +10:00
Andrey Sidorov
ca5efc1941 KillKlient and ForceScreenSaver requests 2012-06-01 11:57:20 +10:00
Andrey Sidorov
33775da6df connect using idcorrect DISPLAY 2012-06-01 00:00:31 +10:00
Andrey Sidorov
2834543b41 connect using idcorrect DISPLAY 2012-05-31 23:59:34 +10:00
Andrey Sidorov
5098763855 global object pollution fixed 2012-05-31 19:20:38 +10:00
Andrey Sidorov
bdaaf7d729 simple test to trigger travis 2012-05-31 13:46:23 +10:00
Andrey Sidorov
1a794c8b22 indent fix 2012-05-31 13:39:40 +10:00
Andrey Sidorov
01b6d9778c simple test to trigger travis 2012-05-31 13:35:24 +10:00
Andrey Sidorov
0fd0e4485a first integration test 2012-05-31 12:53:45 +10:00
Andrey Sidorov
b6a0ceff7f cleanup before addint travis & mocha testing 2012-05-31 12:31:49 +10:00
Andrey Sidorov
5b191458d3 mocha dev dependensy, version bump 2012-05-31 12:30:49 +10:00
Andrey Sidorov
f40eb4e3d2 XC-MISC extension 2012-05-31 11:06:46 +10:00
Andrey Sidorov
b0931f1feb SHAPE extension 2012-05-31 11:05:51 +10:00
Andrey Sidorov
1a82cc2141 fix for GetOverlayWindow callback 2012-05-29 16:32:43 +10:00
Andrey Sidorov
fba32b442a correct size for all requests 2012-05-29 15:56:41 +10:00
Andrey Sidorov
31194398bc DAMAGE and Composite extensions 2012-05-29 09:56:40 +10:00
Andrey Sidorov
fd81862722 some gradients + adopt to new CreateWindow parameter 2012-05-29 09:53:27 +10:00
Andrey Sidorov
3298795a7b use padded 4 bytes for all CreatePicture parameters 2012-05-01 13:11:40 +10:00
Andrey Sidorov
95765c9385 clean up (use default parameters) 2012-05-01 13:10:09 +10:00
Andrey Sidorov
93cec8ecc7 load BigReq extansion by default 2012-05-01 13:08:19 +10:00
Andrey Sidorov
0c2cdeb884 ChangeGC and ListFonts requests 2012-04-18 15:07:03 +10:00
Andrey Sidorov
2678daa7b8 Merge branch 'master' of https://github.com/sidorares/node-x11 2012-04-12 17:05:39 +10:00
Andrey Sidorov
e7e06be354 hextile fixes 2012-04-12 17:05:02 +10:00
Andrey Sidorov
6acbec1c4e Update README.md 2012-04-12 10:20:00 +10:00
Andrey Sidorov
3c5901394f Update README.md 2012-04-12 10:17:09 +10:00
Andrey Sidorov
58d5f02509 screenshot utility 2012-04-11 17:55:34 +10:00
Andrey Sidorov
65dd846cb8 cleanups/renames 2012-04-11 16:53:33 +10:00
Andrey Sidorov
f2c3090e9a extra depth argunebt in CreateWindow 2012-04-11 16:53:27 +10:00
Andrey Sidorov
4a1964febb all callbacks now have error as first argument 2012-04-11 16:50:14 +10:00
Andrey Sidorov
e53a974668 constants added 2012-04-11 16:49:37 +10:00
Andrey Sidorov
15bbd67965 end event in client 2012-04-11 16:49:24 +10:00
Andrey Sidorov
5efa66ef34 rfb client and rfb gui split into two files 2012-04-11 16:47:50 +10:00
Andrey Sidorov
4a8202fa49 new argument depth in CreateWindow 2012-04-11 16:46:39 +10:00
Andrey Sidorov
bc641f3bce shift pixel 8bits left in AllocColor result 2012-04-11 16:43:58 +10:00
Andrey Sidorov
29a04525af new argument depth in CreateWindow 2012-04-11 16:43:13 +10:00
Andrey Sidorov
779da87017 fixes for err in callback; terminate om end 2012-04-11 15:58:50 +10:00
Andrey Sidorov
cc5f53ae45 clear interval if client closed connection 2012-04-11 13:11:32 +10:00
Andrey Sidorov
91a3e5e08f createwindow depth parameter updated 2012-04-11 13:05:23 +10:00
Andrey Sidorov
de3ad6be9c move benchmarks to separate folder 2012-04-11 11:31:06 +10:00
Andrey Sidorov
c5c5d973b5 make borderWidth, class, visual and depth arguments optional defaults to 0 2012-04-11 11:29:45 +10:00
Andrey Sidorov
c26bc6b47d initial X bridge library code 2012-04-05 12:36:38 +10:00
Andrey Sidorov
3cb9e2a85f se render with gradients 2012-03-20 08:36:06 +11:00
Andrey Sidorov
19c3505c40 correct RGB irder for png 2012-02-28 17:52:03 +11:00
Andrey Sidorov
16a464fc26 initial hextile support 2012-02-28 17:37:26 +11:00
Andrey Sidorov
79596460c8 pixel_with -> pixel_width typo 2012-02-28 17:34:11 +11:00
Andrey Sidorov
a6cb1c2629 more event decoders 2012-02-28 17:32:28 +11:00
Andrey Sidorov
270c30f9e5 CreateColormap, ResizeWindow, MoveWindow, GetImage, GetWindowAttributes requests 2012-02-28 17:31:41 +11:00
Andrey Sidorov
ec330996ce querytree example 2012-02-28 17:19:44 +11:00
Andrey Sidorov
e6c683d631 window manager 2012-02-28 17:18:12 +11:00