Wykres commitów

  • 2b6678f006 fix github autobuild master John Tsiombikas 2024-05-30 20:07:24 +0300
  • 448660b64d smoothing out build issues, especially on macosx John Tsiombikas 2024-05-30 19:54:51 +0300
  • 1c0e70dc70 added github autobuild files John Tsiombikas 2024-05-30 19:01:41 +0300
  • ada53f8b60 typo in the readme John Tsiombikas 2024-05-30 18:39:47 +0300
  • 934093823d added dependency info to the readme John Tsiombikas 2024-05-30 18:36:02 +0300
  • 027330ab08 README.md: added troubleshooting to build examples theHacker 2024-05-29 23:30:19 +0200
  • 907c96b164 Add missing math library as LDFLAG Marco De Donno 2023-08-14 22:16:03 +0200
  • 2e7317c66d
    Add missing math library as LDFLAG Marco De Donno 2023-08-14 22:16:03 +0200
  • 51c220aabe added missing requests for the repeat interval John Tsiombikas 2023-07-17 17:03:34 +0300
  • 130cbe710a fixed: using math functions in util, but failed to link libm. John Tsiombikas 2023-06-06 21:55:46 +0300
  • f0a7af9587 fixed spnav_sensitivity proto1 was sending garbage John Tsiombikas 2023-04-04 18:01:22 +0300
  • 505a460061 fly example: minor comment fix John Tsiombikas 2023-04-04 07:01:02 +0300
  • 7f09735b28 fix IRIX build John Tsiombikas 2023-04-02 05:12:36 +0300
  • 221aad2c84 Add r/R key to reset position Alberto Fanjul 2023-02-12 00:19:44 +0100
  • d04e00bcaa Support X11 and wayland Jonas 2023-02-11 23:53:12 +0100
  • 4ab16b3c15 WIP: remove x11 from cube Alberto Fanjul 2023-01-28 08:17:19 +0100
  • 6c6c6a0f99 Makefile.in: cleandist -> distclean Steffen Möller 2022-08-21 18:42:12 +0200
  • 34363ba1a8
    Makefile.in: cleandist -> distclean Steffen Möller 2022-08-21 18:42:12 +0200
  • 1716ccf15f change the send_string function, to accept null pointers and send them as empty strings. v1.1 John Tsiombikas 2022-04-26 17:19:43 +0300
  • 92481ccbe6 Fix path in configure chausner 2022-04-17 00:06:26 +0200
  • b369f5225a
    Fix path in configure chausner 2022-04-17 00:06:26 +0200
  • 12cff951bb fix no-x11 build: some new functions were erroneously declared inside the USE_X11 conditional block. John Tsiombikas 2022-04-02 01:17:41 +0300
  • 9e7d2e860c preferentially include local spnav_config.h in spnav.h v1.0 John Tsiombikas 2022-04-01 06:04:40 +0300
  • f7b659c5cf silence spurious error message from configure when building outside the git repo John Tsiombikas 2022-04-01 05:56:30 +0300
  • c280310bbf changed the USE_X11 macro to SPNAV_USE_X11 John Tsiombikas 2022-04-01 05:54:47 +0300
  • f0af601c29 Makefile: make CC and AR assignments ?= John Tsiombikas 2022-04-01 05:49:15 +0300
  • 3b0e85fecf minor formatting fix in readme John Tsiombikas 2022-04-01 02:36:10 +0300
  • 7a6371ee41 updated readme, added documentation links John Tsiombikas 2022-04-01 02:34:38 +0300
  • 6693918c92 documentation John Tsiombikas 2022-04-01 01:10:51 +0300
  • c006320d78 much nicer fly example John Tsiombikas 2022-04-01 00:16:57 +0300
  • 789513c09a adding new example to show off how to manipulate the view to fly around a scene with the new utility functions, and also to show how to integrate libspnav input into a select loop. John Tsiombikas 2022-03-31 22:41:18 +0300
  • eb33c618bf updated the cube example to use the new utility functions John Tsiombikas 2022-03-31 22:39:55 +0300
  • 410e02c458 added utility functions for accumulating motion events into posrot structures, which include a position vector and orientation quaternion, and then extracting a matrix from that, either for object manipulation (model matrix), or for view/camera manipulation (view matrix). John Tsiombikas 2022-03-31 22:37:21 +0300
  • bdb147e0fb new raw axis/button events John Tsiombikas 2022-03-26 15:07:01 +0200
  • 0aeff0cc0a forgot to implement spnav_evmask John Tsiombikas 2022-03-26 14:05:35 +0200
  • 357d5e08e6 always flush input before sending a new request to avoid de-syncs John Tsiombikas 2022-03-26 13:29:08 +0200
  • d85e24d5f4 started writing a manual John Tsiombikas 2022-03-25 19:29:28 +0200
  • 35c2891f5e moved source code under src/ John Tsiombikas 2022-03-25 18:50:29 +0200
  • 1d5bb47e68 allow sending empty strings John Tsiombikas 2022-03-25 12:18:46 +0200
  • 0d42288b4e fixed comment about the return value of spnav_dev_name John Tsiombikas 2022-03-25 12:09:50 +0200
  • b1cf3f7bad - fixed makefile, the new proto.o file was missing from the objects list - make sure all global symbols have spnav_ prefixes to avoid namespace pollution. John Tsiombikas 2022-03-24 17:53:20 +0200
  • 2c0bee29ce converted spnav string queries to use the improved version of the protocol for transmitting strings John Tsiombikas 2022-03-23 22:15:38 +0200
  • f04eef2d15 - made the protocol packet explicitly 8xint32_t instead of 8xint John Tsiombikas 2022-03-23 11:34:56 +0200
  • 75679b07f4 implemented spnav_cfg_set_serial/spnav_cfg_get_serial John Tsiombikas 2022-03-23 03:20:12 +0200
  • 0ce9d83361 fixed incorrect event decoding in the AF_UNIX protocol in the last commit John Tsiombikas 2022-03-22 14:46:00 +0200
  • 39de17356a added cfg_swapyz support John Tsiombikas 2022-03-22 11:46:45 +0200
  • 75aea89e55 - added client event type selection (evmask) - added new types of events (dev/cfg) for proto v1 John Tsiombikas 2022-03-21 08:53:15 +0200
  • 97b2deda3a added spnav_cfg_reset, spnav_cfg_restore, and spnav_cfg_save. John Tsiombikas 2022-03-20 21:55:23 +0200
  • 1cb5c2c80e config: deadzone index corresponds to device axis John Tsiombikas 2022-03-20 20:07:05 +0200
  • d1e450b783 Merge branch 'master' of github.com:FreeSpacenav/libspnav John Tsiombikas 2022-03-16 16:22:03 +0200
  • 9e6fa203ac device type enumeration and queries John Tsiombikas 2022-03-16 16:21:46 +0200
  • 7bfd4dc94c Added pkgconfig file. Closes github feature request #14 John Tsiombikas 2022-03-16 06:19:39 +0200
  • 6c7621ed42 missing cfg entry points and set led bugfix. John Tsiombikas 2022-03-01 01:48:56 +0200
  • f9a31e011e bump the ABI minor since we're adding all these new entry points John Tsiombikas 2022-02-13 22:41:13 +0200
  • da9c052146 more protocol v1 additions John Tsiombikas 2022-02-13 02:33:25 +0200
  • d273b5d917 more extended API entry points John Tsiombikas 2022-02-12 19:15:36 +0200
  • bab9f676b9 request should fail if protocol is < 1 John Tsiombikas 2022-02-12 17:07:22 +0200
  • c4b098a02c libspnav protocol v1 partial support and extended API John Tsiombikas 2022-02-12 16:49:26 +0200
  • 1be9f2f12b Migrate to meson buildsystem Alberto Fanjul 2022-02-09 00:26:59 +0100
  • 22f354a083 Merge branch 'master' of github.com:FreeSpacenav/libspnav v0.3 John Tsiombikas 2022-02-06 14:50:57 +0200
  • 6d8eca4e95 updated copyright statment in README John Tsiombikas 2022-02-06 14:48:51 +0200
  • 0d33c4f7ac allow AF_UNIX socket path to be overriden by an environment variable, or by a configuration file option, falls back silently to the default if neither is present or connection fails. John Tsiombikas 2022-02-06 14:46:47 +0200
  • 55d975c624 added example binaries to .gitignore John Tsiombikas 2022-02-06 13:53:15 +0200
  • 1d1afb513a
    Merge pull request #12 from luzpaz/typos John Tsiombikas 2022-02-06 05:01:07 +0200
  • e7ecd1b703 Fix a couple of misc. typos luz paz 2022-02-05 10:25:11 -0500
  • e3e869a382
    cube.c - Add support for spnav events over unix socket Jonas 2020-04-04 22:16:46 +0200
  • c84ddc4776
    Makefile - add x11 and unix build target Jonas 2020-04-04 22:14:13 +0200
  • 79ad169d8a use relative symlinks in the libspnav install target (sourceforge patch #8). John Tsiombikas 2020-02-25 13:39:34 +0200
  • accee0998e Uses Makefile gcc -DUSE_X11 in place of spnav.h #include <spnav_config.h> casiobearing 2020-02-22 14:40:40 +0000
  • 844338bd69 dropped unnecessary "failed to connect" error message. (sourceforge feature request #8) John Tsiombikas 2020-02-21 18:19:56 +0200
  • 61445669ce Support anonymous structs Tom Lankhorst 2019-09-19 10:28:27 +0200
  • 3a6880eb0d Add support for /dev/input/eventN Tom Lankhorst 2019-09-19 09:33:49 +0200
  • 09e13abd29 Needed to specify -m32 tag when building 32 bit on a 64 bit system bradley.collins 2019-07-18 13:09:00 -0500
  • 0cdd07c477 Use relative instead of absolute symlinks Erich Ritz 2018-11-02 17:30:24 -0700
  • 287d5c49ff Add --libdir option to configure Erich Ritz 2018-11-02 17:12:23 -0700
  • c236eeafdb Use pkg-config for X library include paths Erich Ritz 2018-11-02 17:10:26 -0700
  • 96cf497731 spnav_x11 progress proto1 John Tsiombikas 2018-08-24 09:47:46 +0300
  • 1a7410337b started moving x11 code to the new modular input source design John Tsiombikas 2018-08-24 06:40:56 +0300
  • c66e740e67 moved everything into subdirectories (src, include) John Tsiombikas 2018-08-24 05:22:35 +0300
  • da5d466a1b starting on the extended UNIX domain protocol and LCD support John Tsiombikas 2018-08-23 05:27:40 +0300
  • 20961617ee added generated makefile to .gitignore John Tsiombikas 2018-08-23 05:26:22 +0300
  • 95a23fcbf9 added .gitignore John Tsiombikas 2018-08-21 09:46:30 +0300
  • 4da778662e removed redundant information from the license file John Tsiombikas 2018-08-21 08:50:24 +0300
  • 8ff8e254ab updated the readme and moved the license in a separate file John Tsiombikas 2018-08-21 06:43:35 +0300
  • 9f49e62cf5 removed generated file spnav_config.h from the repository (bug #8) John Tsiombikas 2015-01-09 11:26:55 +0000
  • 9ac3ce13ad tagged libspnav 0.2.3 release libspnav-0.2.3 John Tsiombikas 2014-08-18 01:38:31 +0000
  • c2bcbaa6ae so_major and so_minor variables where missing John Tsiombikas 2014-08-18 01:35:44 +0000
  • 872c7bd758 make libspnav compile in macosx v0.2.3 John Tsiombikas 2013-07-03 04:13:58 +0000
  • fd6b658308 forgot a close call John Tsiombikas 2012-09-04 02:18:04 +0000
  • 43582acff0 fixed a bug in libspnav which made it impossible to close and reopen the connection to spacenavd. Reported by Andreas Hermann. John Tsiombikas 2012-07-04 13:11:20 +0000
  • e872ed667a Applied Anthoine Bourge's patch (with slight modifications), adding DESTDIR to the install target of the libspnav makefile, and did the equivalent for uninstall as well. John Tsiombikas 2011-11-26 02:49:50 +0000
  • 6e49658297 added the ability to pass user-defined CFLAGS/LDFLAGS from configure to the makefile John Tsiombikas 2011-11-26 02:36:43 +0000
  • 855e16e9f5 added /usr/local/include and /usr/local/lib to the paths for the example programs John Tsiombikas 2011-10-05 02:20:48 +0000
  • 92046b8b67 added library symlinks when installing John Tsiombikas 2011-10-05 02:17:19 +0000
  • 95f4a2a5bc fixed a mistake in the libspnav makefile. it wouldn't create $(PREFIX)/lib and $(PREFIX)/include directories on install John Tsiombikas 2011-08-02 14:38:08 +0000
  • 629d992df5 Fixed memory leak in spnav_remove_events. Bug: 2844481 John Tsiombikas 2011-06-06 13:01:50 +0000
  • 566fd3485a fixed a bug in the cube example where zero rotational values would destroy the rotation quaternion making the cube disappear John Tsiombikas 2010-12-06 08:34:13 +0000
  • 9d76c6d615 - fixed the stupid XAUTHORITY issue in spacenavd - random whitespace fixes in libspnav John Tsiombikas 2010-07-27 04:46:14 +0000
  • 3ebf340596 tagging release 0.2.2 of libspnav libspnav-0.2.2 John Tsiombikas 2010-03-27 23:28:53 +0000
  • 8e138bc2b0 Fixed a typo in the magellan compatibility wrapper which obviously broke compatibility :) Thanks to Jon Scholz for pointing it out. (also some whitespace fixes) v0.2.2 John Tsiombikas 2010-03-27 23:24:27 +0000