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-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-03-06Cleanup: Text: Move to IDTypeInfo and remove unused BKE API.Dalai Felinto
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2019-10-03Text: add Text.select_set(...)Kai Jægersen
2019-08-06Cleanup: move utf8 offset conversion into BLI_string_utf8Campbell Barton
2019-08-01Text: toggle comment operatorCampbell Barton
2019-07-17Undo System: replace with simpler binary diffing buffer storageCampbell Barton
2019-07-11Text: buffer from text, optional length return argCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02Cleanup: remove author/date info from doxy headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2018-10-17Cleanup: remove some #if 0 blocksJacques Lucke
2018-04-15Cleanup: remove undoing access, minor formattingCampbell Barton
2018-04-05Undo: split text undo steps out of the data-blockCampbell 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
2016-07-21Fix missing datablocks types in id_make_local.Bastien Montagne
2016-06-25Cleanup: get rid of BKE_text_unlink(), replace by usage of generic BKE_libblo...Bastien Montagne
2016-03-10Text Editor: Auto indent for backspace/deleteCampbell Barton
2015-12-14BLI_storage: util function BLI_file_read_as_memCampbell Barton
2015-10-20First step to handle missing libs/datablocks when reading a file.Bastien Montagne
2015-06-05Check ftell return valuesCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-01-08Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2014-08-29Fix Text editor home/end keys when theres a selectionCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-27Use includes for blenderplayer stubsCampbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2013-09-02text editor cursor motion (left/right arrows) with selected text typically ju...Campbell Barton
2013-07-21code cleanup: de-duplicate BLI_ghashIterator_new/init and disable unused text...Campbell Barton
2013-06-02Better API design for making text datablocks after loading.Tamito Kajiyama
2013-05-01holding ctrl when using arrow keys in the text editor didn't navigate newlines.Campbell Barton
2013-03-14style cleanup: odd indentationCampbell Barton
2013-03-12Patch [#34373] Use i18n monospace font in Text editor and Python consoleIrie Shinsuke
2013-02-19fix [#34275] Text autocomplete cuts words with accents or special charactersCampbell Barton
2013-02-14fix for double clicking in the text editor not working usefully (double click...Campbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-01-16dont add identifiers starting with digits to autocompleteCampbell Barton
2012-12-31text autocompleteCampbell Barton