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-08-12Cleanup: add missing braces in GHOSTCampbell Barton
2022-07-08GHOST: use ELEM/ARRAY_SIZE/UNPACK macros to avoid repetitionCampbell Barton
2022-06-17Cleanup: clang-tidy for GHOSTCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-05Replace Ghost integrals with stdint fixed width integers.Nicholas Rishel
2020-04-28Cleanup: remove STR_String usage from GHOSTBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06GHOST/Keymap: support for detecting repeat eventsCampbell Barton
2019-06-04Revert "Cleanup: Cleanup: style, use braces for GHOST (X11/SDL)"Campbell Barton
2019-06-04Cleanup: Cleanup: style, use braces for GHOST (X11/SDL)Campbell Barton
2019-04-18Cleanup: add trailing commas to avoid right shiftCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell 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-06-10Cleanup: brace-placementCampbell Barton
2016-05-27ndof: detect SpaceMouse EnterpriseMike 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
2014-02-15Code cleanup: warningsCampbell Barton
2014-02-12NDOF/X11: fix for glitch using ndof outside the view and entering againCampbell Barton
2012-07-04spelling cleanup: metre -> erCampbell Barton
2012-05-19style cleanup: ghostCampbell Barton
2012-04-30patch [#31091] PVS-Studio Analysis FixesCampbell Barton
2012-02-29ndof button handling improvements: Spaceball5000's A,B,C buttons can now be k...Mike Erwin
2012-02-27ndof: unified button handling for modern 3Dx devices, also first steps toward...Mike Erwin
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-09-06TypofixNathan Letwory
2011-09-06Put dead zone printout behind debug.Nathan Letwory
2011-08-07stricter WITH_INPUT_NDOF guards, general cleanupMike Erwin
2011-08-03- Do not add GHOST_NDOFManager.cpp to list of sources ifSergey Sharybin
2011-08-03removed attempted WITH_BF_3DMOUSE detection, fixed just one indention (left t...Mike Erwin
2011-08-03whitespace edits.Campbell Barton
2011-08-02Some more silencing. Enable with BF_GHOST_DEBUGNathan Letwory
2011-08-02 - Blender could be build with scons again.Jiri Hnidek
2011-08-02SVN maintenance.Guillermo S. Romero
2011-08-023D mouse support from merwin-spacenav branchMike Erwin
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-15more consistent and modal-friendly ndof events, fly mode v1Mike Erwin
2011-07-13- don't build ghost's event printer unless ghost debug is enabled.Campbell Barton
2011-07-12build option to use SDL 1.3 for GHOST rather then X11/Win32/Cocoa api's,Campbell Barton
2011-07-02implemented ndof 'dead zone' around home position, fixed X11 active window de...Mike Erwin
2011-07-01ndof device detection now visible in logMike Erwin