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
2012-05-11style cleanup: whitespaceCampbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-12Style cleanup in blenfont (spaces, C++ comments, etc.).Bastien Montagne
2012-03-09style cleanup: comment blocksCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-10reverting commit [43876] Fix for aliased fonts in the game engineDalai Felinto
2012-02-04Fix for aliased fonts in the game engine.Alex Fraser
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-21Blenfont: add BLF_unload function to unload/reload fonts.Brecht Van Lommel
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-19svn merge -r40222:40344 ^/trunk/blenderSergey Sharybin
2011-09-18blf - further shrink drawing functions & some style changes.Campbell Barton
2011-08-16fix a small bug , and update language-packsXiao Xiangquan
2011-08-13some small fixXiao Xiangquan
2011-08-12code clear, insert blf_gettext.c to blf.cXiao Xiangquan
2011-08-02finish handle for properties_XXX scriptsXiao Xiangquan
2011-07-22switch language in User Preference's System page. with some known switch fail...Xiao Xiangquan
2011-07-16select uiStyle according to UserDef and update lang-packsXiao Xiangquan
2011-06-20handle SpaceType and UserPref popupsXiao Xiangquan
2011-06-10Add i18n support for C code, and most menu items can be translated, nowXiao Xiangquan
2011-06-07Modify the unifont.ttf to have a better lookXiao Xiangquan
2011-06-02Almost complete the i18n system, including:Xiao Xiangquan
2011-05-30Add BLF_gettext(msgid) for C, and blf.gettext(msgid) for Python.Xiao Xiangquan
2011-05-04new BLF functionsCampbell Barton
2011-04-30fix [#27221] stamp text bug in lower linesCampbell 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-17clear some unused warningsCampbell Barton
2010-12-10Change the BLF_aspect function to handle 3d text.Diego Borghetti
2010-12-09Add the possibility to set a 4x4 matrix to be used on blf.Diego Borghetti
2010-11-27added option to turn off Text anti-aliasing in the UIMichael Fox
2010-11-26change monospace font to be an extern, not good final design but better then ...Campbell Barton
2010-11-11fix for building, also use const char in more places.Campbell Barton
2010-11-11BLF_draw functions take an extra length argument, so the console drawing doen...Campbell Barton
2010-10-31Minor speedups for 3D view text drawing ~10-15% improved frame-rate with part...Campbell Barton
2010-04-24unix style outliner name wildcards *.*, Any.???, etc (using fnmatch), also re...Campbell Barton
2010-04-22BugFix:Diego Borghetti
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2009-08-18Stamp info back only for float buffer. (next commit add unsigned char).Diego Borghetti
2009-08-07Remove bitmap mode from blenfont, only draw with textures.Diego Borghetti
2009-07-31fix for warnings and implicit declarationsCampbell Barton
2009-07-122.5: Couple of small fun featuresBrecht Van Lommel
2009-07-11Allow the user set which style to use for the kerning value.Diego Borghetti
2009-07-11Yes!! a nice font again!!Diego Borghetti
2009-07-022.5Ton Roosendaal
2009-06-23New Style option: OverlapDiego Borghetti
2009-06-23Move shadow option (for text) from editor/interface to blenfont.Diego Borghetti
2009-06-12Made the kerning a float, this give a little more of tweak.Diego Borghetti