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
path: root/intern
AgeCommit message (Expand)Author
2022-06-15Cleanup: remove redundant key entry from key_repeat_payload_tCampbell Barton
2022-06-15Cleanup: internalize struct members for internal wayland typesCampbell Barton
2022-06-15GHOST/Wayland: add NULL pointer checks on window accessCampbell Barton
2022-06-15Cleanup: avoid static_cast when accessing wayland windowsCampbell Barton
2022-06-15Cleanup: various minor changes to wayland internal conventionsCampbell Barton
2022-06-15GHOST/Wayland: fractional scaling supportCampbell Barton
2022-06-15Cleanup: use `int32_t[2]` for Wayland display size variablesCampbell Barton
2022-06-14Fix use after free error in 827fa8176737f822b7f8d2354b05e59976c7101aCampbell Barton
2022-06-14Fix crash in 827fa8176737f822b7f8d2354b05e59976c7101aCampbell Barton
2022-06-14Fix cursor coordinates being quantized to the window scale in WaylandCampbell Barton
2022-06-14Cleanup: don't define wayland window methods as privateCampbell Barton
2022-06-14GHOST/Wayland add tablet supportCampbell Barton
2022-06-13Cycles: MetalDeviceQueue - capture of multiple dispatches, and some tidyingMichael Jones
2022-06-12Fix T98714: Cursor grab restores to the initial location in WaylandCampbell Barton
2022-06-12GHOST/Wayland: set the minimum window sizeCampbell Barton
2022-06-12Fix GHOST/Wayland setting the window sizeCampbell Barton
2022-06-12Fix GHOST/Wayland accessing Ctrl & Alt modifier keysCampbell Barton
2022-06-12Fix GHOST/Wayland display glitches on startupCampbell Barton
2022-06-12Cleanup: use int[2] for window size & pending window sizeCampbell Barton
2022-06-11Cleanup: minor changes to GHOST/Wayland window output accessCampbell Barton
2022-06-10Cleanup: inconsistent naming with recent locking checks in WaylandCampbell Barton
2022-06-10Fix T98758: Crash setting the clipboard in WaylandCampbell Barton
2022-06-10Fix dropping files in WaylandCampbell Barton
2022-06-10GHOST/Wayland: define a log handler to help tracking down errorsCampbell Barton
2022-06-10GHOST: add back-trace handler to the APICampbell Barton
2022-06-10Clenaup: use early returns in GHOST/WaylandCampbell Barton
2022-06-09Fix GHOST/Wayland memory leak when copying textCampbell Barton
2022-06-09Cleanup: use C-style comments, add missing doxy sectionCampbell Barton
2022-06-09Cleanup: Unused but set variable in Cycles Metal profilerSergey Sharybin
2022-06-09Cleanup: Removed unused variableAaron Carlisle
2022-06-09Cleanup: spelling in comments & variablesCampbell Barton
2022-06-09Fix software cursor being used with absolute events in WaylandCampbell Barton
2022-06-08Correct missing doxy-sections in 1269bcce810d064612f7f38642440ee22d0fb007Campbell Barton
2022-06-08Cleanup: use doxy sections for wayland listenersCampbell Barton
2022-06-08GHOST/Wayland: draw a software-cursor when wrapping cursor motionCampbell Barton
2022-06-08GHOST/Wayland: non-wrapping grab no longer locks the cursorCampbell Barton
2022-06-07Cycles: Useful Metal backend debug & profiling functionalityMichael Jones
2022-06-07Cleanup: spelling in comments, additional white spaceCampbell Barton
2022-06-04Fix Wintab button tracking logic.Nicholas Rishel
2022-06-03Merge branch 'blender-v3.2-release'Brecht Van Lommel
2022-06-03Fix use of OpenGL interop breaking in Hydra viewports that do not support itPatrick Mours
2022-06-03Merge remote-tracking branch 'origin/blender-v3.2-release'Dalai Felinto
2022-06-03Fix T98570: Cycles AOVs not working in background shaderBrecht Van Lommel
2022-06-03Cycles: Fix rendering of packed UDIM tiles with different sizesSergey Sharybin
2022-06-03Fix misaligned address error when rendering 3D curves in the viewport with Cy...Patrick Mours
2022-06-03Cleanup: spelling in commentsCampbell Barton
2022-06-02Cycles: load 8 bit image textures as half float for some color spacesBrecht Van Lommel
2022-06-02Cycles: fix missing attribute updateJacques Lucke
2022-06-02Cleanup: remove "<pep8 compliant>" from headersCampbell Barton
2022-06-01Cleanup: '*' prefix C-comment blocksCampbell Barton