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
2020-07-21UI: Add an outer boundary for edge panning, use in outlinerHans Goudey
2020-07-03Cleanup: Editors/Space/Outliner, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-30Outliner: Add auto scrolling during drag and dropNathan Craddock
2020-05-15Fix T76710: objects get lost in linked/overridden collectionsPhilipp Oeser
2020-04-25Fix: Selection syncing for outliner operatorsNathan Craddock
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-20Fix T74649: Outliner: Cannot set/clear parent with 'Keep Transforms'Philipp Oeser
2020-03-07Cleanup: Outliner: Remove unused parameterNathan Craddock
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-05T73589: Code Quality: Renaming on BKE_material.hAntonio Vazquez
2019-09-13Cleanup: unused headers (GPU)Campbell Barton
2019-09-02Cleanup: get rid of BKE_collection_master() useless accessor.Bastien Montagne
2019-08-16Outliner: Support box select on click+dragNathan Craddock
2019-08-16Outliner: set parent for entire selectionNathan Craddock
2019-06-11Fix (unreported) message wrongly using IFACE_ for its translation.Bastien Montagne
2019-04-29Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-29Fix T63082: Outliner allows assign grease pencil materials to meshAntonioya
2019-03-26Cleanup: style, use braces for editor/spacesCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-16DNA: rename SpaceOops -> SpaceOutlinerCampbell Barton
2019-02-11Cleanup: comment indentation & spellingCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-11-07Cleanup: Remove 'BKE_library.h' include from 'BKE_main.h'Bastien Montagne
2018-10-23Cleanup: style, warningCampbell Barton
2018-10-22Outliner: drag&drop - separate moving from parentingJacques Lucke
2018-10-19Outliner: Open empty collection when something is dragged into itJacques Lucke
2018-10-19Outliner: only drag element under mouse if it was not selected beforeJacques Lucke
2018-10-18Outliner: drop into master collection when below everything elseJacques Lucke
2018-09-03Fix T56423: Fully broken drag'n'drop parenting in Outliner.Bastien Montagne
2018-08-30Outliner: support dragging multiple collections, same as objects.Brecht Van Lommel
2018-08-29Cleanup: rename files from group to collection to match contents.Brecht Van Lommel
2018-08-22Cleanup: styleCampbell Barton
2018-08-10Outliner: use generic WM drag and drop system for collections.Brecht Van Lommel
2018-08-10WM: pass on wmDrag to drop operators, so they can get the data directly.Brecht Van Lommel
2018-08-10WM: drag and drop poll functions can now specify a custom tooltip.Brecht Van Lommel
2018-08-10Cleanup: move most outliner drag & drop code into one file.Brecht Van Lommel