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-06-08Remove noop code from WM_MOUSEWHEEL processing.Nicholas Rishel
2021-05-31Windows: Clean-up win 8/8.1 API useRay Molenkamp
2021-04-12Win32: Fix fullscreen errors using Taskbar system menuHarley Acheson
2021-02-24Revert Automatic Tablet API dynamic fallback.Nicholas Rishel
2021-02-24Fix T85844: high pressure at start of line.Nicholas Rishel
2021-02-24Revert high fequency mouse input for Windows.Nicholas Rishel
2021-02-23WM_MOUSEMOVE cleanup.Nicholas Rishel
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-17Merge branch 'blender-v2.92-release'Nicholas Rishel
2021-02-17Fix T84701: Popup closes on release while dragging parameter.Nicholas Rishel
2021-02-16Merge branch 'blender-v2.92-release'Nicholas Rishel
2021-02-16Revert Wintab High Frequency Input.Nicholas Rishel
2021-02-12Fix T85562: Remove Win32 RIM_INPUTSINKHarley Acheson
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-15Fix T84645 cursor moves when clicking selector.Nicholas Rishel
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-18Fix T82288 Wintab walk navigation erratic.Nicholas Rishel
2020-12-17Synchronize Wintab and Win32 time.Nicholas Rishel
2020-12-15Cleanup: make formatJacques Lucke
2020-12-15Cleanup: doxy comments (use colon after parameter name)Campbell Barton
2020-11-06Cleanup: doxygen comments in ghostCampbell Barton
2020-11-03Fix T64138: Windows Ink continuous grab at window edge.Nicholas Rishel
2020-10-31Cleanup: clang-formatLukas Stockner
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-31Save Wintab packets to a local queue as WT_PACKET events arrive or whenNicholas Rishel
2020-10-31Change updateWintab interface to include whether window is visible so thatNicholas 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-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
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-10Fix T79636: Inserting special characters with Ctrl+Alt broken on WindowsJulian Eisel
2020-08-05Fix T78412: Ctrl+Spacebar does not maximize Python console on WindowsJulian Eisel
2020-04-28Cleanup: remove STR_String usage from GHOSTBrecht Van Lommel
2020-04-14Revert "Windows: support high resolution tablet pen events for Wintab"Brecht Van Lommel