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
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-22Code cleanup: remove BLI_exist, now there is only BLI_exists. One function justBrecht Van Lommel
2011-10-21Fix compilation error with MSVC caused by recent commit.Sergey Sharybin
2011-10-21misc cleanupCampbell Barton
2011-10-21replace BLF's blf_utf8_next() with BLI_str_utf8_as_unicode_step(),Campbell Barton
2011-10-21- minor edits to font drawing/utf8, was needlessly casting int/unsigned int.Campbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne
2011-10-15spelling corrections in comments and quiet warningCampbell Barton
2011-10-11Adding FA (Persian - Farsi) language to po + flipping Arabic name in the Lang...Dalai Felinto
2011-10-01cmake:Campbell Barton
2011-09-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton
2011-09-26change define INTERNATIONAL --> WITH_INTERNATIONALCampbell Barton
2011-09-22clear up some warnings.Campbell Barton
2011-09-21Blenfont: add BLF_unload function to unload/reload fonts.Brecht Van Lommel
2011-09-21Attempt to fix #28709: change language to simplified Chinese: sequencer -> ad...Sergey Sharybin
2011-09-21Fix compilation for MinGW. Antony Riakiotakis
2011-09-20i18n: forgot this files in recent commitSergey Sharybin
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-19Merging r40345 through r40365 from trunk into soc-2011-garlicSergey Sharybin
2011-09-19Blenfont: fix use incorrect clear of ascii glyph cache, leading to crashBrecht Van Lommel
2011-09-19svn merge -r40222:40344 ^/trunk/blenderSergey Sharybin
2011-09-18replace strnlen with BLI_strnlen & some style changes.Campbell Barton
2011-09-18blf - further shrink drawing functions & some style changes.Campbell Barton
2011-09-18blf code - no functional changes.Campbell Barton
2011-09-18i18n: replace gnu unifont with droid sans fontSergey Sharybin
2011-09-17Speedup for font drawing, every letter was character was calling:Campbell Barton
2011-09-16fix NULL check for getenv("LANGUAGE")Xiao Xiangquan
2011-09-15Add Nepali translationXiao Xiangquan
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-14minor edits to ascii draw function, unused var warning.Campbell Barton
2011-09-12fix for changing font sizes with recent utf8 speedupCampbell Barton
2011-09-11speedup font drawing:Campbell Barton
2011-09-06fix the setenv bug on windowsXiao Xiangquan
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-31fix for windows locale settingXiao Xiangquan
2011-08-31fix [#28430] Image with Stampinfo does not get saved correctly with alphaCampbell Barton
2011-08-30minor edits, pep8 - also correct float -> double promotion for blf.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-29merge with trunk r38787Xiao Xiangquan
2011-07-25complete the language-select featureXiao Xiangquan
2011-07-22small fix for the ui language selectionXiao Xiangquan
2011-07-22switch language in User Preference's System page. with some known switch fail...Xiao Xiangquan
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-17cmake source definitions:Campbell Barton
2011-07-16select uiStyle according to UserDef and update lang-packsXiao Xiangquan
2011-06-24merge from trunk #37722Xiao Xiangquan