Commit graph

564 commits

Author SHA1 Message Date
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
Andrey Sidorov
97dba66197 fix incorrect format in SetPictureTransform 2015-12-11 15:15:10 +11:00
Andrey Sidorov
6627fd5168 Merge pull request #116 from ahstro/patch-1
Missing space
2015-11-15 02:52:59 -08:00
Anton Strömkvist
7f0b054dbc Missing space
`varblack` => `var black`
2015-11-15 11:15:00 +01:00
Andrey Sidorov
0ad17ed7e4 2.0.1 2015-11-10 15:11:48 +11:00
Andrey Sidorov
abde205593 2.0.0 2015-11-10 14:58:43 +11:00
Andrey Sidorov
b39672b9d3 Merge pull request #113 from aurium/master
Enhance keySyms
2015-11-09 19:56:33 -08:00
Andrey Sidorov
84ecd7afe3 Merge pull request #115 from sidorares/render-improvements
Render improvements
2015-11-09 19:52:07 -08:00
Andrey Sidorov
b635b3209d increment seq_num before assigning callback so response mapping is correct 2015-11-08 23:59:10 +11:00
Andrey Sidorov
c473fe4f72 fix closing '})' 2015-11-08 16:57:21 +11:00
Andrey Sidorov
737ecc7b60 build: add node 0.12, 4.2 and 5.0 to matrix 2015-11-08 16:56:16 +11:00
Andrey Sidorov
4a3f3f6075 fix formatting; fix binomial filter params check; set format beforehand for SetPictureTransform 2015-11-08 16:53:24 +11:00
Andrey Sidorov
21cc95a8bb add test to verify all ext files are at least parseable 2015-11-08 16:51:34 +11:00
Andrey Sidorov
a49c9adeb3 don't increment seq_num if exception is thrown 2015-11-08 12:13:53 +11:00
Andrey Sidorov
39a9931cbf add example for AddTraps, SetPictureTransform and SetPictureFilter 2015-11-06 13:57:39 +11:00
Andrey Sidorov
fa9dbe2000 add Render.AddTraps request 2015-11-04 16:44:25 +11:00
Aurélio A. Heckert
6ad3f94b93 Lazily load keySyms 2015-11-02 15:31:38 -03:00
Aurélio A. Heckert
d8cd686ea3 Shows how to use keySyms data 2015-10-31 17:38:48 -03:00
Aurélio A. Heckert
de2b73ca2b Enhance keySyms
* Direct translate from X.Org's xproto/keysymdef.h
* Adds the key description as JSON data
* Update examples where the `x11.keySyms` API changes
2015-10-31 17:37:58 -03:00
Andrey Sidorov
f21c8d3c2a Update README.md 2015-10-26 10:21:05 +11:00
Andrey Sidorov
5c72df00e5 added PolyEdge,PolyMode,Repeat,Subpixel and Filters constants 2015-10-26 10:18:13 +11:00
Andrey Sidorov
c5fb01edaa added PictOp constant codes 2015-10-26 10:09:01 +11:00
Andrey Sidorov
63fbe2e671 add SetPictureTransform 2015-10-26 09:54:37 +11:00
Andrey Sidorov
6a69754e55 Update README.md 2015-10-26 09:33:40 +11:00
Andrey Sidorov
edd6126808 Merge pull request #112 from aurium/patch-2
Adds missed AltGr keycode
2015-10-25 14:12:07 +11:00
Aurélio A. Heckert
68e261dabe Adds missed AltGr keycode
`XK_ISO_Level3_Shift` is the code name for `AltGr`.

`NoSymbol` will help us to know when a keycode is meaningless or if it is unknown.

Also, i believe http://cgit.freedesktop.org/xorg/proto/xproto/tree/keysymdef.h is a better source to find keycodes. :-)
2015-10-24 18:07:29 -03:00
Andrey Sidorov
31785d9a5b fix Render.SetPictureFilter 2015-10-23 10:41:30 +11:00
Andrey Sidorov
51b03c5173 update callback to accept error as first parameter 2015-10-23 09:56:16 +11:00
Andrey Sidorov
71599b100f Merge pull request #104 from santigimeno/test_create_notify
src: fix CreateNotify parsing and add new test
2015-10-01 21:42:31 +10:00
Santiago Gimeno
dbe2d97bee src: fix some more events parsing
- DestroyNotify, UnmapNotify, MapNotify and MapRequest.
- Add some tests.
2015-10-01 11:53:04 +02:00
Santiago Gimeno
3b18e43fe6 src: fix CreateNotify parsing and add new test
- The first 4 fields in an event 'CCSL' are already unpacked in
  expectReplyHeader. No need to get the L field again: it is already in the
  'extra' variable.
2015-10-01 11:35:26 +02:00
Andrey Sidorov
bd991fa6e3 Merge pull request #103 from sidorares/create-notify-fix
fix CreateNotify parsing #102
2015-10-01 12:50:28 +10:00
Andrey Sidorov
28fdbadb0b fix CreateNotify parsing #102 2015-09-29 23:18:11 +10:00
Andrey Sidorov
573f83feab Merge pull request #101 from klepthys/master
included an example using node-xpm module
2015-09-22 22:50:02 +10:00
Sebastien Dumetz
91ff5d451f included an example using node-xpm module 2015-09-22 13:57:10 +02:00
Andrey Sidorov
f13a438e94 Merge pull request #95 from Arteris/tcp_fallback
Fall back to TCP if socket does not exist
2015-06-27 13:34:40 +10:00
Ian Scott
140960145b Test Travis with Xvfb doing -nolisten tcp and -nolisten unix 2015-06-26 18:19:10 -07:00
Ian Scott
c00a790c2b Fix XClient arguments 2015-06-25 15:57:20 -07:00
Ian Scott
2d7d6cbc8f Fall back to TCP if socket does not exist
Also have client emit error on stream error if there is no initCb.
2015-06-25 15:47:02 -07:00
Andrey Sidorov
fb817b8e2b add tinywm 2015-06-18 09:41:46 +10:00
Andrey Sidorov
39ec8aca60 Add xoowm and basedwm to list of users 2015-06-18 09:36:43 +10:00
Andrey Sidorov
472cdf5cfc Update README.md 2015-06-11 10:42:52 +10:00
Andrey Sidorov
90ea482119 Merge pull request #93 from megadonkey/shape
Adds Shape extension request Rectangles; fixes Mask
2015-05-30 17:10:31 +10:00
Michael J M Thomson
749b877d99 Added Shape rectangles example. Fixed shape mask test 2015-05-29 16:15:03 +10:00
Michael J M Thomson
fafa42e6e6 Add Shape Rectangles test. Fix Shape Mask test 2015-05-29 14:28:05 +10:00
Michael J M Thomson
520be559e8 Add function Rectangles. Fix function Mask 2015-05-29 11:17:34 +10:00
Andrey Sidorov
e7d9ba7cb4 Merge pull request #89 from Arteris/add_freepicture
Add FreePicture to XRender
2015-04-21 07:20:39 +10:00