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-02-10Rebase on mastertemp-license-header-spdxCampbell Barton
2022-01-28Drag & drop: Support using context of hovered button when droppingJulian Eisel
2022-01-17Cleanup: Improve naming of immediate mode buffer draw functionsJulian Eisel
2021-12-25Cleanup: Use array for BKE cursor functionsAaron Carlisle
2021-12-08Cleanup: move public doc-strings into headers for 'windowmanager'Campbell Barton
2021-11-18Merge branch 'blender-v3.0-release'Julian Eisel
2021-11-18Fix asset preview not showing up for current file data-blocksJulian Eisel
2021-11-16Merge branch 'blender-v3.0-release'Julian Eisel
2021-11-16UI: Fix hard to read text for drag disabled hintsJulian Eisel
2021-11-05Cleanup (UI): Add/use type for operator context enumJulian Eisel
2021-11-04Cleanup: Remove operator context override for drop-box operatorsJulian Eisel
2021-11-04Fix T92501: Crash when dragging material assets over 3D View regionsJulian Eisel
2021-11-03UI: Refactor how dragging onto text buttons works, fixing issuesJulian Eisel
2021-10-27Asset Browser: Support dragging catalogs to move them in the hierarchyJulian Eisel
2021-10-27Cleanup: add missing breakCampbell Barton
2021-10-26Assets: Disable snap-dragging for linking object assetsJulian Eisel
2021-10-26Drop object assets and associated objects at the cursor locationCampbell Barton
2021-10-26UI: Improved feedback when dropping is not possible on drag 'n dropJulian Eisel
2021-10-25Cleanup: silence warningsGermano Cavalcante
2021-10-25Assets: Snapping with visual feedback while draggingGermano Cavalcante
2021-10-25Drag Drop: allow customizable drawingGermano Cavalcante
2021-10-25UI Drag Drop: allow customizable drawingGermano Cavalcante
2021-10-21IDManagement: Add option to clear asset data when making ID local.Bastien Montagne
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-04Asset Browser: Support dragging assets into catalogsJulian Eisel
2021-09-29Fix T89864: Adding an asset referencing other objects adds it to scene but on...Bastien Montagne
2021-09-29Assets: Expose option to reuse data-block data when appendingJulian Eisel
2021-09-23LibLink: Modify WM API to link/append one ID to take flag parameter.Bastien Montagne
2021-09-22Cleanup: spelling in commentsCampbell Barton
2021-09-21UI: Style drag-drop indicators as tooltipsPablo Vazquez
2021-08-05Fix T90430: Crash when dragging materialJulian Eisel
2021-08-04T90371: Asset: Drop Material Tooltip.Jeroen Bakker
2021-08-02WindowManager: Support Dynamic tooltips when dragging.Jeroen Bakker
2021-07-30Fix T90318: Dragging asset while Asset Browser is still loading crashesJulian Eisel
2021-07-20Cleanup: Store asset-handle in drag dataJulian Eisel
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-11Add option to link assets on drag & dropJulian Eisel
2021-04-11Cleanup: use ELEM, STREQ macrosCampbell Barton
2021-02-16Assets: Remove appended asset when dropping operation failsJulian Eisel
2021-01-24UI: Avoid showing drop hint on drag & drop if dropping won't succeedJulian Eisel
2021-01-24Cleanup: Add/use helper to check if dragging a certain ID type or asset ID typeJulian Eisel
2021-01-13Fix memory leak with image drag and dropCampbell Barton
2020-12-15Asset System: Support dragging assets and appending on dropJulian Eisel
2020-10-17Cleanup: Miscellaneous improvements in wm directoryHans Goudey
2020-09-10Cleanup: spellingCampbell Barton
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-07-26Cleanup: GPU: Remove glew headers part2Clément Foucault