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-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'blenfont'Campbell Barton
2021-11-13BLF: Use Floats for Font Point SizesHarley Acheson
2021-11-06Cleanup: remove window_manager & editor includes from BLFCampbell Barton
2021-08-25BLF: Remove ASCII-only Code PathsHarley Acheson
2021-08-23Cleanup: rename len to str_len for BLF functionsCampbell Barton
2021-08-19UI: Remove "Unfitted" Kerning Style OptionHarley Acheson
2021-07-28Fix T75028: Improved Font Names in File ManagerHarley Acheson
2020-10-26Cleanup: spellingCampbell Barton
2020-10-22Cleanup: centralize BLF default functions in the headerCampbell Barton
2020-10-21Fix for T81757: Incorrect Overlay Line HeightHarley Acheson
2020-10-12UI: Remove Hard-coded Default Font SizeHarley Acheson
2020-08-13Cleanup: GPU: Remove Batch vao cache resetClément Foucault
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-06-06UI: Ability to Print Bold and ItalicsHarley Acheson
2020-05-03BLF: use 'int' for internal glyph x,y bearingCampbell Barton
2020-05-03BLF: add new arguments to BLF_GlyphBoundsFnCampbell Barton
2020-04-28BLF: add utility function to loop over glyph boundsCampbell Barton
2020-03-25UI: remove non-unicode font and simplify default font loading codeBrecht Van Lommel
2020-03-02Cleanup: make blf header work in C++Jacques Lucke
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-07-29Fix T67620: Font preview translations malfunction in Blender 2.8Bastien Montagne
2019-05-02BLF: pass code-point to BLF_has_glyphCampbell Barton
2019-05-01UI: use Mac key symbols in menus on macOS, instead of text like "Cmd"Harley Acheson
2019-04-21Cleanup: comments (long lines) in avi, blf & bltCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-14Add font selection to VSE text stripsRichard Antalik
2018-08-21Merge branch 'master' into blender2.8Brecht Van Lommel
2018-08-21UI: disable new text hinting from D3201 by default for now.Brecht Van Lommel
2018-08-15UI: tweak drawing of header status text for transparent headers.Brecht Van Lommel
2018-07-31Merge branch 'master' into blender2.8Campbell Barton
2018-07-31BLF: replace global aa pref w/ monochrome flagCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-07UI: Fix waveform widget text drawing.Clément Foucault
2018-03-31Cleanup: BLF batch drawing namingCampbell Barton
2018-03-30BLF: Add Batching capabilities.Clément Foucault
2018-03-30BLF: Use Batch API instead of IMM.Clément Foucault
2018-03-26Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-26BLF: Don't use user preferencesSergey Sharybin
2017-07-08Merge branch 'master' into blender2.8Brecht Van Lommel