Commit graph

10 commits

Author SHA1 Message Date
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
Renamed from lib/x11/corereqs.js (Browse further)