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-09Improved Korean Font SampleHarley Acheson
2022-10-17Fix for T101506: BLF Disable Kerning in Main FontHarley Acheson
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-06Cleanup: split BLF glyph rendering into a functionCampbell Barton
2022-10-02Fix: build issue with MSVCRay Molenkamp
2022-10-02Fix build error on Linux after font thumbnail changesBrecht Van Lommel
2022-09-30Fix error in blf_get_sample_text returning a pointer to stack memoryCampbell Barton
2022-09-27BLF: Editing Text with Combining CharactersHarley Acheson
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-25BLF: Refactor of blf_font_boundbox_foreach_glyphHarley Acheson
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-25Cleanup: format, spelling in commentsCampbell Barton
2022-09-24UI: Improved Font ThumbnailsHarley Acheson
2022-09-24BLF: Correctly Set Default Font SizeHarley Acheson
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-09-22Fix crash loading fonts that fail to be readCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-14BLF: Incorrect Define UsedHarley Acheson
2022-09-06Fix T100823: Do Not Load Non-Scalable FontsHarley Acheson
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-02Cleanup: Fix clang-tidy warnings: [bugprone-suspicious-memory-comparison]Clément Foucault
2022-09-02BLF: Replacement of Hebrew FontHarley Acheson
2022-08-31Cleanup: split font datafile loading into a functionCampbell Barton
2022-08-31BLF: use existing stat from 'direntry' for directory checkCampbell Barton
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-22Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-22Fix potential undefined behavior printing a NULL pointer stringCampbell Barton
2022-08-20BLF: Fix FT_Get_Advance Wrong Value Without SizeHarley Acheson
2022-08-19Cleanup: minor changes to BLF APICampbell Barton
2022-08-19Cleanup: spelling in commentsCampbell Barton
2022-08-18BLF: Gamma CorrectionHarley Acheson
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-15GPU: replace GLEW with libepoxyChristian Rauch
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: New Font Stack for Better Language CoverageHarley Acheson
2022-07-29BLF: Fonts with FT_Face OptionalHarley Acheson