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
2022-08-31Fix returning a freed context when initialization fails for GHOST/Win32Campbell Barton
2022-08-31Fix uninitialized variable use for ID3D11RenderTargetViewCampbell Barton
2022-08-31Cleanup: check GetKeyboardState succeeds before using it's valuesCampbell Barton
2022-08-31Cleanup: tablet press could fall through to release on GHOST/Win32Campbell Barton
2022-08-31Cleanup: remove 'else' after returnCampbell Barton
2022-08-31Cleanup: use bool for GHOST_SystemWin32::setConsoleWindowState returnCampbell Barton
2022-08-30Cleanup: spelling in commentsCampbell Barton
2022-08-29Build: automatically disable WITH_GHOST_WAYLAND if missing librariesBrecht Van Lommel
2022-08-27CMake: include missing header filesCampbell Barton
2022-08-27Cleanup: simplify key input handling for GHOST/Win32Campbell Barton
2022-08-27Cleanup: add missing braces for GHOST/Win32Campbell Barton
2022-08-27Cleanup: use C style comments for GHOST/Win32 textCampbell Barton
2022-08-27Fix T100582: Windows-10 Switching Desktops locks Ctrl KeyCampbell Barton
2022-08-26Cleanup: spelling in comments, formatCampbell Barton
2022-08-26Fix incorrect UI scaling after changing monitors DPI under WaylandCampbell Barton
2022-08-25Fix accessing freed memory for GHOST/Wayland clipboard accessCampbell Barton
2022-08-19Fix T89399: Mouse wrapping causes erratic movementGermano Cavalcante
2022-08-18CMake: always unset CMAKE_REQUIRED_* variables after useCampbell Barton
2022-08-17Cleanup: Fix "unused m_system" warningsSebastian Parborg
2022-08-17GHOST/EGL: Only draw grey into buffers attached to windowsCampbell Barton
2022-08-16GHOST/Wayland: Add NDOF supportCampbell Barton
2022-08-16Cleanup: spelling in commentsCampbell Barton
2022-08-15Introduce headless OpenGL rendering on LinuxSebastian Parborg
2022-08-15Cleanup OpenGL linking and related code after libepoxy mergeSebastian Parborg
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-08-13Merge branch 'blender-v3.3-release'Germano Cavalcante
2022-08-13Fix T100354: Home key being the grave accent in french keyboard layoutGermano Cavalcante
2022-08-12Cleanup: add missing braces, quite warnings by castingCampbell Barton
2022-08-12Cleanup: use 'filepath' for fill pathsCampbell Barton
2022-08-12Cleanup: add missing braces in GHOSTCampbell Barton
2022-08-12Cleanup: clang-tidy GHOST Context/Event/TimerManagerCampbell Barton
2022-08-11GHOST/Wayland: support setting modifiers on window activationCampbell Barton
2022-08-11Cleanup: access modifier keys by index under WaylandCampbell Barton
2022-08-11Cleanup: missing newline in GHOST_PRINTCampbell Barton
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-08-04Fix broken build due to missing include.Bastien Montagne
2022-08-04Fix leak when the cursor leaves the window while dragging in WaylandCampbell Barton
2022-08-04Fix double-free after drag & drop with GHOST/WaylandCampbell Barton
2022-08-04GHOST/Wayland: support URL decoding for file drag & dropCampbell Barton
2022-08-04Fix drag & drop in Wayland with some applicationsCampbell Barton
2022-08-04GHOST/Wayland: improve logging for drag & dropCampbell Barton
2022-08-03Image: Display GPU layout in `uiTemplateImageInfo`Angus Stanton
2022-07-26Cleanup: spelling in commentsCampbell Barton
2022-07-22GHOST/Wayland: Fix mouse wheel events for Sway Compositor (use seat v5)Campbell Barton
2022-07-21Fix T91932: number sliders wrap around when dragged for long distance on X11Sebastiano Barrera
2022-07-21GHOST/Wayland: fix cursor glitch after grabbing while hiddenCampbell Barton
2022-07-15GHOST/Wayland: partial support for updating the UI scaleCampbell Barton
2022-07-15GHOST/Wayland: fix error setting the cursor scaleCampbell Barton
2022-07-14Cleanup: clang-tidy changes to GHOST_SystemX11Campbell Barton
2022-07-14GHOST: remove redundant ascii argument to GHOST_EventKeyCampbell Barton