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
2011-09-18replace strnlen with BLI_strnlen & some style changes.Campbell Barton
2011-09-18blf - further shrink drawing functions & some style changes.Campbell Barton
2011-09-18blf code - no functional changes.Campbell Barton
2011-09-14minor edits to ascii draw function, unused var warning.Campbell Barton
2011-09-12fix for changing font sizes with recent utf8 speedupCampbell Barton
2011-09-11speedup font drawing:Campbell Barton
2011-08-31fix [#28430] Image with Stampinfo does not get saved correctly with alphaCampbell 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
2011-02-18Bugfix #26135Ton Roosendaal
2011-02-14more vars made staticCampbell Barton
2011-01-08remove unused code & variables.Campbell Barton
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-11-11fix for building, also use const char in more places.Campbell Barton
2010-11-11BLF_draw functions take an extra length argument, so the console drawing doen...Campbell Barton
2010-10-31Minor speedups for 3D view text drawing ~10-15% improved frame-rate with part...Campbell Barton
2010-09-14fix for own bug for font buffer drawing (only effected the bottom line of the...Campbell Barton
2010-09-10remove redundant buffer character positioning code & remove attr keyword argu...Campbell Barton
2010-09-10bugfix [#23607] Render Stamp, incorrect apostrophe Y position.Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-04-04added negative bounds checks so drawing text into a buffer wont crash.Campbell Barton
2010-03-28fix for writing out of buffer bounds when drawing to a buffer (most obvious w...Campbell Barton
2010-03-21remove includes that arnt neededCampbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-21drawing text in a byte buffer wasnt working (probably never tested since floa...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-09-22Fix #19427, problem in blenfont not computing the width of text correct,Brecht Van Lommel
2009-09-14use static functions where possible for some local functions.Campbell Barton
2009-08-20Add unsigned char buffer to BLF_draw_buffer and update makefiles for lzo and ...Diego Borghetti
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-122.5: Couple of small fun featuresBrecht Van Lommel
2009-07-11Allow the user set which style to use for the kerning value.Diego Borghetti
2009-07-11Yes!! a nice font again!!Diego Borghetti
2009-06-23New Style option: OverlapDiego Borghetti
2009-06-19Revert a small change to kerning, Matt please let me know if now it's fine (o...Diego Borghetti
2009-06-13Restore default value for font kerning.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-09Add support for attach a file with metrics information to the font.Diego Borghetti
2009-05-08Cleanup blendfont.Diego Borghetti
2009-05-06Big, big commit!!Diego Borghetti
2009-04-23Small changesCampbell Barton
2009-04-102.5Ton Roosendaal
2009-04-07New Bitmap draw mode for Freetype2 fonts.Diego Borghetti