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-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-11Cleanup: Use BLI_strncpySergey Sharybin
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-04-15Cleanup: remove undoing access, minor formattingCampbell Barton
2018-04-15Fix T54593: Py text edits crash (undo regression)Campbell Barton
2018-04-05Undo: split text undo steps out of the data-blockCampbell Barton
2018-03-24Text: re-allocate exact lengths for undoCampbell Barton
2018-03-24Fix text editor undo w/ 4+ byte utf8 charactersCampbell Barton
2018-03-24Cleanup: move undo opcodes out of public headerCampbell Barton
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-02-06Fix compilation error after recent changeSergey Sharybin
2017-01-20Fix own mistake in rB051526da6279, confusing off_t with ptrdiff_t.Bastien Montagne
2017-01-20Cleanup/fix some BLI_string_utf8 not using size_t/off_t as expected.Bastien Montagne
2017-01-04Fix (IRC reported) bad handling of Text data-block user count.Bastien Montagne
2016-07-25Cleanup: factorize the 'ensure local' part of datablock copy into a single BK...Bastien Montagne
2016-07-21Fix missing datablocks types in id_make_local.Bastien Montagne
2016-07-11Remove usercount handling from BKE_id_expand_local.Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-25Cleanup: get rid of BKE_text_unlink(), replace by usage of generic BKE_libblo...Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-03-10Text Editor: Auto indent for backspace/deleteCampbell Barton
2015-12-21BLI_storage: Split text/binary version of mem-from-file funcsCampbell Barton
2015-12-14BLI_storage: util function BLI_file_read_as_memCampbell Barton
2015-11-23Cleanup: shadowing (blenkernel)Campbell Barton
2015-11-11Cleanup: replace more direct id->us handling by calls to BKE_library API.Bastien Montagne
2015-10-20First step to handle missing libs/datablocks when reading a file.Bastien Montagne
2015-09-15Fix for text editor un-indent undoCampbell Barton
2015-06-05Check ftell return valuesCampbell Barton
2015-05-06Fix T44381: Text Editor: Un-indent undo failsCampbell Barton
2015-05-03Fix typos.Tamito Kajiyama
2015-04-27Fix double-free on copied Text compiled py-codeCampbell Barton
2015-02-17Ensure BLI_stat() return value is checked.Campbell Barton
2015-02-06cleanup: styleCampbell Barton
2015-02-03Fix own mistake unlinking text (recent commit)Campbell Barton
2015-01-29Node UI: add support to show text-blocks in framesCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-09Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2015-01-08Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2014-12-01Cleanup: more int->bool.Bastien Montagne
2014-11-21Cleanup: typoCampbell Barton
2014-10-29Fix for Ctrl+Del/Backspace not setting text dirtyCampbell Barton
2014-10-06Cleanup: remove paranoid NULL checksCampbell Barton
2014-09-17Text Editor: reload missed adding new-lineCampbell Barton
2014-08-29Fix Text editor home/end keys when theres a selectionCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-05-28Fix T40157: Loading movies larger than 4GB in size failsSergey Sharybin
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton