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-02-21Compile fixes for recent code cleanups:Thomas Dinges
2013-02-21use radians for BLF_rotationCampbell Barton
2013-02-19minor change to own recent commit with transform fcurve centers and some styl...Campbell Barton
2013-02-13Fix physics' name not translated in main physics panel (reported on bf-transl...Bastien Montagne
2013-01-23UI todo:Ton Roosendaal
2013-01-22Fix for build with scons whithout i18n support.Bastien Montagne
2013-01-21I18n fix: "" context is not the same as NULL context!Bastien Montagne
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
2013-01-08use guarded malloc for blf textureCampbell Barton
2013-01-04code cleanup, also remove glError check in font drawing code since its now a ...Campbell Barton
2013-01-03fix for bug rendering text at small sizes, padding was incorrectly being appl...Campbell Barton
2012-12-28style cleanupCampbell Barton
2012-12-18Various minor fixes to i18n code (mostly, translation of enum items' tooltips...Bastien Montagne
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-12Holiday coding log :)Ton Roosendaal
2012-11-24quiet warning about the context not being used when internationalization is d...Campbell Barton
2012-11-23Basic work to solve "New" translation mismatch (this is an adjective, which o...Bastien Montagne
2012-11-11Clen up of gettext stuff from scons scripts... Did not touch to buildbots one...Bastien Montagne
2012-11-11Replacing gettext i18n backend by boost::locale one.Bastien Montagne
2012-11-11code cleanup:Campbell Barton
2012-11-11replace 0 and 1 with FALSE and TRUE in BLF_global_font_init in blf.cJason Wilkins
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-10-12get the width and height of the font at once when drawing auto-key,Campbell Barton
2012-10-04Fix for commit r51049: no need to create two contexts when one if enough.Bastien Montagne
2012-09-25Fix own error (wrong portuguese-brazilian Windows "long_locale" - yuck!), and...Bastien Montagne
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
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-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-21code cleanup: includes and correction for macroCampbell Barton