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-08-30BLF: Fallback Stack Error HandlingHarley Acheson
2022-08-28Cleanup: use const FontBLF argumentsCampbell Barton
2022-08-26Cleanup: spelling in comments, formatCampbell Barton
2022-08-19Cleanup: minor changes to BLF APICampbell Barton
2022-08-17Cleanup: compiler warnings, clang-tidyCampbell Barton
2022-08-17BLF: FreeType Optional CachingHarley Acheson
2022-08-16Fix T99872: Crash Loading Embedded Fonts - MasterHarley Acheson
2022-08-12BLF: Adjustments to Static Font DetailsHarley Acheson
2022-08-11BLF: Mutex Lock Glyph Cache Per Font, Not GlobalHarley Acheson
2022-08-11BLF: Fallback Broken After Cache RemovalHarley Acheson
2022-08-09BLF: Revert FreeType CacheHarley Acheson
2022-08-09Fix T100242: Handle Flushed FT SizesHarley Acheson
2022-08-05Fix: Build error after recent commitHans Goudey
2022-08-05Fix Build Warnings in blf_font.cHarley Acheson
2022-08-04BLF: Implement FreeType CachingHarley Acheson
2022-08-03Cleanup: fix various typosBrecht Van Lommel
2022-07-29Cleanup: quiet warnings in recent BLF and rna_ui changesCampbell Barton
2022-07-29BLF: Fonts with FT_Face OptionalHarley Acheson
2022-07-29BLF: Don't Print Empty StringsHarley Acheson
2022-07-07BLF: Add Support for Variable FontsHarley Acheson
2022-06-27Revert 6de0f299505a: BLF: Support for Variable FontsHarley Acheson
2022-06-27BLF: Add Support for Variable FontsHarley Acheson
2022-06-22Cleanup: replace BLF defines with enum, formattingCampbell Barton
2022-06-17BLF: Fallback Font StackHarley Acheson
2022-05-06Cleanup: spelling in comments, use doxygen commentsCampbell Barton
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-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: Save fixed_width value in cacheHarley Acheson
2022-02-05BLF: blf_glyph_cache_free Made StaticHarley Acheson
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-06Cleanup: remove window_manager & editor includes from BLFCampbell Barton
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-29BLF Refactor: blf_utf8_next_fastHarley Acheson
2021-10-29BLF Refactor: blf_kerning_step_fastHarley Acheson
2021-08-27Cleanup: utf8 stepping functionsCampbell 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