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
2021-05-15XR Controller Support Step 1: Internal Abstractions for OpenXR ActionsPeter Kim
2021-05-03Cleanup: spellingCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-12-11Ghost: Support queries for special user directories (desktop, documents, etc.)Julian Eisel
2020-11-09macOS: follow system preference for natural trackpad scroll directionYevgeny Makarov
2020-11-06Cleanup: doxygen comments in ghostCampbell Barton
2020-10-31Fix T75566Nicholas Rishel
2020-08-07Code Style: use "#pragma once" in intern/ghostJacques Lucke
2020-04-08Windows: support high resolution tablet pen events for Windows InkNicholas Rishel
2020-04-08Cleanup: remove GHOST API to query tablet state from WindowBrecht Van Lommel
2020-04-02Fix warnings caused by own earlier commitJulian Eisel
2020-04-02VR: Refactor DirectX context managementJulian Eisel
2020-03-20Cleanup: sort file, struct listsCampbell Barton
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2020-03-17Ghost: Ghost-XR API to abstract away and access OpenXR functionalityJulian Eisel
2020-03-06GHOST/Keymap: support for detecting repeat eventsCampbell Barton
2020-03-05Ghost: Support drawing OpenGL framebuffers into a DirectX 11 bufferJulian Eisel
2020-01-28macOS: add trackpad smart zoom event supportYevgeny Makarov
2020-01-21GHOST: bundle tablet data with GHOST eventBrecht Van Lommel
2019-12-10GHOST: add support for application/menu keyHarley Acheson
2019-10-04GPU: Platform Support LevelJeroen Bakker
2019-09-26GHOST: refresh standard cursors available for platformsHarley Acheson
2019-05-28WM: support X/Y axis cursor wrappingCampbell Barton
2019-05-18macOS: always use the Blender quit dialog, like other platformsBrecht Van Lommel
2019-05-01Cleanup: comments (long lines) in ghostCampbell Barton
2019-04-25GHOST: remove OpenGL depth buffer, remove code for other unused buffersmano-wii
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-14Windows: add support for Windows Ink.Christopher Peerman
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-04Cleanup: strip ghost trailing spaceCampbell Barton
2017-03-25Automatic DPI for all platforms, per monitor DPI for Windows.Wouter
2016-08-18NDOF: compile 3D mouse code only if WITH_INPUT_NDOFMike Erwin
2016-07-18[bf_intern_ghost/Windows] CleanupRay Molenkamp
2016-06-09BGE: alpha on frame buffer and precedence of MSAA over swap.Benoit Bolsee
2016-05-10Fix T48369: Missing suport for main '+' key.Bastien Montagne
2015-11-22Error out on Windows if driver does not support OpenGL 2.1 with an errorAntony Riakiotakis
2015-07-02Make OpenGL debug contexts a flag --debug-gpu instead of a compile timeAntony Riakiotakis
2015-04-08Cleanup: remove unused definesCampbell Barton
2015-02-25Fix silly mistake with flags which would make stereo buffers unsupportedAntony Riakiotakis
2015-02-25Warning messagebox for windows when an unsupported implementation ofAntony Riakiotakis
2014-12-07Input Method Editor (IME) support for text buttonsSeverin
2014-01-11Events: support for buttons 6 & 7 (some trackballs have these) X11 onlyCampbell Barton
2013-01-12Mac HiDPI ("retina") handling:Ton Roosendaal
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-15code cleanup: check for msvc directly when using warning pragma's.Campbell Barton
2012-09-06code clenup: comments and some style edits on ghost/osx (odd indentation)Campbell Barton
2012-06-25more guardedalloc use in C++, also make compositorMutex a static var, was all...Campbell Barton