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-10-17Fix for T101506: BLF Disable Kerning in Main FontHarley Acheson
2022-10-07Cleanup: redundant parenthesisCampbell 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-24BLF: Refactor of DPIHarley Acheson
2022-08-28Cleanup: use const FontBLF argumentsCampbell Barton
2022-08-17BLF: FreeType Optional CachingHarley Acheson
2022-08-04BLF: Implement FreeType CachingHarley Acheson
2022-06-17BLF: Fallback Font StackHarley Acheson
2022-04-13Cleanup: avoid redundant float/int conversions in BLFCampbell 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
2021-12-08Cleanup: move public doc-strings into headers for 'blenfont'Campbell Barton
2021-11-13BLF: Use Floats for Font Point SizesHarley Acheson
2021-08-25BLF: Remove ASCII-only Code PathsHarley Acheson
2021-08-23Cleanup: rename len to str_len for BLF functionsCampbell Barton
2021-08-21Refactor: BLF Kerning Cache After UseHarley Acheson
2021-07-28Fix T75028: Improved Font Names in File ManagerHarley Acheson
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-02-14Cleanup: spellingCampbell Barton
2020-10-22Cleanup: split BLF default into own fileCampbell Barton
2020-10-21Fix for T81757: Incorrect Overlay Line HeightHarley Acheson
2020-10-12UI: Remove Hard-coded Default Font SizeHarley Acheson
2020-10-12Fix T80599 Blender Cloud folder text on the screen very smallClément Foucault
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-08-13Cleanup: GPU: Remove Batch vao cache resetClément Foucault
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-05-03BLF: use 'int' for internal glyph x,y bearingCampbell Barton
2020-04-28BLF: add utility function to loop over glyph boundsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-11GPU: minor changes to support standalone GHOST buildsCampbell Barton
2020-02-24BLF: Optimize text rendering and cachingGermano Cavalcante
2020-01-20Cleanup: use existing helper for float to uchar color conversionJames Fulop
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-09-14BLF: make library glyph cache handling thread-safeRichard Antalik
2019-05-02BLF: pass code-point to BLF_has_glyphCampbell Barton
2019-05-01UI: use Mac key symbols in menus on macOS, instead of text like "Cmd"Harley Acheson
2019-04-22Cleanup: style, use braces for blenfontCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-22Cleanup: de-duplicate font loading codeCampbell Barton
2019-01-14Add font selection to VSE text stripsRichard Antalik
2018-08-15UI: tweak drawing of header status text for transparent headers.Brecht Van Lommel
2018-07-31Merge branch 'master' into blender2.8Campbell Barton
2018-07-31BLF: replace global aa pref w/ monochrome flagCampbell Barton
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2018-06-08Merge branch 'master' into blender2.8Campbell Barton