sidorares
|
5e999c3446
|
WarpPointer request
|
2011-09-07 13:06:09 +10:00 |
|
Andrey Sidorov
|
a40ba7d874
|
initial SendEvent implementation
|
2011-09-07 09:50:19 +10:00 |
|
sidorares
|
1696c4b28a
|
links to protocol docs
|
2011-09-05 10:33:53 +10:00 |
|
sidorares
|
0a09793726
|
require(extension)
|
2011-09-02 11:52:29 +10:00 |
|
Andrey Sidorov
|
1bbc9dbe88
|
ininial extantions framework, rendar extension, render example
|
2011-09-02 10:16:30 +10:00 |
|
sidorares
|
7ccc7f45ea
|
XRENDER example added
|
2011-09-01 10:53:26 +10:00 |
|
sidorares
|
6e7551663d
|
more codes link comment
|
2011-08-30 15:18:18 +10:00 |
|
sidorares
|
c1ee1fea65
|
GetKeyboardMapping fix + test
|
2011-08-30 15:16:07 +10:00 |
|
sidorares
|
42e3e4c9a6
|
keysyms constants file
|
2011-08-30 12:28:57 +10:00 |
|
sidorares
|
1a7929ee9f
|
more render examples
|
2011-08-08 13:50:39 +10:00 |
|
Andrey Sidorov
|
c93a16eca3
|
Linear, Conical and Radial gradients
|
2011-08-08 09:24:28 +10:00 |
|
sidorares
|
2b907bdc5f
|
working RenderTriangle test
|
2011-08-05 13:20:30 +10:00 |
|
sidorares
|
b46876bdc3
|
more XRender requests
|
2011-08-03 17:28:09 +10:00 |
|
sidorares
|
501cc67fce
|
store function instead of request name (extensions!!!)
|
2011-08-02 15:22:09 +10:00 |
|
sidorares
|
bf2c603be7
|
try to connect with empty auth data if no Xauthority file
|
2011-08-02 14:12:30 +10:00 |
|
sidorares
|
d2a56871d2
|
bug in port calculation
|
2011-08-01 16:42:30 +10:00 |
|
sidorares
|
24761ec261
|
pass displayNum to the XClient contructor
|
2011-08-01 16:35:35 +10:00 |
|
sidorares
|
0a81b9fdf8
|
.Xauth-based authorisation
|
2011-08-01 16:13:44 +10:00 |
|
sidorares
|
6cf8937e2a
|
pixmap pupport in Window class
|
2011-07-26 15:51:30 +10:00 |
|
sidorares
|
e23f1caa68
|
CreatePixmap and CopyArea requests
|
2011-07-26 13:44:44 +10:00 |
|
sidorares
|
1cfab85500
|
pass correctly mouse button (and keyboard) code in unpackEvent
|
2011-07-26 11:22:00 +10:00 |
|
sidorares
|
30f2f74d59
|
AllocColor request
|
2011-07-25 19:50:51 +10:00 |
|
sidorares
|
8cf496a220
|
connet handler as a parameter to createClient
|
2011-07-25 13:50:46 +10:00 |
|
sidorares
|
71f6317e92
|
wrapper for Window.title property -> ChangeProperty/WM_NAME
|
2011-07-22 16:14:29 +10:00 |
|
Andrey Sidorov
|
4ac7010e45
|
TODO comment: values-set list values are actually of variable size, need to refactor
|
2011-07-22 09:41:14 +10:00 |
|
Andrey Sidorov
|
d694000bd0
|
bitGravity typo
|
2011-07-22 09:31:17 +10:00 |
|
sidorares
|
1b5eb9145f
|
fix for PolyPoint/PolyLine requests (incorrect length)
|
2011-07-21 17:19:06 +10:00 |
|
sidorares
|
a1d1bb6e42
|
GetProperty request
|
2011-07-21 16:07:34 +10:00 |
|
sidorares
|
adb7de62bf
|
ChangePropery request
|
2011-07-21 15:28:14 +10:00 |
|
sidorares
|
783ac4b416
|
client.atoms - std atoms (hardcoded) + atoms cache
|
2011-07-21 14:09:44 +10:00 |
|
sidorares
|
318b1afd1f
|
PutImage example: load and display logo from bmp file
|
2011-07-20 16:58:33 +10:00 |
|
sidorares
|
aa5c4bac1c
|
allow Buffer to be used as 'a' format pack parameter
|
2011-07-20 14:45:46 +10:00 |
|
sidorares
|
ebb123cf8e
|
QueryPointer + test + benchmark
|
2011-07-20 13:05:40 +10:00 |
|
sidorares
|
9f98268cf5
|
keep templates in order of opcode
|
2011-07-20 12:34:05 +10:00 |
|
sidorares
|
c9e6ccd264
|
keep templates in order of opcode
|
2011-07-20 12:33:19 +10:00 |
|
sidorares
|
c792439cc8
|
dispatch error to request callback if callback set
|
2011-07-20 12:23:46 +10:00 |
|
sidorares
|
0ca8b090be
|
QueryExtension request
|
2011-07-19 17:00:59 +10:00 |
|
sidorares
|
a911771bfc
|
GraphicsContext wrapper
|
2011-07-19 11:04:16 +10:00 |
|
sidorares
|
bd7897d6b5
|
fixed unpacking Expose event
|
2011-07-19 10:51:05 +10:00 |
|
Andrey Sidorov
|
359c8205ef
|
XClient.terminate
|
2011-07-19 09:31:47 +10:00 |
|
Andrey Sidorov
|
7de07994a5
|
PolyLine, QueryExtensions requests
|
2011-07-19 09:25:27 +10:00 |
|
Andrey Sidorov
|
ea8bc9ed5b
|
PolyPoint request + test
|
2011-07-19 08:25:41 +10:00 |
|
sidorares
|
8347e51fbf
|
PolyText8 request + example 'Hello, Node.JS!'
|
2011-07-18 19:56:11 +10:00 |
|
sidorares
|
cceceffa90
|
missed format arg vor values mask in CreateGC
|
2011-07-18 18:28:13 +10:00 |
|
sidorares
|
80923803e0
|
ben packet length for CreateGC
|
2011-07-18 17:57:47 +10:00 |
|
sidorares
|
fff3c86688
|
missing drawable arg in format string for PolyFillRectangle request
|
2011-07-18 17:43:22 +10:00 |
|
sidorares
|
85fe833e9f
|
initial error reply unpacking, client emits 'error' event
|
2011-07-18 17:41:58 +10:00 |
|
sidorares
|
ebb8dfaabf
|
event mask symbolic names; PolyFillRectangle request
|
2011-07-18 17:16:54 +10:00 |
|
sidorares
|
e5cfbac8b7
|
event mask name to value map
|
2011-07-18 16:34:21 +10:00 |
|
sidorares
|
4c1a2b8209
|
InternAtom request benchmarks
|
2011-07-18 14:41:30 +10:00 |
|