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-06-27Fix (unreported) potential buffer overflow with BLO_library_path_explode() us...Bastien Montagne
2015-10-17IMB_thumbs: add missing error checkCampbell Barton
2015-10-17Cleanup: remove unused BLI_string_to_utf8Campbell Barton
2015-08-19Cleanup: style + doxyCampbell Barton
2015-08-18IMB_thumb: Allow blen-handling func to also load datablock previews from .ble...Bastien Montagne
2015-08-18IMB_thumb: add thread locking API.Bastien Montagne
2015-07-21Fix T45502: Crash showing thumbnailsCampbell Barton
2015-07-16Fix T45451: File Browser crash on 16bits PNG image previews.Bastien Montagne
2015-07-13 Imbuf types refactor.Antony Riakiotakis
2015-06-30Cleanup: move BLI_char_switch into BLI_stringCampbell Barton
2015-06-01Thumbnails: fix bad handling of invalid thumbnails, cleanup and deduplication.Bastien Montagne
2015-06-01Font Preview: much better handling of i18n case.Bastien Montagne
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-04-29File browser - change thumbnails size with a sliderBastien Montagne
2015-04-10Thumbnails: Add translations to font preview.Bastien Montagne
2015-04-10Thumbnails: some reorganization, decouple actual path of file to preview from...Bastien Montagne
2015-04-08Font preview for file browserCampbell Barton
2015-04-08Cleanup: IMB/thumb namingCampbell Barton
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-02-17Ensure BLI_stat() return value is checked.Campbell Barton
2014-11-14Cleanup: use BLI_hash_ prefix for md5 apiCampbell Barton
2014-11-14Cleanup: headersCampbell Barton
2014-11-14Add Murmur2A hashing feature to BLIBastien Montagne
2014-06-22Remove unused functionCampbell Barton
2014-06-20BLI_md5: add a utility function to 'translate' raw 16bytes digest into a nice...Bastien Montagne
2014-05-28Fix T40157: Loading movies larger than 4GB in size failsSergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-30Fix T39931: Crash generating thumbnails (error in escaping)Campbell Barton
2014-04-07Fix building for Windows.Antony Riakiotakis
2014-04-07Todo T36849: support XDG thumbnail management standardCampbell Barton
2014-04-02Rename "BLI_cpu.h" to "BLI_system.h" and add to it BLI_getpid() helper.Bastien Montagne
2013-07-27code cleanup for thumbnails:Campbell Barton
2013-07-23* Compile fix for r58542, on Windows "subdir" was unknown. Thomas Dinges
2013-07-23replace use of strcat() where the string offset is known.Campbell Barton
2013-06-25Fix #35824: finding missing files not working correct for filepaths with specialBrecht Van Lommel
2013-04-05correction to previous warning cleanup, also quiet shadow-warning for thumbna...Campbell Barton
2013-03-05patch [#34103] fileops_1.patchCampbell Barton
2013-03-04patch [#34103] use booleans for extensions testing.Campbell Barton
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2012-11-05Fix #31310: Thumbnails not generating with non Latin charactersSergey Sharybin
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-13code cleanup: includes for imbuf, also remove double promotion.Campbell Barton
2012-05-16style cleanup: imbufCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-16fix for fail thumbs being used when the failed thumbnail image is older then ...Campbell Barton
2012-04-15code cleanup: dont include BLI_winstuff.h on non windows systems, also cleanu...Campbell Barton