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-04-14Fix T97310: BLF Line Height While Text WrappingHarley Acheson
2022-04-13Cleanup: warning for 'float' to 'int' with MSVCCampbell Barton
2022-04-13Cleanup: avoid redundant float/int conversions in BLFCampbell Barton
2022-04-13BLF: sub-pixel positioning supportCampbell Barton
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-03-25Cleanup: use count or num instead of nbrCampbell Barton
2022-03-25BLF Cleanup: Use FreeType Enum FT_Err_OkHarley Acheson
2022-03-24Cleanup: use "filepath" instead of "filename" for full pathsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-08BLF: Enable Filtering of woff and woff2 FontsHarley Acheson
2022-02-05BLF: Cleanup blf_glyph_cache_find & blf_font_sizeHarley Acheson
2022-02-05BLF: Default Size as FloatHarley Acheson
2022-02-05BLF: Removal of blf_font_draw_ascii DeclarationHarley Acheson
2022-02-05BLF: Save fixed_width value in cacheHarley Acheson
2022-02-05BLF: blf_glyph_cache_free Made StaticHarley Acheson
2022-01-30Cleanup: Cmake: remove unnecessary definitions for internationalizationAaron Carlisle
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