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
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-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
2013-12-16BLF API: Add BLF_width_to_strlen,rstrlen gives a byte offset from a string widthCampbell Barton
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-11-24Fix: Wrong variable used to check for metrics files on BLFDiego Hernan Borghetti
2013-11-08use assert to check for incorrect use of BLF_draw_ascii()Campbell Barton
2013-09-01Mingw Compiling Fix - Conversion from int to unsigned char...Joshua Leung
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-07-13fix for bad NULL check in bmo_connect_pair, also remove duplicate checks in i...Campbell Barton
2013-06-28Fix #35884: crash opening .blend with generated color grid image and preview ...Brecht Van Lommel
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-06-07text rendering: shadow offset was causing text to clip, now check for clippin...Campbell Barton
2013-05-12Fix build error on MinGW64Antony Riakiotakis
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-03-22code cleanup: unused defines, shadowing and unintended enum-as-variable.Campbell Barton
2013-03-21Bugfix: Transform autokey warning indicator text was getting clipped prematurelyJoshua Leung
2013-03-20I18n users request: add the ability to use a translated name for newly added/...Bastien Montagne
2013-03-19Various cleanup around default i18n context.Bastien Montagne
2013-03-15Add the possibility to define the translation context for py rna classes (ope...Bastien Montagne
2013-03-13style cleanupCampbell Barton
2013-03-12Fix compilation error after recent changes to strict gcc flagsSergey Sharybin
2013-03-12Patch [#34373] Use i18n monospace font in Text editor and Python consoleIrie Shinsuke
2013-03-08Fix to BLF_pgettext, which was returning "" when passed NULL msgid... Never n...Bastien Montagne
2013-03-05patch [#34103]Campbell Barton
2013-02-21Compile fixes for recent code cleanups:Thomas Dinges
2013-02-21use radians for BLF_rotationCampbell Barton
2013-02-13Fix physics' name not translated in main physics panel (reported on bf-transl...Bastien Montagne
2013-01-23UI todo:Ton Roosendaal