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-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
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2016-08-29Cleanup/refactor spacefile's 'check dir' code.Bastien Montagne
2016-06-27Fix T48741: File browser back button doesn't work from inside Blend (library)...Bastien Montagne
2015-11-04File Selector, support filepath droppingGaia Clary
2015-08-19Final 'FileBrowser First Stage' merge.Bastien Montagne
2015-07-09File Browser: Improve usage of Enter-key to open files/directoriesJulian Eisel
2015-06-11File Browser Arrow Keys NavigationJulian Eisel
2015-05-04Cleanup: deduplicate code.Bastien Montagne
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-02-17FileSpace selection didn't call op.check sometimesCampbell Barton
2015-02-11FileBrowser Bookmarks: fix issue with invalid bookmarks.Bastien Montagne
2015-02-11FileBrowser: Editable Bookmarks.Bastien Montagne
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-11-29File Browser: autocomplete keeps focus in the file field when entering a folder.Brecht Van Lommel
2013-11-22Fix T37485: autocomplete while appending and autocomplete folder behaviour.Henrik Aarnio
2013-10-08make bookmake name consistent was: FILE_OT_bookmark_add/FILE_OT_delete_bookmarkCampbell Barton
2013-06-19fix for filesel autocomplete, it had the annoying behavior if you entered in ...Campbell Barton
2012-09-18== filebrowser ==Andrea Weikert