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
2012-02-18Merged changes in the trunk up to revision 44221.Tamito Kajiyama
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-04Merged changes in the trunk up to revision 43881.Tamito Kajiyama
2012-01-30file selector - entering and empty path on *nix would ask to create a new dir.Campbell Barton
2012-01-29Merged changes in the trunk up to revision 43748.Tamito Kajiyama
2012-01-24Fix #29946: Recover Auto Save defaults to "Short List" View -- Cannot determi...Sergey Sharybin
2012-01-22Merged changes in the trunk up to revision 43585.Tamito Kajiyama
2012-01-21Better api use for paths.Campbell Barton
2012-01-16use TRUE/FALSE for boolean keymaps, no functional changesCampbell Barton
2012-01-16Merged changes in the trunk up to revision 43404.Tamito Kajiyama
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2012-01-11minor cleanup for string use - no functional changesCampbell Barton
2012-01-01Merged changes in the trunk up to revision 43038.Tamito Kajiyama
2011-12-31fix [#29734] Crash after bpy.ops.file.direrectory_new()Campbell Barton
2011-12-18Merged changes in the trunk up to revision 42692.Tamito Kajiyama
2011-12-12fix [#29537] file/save crashes when target path isnt foundCampbell Barton
2011-12-05Merged changes in the trunk up to revision 42425.Tamito Kajiyama
2011-11-29remove header text:Campbell Barton
2011-11-26Merged changes in the trunk up to revision 42116.Tamito Kajiyama
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-22image save operator now shares settings and UI with render & image out node.Campbell Barton
2011-11-21Merged changes in the trunk up to revision 42021.Tamito Kajiyama
2011-11-16Fix #29260: Missing "Extend" parameter for Border SelectSergey Sharybin
2011-11-13Merged changes in the trunk up to revision 41768.Tamito Kajiyama
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-08Merged changes in the trunk up to revision 41638.Tamito Kajiyama
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-10-30Merged changes in the trunk up to revision 41368.Tamito Kajiyama
2011-10-29Merged changes in the trunk up to revision 41225.Tamito Kajiyama
2011-10-27pass image description to image loading functions for more useful error than ...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-22Code cleanup: remove BLI_exist, now there is only BLI_exists. One function justBrecht Van Lommel
2011-10-21- add convenience functions BLI_split_dir_part / BLI_split_file_part, which j...Campbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne
2011-10-20- add BLI_string_utf8.h for unicode functions.Campbell Barton
2011-10-19Merged changes in the trunk up to revision 41099.Tamito Kajiyama
2011-10-15misc editsCampbell Barton
2011-10-15fix for buffer overrun with BLI_split_dirfile(...), was simple to do since ma...Campbell Barton
2011-10-12changes to relative path optionCampbell Barton
2011-10-11Merged changes in the trunk up to revision 40911.Tamito Kajiyama
2011-10-10Revert "Fix #28863: Inconsistent UI inside of the UV/ImageEditor window"Sergey Sharybin
2011-10-10Fix #28863: Inconsistent UI inside of the UV/ImageEditor windowSergey Sharybin
2011-10-05minor editsCampbell Barton
2011-10-05fix [#28809] Fileselect strange icon display.Campbell Barton
2011-10-05fix for error when fixing crash in filesel poll function.Campbell Barton
2011-10-03fix [#27578] Fileselector UI area does not scale with UI (partially hides but...Campbell Barton
2011-10-03fix for crash when loading the file selector on startup.Campbell Barton