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
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-08Cleanup: use doxygen for BLF glyphCampbell Barton
2021-11-06BLF: Refactor blf_glyph.cHarley Acheson
2021-11-03BLF: Remove Thread Locking For Font MetricsHarley Acheson
2021-10-29Cleanup: resolve cast warningsCampbell Barton
2021-10-29BLF Refactor: blf_utf8_next_fastHarley Acheson
2021-08-21Refactor: BLF Kerning Cache After UseHarley Acheson
2021-08-19Refactor: BLF Without Kerning ModesHarley Acheson
2021-08-16BLF: avoid unnecessary lookups in blf_kerning_cache_newCampbell Barton
2021-08-16Cleanup: rename kerning table to ascii_tableCampbell Barton
2021-08-14BLF Cleanup: Size Defines, Comments, etcHarley Acheson
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-07Fix T77651: Black screen on Blender startup on ChromeOSGermano Cavalcante
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-07GPU: Rename gpu_extensions to gpu_capabilitiesClément Foucault
2020-09-05GPUTexture: Change texture creation APIClément Foucault
2020-09-05Cleanup: GPUTexture: Remove use of GPU_texture_create_nDClément Foucault
2020-06-06Fix for T77478: Quiet Conversion Error/WarningHarley Acheson
2020-06-06UI: Ability to Print Bold and ItalicsHarley Acheson
2020-05-03Cleanup: store BLF buffer size in a variableCampbell Barton
2020-05-03BLF: use 'int' for internal glyph x,y bearingCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-11GPU: minor changes to support standalone GHOST buildsCampbell Barton
2020-02-27Fix T74228, T74246: Strange CharactersGermano Cavalcante
2020-02-24BLF: Optimize text rendering and cachingGermano Cavalcante
2020-02-15Fix T73763: Laggy when zooming a node editor with International Fontsmano-wii
2020-02-15Revert "Fix T73763: Laggy with nodes Editor + International Fonts"Clément Foucault
2020-02-14Fix T73763: Laggy with nodes Editor + International Fontsmano-wii
2019-09-14BLF: make library glyph cache handling thread-safeRichard Antalik
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-07-24Fix T67117: Font thumbnails crash to desktopSebastian Parborg
2019-04-22Cleanup: style, use braces for blenfontCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-26Fix T62887: When searching for fonts, thumbnail display mode will crash BlenderSebastian Parborg
2019-03-20Fix T62678: better glyph clipping testJacques Lucke
2019-03-17Fix T62678: Wrong text clippingJacques Lucke
2019-03-14Fix T61300: First letter truncatedJacques Lucke
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-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-06Cleanup: add trailing commas to structsCampbell Barton
2018-12-24Cleanup: First batch of UI messages fixes (typos, final points...).Bastien Montagne
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-07-31Merge branch 'master' into blender2.8Campbell Barton
2018-07-31BLF: replace global aa pref w/ monochrome flagCampbell Barton
2018-07-23Fix large font drawing blurriness in a better way.Brecht Van Lommel
2018-07-20Fix incorrect magnification filter for text texture.Brecht Van Lommel