Wykres commitów

18 Commity (ce511152e3ac3f0d6d207edd170c3f677f0f6fb4)

Autor SHA1 Wiadomość Data
John Tsiombikas ce511152e3 Fixed a typo which in the magellan wrapper.
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/libspnav@93 ef983eb1-d774-4af8-acfd-baaf7b16a646
2009-10-01 11:41:35 +00:00
John Tsiombikas def698a612 - it seems better to place libs by default in $PREFIX/lib instead of
$PREFIX/lib64 on amd64 systems. /usr/local/lib64 doesn't exist here. Changed
  the configure script to do that
- fixed a bug, when read_event reads 0 bytes from the socket, that's not a valid
  event, and it should return 0.



git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/libspnav@84 ef983eb1-d774-4af8-acfd-baaf7b16a646
2009-07-20 22:17:15 +00:00
John Tsiombikas a51f7fca58 fixed the cube example
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/libspnav@81 ef983eb1-d774-4af8-acfd-baaf7b16a646
2009-02-11 05:23:34 +00:00
John Tsiombikas f250cf1598 - added new libspnav spinning cube example
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/libspnav@80 ef983eb1-d774-4af8-acfd-baaf7b16a646
2009-02-10 21:36:31 +00:00
John Tsiombikas e02450d6d5 - forgot to update the spnavd_ctl script to use the new pid location, this will
require a new release
- removed unnecessary bits from the makefiles



git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/libspnav@75 ef983eb1-d774-4af8-acfd-baaf7b16a646
2009-02-02 02:11:10 +00:00
John Tsiombikas c8b1e30d67 actually, make that libspnav 0.2.1
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/libspnav@68 ef983eb1-d774-4af8-acfd-baaf7b16a646
2009-01-30 03:01:29 +00:00
John Tsiombikas d8a928e19a preparing for libspnav 0.3
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/libspnav@67 ef983eb1-d774-4af8-acfd-baaf7b16a646
2009-01-30 03:00:07 +00:00
John Tsiombikas dd4e72b2c9 wrote the README file, changed dates in copyright statements to reflect the new release dates.
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/libspnav@65 ef983eb1-d774-4af8-acfd-baaf7b16a646
2009-01-30 02:51:59 +00:00
John Tsiombikas 0e7c35974a added soname to libspnav GNU-ized the filename.
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/libspnav@64 ef983eb1-d774-4af8-acfd-baaf7b16a646
2009-01-30 02:17:38 +00:00
John Tsiombikas 84dfaf861c - removed init script installation from spacenavd's install target, added
message to the user instead.

Applied Hans Meine's patches:
- allow build dir != source dir
- install into /lib64 if /lib64 exists
  (modified that one to use uname -m in the configure script, debian seems to
  have a lib64 even on 32bit systems)
- display X11 connection closing in verbose mode, too (not only init)



git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/libspnav@47 ef983eb1-d774-4af8-acfd-baaf7b16a646
2008-08-14 02:10:34 +00:00
John Tsiombikas 00433316a4 moved libspnav to trunk
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/libspnav@26 ef983eb1-d774-4af8-acfd-baaf7b16a646
2008-04-09 06:59:28 +00:00
John Tsiombikas 3426fe01fc - Fixed read_event to correctly update the event queue tail pointer when
necessary. Failure to do so was leading to lost appends by enqueue_event.
- Fixed an infinite loop in spnav_remove_event, by deferring reinsertion of
  events after we finished processing the whole list.


git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/libspnav@15 ef983eb1-d774-4af8-acfd-baaf7b16a646
2008-03-17 08:36:16 +00:00
John Tsiombikas a100f2ba0b Commited Michael Arndt's patch, fixing the alternative AF_UNIX interface.
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/libspnav@12 ef983eb1-d774-4af8-acfd-baaf7b16a646
2008-02-20 15:38:05 +00:00
John Tsiombikas 6ae83282a6 added simple example program
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/libspnav@7 ef983eb1-d774-4af8-acfd-baaf7b16a646
2007-09-05 21:32:49 +00:00
John Tsiombikas 41209d7450 - Added UNIX-socket alternative communication method (not working correctly yet).
- Restructured the daemon code, broken up the huge main loop into two functions.


git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/libspnav@5 ef983eb1-d774-4af8-acfd-baaf7b16a646
2007-07-06 07:16:13 +00:00
John Tsiombikas 9fbbba1442 ops... the force of habit made me include a GPL COPYING file, while the library
is actually BSD-licensed.
Added the appropriate notices to the source/header files.


git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/libspnav@4 ef983eb1-d774-4af8-acfd-baaf7b16a646
2007-07-03 05:11:54 +00:00
John Tsiombikas 6547ca4522 deleted the stupid vim .swp files
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/libspnav@3 ef983eb1-d774-4af8-acfd-baaf7b16a646
2007-07-03 04:57:59 +00:00
John Tsiombikas 59246a0992 initial import of libspnav
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/libspnav@2 ef983eb1-d774-4af8-acfd-baaf7b16a646
2007-07-03 04:55:59 +00:00