Svetlana Linuxenko
6293ab358b
duplicated entry
2016-11-18 12:37:24 +01: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
Santiago Gimeno
76ce6c4141
src: ignore invalid mask values
...
- Avoiding a TypeError exception @ packValueMask.
- Added a test.
2015-01-08 13: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
champii
4feba92047
fixed PR
2014-09-23 15:41:37 +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
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
88266bd3cb
link to big list of request codes
2014-04-03 01:24:45 +11:00
Andrey Sidorov
f0d25c325e
add FreePixmap request
2014-03-29 18:46:12 +11:00
Santiago Gimeno
ea5976e42d
Add GrabServer and UngrabServer requests
2013-11-25 14:53:19 +01:00
Santiago Gimeno
951564b0d1
Fix GetAtomName
...
- We were not catching the atoms.
- We were leaking the Client.pending_atoms object.
- Fix test so it does what it was supposed to do.
2013-10-28 16:55:08 +01:00
Santiago Gimeno
533f490806
Add Grab requests
...
- GrabPointer, UngrabPointer, GrabButton, UngrabButton, ChangeActivePointerGrab,
GrabKeyboard, UngrabKeyboard, GrabKey and UngrabKey
2013-10-21 11:27:26 +02:00
Santiago Gimeno
3b415bcec5
Add GetInputFocus request
2013-07-17 08:12:10 +02:00
Santiago Gimeno
3caf470c97
Fixes in some replies
...
- Some optional data was not being returned.
2013-07-16 15:38:18 +02:00
Santiago Gimeno
c2645fd09e
Declare variable in TranslateCoordinates callback
2013-05-27 12:59:39 +02:00
Santiago Gimeno
e361424792
Fix format of some requests
2013-05-21 14:38:35 +02:00
Santiago Gimeno
24a5816991
Add TranslateCoordinates core request
2013-03-27 11:57:04 +01:00
Santiago Gimeno
759da10e8f
A couple of fixes in GetGeometry
...
- Make ext variable local.
- Fix typo in borderWidth attribute.
2013-03-12 12:08:53 +01:00
Santiago Gimeno
c1efb0c840
Cache atoms to avoid redundant requests
...
- Once cached we really don't need to send InternAtom and AtonName requests, so
we bypass them.
- Add atom_names property to XClient: it's basically the atoms object property
reversed. It'll be used to cache the atom names.
- Add some tests.
- Issue #22 .
2013-02-28 14:43:26 +01:00
Andrey Sidorov
d16d1a7247
Merge branch 'master' of github.com:sidorares/node-x11
2013-02-26 11:26:01 +11:00
Andrey Sidorov
07cbcea4d7
hash instead of array in GetWindowAttributes result
2013-02-26 11:25:53 +11:00
Santiago Gimeno
243651b4d8
Add ConfigureWindow core request
...
- Update requests based on ConfigureWindow to use the new implementation.
- Add sibling field in valueMask.ConfigureWindow.
- Add new tests.
2013-02-22 10:32:49 +01:00
Andrey Sidorov
3f064b218e
get rid of lib/x11 nested subdirectory, lib/x11 -> lib
2013-02-19 16:23:53 +11:00