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-07-27Cleanup: Move wm_dragdrop.c to C++Hans Goudey
2022-07-14Fix `on_drag_start` handler not getting ID when dragging from OutlinerJulian Eisel
2022-06-27Cleanup: Use assert instead of early exit for asset dragging internalsJulian Eisel
2022-06-09Cleanup: use const variables & argumentsCampbell Barton
2022-05-24Fix possible lingering around of ID after asset dropping failedJulian Eisel
2022-04-28VSE: Add precise drag and drop and strip previewsSebastian Parborg
2022-03-03Cleanup: Remove redundant drag image size parametersJulian Eisel
2022-03-03Fix T96140: Crash on color button drag & dropJulian Eisel
2022-02-28WM: Allow drop-box polls to use context from UIJulian Eisel
2022-02-25Merge branch 'blender-v3.1-release'Bastien Montagne
2022-02-25Fix T95636: Dragging Material from Asset Browser (Link mode) to Viewport empt...Bastien Montagne
2022-02-11File headers: SPDX License migrationCampbell 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