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-31Windows: Clean-up win 8/8.1 API useRay Molenkamp
2021-05-24Fix T88500: Constrain window top position (Win32)Pratik Borhade
2021-05-21Fix T88384: Improved Win32 Window Sizing and PositioningHarley Acheson
2021-04-12Win32: Fix fullscreen errors using Taskbar system menuHarley Acheson
2021-03-27Win32: Allow return from fullscreen to maximizedVincent Blankfield
2021-03-26Fix T86859: Allow covering of Taskbar when Fullscreen from MaximizedVincent Blankfield
2021-03-21Fix T86643: Win32 Entering Full Screen While MaximizedHarley Acheson
2021-03-18Cleanup: spellingCampbell Barton
2021-03-05Cleanup: spellingCampbell Barton
2021-03-05Fix T86185: Win32 Multiple Monitor Window PositionHarley Acheson
2021-02-24Revert Automatic Tablet API dynamic fallback.Nicholas Rishel
2021-02-22Win32: Do not (yet) set window styles for DialogHarley Acheson
2021-02-22Fix T85768: Win32 Full-Screen Owned WindowsHarley Acheson
2021-02-16Merge branch 'blender-v2.92-release'Nicholas Rishel
2021-02-16Revert Wintab High Frequency Input.Nicholas Rishel
2021-02-16Calm Win32 Window Creation WarningHarley Acheson
2021-02-12Fix T85562: Remove Win32 RIM_INPUTSINKHarley Acheson
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-04UI: Win32 Window Creation RefactorHarley Acheson
2021-01-11Fix T84501: Wintab button lag.Nicholas Rishel
2020-12-25Simplification of Wintab event handling.Nicholas Rishel
2020-12-17Synchronize Wintab and Win32 time.Nicholas Rishel
2020-11-19Fix T82445: Wintab packets being discarded.Nicholas Rishel
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: 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-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-31Mask all button down/up and switch back to using relative button input.Nicholas Rishel
2020-10-31Revert "Revert "Windows: support high resolution tablet pen events for Wintab""Nicholas Rishel
2020-10-01Windows: workaround to make Windows Ink tablet API workNicholas Rishel
2020-04-28Cleanup: remove STR_String usage from GHOSTBrecht Van Lommel
2020-04-27Cleanup: Fix warning about initialization order with MSVCRay Molenkamp
2020-04-14Revert "Windows: support high resolution tablet pen events for Wintab"Brecht Van Lommel
2020-04-10Fix T75546: Solve possible endless loop in wintab initialisationNicholas Rishel
2020-04-08Windows: support high resolution tablet pen events for WintabNicholas Rishel
2020-04-08Windows: support high resolution tablet pen events for Windows InkNicholas Rishel
2020-04-08Cleanup: minor refactoring of pointer event handlingNicholas Rishel
2020-04-08Cleanup: remove GHOST API to query tablet state from WindowBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-05Ghost: Support drawing OpenGL framebuffers into a DirectX 11 bufferJulian Eisel
2020-01-27UI: Win32 - Restore Minimized App On WM_CloseHarley Acheson
2020-01-21GHOST: bundle tablet data with GHOST eventBrecht Van Lommel