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-26Revert "CMake: include BROTLI_LIBRARIES in FREETYPE_LIBRARIES on UNIX"Campbell Barton
2022-01-26CMake: include BROTLI_LIBRARIES in FREETYPE_LIBRARIES on UNIXCampbell Barton
2022-01-25CMake/Linux: find Brotli library the proper waySybren A. Stüvel
2022-01-21Cmake/Deps: Freetype 2.11.0 / brotli 1.0.9Ray Molenkamp
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'blenfont'Campbell Barton
2021-11-19Cleanup: fix typos in comments and docsBrecht Van Lommel
2021-11-13BLF: Use Floats for Font Point SizesHarley Acheson
2021-11-08Cleanup: use doxygen for BLF glyphCampbell Barton
2021-11-06BLF: Refactor blf_glyph.cHarley Acheson
2021-11-06Cleanup: remove window_manager & editor includes from BLFCampbell Barton
2021-11-05Cleanup (UI): Add/use type for operator context enumJulian Eisel
2021-11-03BLF: Remove Thread Locking For Font MetricsHarley Acheson
2021-10-29Cleanup: rename blf_utf8_next_fast to blf_glyph_from_utf8_and_stepCampbell Barton
2021-10-29Cleanup: remove redundant BLI_UTF8_ERR checkCampbell Barton
2021-10-29Cleanup: resolve cast warningsCampbell Barton
2021-10-29BLF Refactor: blf_utf8_next_fastHarley Acheson
2021-10-29BLF Refactor: blf_kerning_step_fastHarley Acheson
2021-10-06Cleanup: spelling in commentsCampbell Barton
2021-08-28BLF: remove checks for blend file relative pathsCampbell Barton
2021-08-27Cleanup: utf8 stepping functionsCampbell Barton
2021-08-26Cleanup: spelling in commentsCampbell Barton
2021-08-25BLF: Remove ASCII-only Code PathsHarley Acheson
2021-08-25BLI_string_utf8: simplify utf8 stepping logicCampbell Barton
2021-08-24Fix BLI_str_utf8_as_unicode_step reading past intended boundsCampbell Barton
2021-08-24Cleanup: spellingCampbell Barton
2021-08-23Cleanup: rename len to str_len for BLF functionsCampbell Barton
2021-08-21Cleanup: minor changes to blf_font.cCampbell Barton
2021-08-21Cleanup: organize blf_font.c functions using doxy-sectionsCampbell Barton
2021-08-21Correct build error from 0d7aab2375e6bb06e89dad851550b283a1ff805cCampbell Barton
2021-08-21Refactor: BLF Kerning Cache After UseHarley Acheson
2021-08-19Correct assert from 22ab0159a9754365e2d10a1bc658d4409d084fa6Campbell Barton
2021-08-19Refactor: BLF Without Kerning ModesHarley Acheson
2021-08-19UI: Remove "Unfitted" Kerning Style OptionHarley Acheson
2021-08-16BLF: avoid unnecessary lookups in blf_kerning_cache_newCampbell Barton
2021-08-16Cleanup: rename kerning table to ascii_tableCampbell Barton
2021-08-16BLF: use fast ASCII kerning for word-wrap calculationsCampbell Barton
2021-08-16Cleanup: replace macros with inline functions for font drawingCampbell Barton
2021-08-14BLF: Do Not Preload Glyph CacheHarley Acheson
2021-08-14BLF Cleanup: Size Defines, Comments, etcHarley Acheson
2021-08-11BLF: Do Not Cache Unused Rendered GlyphsHarley Acheson
2021-08-04VSE: Allow Wingdings and Symbol FontsHarley Acheson
2021-07-28Fix T75028: Improved Font Names in File ManagerHarley Acheson
2021-07-27Cleanup: comment spelling & punctuationYimingWu
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton