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-22Fix potential undefined behavior printing a NULL pointer stringCampbell Barton
2022-07-08Cleanup: spelling in commentsCampbell Barton
2022-07-08Cleanup: Calm GCC Conversion WarningHarley Acheson
2022-07-07BLF: Add Support for Variable FontsHarley Acheson
2022-07-04Cleanup: spelling in commentsCampbell Barton
2022-06-28Cleanup: compiler warnings, remove unused functionsCampbell Barton
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-17Cleanup: Compiler Warning of Sign Conversion #2Ray Molenkamp
2022-06-17Cleanup: Compiler Warning of Sign ConversionHarley Acheson
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-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-03-25Cleanup: use count or num instead of nbrCampbell 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: Default Size as FloatHarley Acheson
2022-02-05BLF: Removal of blf_font_draw_ascii DeclarationHarley Acheson
2022-02-05BLF: Save fixed_width value in cacheHarley Acheson
2022-02-05BLF: blf_glyph_cache_free Made StaticHarley Acheson
2022-01-30Cleanup: Cmake: remove unnecessary definitions for internationalizationAaron Carlisle
2022-01-26Revert "CMake: include BROTLI_LIBRARIES in FREETYPE_LIBRARIES on UNIX"Campbell Barton
2022-01-26CMake: include BROTLI_LIBRARIES in FREETYPE_LIBRARIES on UNIXCampbell Barton
2022-01-25CMake/Linux: find Brotli library the proper waySybren A. Stüvel
2022-01-21Cmake/Deps: Freetype 2.11.0 / brotli 1.0.9Ray Molenkamp
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-19Cleanup: fix typos in comments and docsBrecht Van Lommel
2021-11-13BLF: Use Floats for Font Point SizesHarley Acheson
2021-11-08Cleanup: use doxygen for BLF glyphCampbell Barton
2021-11-06BLF: Refactor blf_glyph.cHarley Acheson
2021-11-06Cleanup: remove window_manager & editor includes from BLFCampbell Barton
2021-11-05Cleanup (UI): Add/use type for operator context enumJulian Eisel
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-29Cleanup: resolve cast warningsCampbell Barton