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
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-03-22code cleanup: unused defines, shadowing and unintended enum-as-variable.Campbell Barton
2013-03-05patch [#34103]Campbell Barton
2013-01-21Fixes to BLF_locale_explode, was not handling all cases correctly (own fault) :/Bastien Montagne
2013-01-21Various cleanup in i18n code (having funcs implemented in two different place...Bastien Montagne
2013-01-21Fix compiling problems with translation stuff disabledJoshua Leung
2013-01-21code cleanup: style & warnings.Campbell Barton
2013-01-20Python i18n API. Many thanks to Campbell and Brecht for the reviews and sugge...Bastien Montagne
2012-12-28style cleanupCampbell Barton
2012-12-18Various minor fixes to i18n code (mostly, translation of enum items' tooltips...Bastien Montagne
2012-11-11Replacing gettext i18n backend by boost::locale one.Bastien Montagne
2012-11-09code cleanup: double promotion warnings, also allow cmake to build SDL withou...Campbell Barton
2012-11-03Fix for [#32992] Switching language does nothing under Windows.Bastien Montagne
2012-10-23Fix #2 for [#32954] Crash when activating 'International Fonts' in User Prefe...Bastien Montagne
2012-10-23Fix #32954: Crash when activating 'International Fonts' in User PreferencesSergey Sharybin
2012-10-22Update of the tools for the new "dynamic" i18n menu, to generate the language...Bastien Montagne
2012-10-22New "dynamic" i18n menu.Bastien Montagne
2012-10-20Atempt to get rid of those ugly "long locales" under windows. Tested by me (w...Bastien Montagne
2012-10-20Remove six languages from Blender UI (rational: very low level of translation...Bastien Montagne
2012-10-20Fix unix language setting fallback (long_locale is windows only!). This was p...Bastien Montagne
2012-10-16Fix #32819: Crash when starting CUDA kernel compilation if UI translation is ...Sergey Sharybin
2012-10-15Adding new Esperanto language.Bastien Montagne
2012-10-14Adding Estonian new language.Bastien Montagne
2012-09-25Fix own error (wrong portuguese-brazilian Windows "long_locale" - yuck!), and...Bastien Montagne
2012-09-15code cleanup: remove paranoid/invalid NULL checks and also reduce some unneed...Campbell Barton
2012-09-07Adding Hebrew language.Bastien Montagne
2012-09-05Adding brazilian portuguese language, as requested by portuguese team.Bastien Montagne
2012-07-23Portuguese is now over 60% (also finisehd old portuguse_brazilian->portuguese...Bastien Montagne
2012-07-09UI translation from inside Blender UI: first part.Bastien Montagne
2012-05-11style cleanup: whitespaceCampbell Barton
2012-04-30Adding Hungarian language.Bastien Montagne
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-05Adding turkish (tr_TR) language.Bastien Montagne
2012-03-31Fixing kyrgyz language (code is ky_KG, just ky does not work...).Bastien Montagne
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-26Renaming pt_BR to pt, as a recent reform [1] made most country speaking portu...Bastien Montagne
2012-03-12Style cleanup in blenfont (spaces, C++ comments, etc.).Bastien Montagne
2012-02-17fa_PE is no valid language code (how comes no one noted that yet?), fa_IR see...Bastien Montagne
2012-01-10Adding the kyrgyz language.Bastien Montagne
2011-12-27* Fixing compile after recent i18 commits. Thomas Dinges
2011-12-26Another fix for #29494: Problem loading translations at Blender's startupSergey Sharybin
2011-12-23Moving back sr locales to sr_RS (else, with recent changes (42830), loading s...Bastien Montagne
2011-12-22Fix #29494: Problem loading translations at Blender's startupSergey Sharybin
2011-12-22Translation context for RNA propertiesSergey Sharybin
2011-12-21Small i18n edits:Bastien Montagne
2011-11-18Moving spanish code from es_ES to es for now (as the best spanish translation...Bastien Montagne
2011-11-14minor cleanup Campbell Barton
2011-11-02quiet some warnings.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-21Fix compilation error with MSVC caused by recent commit.Sergey Sharybin