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-02-05Cleanup: cmake indentation, white-spaceCampbell Barton
2021-02-04UI: Win32 Window Creation RefactorHarley Acheson
2021-01-24Cleanup: spellingCampbell Barton
2021-01-14Fix T84645 cursor moves when clicking selector.Nicholas Rishel
2021-01-11Fix T81211 Add high frequency mouse input for Windows.Nicholas Rishel
2021-01-11Fix T84501: Wintab button lag.Nicholas Rishel
2020-12-29Fix T84144 cursor wrap broken for Windows.Nicholas Rishel
2020-12-25Simplification of Wintab event handling.Nicholas Rishel
2020-12-24Cleanup: Fix capitalization in various UI stringsYevgeny Makarov
2020-12-18Fix T82288 Wintab walk navigation erratic.Nicholas Rishel
2020-12-17Explicitly link X11 librariesSybren A. Stüvel
2020-12-17Synchronize Wintab and Win32 time.Nicholas Rishel
2020-12-16Ghost/Linux: Avoid error print if special directory can't be determinedJulian Eisel
2020-12-15Cleanup: make formatJacques Lucke
2020-12-15Cleanup: doxy comments (use colon after parameter name)Campbell Barton
2020-12-11Trackpad: Fix wrong scroll deltas on RetinaYevgeny Makarov
2020-12-11Ghost: Support queries for special user directories (desktop, documents, etc.)Julian Eisel
2020-12-08CMake: fix linking with WITH_SDL_DYNLOADCampbell Barton
2020-11-30Fix T82870: on macOS, continuous grab jumps when crossing editor borderYevgeny Makarov
2020-11-19Fix T82445: Wintab packets being discarded.Nicholas Rishel
2020-11-16Fix T76699: Support macOS inbetween mouse/tablet.Nicholas Rishel
2020-11-16Cleanup: spellingCampbell Barton
2020-11-10Cleanup: clang-formatCampbell Barton
2020-11-09macOS: follow system preference for natural trackpad scroll directionYevgeny Makarov
2020-11-09Cleanup: clang-formatCampbell Barton
2020-11-06UI: Improved macOS Application Icon Progress BarYevgeny Makarov
2020-11-06Fix compilation error in GHOSTJeroen Bakker
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