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
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
2012-05-04Renamed "fake" OpenGL identifiers.Jason Wilkins
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-17Speedup for font drawing, every letter was character was calling:Campbell Barton
2011-09-12fix for changing font sizes with recent utf8 speedupCampbell Barton
2011-04-30fix [#27221] stamp text bug in lower linesCampbell Barton
2011-02-27doxygen: blender/blenfont tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-19Rename global_ft_lib and make it static.Diego Borghetti
2010-12-10Change the BLF_aspect function to handle 3d text.Diego Borghetti
2010-12-09Add the possibility to set a 4x4 matrix to be used on blf.Diego Borghetti
2010-10-31Minor speedups for 3D view text drawing ~10-15% improved frame-rate with part...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-08-18Stamp info back only for float buffer. (next commit add unsigned char).Diego Borghetti
2009-08-07Cleanup a little to add "draw to buffer" (and bring back stamp).Diego Borghetti
2009-08-07Remove bitmap mode from blenfont, only draw with textures.Diego Borghetti
2009-07-11Yes!! a nice font again!!Diego Borghetti
2009-06-23Move shadow option (for text) from editor/interface to blenfont.Diego Borghetti
2009-06-12Made the kerning a float, this give a little more of tweak.Diego Borghetti
2009-06-12Smal tweak to allow the user set a kerning value.Diego Borghetti
2009-05-08Cleanup blendfont.Diego Borghetti