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-10-31GPU: Add placeholder for Vulkan backend.Jeroen Bakker
2022-10-19Fix control reaches end of non-void function errorSergey Sharybin
2022-10-19Cleanup: WM: Fix missing enumerator case in switchClément Foucault
2022-10-19Blender: Add command line argument to switch gpu backends.Jeroen Bakker
2022-10-10UI: show the windowing environment in the "About" splashCampbell Barton
2022-09-27GHOST: exit with an error when GHOST cannot be initializedCampbell Barton
2022-09-26UI: add preference to disable touchpad multitouch gesturesrecht Van Lommel
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-09-22GPU: Ensure rendering operations occur within GPU render boundaries.Jason Fielder
2022-09-22Metal: MTLContext implementation and immediate mode rendering support.Thomas Dinges
2022-09-18GHOST: support left/right OS-keyCampbell Barton
2022-09-17WM: send a modifier press when activating a window with modifier heldCampbell Barton
2022-09-17WM: refactor modifier hold/release logic when activating a windowCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-07Cleanup: comment unused INPUTCHANGE eventCampbell Barton
2022-09-07WM: don't clear modifiers when the window is de-activatedCampbell Barton
2022-09-07Fix T40059: Switching windows ignores held modifier keysCampbell Barton
2022-08-26Cleanup: use booleansCampbell Barton
2022-08-18Cleanup: early return, reduce right-shiftCampbell Barton
2022-08-17Fix T98462: Save Screenshot (glReadPixels) fails under WaylandCampbell Barton
2022-08-15Introduce headless OpenGL rendering on LinuxSebastian Parborg
2022-08-11Fix T66088: Modifier keys ignored when the window doesn't have focusCampbell Barton
2022-08-04Fix the menu popup location when dropping blend files under WaylandCampbell Barton
2022-07-26Cleanup: spelling in commentsCampbell Barton
2022-07-19Fix T99737: Dropping files fails with WaylandCampbell Barton
2022-07-14WM: Remove ASCII members from wmEvent & GHOST_TEventKeyDataCampbell Barton
2022-06-30GHOST: get/set cursor position now uses client instead of screen coordsCampbell Barton
2022-06-29Fix uninitialized memory use in key-down events on window activationCampbell Barton
2022-06-27Cleanup: rename misleading/inconsistent GHOST typesCampbell Barton
2022-06-24Cleanup: remove unused function WM_cursor_compatible_xyCampbell Barton
2022-06-17Cleanup: use booleans for GHOST C-APICampbell Barton
2022-06-17Cleanup: remove `r_` prefix for non-return valuesCampbell Barton
2022-06-10GHOST: add back-trace handler to the APICampbell Barton
2022-05-07Fix T97600 Regression: rendering in new window displays flickersClément Foucault
2022-04-18Add debugging info for Wintab activated by argument `--debug-wintab`.Nicholas Rishel
2022-03-21Cleanup: cursor motion events now have value set to KM_NOTHINGCampbell Barton
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-03-10Event System: key-press while dragging now activates drag firstCampbell Barton
2022-03-04Cleanup: spelling in comments, function nameCampbell Barton
2022-03-02Merge branch 'blender-v3.1-release'Germano Cavalcante
2022-03-02Fix T95608: Mac issues with drag drop on multi-monitorGermano Cavalcante
2022-03-01Cleanup: move Event.is_repeat & is_direction_inverted to flagsCampbell Barton
2022-02-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Cleanup: copyright in headers, spelling in commentsCampbell Barton
2022-02-09Cleanup: make file headers more consistentCampbell Barton
2022-01-31Fix wmTimer.ntime becoming NAN with a zero time-stepCampbell Barton
2022-01-30Revert "UI: Do not translate "Blender""Aaron Carlisle