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
2021-08-21Refactor: BLF Kerning Cache After UseHarley Acheson
2021-08-19Refactor: BLF Without Kerning ModesHarley Acheson
2021-08-16Cleanup: rename kerning table to ascii_tableCampbell 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
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-06-06UI: Ability to Print Bold and ItalicsHarley Acheson
2020-05-03BLF: use 'int' for internal glyph x,y bearingCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-27Fix T74228, T74246: Strange CharactersGermano Cavalcante
2020-02-24BLF: Optimize text rendering and cachingGermano Cavalcante
2019-10-17Cleanup: spellingCampbell 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-14Add font selection to VSE text stripsRichard Antalik
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-18GWN: Port to GPU module: Move files to GPUClément Foucault
2018-06-22Cleanup: styleCampbell Barton
2018-06-22GLRefactor: Refactor bf_blenfont to use GPUTexture instead of raw GL calls an...Ray Molenkamp
2018-06-08Merge branch 'master' into blender2.8Campbell Barton
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-21Cleanup: styleCampbell Barton
2018-04-08BLF: Fix problem with bound texture.Clément Foucault
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-03-31BLF: Perf: Add a kerning cache table for ascii chars.Clément Foucault
2018-03-31Cleanup: blf internal struct namingCampbell Barton
2018-03-31Cleanup: BLF batch drawing namingCampbell Barton
2018-03-30BFL: Fix broken vertical texts.Clément Foucault
2018-03-30BLF: Add Batching capabilities.Clément Foucault
2018-03-30BLF: Use Batch API instead of IMM.Clément Foucault
2016-10-16Cleanup: Quiet warnings, use RAD2DEG macroJulian Eisel
2016-10-16BLF/OpenGL: more text drawing optimizationMike Erwin
2016-10-16BLF: make blurry text an optional (disabled) featureMike Erwin
2015-12-15use float (not double) for font matrixMike Erwin
2015-09-18BLF: initial word-wrap supportCampbell Barton
2015-04-08BLF: use regular unsigned int'sCampbell Barton
2014-07-16BLF: avoid float/int conversion drawing glyphsCampbell Barton
2013-09-01move strict compiler checks into a header so its easier to manage in one plac...Campbell Barton
2013-06-28Fix #35884: crash opening .blend with generated color grid image and preview ...Brecht Van Lommel
2013-05-12quiet sign conversion warnings and reduce sign conversion for BLI_string, and...Campbell Barton
2013-02-21use radians for BLF_rotationCampbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-13fix [#32126] STAMP: Setting a background color causes color flickerCampbell Barton
2012-08-13fix for stamp text drawing into a color buffer not taking color management in...Campbell Barton