Commit graph

253 commits

Author SHA1 Message Date
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
Michael J M Thomson
520be559e8 Add function Rectangles. Fix function Mask 2015-05-29 11:17:34 +10:00
Ian Scott
dc90e2760d Add FreePicture to XRender 2015-04-20 10:46:24 -07:00
dizzib
45ab095ef2 add ClearArea 2015-03-04 13:26:20 +00:00
Santiago Gimeno
b3ca6fb04b src: add AllowEvents core request 2015-01-20 13:57:08 +01:00
Ian Scott
3e3f1805a2 Remove debug messages from MappingNotify 2015-01-14 10:08:59 -08:00
Santiago Gimeno
76ce6c4141 src: ignore invalid mask values
- Avoiding a TypeError exception @ packValueMask.
- Added a test.
2015-01-08 13:33:06 +01:00
Andrey Sidorov
5e76aafd30 Merge pull request #75 from timroes/master
Add LowerWindow method
2015-01-04 08:35:24 +11:00
Tim Roes
ff73173cd5 feat: fix format of LeaveNotify event 2015-01-03 21:33:06 +01:00
Tim Roes
2f66f04d9f feat: add LowerWindow method 2015-01-03 20:41:33 +01:00
Santiago Gimeno
5712dfd4c9 src: maskList.sort @ packValueMask must be numeric 2014-12-09 16:15:03 +01:00
Santiago Gimeno
28e9343487 src: fix CreateGC attributes encoding
- Every attribute must have 4 byte length.
- Add test.
2014-12-09 10:33:19 +01:00
Santiago Gimeno
e5be17ac46 src: fix CreateWindow attributes encoding
- Every attribute must have 4 byte length.
- Add test.
2014-12-09 10:33:19 +01:00
Santiago Gimeno
7c86cedcab events: fix ConfigureRequest parsing
- Add test that would fail without this change.
2014-12-09 10:00:17 +01:00
Andrey Sidorov
b89376a00e route event to parent if parent id exist 2014-10-08 20:41:45 +11:00
Andrey Sidorov
6643bd97f7 use wid instead of window for consistency 2014-10-08 14:58:47 +11:00
Andrey Sidorov
cb3cfa91eb fix in rates calculations in GetScreenInfo 2014-10-04 20:46:29 +10:00
champii
6d6c8d3b9f Extensions, tests and exemples are now cps-style 2014-09-23 16:09:18 +02:00
champii
4feba92047 fixed PR 2014-09-23 15:41:37 +02:00
champii
0c95b39c28 Norme 2014-09-23 15:32:49 +02:00
champii
b69f67222b added FreeCursor call 2014-09-23 15:32:49 +02:00
champii
d46d43a22e Trying to fix tests 2014-09-23 15:32:48 +02:00
champii
48f132b3fe ConfigureWindow, CreateWindow and CreateGC now give good format size to buffer, fixed some tests 2014-09-23 15:32:48 +02:00
champii
3b6f692d54 Trying to fix PutImage BadLength 2014-09-23 15:32:48 +02:00
champii
793b551b7a fixed putImage 2014-09-23 15:32:48 +02:00
champii
21002831a0 trying to use PutImage 2014-09-23 15:32:48 +02:00
champii
2e2a87f6ff trying to use PutImage 2014-09-23 15:32:48 +02:00
champii
643c004fb5 removed log 2014-09-23 15:32:48 +02:00
champii
965b5ca997 Test 2014-09-23 15:32:48 +02:00
champii
e5e4eac0e5 Added CreateCursor Method 2014-09-23 15:32:48 +02:00
Andrey Sidorov
bcee037683 Merge pull request #61 from sidorares/render-glyphs
WIP: Render extension text related functions
2014-09-08 12:27:40 +10:00
Santiago Gimeno
db42c54427 Really fix KillClient / KillKlient 2014-07-28 19:01:12 +02:00
Santiago Gimeno
18404d0de1 Fix name of KillClient request
- s/KillKlient/KillClient
- Keep KillClient for backwards compatibility.
2014-07-07 13:13:43 +02:00
Andrey Sidorov
421261aaac add MappingNotify event 2014-05-02 14:37:37 +10:00
Andrey Sidorov
cefaaf942f fix in changefont glyphele serialization 2014-04-04 14:23:51 +11:00
Andrey Sidorov
cd29ef9dde support 16 and 32 bit strings 2014-04-03 01:25:40 +11:00
Andrey Sidorov
88266bd3cb link to big list of request codes 2014-04-03 01:24:45 +11:00
Andrey Sidorov
b9264546a9 tabs 2014-04-01 23:42:04 +11:00
Andrey Sidorov
01c607cd3e cleanups 2014-03-31 14:06:11 +11:00
Andrey Sidorov
33005e8f76 fix: signed 13 and 32 bit ints (l and s formats) 2014-03-31 14:05:51 +11:00
Andrey Sidorov
8cfac532ec ComositeGlyph fixes 2014-03-31 10:52:57 +11:00
Andrey Sidorov
5b4bcbbe92 add CreateSolidFill request 2014-03-29 23:52:51 +11:00
Andrey Sidorov
f0d25c325e add FreePixmap request 2014-03-29 18:46:12 +11:00
Andrey Sidorov
39afe27793 add XRender error handling 2014-03-28 17:44:27 +11:00
Andrey Sidorov
54bd06c136 fix: add length to AddGlyph 2014-03-26 11:20:34 +11:00
Andrey Sidorov
79cf131815 fix: incorrect FreeGlyphSet format 2014-03-26 09:17:38 +11:00
Andrey Sidorov
ff0a950994 CreateGlyphSet / AddGlyphs 2014-03-26 00:30:58 +11:00
Andrey Sidorov
dc1050afb4 link to a very good glx implementation 2014-03-25 22:14:26 +11:00
Andrey Sidorov
942f48a5e9 cleanup tabs 2014-03-25 21:31:16 +11:00
Santiago Gimeno
a8a8a9f0f2 Fix typo in crtcs field 2014-03-21 16:09:24 +01:00