Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-19Cleanup: remove NDOF_BUTTON_NONE from the range of usable buttonsCampbell Barton
2022-10-19Cleanup: use '_' suffix for private members for NDOF ManagerCampbell Barton
2022-10-19GHOST/NDOF: various minor changes to NDOF managerCampbell Barton
2022-10-19Cleanup: remove the last button from NDOF button enum valuesCampbell Barton
2022-10-19Fix T101866: Incorrect buttons for space-mouse enterpriseCampbell Barton
2022-10-18NDOF: use logging for GHOST so users can enable event loggingCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-07-21Cleanup: spellingCampbell Barton
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-05Replace Ghost integrals with stdint fixed width integers.Nicholas Rishel
2020-08-07Code Style: use "#pragma once" in intern/ghostJacques Lucke
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-10Cleanup: ensure header guards come firstCampbell Barton
2018-06-04Cleanup: strip ghost trailing spaceCampbell Barton
2016-10-08Fix a few compile errors with C++11 on macOS.Brecht Van Lommel
2016-08-18NDOF: compile 3D mouse code only if WITH_INPUT_NDOFMike Erwin
2016-05-27ndof: detect SpaceMouse EnterpriseMike Erwin
2015-10-25ndof: rework Mac driver glueMike Erwin
2014-12-06Cleanup: style from my previous commitMike Erwin
2014-12-06Fix T42789: support 3Dconnexion wireless devicesMike Erwin
2014-07-24Code cleanup: ghost styleCampbell Barton
2014-02-15Code cleanup: use const short for ndof axis argsCampbell Barton
2013-09-13OSX: Compilefix for ndof symbols get magled when used extern C, now use discr...Jens Verwiebe
2012-09-20style cleanupCampbell Barton
2012-05-19style cleanup: ghost headersCampbell Barton
2012-02-27ndof: unified button handling for modern 3Dx devices, also first steps toward...Mike Erwin
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-26added support for USB Spaceball5000, also a partial attempt to accept button ...Mike Erwin
2012-01-19added support for the 3Dconnexion SpaceMouse Pro -- tested on Linux w/ spacen...Mike Erwin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-08-02Turn off ndof button debugNathan Letwory
2011-08-02SVN maintenance.Guillermo S. Romero
2011-08-01support for older SpacePilot (sans Pro), minor tidyingMike Erwin
2011-07-24more cautious device detection, minor cleanupMike Erwin
2011-07-19consistent Starting/InProgress/Finishing ndof events with dead-zone filteringMike Erwin
2011-07-15removed unused ndof codeMike Erwin
2011-07-15more consistent and modal-friendly ndof events, fly mode v1Mike Erwin
2011-07-06various fixes to enable MSVC build, removed crusty old Win32 ndof codeMike Erwin
2011-07-01verbose ndof event trace for a testerMike Erwin
2011-06-28enabled pan/zoom in rotation-locked 3D views + small cleanupMike Erwin
2011-06-28now using blender view coordinates for ndof input -- core and Linux in placeMike Erwin
2011-06-18ndof device detection on Windows, safer button handlingMike Erwin
2011-06-18tiny fix for LinuxMike Erwin
2011-06-17finished Mac NDOF device detection, moved core device ID to base NDOFManager,...Mike Erwin
2011-06-16Standard views (front, top, etc.) work from buttons on SpaceExplorer and Spac...Mike Erwin
2011-06-16cleaned up event logging, added HID -> function table for SpacePilot PROMike Erwin
2011-06-15mapping HID button codes -> functions, for SpaceNavigator and SpaceExplorerMike Erwin
2011-06-15handle up to 32 buttons (up from 16), for SpacePilot PROMike Erwin
2011-06-11SpaceNav works on LinuxMike Erwin