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
2016-09-16Improve description of move operator direction propertiesJulian Eisel
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
2016-03-22Fix incorrect strncat useCampbell Barton
2016-02-03Include why file operations fail in reportsCampbell Barton
2016-01-21Cleanup: line length, indentationCampbell Barton
2016-01-10Some minor fixes from coverity reports.Bastien Montagne
2015-11-05Cleanup: comments/styleCampbell Barton
2015-11-04File Selector, support filepath droppingGaia Clary
2015-10-15Fix crash pressing +/- in file-selectorCampbell Barton
2015-09-19File Browser: Scroll view on normal selection tooJulian Eisel
2015-09-19File Browser: Scroll view with arrow keys navigationJulian Eisel
2015-09-19Fix file key select using wrong file after border select in scrolled viewJulian Eisel
2015-09-13Fix T46091: Video Sequencer rewrite *.png to _.pngBastien Montagne
2015-08-25FileBrowser: Fix broken 'extend' behavior of walk select mode.Bastien Montagne
2015-08-24Fix some issues from lates coverity scan.Bastien Montagne
2015-08-20Cleanup: whitespaceCampbell Barton
2015-08-19Final 'FileBrowser First Stage' merge.Bastien Montagne
2015-08-18Replace 'BLO_is_a_library' by 'BLO_library_path_explode'.Bastien Montagne
2015-07-14Fix T45424: Blender able to create folders with invalid characters at the end...Bastien Montagne
2015-07-11File Browser: Fix possible bug and some minor tweaksJulian Eisel
2015-07-11File Browser: Keep file name after changing directoryJulian Eisel
2015-07-10Fix T45398: Saving file from File Browser doesn't work if no file is selectedJulian Eisel
2015-07-09File Browser: (Re-)Allow selecting '..' parent entry for file navigationJulian Eisel
2015-07-09File Browser: Improve usage of Enter-key to open files/directoriesJulian Eisel
2015-06-16Cleanup: styleCampbell Barton
2015-06-12File Browser: Two more minor fixes for arrow keys selectionJulian Eisel
2015-06-12File Browser: Ensure active file is unset if no file is selectedJulian Eisel
2015-06-11Cleanup some style in new 'keyboard select' code.Bastien Montagne
2015-06-11File Browser Arrow Keys NavigationJulian Eisel
2015-02-18New filebrowser bookmarks: Some minor fix/optimization from latest coverity r...Bastien Montagne
2015-02-17RNA API: reuse property lookupsCampbell Barton
2015-02-17FileSpace selection didn't call op.check sometimesCampbell Barton
2015-02-16Fix T43684: File Browser is unusable on Windows Machines (do not BLI_is_dir()...Bastien Montagne
2015-02-15Cleanup of SpaceFile, from asset-experiments branch mostly.Bastien Montagne
2015-02-11FileBrowser Bookmarks: fix issue with invalid bookmarks.Bastien Montagne
2015-02-11FileBrowser: Editable Bookmarks.Bastien Montagne
2015-01-26Cleanup: current/parent paths: add helpers in BLI_path_utils.Bastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-04FileBrowser: Cleanup: rename some (really ugly) enum names.Bastien Montagne
2015-01-04Fix T43114: File Browser - don't highlight '..' while using border selectjulianeisel
2014-12-24Fix T42879: File Browser - disable selecting ".." entry (Parent Directory)julianeisel
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-11-10Fix T42498: Disable Renaming for Read-Only Files in File Browserjulianeisel
2014-07-11WM: add WM_operator_properties_create_ptrCampbell Barton
2014-04-30Code cleanup: remove redundant CTX callsCampbell Barton
2014-04-21Basic support for UNC paths on WindowsAndrea Weikert
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton