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-11-09Asset System: New core type to represent assets (`AssetRepresenation`)Julian Eisel
2022-09-23Cleanup: replace int return value with boolCampbell Barton
2022-09-21Cleanup: Move file browser history handing to own fileJulian Eisel
2022-09-16Make File Select dialog update operator's file & path propertiesColin Basnett
2022-06-16UI: Add file browser operator to edit directory fieldDamien Picard
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-24Cleanup: sort struct forward declarationsCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-23Asset: Merge asset library/list refresh operatorsJulian Eisel
2021-10-29Asset Browser: Correct name & tooltip for asset list refresh operatorJulian Eisel
2021-10-26Asset Browser: Improve hint for asset library that isn't foundJulian Eisel
2021-10-04Assets: Show all assets indirectly nested inside the active catalogJulian Eisel
2021-10-04Asset Browser: Support dragging assets into catalogsJulian Eisel
2021-09-29Asset Browser: Initial Asset Catalog UIJulian Eisel
2021-09-29Cleanup: Enforce C linkage for internal File Browser headerJulian Eisel
2021-09-01BPY-Docs: Add missing file context members documentationJulian Eisel
2021-07-30Preferences: Move "Register File Association" to preferences levelJulian Eisel
2021-07-07File Browser: Select files and directories after renamingJulian Eisel
2021-07-07Cleanup: Move file deselection function to more appropriate fileJulian Eisel
2021-07-05Cleanup: Move common File Browser renaming code into functionsJulian Eisel
2021-06-14UI: Windows Blend File AssociationHarley Acheson
2021-05-05Fix T82002: ENTER does nothing when mouse cursor is over save dialog text fieldSeverin
2021-03-08File Browser: scroll selected files into viewSybren A. Stüvel
2021-03-05Asset Browser Space API: add `activate_asset_by_id()` functionSybren A. Stüvel
2020-12-15Asset System: New Asset Browser editorJulian Eisel
2020-12-15Asset System: Prepare File Browser backend for the Asset BrowserJulian Eisel
2020-09-12Fix T70255: Setting file browser bookmark from Python crashesCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-03-25Cleanup: use doxy sectionsCampbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-02Cleanup: Use generics properties for arrow keys navigation (walk-select)Valentin
2020-02-28File Browser: Add Ctrl+F shortcut to activate filter textboxJacques Lucke
2020-02-15Cleanup: remove various unused definesCampbell Barton
2020-02-15Cleanup: make BLI_make_exist local to the file selectorCampbell Barton
2019-09-20Remove redundant file bookmarks region toggle operatorJulian Eisel
2019-09-20Refactor: Ensure there's always a valid file editor tool regionJulian Eisel
2019-09-20Rewrite file region handling for non-editor modeJulian Eisel
2019-09-04Move file execute region back to C, fixing bugsJulian Eisel
2019-09-03UI: File Browser Design OverhaulJulian Eisel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-05Fix T58715: File Browser: Creating "New Folder" issues with too many existing...Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-10-05UI: rename Border Select -> Box SelectCampbell Barton
2018-07-03Keymap: Select/De-Select support for anim-editorsCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne