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-30Fix T100703: Crash in file reading with ID's referenced from the WMCampbell Barton
2022-08-26IDManagement: fix missing WM name validation when using "keep current WM list...Aras Pranckevicius
2022-08-17Fix freed memory access checking events with debug buildsCampbell Barton
2022-08-11Fix T100130: animation player crash on exitBrecht Van Lommel
2022-08-04Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-28Curves: enable density brush when first entering curves sculpt modeJacques Lucke
2022-07-27ID namemap: Add check for consistency.Bastien Montagne
2022-07-27Cleanup: Move wm_dragdrop.c to C++Hans Goudey
2022-07-26Cleanup: spelling in commentsCampbell Barton
2022-07-21Cleanup: add ISMOUSE_MOTION macroCampbell Barton
2022-07-21WM: replace ISMOUSE with ISMOUSE_BUTTONCampbell Barton
2022-07-19Fix T99737: Dropping files fails with WaylandCampbell Barton
2022-07-15Fix Eevee backround render crash after recent changes from D15463Brecht Van Lommel
2022-07-15Fix GPU backend deleting resources without an active contextBrecht Van Lommel
2022-07-15Fix T99706: Crash rendering with headless buildsCampbell Barton
2022-07-15Fix an increasing bottleneck when key press operator is too slowSergey Sharybin
2022-07-14Fix `on_drag_start` handler not getting ID when dragging from OutlinerJulian Eisel
2022-07-14Cleanup: update & correct comments for event handlingCampbell Barton
2022-07-14WM: Remove ASCII members from wmEvent & GHOST_TEventKeyDataCampbell Barton
2022-07-11Fix (studio-reported) crash in ID remapping code on rare cases.Bastien Montagne
2022-07-07Workspaces: Option to pin scene to a workspaceJulian Eisel
2022-07-04Fix use-after-free error when handling events that close windowsCampbell Barton
2022-07-04Cleanup: remove unused WM_event_is_last_mousemoveCampbell Barton
2022-07-01Fix T99301: RNA_boolean_get warning when saving a file for the first timeCampbell Barton
2022-06-30GHOST: get/set cursor position now uses client instead of screen coordsCampbell Barton
2022-06-30Cleanup: spelling in commentsCampbell Barton
2022-06-29Fix uninitialized memory use in key-down events on window activationCampbell Barton
2022-06-27Cleanup: Use assert instead of early exit for asset dragging internalsJulian Eisel
2022-06-27Cleanup: remove redundant RNA_struct_property_is_set checkCampbell Barton
2022-06-27Cleanup: rename misleading/inconsistent GHOST typesCampbell Barton
2022-06-27MTLCommandBufferState for coordinating GPU workload submission and render pas...Jason Fielder
2022-06-24Cleanup: remove unused function WM_cursor_compatible_xyCampbell Barton
2022-06-23Fix T99083: audio bad in command-line video player (blender -a)Jörg Müller
2022-06-23Fix T99027: Touch typing in text fields results in dropped key pressesCampbell Barton
2022-06-18GHOST/Wayland: support displaying custom software cursorsCampbell Barton
2022-06-18Fix T98793: Wayland clamps cursor movement fails with gnome-shellCampbell Barton
2022-06-17BLF: Fallback Font StackHarley Acheson
2022-06-17Cleanup: use booleans for GHOST C-APICampbell Barton
2022-06-17Cleanup: remove `r_` prefix for non-return valuesCampbell Barton
2022-06-16Cleanup: differentiate region/screen relative coordinatesCampbell Barton
2022-06-16GHOST/Wayland: workaround inability to access window positionCampbell Barton
2022-06-15GHOST/Wayland: resolve glitch drawing the software cursorCampbell Barton
2022-06-14Fix T98875: Adding camera background image shows errorJulian Eisel
2022-06-14Curves: support adding keymap items for operatorsJacques Lucke
2022-06-10GHOST: add back-trace handler to the APICampbell Barton
2022-06-10Cleanup: Clang tidyHans Goudey
2022-06-09Cleanup: use const variables & argumentsCampbell Barton
2022-06-09Fix software cursor being used with absolute events in WaylandCampbell Barton
2022-06-08GHOST/Wayland: draw a software-cursor when wrapping cursor motionCampbell Barton
2022-06-07Cleanup: spelling in comments, minor formatting tweaksCampbell Barton