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
2018-09-27Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-08-31Cleanup: rename WM_keymap_find -> WM_keymap_ensureCampbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-02-09Fix (unreported) crash when duplicating a FileBrowser window in preview draw ...Bastien Montagne
2017-07-18Fix T52109: Folder search won't work when selecting animation output folder.Bastien Montagne
2016-10-03Fix missing operator-type registrationJulian Eisel
2016-04-29Cleanup: warnings. spellingCampbell Barton
2015-12-03Fix T46918: - Cleanup - FileBrowser - get rid of useless operators and update...Bastien Montagne
2015-11-28Cleanup: 'area' vs 'region'Julian Eisel
2015-11-04File Selector, support filepath droppingGaia Clary
2015-08-23Fix T45882: Sudden shutdown if the filebrowser is part of the area layout.Bastien Montagne
2015-08-19Final 'FileBrowser First Stage' merge.Bastien Montagne
2015-07-01Cleanup: Use bool instead of intJulian Eisel
2015-06-11File Browser Arrow Keys NavigationJulian Eisel
2015-04-07Revert Sticky Keys (and everything related to that)Julian Eisel
2015-04-03Sticky Keys backendJulian Eisel
2015-02-17Quick fix/hack for too small 'operator' panel in filebrowserBastien Montagne
2015-02-16Fix T43684: File Browser is unusable on Windows Machines (do not BLI_is_dir()...Bastien Montagne
2015-02-11FileBrowser Bookmarks: fix issue with invalid bookmarks.Bastien Montagne
2015-02-11Fix crasher in own UIList bookmarks commit.Bastien Montagne
2015-02-11FileBrowser: Editable Bookmarks.Bastien Montagne
2015-01-05FileBrowser: small tweak to new search feature: clear that string when changi...Bastien Montagne
2015-01-04FileBrowser: Cleanup: rename some (really ugly) enum names.Bastien Montagne
2015-01-03FileBrowser: add search field in header bar.Bastien Montagne
2015-01-01SpaceFile: Tweak thumbnail to avoid restarting the job needlessly.Bastien Montagne
2015-01-01SpaceFile: Refactor sorting and filtering of filelist.Bastien Montagne
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-07-31Partial fix of T40824,Antony Riakiotakis
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-01-12UI: More consistency for T/N sidebars. Logic Editor Properties are on the rig...Thomas Dinges
2013-12-20Fix bookmarks not appearing in file browser after "copy previous settings".Brecht Van Lommel
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-08-26no remove double property lookups in ED_fileselect_set_params and redundant N...Campbell Barton
2013-08-24== filebrowser ==Andrea Weikert
2013-08-07code cleanup: some structs were declaring data when only typedef's were inten...Campbell Barton
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-06-08Code cleanup:Nicholas Rishel
2013-06-08Maps back and forward history to back and forward buttons on a 5 button mouse.Nicholas Rishel
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-04-05code cleanup: include orderCampbell Barton
2013-03-15Screen: add exit callback for area and region types, this gets called whenBrecht Van Lommel