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-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-08-04SCons: Fix for really nasty bug with polluting configuration environmentSergey Sharybin
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-04-07Cleanup: brace placement /w structsCampbell 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-15Fix missing UI ID messages and/or I18N contexts for MovieClip/Mask/Palette/Pa...Bastien Montagne
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-10-08Ghost Context RefactorJason Wilkins
2014-08-14hint checks to re-alloc as unlikelyCampbell Barton
2014-08-05Fix for double freeing of MEM_guardedalloc'ed memory originating from BLF_lan...Tamito Kajiyama
2014-07-16BLF: avoid float/int conversion drawing glyphsCampbell Barton
2014-07-04Add (r)partition funcs to BLI_string, to get left-most/right-most first occur...Bastien Montagne
2014-06-13UI: Add back ability to select a custom interface fontCampbell Barton
2014-06-13BLF: use NONNULL & WARN_UNUSED_RESULT attrs & remove unneeded NULL checkCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-11Fix compilation error after recent BLF changeSergey Sharybin
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-30Correct own recent changes broke release buildsCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-02-17Code cleanup: unused/warningsCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell 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-12-18Error in recent commitCampbell Barton
2013-12-18BLF: debug function to print a fonts stateCampbell Barton
2013-12-18Style Cleanup: minor edits in recent changesCampbell Barton