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
2015-01-12Fix T42069: Fonts /w non-ascii paths fail in win32Campbell Barton
2014-10-08Ghost Context RefactorJason Wilkins
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-04-29don't use GPU_extensions for BLF, its not initialized when using the blender-...Campbell Barton
2013-04-12Add function to query maximum texture size. Also, make texture uploadAntony Riakiotakis
2013-01-20Python i18n API. Many thanks to Campbell and Brecht for the reviews and sugge...Bastien Montagne
2012-11-11Replacing gettext i18n backend by boost::locale one.Bastien Montagne
2012-10-22New "dynamic" i18n menu.Bastien Montagne
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-02-04Fix MinGW compilation due to recent font rendering changes.Antony Riakiotakis
2011-10-23Remove some more $Id$ that still were left after r41227 and r41228.Guillermo S. Romero
2011-10-01cmake:Campbell Barton
2011-09-26change define INTERNATIONAL --> WITH_INTERNATIONALCampbell Barton
2011-09-20i18n: code clean-upSergey Sharybin
2011-08-12code clear, insert blf_gettext.c to blf.cXiao Xiangquan
2011-07-29merge with trunk r38787Xiao 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-06-20handle SpaceType and UserPref popupsXiao Xiangquan
2011-05-31cmake maintenanceCampbell Barton
2011-05-09minor cleanup, no functional changes.Campbell Barton
2011-04-06add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-09removing BLF_types.h from CMakeLists.txtDalai Felinto
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-21- check IF WIN32 AND NOT UNIX (for cygwin)Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-09-06- use list append in more places (preferred method since its faster)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-09-24- cmake/make/scons didnt define INTERNATIONAL when buidling blenfontCampbell Barton
2009-09-06white space commit. (2 spaces -> tab).Campbell Barton
2009-08-15- remove UNSET becuase it only works with newer versions of cmake,Campbell Barton
2009-08-14cmake changesCampbell Barton
2009-05-06Big, big commit!!Diego Borghetti
2009-02-20Small tweak to get cmake working again.Kent Mein
2009-02-172.5: CMake update for blenfont module, also some flags for sconsBrecht Van Lommel
2009-01-30'scons blenderlite' failed because blf expected freetypeCampbell Barton
2009-01-29Added CMake files needed for new blenfont module.Nicholas Bishop