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
2022-11-08Cleanup: PyMethodDef formattingCampbell Barton
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-09-08Cleanup: correct PyModuleDef.m_slots referenceCampbell Barton
2022-05-06Cleanup: spelling in comments, use doxygen commentsCampbell Barton
2022-03-24Cleanup: use "filepath" instead of "filename" for full pathsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-11-13BLF: Use Floats for Font Point SizesHarley Acheson
2021-08-19UI: Remove "Unfitted" Kerning Style OptionHarley Acheson
2020-11-06Cleanup: use ELEM macro (>2 args)Campbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-20Cleanup: use named unsigned types in the Python APICampbell Barton
2019-10-16Cleanup: define PY_SSIZE_T_CLEAN for PythonCampbell Barton
2019-06-21Cleanup: spelling, grammar, and other correctionsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-29Cleanup: style, use braces for the Python APICampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-10-22API Docs: remove 'level' from blf.color argumentsJacques Lucke
2018-07-31Merge branch 'master' into blender2.8Campbell Barton
2018-07-31BLF: replace global aa pref w/ monochrome flagCampbell Barton
2018-06-21Python/BLF: add blf.color(r, g, b, a) method.Brecht Van Lommel
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in Python moduleCampbell Barton
2016-10-16BLF: make blurry text an optional (disabled) featureMike Erwin
2016-04-22BLF: use float vector passing color argsCampbell Barton
2015-09-18BLF: initial word-wrap supportCampbell Barton
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-01-06PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RETCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (python)Campbell Barton
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2012-03-17style cleanup: py/capiCampbell Barton
2011-11-05py operators - don't use the screen as an operators ID anymore, screen's don'...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-21remove blf.gettext, add blf.unload(font)Campbell Barton
2011-09-20have blf.gettext even when internationalization is disabled (just passes thro...Campbell Barton
2011-09-20i18n: fake_gettext is no longer needed for pythonSergey Sharybin
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-20modify the python gettext function to pass through the original string when n...Campbell Barton
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-08-31fix for windows locale settingXiao Xiangquan
2011-08-12code clear, insert blf_gettext.c to blf.cXiao Xiangquan
2011-06-20handle SpaceType and UserPref popupsXiao Xiangquan
2011-05-30Add BLF_gettext(msgid) for C, and blf.gettext(msgid) for Python.Xiao Xiangquan
2011-05-24use PyDoc_STRVAR macro, so its possible to build without docstrings.Campbell Barton
2011-02-27doxygen: blender/python tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton