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
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2014-12-04Fix T42797: -Werror=sign-conversion Triggered in blf_glyph.cBastien Montagne
2014-10-10Cleanup: (float)floor -> floorfCampbell Barton
2014-08-14hint checks to re-alloc as unlikelyCampbell Barton
2014-07-16BLF: avoid float/int conversion drawing glyphsCampbell Barton
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2014-01-16BLF: Fix for changing the DPI storing many fonts (300+)Campbell Barton
2014-01-16BLF: avoid allocating empty array in blf_glyph_cache_textureCampbell Barton
2014-01-16Fix for BLF using realloc() on guarded-alloced memoryCampbell Barton
2013-09-01move strict compiler checks into a header so its easier to manage in one plac...Campbell Barton
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton
2013-06-28Fix #35884: crash opening .blend with generated color grid image and preview ...Brecht Van Lommel
2013-06-07text rendering: shadow offset was causing text to clip, now check for clippin...Campbell Barton
2013-05-12quiet sign conversion warnings and reduce sign conversion for BLI_string, and...Campbell Barton
2013-04-29don't use GPU_extensions for BLF, its not initialized when using the blender-...Campbell Barton
2013-04-12Add function to query maximum texture size. Also, make texture uploadAntony Riakiotakis
2013-01-23UI todo:Ton Roosendaal
2013-01-08use guarded malloc for blf textureCampbell Barton
2013-01-04code cleanup, also remove glError check in font drawing code since its now a ...Campbell Barton
2013-01-03fix for bug rendering text at small sizes, padding was incorrectly being appl...Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-21code cleanup: includes and correction for macroCampbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-05-11style cleanup: whitespaceCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-12Style cleanup in blenfont (spaces, C++ comments, etc.).Bastien Montagne
2012-02-10reverting commit [43876] Fix for aliased fonts in the game engineDalai Felinto
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-02-04Fix for aliased fonts in the game engine.Alex Fraser
2012-01-06Move glTexEnvi to draw__start/draw__end.Diego Borghetti
2012-01-03Fix:Diego Borghetti
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-19Blenfont: fix use incorrect clear of ascii glyph cache, leading to crashBrecht Van Lommel
2011-09-18blf - further shrink drawing functions & some style changes.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-03-10fix [#26442] blender crash when turning off antialiasing fontsCampbell 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-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2010-11-27added option to turn off Text anti-aliasing in the UIMichael Fox
2010-11-02Recommit sharp font optional code as all Freetype should be above 2.1.10 now.Guillermo S. Romero
2010-11-01Temporary revert recent changes in blf_glyph.c until its fixed.Thomas Dinges
2010-11-01Fix silly column paste.Guillermo S. Romero