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
2020-11-06Cleanup: doxygen comments in ghostCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: use string APPEND/PREPENDCampbell Barton
2020-11-04macOS: remove deprecated touch event API callBrecht Van Lommel
2020-11-03Fix T64138: Windows Ink continuous grab at window edge.Nicholas Rishel
2020-10-31Cleanup: clang-formatLukas Stockner
2020-10-31Previous check seems to have a race condition, resulting in Wintab not being ...Nicholas Rishel
2020-10-31Add explanation for dequing Wintab PACKETs during WT_PACKET event into a loca...Nicholas Rishel
2020-10-31Commented assumption was incorrect, using tickCountToMillis causes underflow ...Nicholas Rishel
2020-10-31Cleanup: rename functions for consistency with other process*Events functions.Nicholas Rishel
2020-10-31Cleanup: Use C style comments, punctuation, and capitalization.Nicholas Rishel
2020-10-31Remove Wintab logging.Nicholas Rishel
2020-10-31Add Wintab debug logging as a CMake option WITH_WINTAB_DEBUG.Nicholas Rishel
2020-10-31Finish the comment's thought explaining pessimistic button ups events forNicholas Rishel
2020-10-31Return of the Wintab refactor.Nicholas Rishel
2020-10-31Before a wintab button event is generated, generate a GHOST mouse moveNicholas Rishel
2020-10-31Adding explanitory comment to explain why tablet API check is necessaryNicholas Rishel
2020-10-31When there are not associated button events, assume there is no buttonNicholas Rishel
2020-10-31Clarify comment to be more specific so that in the future someone knowsNicholas Rishel
2020-10-31Save Wintab packets to a local queue as WT_PACKET events arrive or whenNicholas Rishel
2020-10-31Correcting the type for indexing Wintab buttons.Nicholas Rishel
2020-10-31Change updateWintab interface to include whether window is visible so thatNicholas Rishel
2020-10-31Revert "Mask all button down/up and switch back to using relative button input."Nicholas Rishel
2020-10-31Fix type for physicalButton in wintabMouseToGhost.Nicholas Rishel
2020-10-31Fix return value of WTPacketsGet.Nicholas Rishel
2020-10-31Move assignments into initializer list for GHOST_EventButtonNicholas Rishel
2020-10-31Mask all button down/up and switch back to using relative button input.Nicholas Rishel
2020-10-31Document inline that PACKETDATA and PACKETMODE modify external headers toNicholas Rishel
2020-10-31Allow double button up, otherwise there may be a trailing 0 pressure line.Nicholas Rishel
2020-10-31Fix T75566Nicholas Rishel
2020-10-31Button events now include tabletdata, so move is unnecessary.Nicholas Rishel
2020-10-31Revert "Revert "Windows: support high resolution tablet pen events for Wintab""Nicholas Rishel
2020-10-30Merge remote-tracking branch 'origin/blender-v2.91-release'Dalai Felinto
2020-10-30Fix macOS mouse positions inaccuracyBrecht Van Lommel
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-10-19Spelling: MiscellaneousHarley Acheson
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-15Fix part of T74918: 3D Viewport: Jump, when mouse crosses a window corner.Bastien Montagne
2020-10-09Cleanup: spellingCampbell Barton
2020-10-01Windows: workaround to make Windows Ink tablet API workNicholas Rishel
2020-10-01macOS: support for key repeat events in keymapsYevgeny Makarov
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-30Cleanup: spellingCampbell Barton
2020-09-12Cleanup: use C style doxygen commentsCampbell Barton
2020-09-08GPUImmediate: Make activation / deactivation implicitClément Foucault
2020-09-07Cleanup: spellingCampbell Barton
2020-09-02Fix unused variable warning on Windows with WITH_INPUT_IME disabledJulian Eisel
2020-09-01GHOST: Enable debug context on offscreen context tooClément Foucault
2020-08-26Fix T77900: File Browser in macOS fullscreen crashesYevgeny Makarov