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
2015-05-04Cleanup: deduplicate code.Bastien Montagne
2015-04-30UI: use enum for thumbnail sizeCampbell Barton
2015-04-29File browser - change thumbnails size with a sliderBastien Montagne
2015-04-03Fix T44243: File browser behavior is inconsistent between append and open.Bastien Montagne
2015-02-19RNA: pass only 0/1 to RNA_property_boolean_setCampbell Barton
2015-02-17RNA API: reuse property lookupsCampbell Barton
2015-02-17Fix FileSel globbing including dirs & ".."Campbell Barton
2015-02-17FileSpace selection didn't call op.check sometimesCampbell Barton
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-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
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-11UI Refactor T41640Campbell Barton
2014-09-05Cleanup: de-duplicate link/append propsCampbell Barton
2014-09-03Fix FileSelector drawing missing some filesCampbell Barton
2014-05-28Fix T40157: Loading movies larger than 4GB in size failsSergey Sharybin
2014-05-01Code cleanup: remove file handling headers where they arent neededCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell 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-19Fix: tab completing a filepath name in file browsers asks to create a newHenrik Aarnio
2013-08-27Get rid of madness about fnmatch: BLI_fnmatch did not do the OS checks, they ...Bastien Montagne
2013-08-26no remove double property lookups in ED_fileselect_set_params and redundant N...Campbell Barton
2013-06-25Fix #35824: finding missing files not working correct for filepaths with specialBrecht Van Lommel
2013-06-19fix for filesel autocomplete, it had the annoying behavior if you entered in ...Campbell Barton
2013-06-18add option to enable auto-execute scripts, but exclude certain directories.Campbell Barton
2013-06-07change to r57261, replace BLI_cleanup_dir with BLI_split_dir_partCampbell Barton
2013-06-06Merge branch 'FIX_Previous_Folder' into trunkNicholas Rishel
2013-03-15Screen: add exit callback for area and region types, this gets called whenBrecht Van Lommel
2013-03-05patch [#34103] dir_contents.patchCampbell Barton
2013-03-05patch [#34103]Campbell Barton
2013-02-13style cleanupCampbell Barton
2013-02-12Fix file editor not properly scaling with DPI, this was not implemented yet.Brecht Van Lommel
2013-02-07minor glitch in file selector, when opening with an operator sort wasn't set.Campbell Barton
2013-02-06style cleanup: some warnigs & spelling.Campbell Barton
2012-11-07== file browser ==Andrea Weikert
2012-10-27== filebrowser ==Andrea Weikert
2012-10-24fix [#32855] Obj im and export and the file path and nameCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-07-27code cleanup: remove unneeded 'struct' qualifiers Campbell Barton
2012-07-07increase file browser title length for multibyte translations and use utf8 c...Sv. Lockal