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-19Cleanup: spellingCampbell Barton
2022-05-17Cleanup: Use `switch` and `BLI_assert_unreachable()` more.Bastien Montagne
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-22Fix: Build issue on 32 bit archsRay Molenkamp
2021-08-27Cleanup: utf8 stepping functionsCampbell Barton
2021-08-25Fix assert caused by 38630711a02e553f209ace9a8627a7a851820a2dCampbell Barton
2021-08-25BLI_string_utf8: remove unnecessary utf8 decoding functionsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-11-22Fix T71273: Bad encoding of utf-8 for Text objectsmano-wii
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2017-10-28Cleanup: use uint type in BLICampbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Code cleanup: use boolCampbell Barton
2013-12-29Fix for 3d text ctrl+arrow keys failing for multi-byte characters.Campbell Barton
2013-05-13fix for building with mingwCampbell Barton
2013-05-12quiet sign conversion warnings and reduce sign conversion for BLI_string, and...Campbell Barton
2013-05-06fix for cursor jumping error stepping backwards where the the first character...Campbell Barton
2013-02-14misc changesCampbell Barton
2013-02-14fix for double clicking in the text editor not working usefully (double click...Campbell Barton
2012-12-10revert most of r52820 (patch to fix [#33452]), this caused a regression in te...Campbell Barton
2012-12-09style cleanupCampbell Barton
2012-12-09patch [#33452] Double click select does not work properly + patchCampbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-04-30Word selection in the Text Editor:Sv. Lockal
2012-03-12text delimiter - convert to unicode before comparing characters.Campbell Barton
2012-03-12style cleanupCampbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-07edit to cursor adjustment, use int rather then short to store the cursor posi...Campbell Barton
2012-03-07Unify string stepping delimiter code for text buttons, text editor and consol...Campbell Barton