Andrey Sidorov
092f8dbf80
0.3.1
2013-10-31 09:20:47 +11:00
Andrey Sidorov
0f17494352
Merge pull request #37 from dominictarr/master
...
add EnterWindow event, and give events names
2013-10-30 14:28:39 -07:00
Dominic Tarr
7fc33f3bab
add EnterWindow event, and give events names
2013-10-30 11:12:15 -07:00
Andrey Sidorov
78673cbb94
Merge pull request #36 from santigimeno/fix_get_atom_name
...
Fix GetAtomName
2013-10-28 13:46:43 -07: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
Andrey Sidorov
10dfbf9a53
Merge pull request #34 from santigimeno/add_grab_pointer
...
Add Grab requests
2013-10-21 03:41:23 -07: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
Andrey Sidorov
49375cff2c
Merge branch 'master' of github.com:sidorares/node-x11
2013-07-17 16:26:08 +10:00
Andrey Sidorov
e5ca73b38b
bump to v0.3.0
2013-07-17 16:25:49 +10:00
Andrey Sidorov
4c291970ae
Merge pull request #32 from santigimeno/get_input_focus
...
Add GetInputFocus request
2013-07-16 23:24:32 -07:00
Santiago Gimeno
3b415bcec5
Add GetInputFocus request
2013-07-17 08:12:10 +02:00
Andrey Sidorov
c95ab04485
v0.2.0
2013-07-17 09:56:34 +10:00
Andrey Sidorov
74996feabf
Merge pull request #33 from santigimeno/fix_responses
...
Fixes in some replies
2013-07-16 14:50:05 -07:00
Santiago Gimeno
3caf470c97
Fixes in some replies
...
- Some optional data was not being returned.
2013-07-16 15:38:18 +02:00
Andrey Sidorov
be8079d540
Merge pull request #31 from mgechev/master
...
Cookies and byte order
2013-06-01 15:42:38 -07:00
Minko Gechev
9b0457817a
Byte order specified
2013-06-02 01:23:33 +03:00
Minko Gechev
4407b398a4
Collecting the cookies information in a loop
2013-06-01 15:59:19 +03:00
Andrey Sidorov
d7bfb91ca3
Merge pull request #30 from santigimeno/remove_translate_coordinate_global
...
Declare variable in TranslateCoordinates callback
2013-05-27 06:17:13 -07:00
Santiago Gimeno
c2645fd09e
Declare variable in TranslateCoordinates callback
2013-05-27 12:59:39 +02:00
Andrey Sidorov
55250ea370
version bump
2013-05-22 23:54:32 +10:00
Andrey Sidorov
f927634d60
Merge pull request #29 from santigimeno/fix_parsing_event_type_field
...
Really fix the parsing of the event type field
2013-05-22 06:51:13 -07:00
Santiago Gimeno
9ee3721dd2
Really fix the parsing of the event type field
...
- Typo: use the bitwise operator and not the comparison operator
2013-05-22 14:58:32 +02:00
Andrey Sidorov
877d263a93
Merge pull request #28 from santigimeno/fix_unpack_bufferx
...
Add support for signed data in unpackbuffer
2013-05-21 06:35:31 -07:00
Santiago Gimeno
e361424792
Fix format of some requests
2013-05-21 14:38:35 +02:00
Santiago Gimeno
e69f1b7475
Add support for signed data
...
- Use Buffer write functions
2013-05-21 14:38:21 +02:00
Andrey Sidorov
97eade2c49
Merge pull request #27 from santigimeno/fix_event_type_parsing
...
Fix the parsing of the type field in Event msgs
2013-05-10 04:47:10 -07:00
Santiago Gimeno
1ad9c385b5
Fix the parsing of the type field in Event msgs
...
- According to the standard, the most significant bit of the 8-bit type code is
used to flag if the event was generated from a SendEvent request. See Event
Format section in Chapter 1 of the specification.
2013-05-10 09:45:51 +02:00
Andrey Sidorov
2e4e3afeca
version bump
2013-03-28 08:03:57 +11:00
Andrey Sidorov
05eba309fe
Merge pull request #26 from santigimeno/translate_coordinates
...
Add TranslateCoordinates core request
2013-03-27 05:37:52 -07:00
Santiago Gimeno
24a5816991
Add TranslateCoordinates core request
2013-03-27 11:57:04 +01:00
Andrey Sidorov
15ef385d12
Merge pull request #25 from santigimeno/get_geometry_fixes
...
A couple of fixes in GetGeometry
2013-03-12 04:32:49 -07: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
Andrey Sidorov
69f76171de
Merge pull request #24 from santigimeno/cache_atoms
...
Cache atoms to avoid redundant requests
2013-03-04 15:23:28 -08: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
Andrey Sidorov
567c2ac27c
Merge pull request #21 from santigimeno/configure_window
...
Add ConfigureWindow core request
2013-02-22 12:51:22 -08: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
3f1b8e5442
GenTextures, TexCoord2D, BindTexture, TextureParameterf, TexEnvf
2013-02-20 12:00:10 +11:00
Andrey Sidorov
14d126f9c1
version bump
2013-02-19 22:28:37 +11:00
Andrey Sidorov
3398921423
fix path
2013-02-19 22:28:13 +11:00
Andrey Sidorov
5d021eab94
createClient callback signature now (err,display)
2013-02-19 17:47:22 +11:00
Andrey Sidorov
3f064b218e
get rid of lib/x11 nested subdirectory, lib/x11 -> lib
2013-02-19 16:23:53 +11:00
Andrey Sidorov
90210eb87c
Update README.md
2013-02-19 15:16:34 +11:00
Andrey Sidorov
87a8e87aca
Update README.md
2013-02-18 13:06:24 +11:00
Andrey Sidorov
9ddd4dec84
err as first parameter in createClient cb
2013-02-16 15:09:24 +11:00
Andrey Sidorov
87a236ee44
version bump
2012-12-20 01:17:53 +11:00
Andrey Sidorov
d13d083b89
use new createClient signature
2012-12-20 01:17:12 +11:00
Andrey Sidorov
bc84ca9c59
remove debug output
2012-12-20 01:16:43 +11:00
Andrey Sidorov
aa7ab0b7d5
cleanup
2012-12-20 01:16:19 +11:00