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-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-17bmesh py api:Campbell Barton
2012-03-16i18n stuff: adds translation_context to RNA structs (used for there ui name),...Bastien Montagne
2012-03-12Style cleanup in blenfont (spaces, C++ comments, etc.).Bastien Montagne
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-17fa_PE is no valid language code (how comes no one noted that yet?), fa_IR see...Bastien Montagne
2012-02-10reverting commit [43876] Fix for aliased fonts in the game engineDalai Felinto
2012-02-04Fix MinGW compilation due to recent font rendering changes.Antony Riakiotakis
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
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
2012-01-10Adding the kyrgyz language.Bastien Montagne
2012-01-06Move glTexEnvi to draw__start/draw__end.Diego Borghetti
2012-01-03Fix:Diego Borghetti
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-24fix [#29683] OpenEXR Output Appears to be brokenCampbell Barton
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-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
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-09Moving i18n code to BLF_translation.hBastien Montagne
2011-11-04cleanup some BLF macros and dont over-alloc BGE's PyObjectPlus when setting s...Campbell Barton
2011-11-02quiet some warnings.Campbell Barton
2011-10-23Remove some more $Id$ that still were left after r41227 and r41228.Guillermo S. Romero
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
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