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-11-09Fix T99872: Crash Loading Embedded Fonts - 3.3blender-v3.3-releaseHarley 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
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-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