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
2021-02-13Cleanup: spellingCampbell Barton
2021-02-10Cleanup: remove redundant headers in source/blender/editors/Campbell Barton
2021-02-08Fix for T84038: Improved Report WarningsHarley Acheson
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-02-05Cleanup: rename USER_ZOOM_{CONT->CONTINUE} improve commentsCampbell Barton
2021-02-05Keymap: use Shift-Tab to cycle backwards over edit-buttonsCampbell Barton
2021-02-05Cleanup: correct spelling in codeCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-03Merge branch 'blender-v2.92-release'Germano Cavalcante
2021-02-03macOS: trackpad scroll direction reversed in list viewsYevgeny Makarov
2021-02-02Fix T83064: Missing tooltips, caused by string property search buttonJulian Eisel
2021-01-29Merge branch 'blender-v2.92-release'Hans Goudey
2021-01-29Fix T83988: Active modifier outline uses search theme colorHans Goudey
2021-01-29Merge remote-tracking branch 'origin/blender-v2.92-release'Dalai Felinto
2021-01-28Fix alpha transparency slider range being influenced by RGB valuesBrecht Van Lommel
2021-01-28Fix T83935: Superimposed icon's hotspot is misalignedYevgeny Makarov
2021-01-28Fix T83935: Superimposed icon's hotspot is misalignedYevgeny Makarov
2021-01-28Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-28Fix T85107: Active tool doesn't update when mouse is already over itCampbell Barton
2021-01-28Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-28Fix T83539: 'activate_init' fails with buttons that have popupsCampbell Barton
2021-01-28Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-28Fix T84931: Keys that open menus can also activate menu itemsCampbell Barton
2021-01-27UI: Tooltip for data-block selector menus, showing full name and library infoJulian Eisel
2021-01-27Cleanup: Use const parameters for active button lookups/testsJulian Eisel
2021-01-26UI: Use Ellipsis for Short Truncated TextHarley Acheson
2021-01-26Cleanup: update comment from 77f73a92843965906189dd56dcc4d18eae2371ccCampbell Barton
2021-01-26Merge branch 'blender-v2.92-release'Julian Eisel
2021-01-26Fix library name clipping most of the data-block name in data-block menusJulian Eisel
2021-01-25Cleanup: pass 'rctf' rectangle to 2D box drawing functionsCampbell Barton
2021-01-25UI: Round-box drawing cleanupHarley Acheson
2021-01-25Cleanup: remove unused UI_draw_roundbox_shade_y functionCampbell Barton
2021-01-25UI: Gizmo Tooltip PositioningHarley Acheson
2021-01-24UI: Viewport Navigate Gizmo RefactorHarley Acheson
2021-01-22Merge branch 'blender-v2.92-release'Hans Goudey
2021-01-22Fix: Mouse presses in some areas do not set active modifierHans Goudey
2021-01-20Fix T73575: Zooming out a lot faster than zooming inYevgeny Makarov
2021-01-20Fix T65837: Zoom Axis is not working in the Node EditorYevgeny Makarov
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-19Cleanup: use 'const' argument for parameter argumentCampbell Barton
2021-01-19UI Code Quality: Use "params" struct for area and region callbacksHans Goudey
2021-01-15Cleanup: Add const in various places in node codeHans Goudey
2021-01-13UI: Revert design changes to data-block selector for the 2.92 releaseJulian Eisel
2021-01-13Asset System: Disable Asset Browser as experimental featureJulian Eisel
2021-01-13Fix memory leak with image drag and dropCampbell Barton
2021-01-08Fix T83868: Disabled or inactive list items are not grayed outHans Goudey
2021-01-07Cleanup: Declare variables where initializedHans Goudey
2021-01-05Fix T84367: Fix crash when showing invalid/legacy constraintsPhilipp Oeser
2021-01-05Cleanup: remove UNUSED(..) from public function declarationsCampbell Barton
2021-01-05Cleanup: Use flag type explicitlyHans Goudey