Santiago Gimeno
|
c37d12ba25
|
Version 0.7.1
|
2014-02-06 18:10:30 +01:00 |
|
Andrey Sidorov
|
17610f899d
|
cleanup test
|
2014-02-03 11:31:23 +11:00 |
|
Andrey Sidorov
|
c192da63f2
|
Merge pull request #47 from santigimeno/fix_configure_notify
Fix some event names
|
2014-01-28 16:41:04 -08:00 |
|
Santiago Gimeno
|
1e36e5d426
|
Fix some event names
- ButtonPress, ButtonRelease, MotionNotify and EnterNotify
|
2014-01-28 12:14:19 +01:00 |
|
Santiago Gimeno
|
69825534f6
|
Fix ConfigureNotify event name
|
2014-01-28 10:59:49 +01:00 |
|
Andrey Sidorov
|
d4179af963
|
Update README.md
|
2013-12-16 12:03:22 +11:00 |
|
Andrey Sidorov
|
f7c2a77e9d
|
Update README.md
|
2013-12-16 11:54:22 +11:00 |
|
Andrey Sidorov
|
d73ba2051c
|
Merge pull request #45 from bitdeli-chef/master
Add a Bitdeli Badge to README
|
2013-12-02 21:51:27 -08:00 |
|
Bitdeli Chef
|
460f0a1961
|
Add a Bitdeli badge to README
|
2013-12-03 05:53:39 +00:00 |
|
Andrey Sidorov
|
416d91ee67
|
0.7.0
|
2013-11-26 09:13:14 +11:00 |
|
Andrey Sidorov
|
fab98cfb56
|
Merge pull request #44 from santigimeno/grab-ungrab-server
Add GrabServer and UngrabServer requests
|
2013-11-25 13:58:16 -08:00 |
|
Santiago Gimeno
|
ea5976e42d
|
Add GrabServer and UngrabServer requests
|
2013-11-25 14:53:19 +01:00 |
|
Santiago Gimeno
|
6cfbcc5136
|
Version 0.6.0
|
2013-11-19 13:13:09 +01:00 |
|
Andrey Sidorov
|
e1f307a8b1
|
Merge pull request #43 from santigimeno/add_eventmask_to_client
Expose eventMask in X client.
|
2013-11-19 04:11:10 -08:00 |
|
Santiago Gimeno
|
ec6c56a191
|
Expose eventMask in X client.
|
2013-11-19 13:09:12 +01:00 |
|
Santiago Gimeno
|
a638523dd9
|
0.5.0
|
2013-11-19 09:55:41 +01:00 |
|
Andrey Sidorov
|
b443cadb40
|
Merge pull request #42 from santigimeno/add_client_message_event
Add ClientMessage event
|
2013-11-18 12:53:16 -08:00 |
|
Santiago Gimeno
|
690d24413b
|
Add ClientMessage event
|
2013-11-18 17:34:27 +01:00 |
|
Andrey Sidorov
|
f2b6f8775b
|
Merge pull request #39 from santigimeno/add_unmapnotify
Handle UnmapNotify event
|
2013-11-05 15:44:02 -08:00 |
|
Andrey Sidorov
|
77461403e8
|
Merge pull request #41 from santigimeno/improve_change_property_test
Improve change-property test (added check for PropertyNotify being sent)
|
2013-11-05 13:52:39 -08:00 |
|
Santiago Gimeno
|
53e5260c92
|
Improve change-property test
- So it also tests PropertyChange event notification
|
2013-11-05 16:02:01 +01:00 |
|
Santiago Gimeno
|
90148d64a8
|
Update DestroyNotify and MapNotify handling
- To be better aligned with the spec.
|
2013-11-05 10:22:26 +01:00 |
|
Santiago Gimeno
|
85773377e9
|
Handle UnmapNotify event
|
2013-11-05 10:21:42 +01:00 |
|
Andrey Sidorov
|
3746e369fa
|
Merge pull request #40 from santigimeno/add_change_property_test
Add ChangeProperty test
|
2013-11-04 12:51:47 -08:00 |
|
Santiago Gimeno
|
d571226c0b
|
Add ChangeProperty test
|
2013-11-04 16:30:43 +01:00 |
|
Andrey Sidorov
|
c3414eb631
|
0.4.0
|
2013-11-01 13:59:40 +11:00 |
|
Andrey Sidorov
|
521cdeb105
|
fix RRScreenChangeNotify event parser
|
2013-11-01 13:51:50 +11:00 |
|
Andrey Sidorov
|
c6dcb2b67d
|
initiall support for RANDR extension
|
2013-11-01 13:05:14 +11:00 |
|
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 |
|