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
2017-09-10merged the master branchsoc-2017-vertex_paintDarshan Kadu
2017-04-14BLF: avoid glyph cache use-after freeCampbell Barton
2017-01-26Fix (unreported) crash when file browser attempts to show preview of some def...IRIE Shinsuke
2016-07-22fix confusing operator precedenceMike Erwin
2016-06-08GPU: fix/workaround basic shader font-colorCampbell Barton
2016-04-27Fix alpha blending w/ font drawing & byte bufferCampbell Barton
2016-04-22BLF: use float vector passing color argsCampbell Barton
2016-03-28BLF: alpha support for drawing to bufferCampbell Barton
2016-03-05Cleanup: quiet -Wcomma, cast to void where neededCampbell Barton
2016-02-19Fix crash drawing fonts at size 1Campbell Barton
2016-01-03Fix text wrapping off-by-one error w/ string widthCampbell Barton
2015-12-28Fix for building ghost-testsCampbell Barton
2015-12-15use float (not double) for font matrixMike Erwin
2015-12-08OpenGL: remove non-power-of-two texture check, where even ES 2.0 does not nee...Brecht Van Lommel
2015-12-08OpenGL: use sized texture internal formatsMike Erwin
2015-12-06OpenGL: rename simple shader to basic shader.Brecht Van Lommel
2015-12-06OpenGL: use simple shader for texture drawing in a few places.Brecht Van Lommel
2015-11-28OpenGL: assume GL_TEXTURE_ENV_MODE GL_MODULATE is the default state.Brecht Van Lommel
2015-10-17Cleanup: warningsCampbell Barton
2015-10-03Fix Broken Font Preview (reported over IRC by kopias, thanks).Bastien Montagne
2015-09-20Cleanup: Use new vector transform functionsJulian Eisel
2015-09-19BLF: correct ResultBLF.width value when wrappingCampbell Barton
2015-09-18BLF: initial word-wrap supportCampbell Barton
2015-08-28Fix assigning flag to boolCampbell Barton
2015-08-19Hopefully fix broken windows after recent i18n split.Bastien Montagne
2015-08-19Cleanup: style + doxyCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-06-02Fix drawing text on >2gig buffers (stamp for eg)Campbell Barton
2015-06-01Font Preview: fallback to default english strings in case translated ones hav...Bastien Montagne
2015-05-19Building without Python works againCampbell Barton
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-13Cleanup: styleCampbell Barton
2015-04-10Thumbnails: Add translations to font preview.Bastien Montagne
2015-04-10BLF translation: fix BLF_lang_get(), add UI-agnostic BLF_translate/_do helpers.Bastien Montagne
2015-04-08Font preview for file browserCampbell Barton
2015-04-08BLF: use regular unsigned int'sCampbell Barton
2015-04-08BLF: Fix clamping drawing into byte bufferCampbell Barton
2015-02-06Cleanup: styleCampbell Barton
2015-02-04Fix for recent LANG locale workaroundSergey Sharybin
2015-02-03Fix T43544: Runtime Error when Locale is not validSergey Sharybin
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-20BLF: remove paranoid checks for unset default fontCampbell Barton
2015-01-12Fix T42069: Fonts /w non-ascii paths fail in win32Campbell Barton
2014-12-04Fix T42797: -Werror=sign-conversion Triggered in blf_glyph.cBastien Montagne
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-10-10Cleanup: (float)floor -> floorfCampbell Barton
2014-08-14hint checks to re-alloc as unlikelyCampbell Barton