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-09-25BLF: Refactor of blf_font_boundbox_foreach_glyphHarley Acheson
2022-09-24UI: Improved Font ThumbnailsHarley Acheson
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-08-28Cleanup: use const FontBLF argumentsCampbell Barton
2022-08-17BLF: FreeType Optional CachingHarley Acheson
2022-08-09BLF: Revert FreeType CacheHarley Acheson
2022-08-09Fix T100242: Handle Flushed FT SizesHarley Acheson
2022-08-04BLF: Implement FreeType CachingHarley Acheson
2022-07-29Cleanup: quiet warnings in recent BLF and rna_ui changesCampbell Barton
2022-07-29BLF: Fonts with FT_Face OptionalHarley Acheson
2022-06-17BLF: Fallback Font StackHarley Acheson
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-24Cleanup: use "filepath" instead of "filename" for full pathsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-05BLF: Cleanup blf_glyph_cache_find & blf_font_sizeHarley Acheson
2022-02-05BLF: Removal of blf_font_draw_ascii DeclarationHarley Acheson
2022-02-05BLF: blf_glyph_cache_free Made StaticHarley Acheson
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-13BLF: Use Floats for Font Point SizesHarley Acheson
2021-11-03BLF: Remove Thread Locking For Font MetricsHarley Acheson
2021-10-29BLF Refactor: blf_utf8_next_fastHarley 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-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2020-10-22Cleanup: split BLF default into own fileCampbell Barton
2020-08-13Cleanup: GPU: Remove Batch vao cache resetClément Foucault
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-05-03BLF: use 'int' for internal glyph x,y bearingCampbell Barton
2020-05-03BLF: add new arguments to BLF_GlyphBoundsFnCampbell Barton
2020-04-28BLF: add utility function to loop over glyph boundsCampbell Barton
2019-09-14BLF: make library glyph cache handling thread-safeRichard Antalik
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-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-03-31BLF: Perf: Add a kerning cache table for ascii chars.Clément Foucault
2018-03-31Cleanup: BLF batch drawing namingCampbell Barton
2018-03-30BLF: Use Batch API instead of IMM.Clément Foucault