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-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-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-17cmake source definitions:Campbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-05-10minor cleanup: make functions static, use NULL for pointer comparisons,Campbell Barton
2011-05-09minor cleanup, no functional changes.Campbell Barton
2011-05-04new BLF functionsCampbell Barton
2011-04-30fix [#27221] stamp text bug in lower linesCampbell Barton
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-04-06add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own...Campbell Barton
2011-03-10fix [#26442] blender crash when turning off antialiasing fontsCampbell Barton
2011-02-27doxygen: blender/blenfont tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-22Too many ifdefs made me miss the fact variables were declared insideTon Roosendaal
2011-02-22No idea why this goes wrong, but I can't get preprocessor output withTon Roosendaal
2011-02-19Rename global_ft_lib and make it static.Diego Borghetti
2011-02-18Bugfix #26135Ton Roosendaal
2011-02-17clear some unused warningsCampbell Barton
2011-02-16doc generation support for excluding some modules, without this a full rebuil...Campbell Barton
2011-02-14more vars made staticCampbell Barton
2011-02-13fix for error building.Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-01-30remove nan-makefilesCampbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-08remove unused code & variables.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-10Change the BLF_aspect function to handle 3d text.Diego Borghetti
2010-12-09removing BLF_types.h from CMakeLists.txtDalai Felinto
2010-12-09Add the possibility to set a 4x4 matrix to be used on blf.Diego Borghetti
2010-12-09Testing commit! Remove an empty file.Diego Borghetti
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-27added option to turn off Text anti-aliasing in the UIMichael Fox
2010-11-26fix building blenderplayer and a divide by zero bug with the console view.Campbell Barton
2010-11-26change monospace font to be an extern, not good final design but better then ...Campbell Barton
2010-11-21- check IF WIN32 AND NOT UNIX (for cygwin)Campbell Barton
2010-11-11fix for building, also use const char in more places.Campbell Barton
2010-11-11BLF_draw functions take an extra length argument, so the console drawing doen...Campbell Barton
2010-11-02Recommit sharp font optional code as all Freetype should be above 2.1.10 now.Guillermo S. Romero
2010-11-01Temporary revert recent changes in blf_glyph.c until its fixed.Thomas Dinges
2010-11-01Fix silly column paste.Guillermo S. Romero
2010-11-01Provide a way to get non-AA font rendering, which some see as "sharper".Guillermo S. Romero
2010-10-31Minor speedups for 3D view text drawing ~10-15% improved frame-rate with part...Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-09-14fix for own bug for font buffer drawing (only effected the bottom line of the...Campbell Barton
2010-09-10remove redundant buffer character positioning code & remove attr keyword argu...Campbell Barton