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
2022-09-27BLF: Editing Text with Combining CharactersHarley Acheson
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-08IDManagement: change `IDTypeInfo.owner_get` to instead return address of the ...Bastien Montagne
2022-05-17Fix text.as_string() adding a trailing new-lineCampbell Barton
2022-04-26Cleanup: remove NULL check and outdated commentCampbell Barton
2022-04-26Cleanup: names in text functionsCampbell Barton
2022-04-26Cleanup: simplify text copying string operationsCampbell Barton
2022-04-07Cleanup: pass the buffer length into `txt_insert_buf`Campbell Barton
2022-03-21Fix T96510: ASAN failure when selecting text in Text EditorGermano Cavalcante
2022-03-17Cleanup: spelling in commentsCampbell Barton
2022-03-14Cleanup: use size_t for BLF text API functionsCampbell Barton
2022-03-11Text: use simplified logic for txt_to_bufCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-29Refactor BKE_bpath module.Bastien Montagne
2021-11-24Cleanup: `IDTypeInfo` new `asset_type_info` member.Bastien Montagne
2021-11-19Cleanup: fix typos in comments and docsBrecht Van Lommel
2021-10-18Cleanup: spelling in commentsCampbell Barton
2021-09-22Initial implementation of local ID re-use when appending.Bastien Montagne
2021-08-31Cleanup: Use C style comments for descriptive textCampbell Barton
2021-08-28BLI_string_utf8: add buffer size arg to BLI_str_utf8_from_unicodeCampbell Barton
2021-08-27Cleanup: utf8 stepping functionsCampbell Barton
2021-08-25BLI_string_utf8: remove unnecessary utf8 decoding functionsCampbell Barton
2021-08-24Fix BLI_str_utf8_as_unicode_step reading past intended boundsCampbell Barton
2021-08-23Cleanup: use BLI_str_utf8 prefixCampbell Barton
2021-08-19Cleanup: Blendwrite: Move code deciding if an ID should be written out of ID ...Bastien Montagne
2021-08-04Cleanup: use C comments for descriptive textCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-05-04Fix T87489: Text Data-Blocks get deleted on Recursive PurgeSebastian Parborg
2021-04-09Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2021-01-22LibOverride: Add an 'post apply' callback to IDTypeInfo.Bastien Montagne
2020-12-15Cleanup: doxy comments (use colon after parameter name)Campbell Barton
2020-11-23Fix T82849: Assert When Unlinking "Edit Source" Text Data-block.Bastien Montagne
2020-11-06Cleanup: use ELEM macro (>2 args)Campbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-03Add a callback to `IDTypeInfo` to allow preservation of some data accross mem...Bastien Montagne
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-08Cleanup/refactor: `BKE_libblock_alloc` -> `BKE_id_new` in ID creation code.Bastien Montagne
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-07Refactor `BKE_id_copy` to return the new ID pointer.Bastien Montagne
2020-10-07IDTypeInfo: add flag to indicate that ID has no animation dataJacques Lucke
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-10Refactor: move Text .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-08-28IDTypeInfo: add .blend file io callbacksJacques Lucke
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-06-23Cleanup: move text.c comments to the struct/flag declarationsCampbell Barton