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-07-14Cleanup: remove redundant `event->val` check for 3D text insertionCampbell Barton
2022-07-14Cleanup: simplify 3D text insert, remove checks for ascii escape codesCampbell Barton
2022-07-14WM: Remove ASCII members from wmEvent & GHOST_TEventKeyDataCampbell Barton
2022-03-24Cleanup: use "filepath" instead of "filename" for full pathsCampbell Barton
2022-03-16View 3D: move picking arguments into a struct & minor refactorCampbell Barton
2022-03-16Fix missing update selecting 3D text-boxCampbell Barton
2022-02-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-10-31UI: Open File Browser with Thumbnails for FontsHarley Acheson
2021-10-06Cleanup: rename BKE_font.h -> BKE_vfont.hCampbell Barton
2021-08-26Fix "Text to Object" creating invisible objectCampbell Barton
2021-08-23RNA: add length augmented to RNA_string_get_allocCampbell Barton
2021-08-09Fix text object inserting multiple characters with a selectionYuki Hashimoto
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-09Cleanup: replace 'else if' with 'else'Campbell Barton
2021-01-04Cleanup: spelling (use 'gimbal' instead of 'gimble')Campbell Barton
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-11-06Cleanup: clang-formatCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-11-03Fix C operators can't set default display or sort type for File BrowserJulian Eisel
2020-10-30Text: support "Text to 3D Object" for read-only dataCampbell Barton
2020-10-07UI: Fix capitalization in various placesYevgeny Makarov
2020-09-07Cleanup: remove redundant scene argument in BKE_object_addCampbell Barton
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-07-23Cleanup: replace wchar_t with char32_t 3D text accent inputCampbell Barton
2020-07-23Cleanup: rename Curve.len_wchar to len_char32Campbell Barton
2020-07-03Cleanup: Editors, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-06-22Fix error using 'char32_t' as 'wchar_t' on windowsHarley Acheson
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-04Cleanup: spellingCampbell Barton
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-11-27Text Object: change spacing now operates on selectionDamien Picard
2019-11-22Fix T71273: Bad encoding of utf-8 for Text objectsmano-wii
2019-10-09Fix text edit-mode character info initializationCampbell Barton
2019-09-21Cleanup: unused headers in editorsCampbell Barton
2019-09-18Fix excessive dependency graph evaluation while painting strokesBrecht Van Lommel
2019-08-24Cleanup: use doxy sections for editfontCampbell Barton
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-02Fix T68112: Align View on object add is brokenSergey Sharybin
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-07-08Fix (unreported) broken 'compse' feature when editing text.Bastien Montagne
2019-05-20Cleanup: reorder report argument for pointer assignmentCampbell Barton