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-02-03Include why file operations fail in reportsCampbell Barton
2015-09-20Cleanup: warning, styleCampbell Barton
2015-09-16Correction to previous commit.Bastien Montagne
2015-09-16Fix (unreported): Filebrowser key navigation entry did not change caption cor...Thomas Beck
2015-08-23Cleanup: spelling/styleCampbell Barton
2015-08-22FileBrowser: Tweak display of size/time of entries.Bastien Montagne
2015-08-20Cleanup: whitespaceCampbell Barton
2015-08-19Final 'FileBrowser First Stage' merge.Bastien Montagne
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-10UI drag&drop: make code able to free dragpoin if needed.Bastien Montagne
2015-07-14Fix T45424: Blender able to create folders with invalid characters at the end...Bastien Montagne
2015-07-11Use const for direntry stringsCampbell Barton
2015-07-11File Browser: Fix possible bug and some minor tweaksJulian Eisel
2015-07-10Fix T45405: Crash on opening a file (in filebrowser code)Julian Eisel
2015-07-10Fix crash when appending from File BrowserJulian 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-11File Browser Arrow Keys NavigationJulian Eisel
2015-06-03Fix UI string clip (reverse search separator char)Campbell Barton
2015-05-27Fix mismatch in strings length compute in filebrowser, leading to annoying '....Bastien Montagne
2015-05-18Filebrowser: Do not intent to draw empty strings, loss of time.Bastien Montagne
2015-05-04Cleanup: deduplicate code.Bastien Montagne
2015-04-29File browser - change thumbnails size with a sliderBastien Montagne
2015-04-22Fix T44470: File Selection sometimes surpresses last Character.Bastien Montagne
2015-04-08Font preview for file browserCampbell Barton
2015-02-17Revert "Fix file size not drawn using Link/Append"Campbell Barton
2015-02-15Cleanup of SpaceFile, from asset-experiments branch mostly.Bastien Montagne
2015-02-11FileBrowser: Editable Bookmarks.Bastien Montagne
2015-02-10Fix file size not drawn using Link/Appendjulianeisel
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-20UI: cleanup UI_fontstyle_string_width, UI_draw_stringCampbell Barton
2015-01-12Fix: Don't show filesel buttons when no operators runningCampbell Barton
2015-01-04FileBrowser: Cleanup: rename some (really ugly) enum names.Bastien Montagne
2014-12-24Fix T42879: File Browser - disable selecting ".." entry (Parent Directory)julianeisel
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-11UI: cleanup odd string-width checkCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-11-06Fix T42497: Enlarge rename text field in File Browserjulianeisel
2014-09-03Fix FileSelector dividers disappearingCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell 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-11-02OSX: give application bundles an own icon to better differentiate vs. foldersJens Verwiebe
2013-05-10Fix #35261: double clicking the up arrow in the file browser to go up multipleBrecht Van Lommel
2013-04-13code cleanup: remove unused string formatting in bli_adddirstrings(), also re...Campbell Barton
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-04-03Bunch of fixes for GLSL display transformSergey Sharybin
2013-03-26fix for missing redraw in own commit r55554 (Ctrl+F text editor find).Campbell Barton