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
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
2010-11-01Provide a way to get non-AA font rendering, which some see as "sharper".Guillermo S. Romero
2010-03-21remove includes that arnt neededCampbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2009-11-11Fixes for martin's background mode commit - now works fine here on OS XMatt Ebb
2009-09-14use static functions where possible for some local functions.Campbell 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