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
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
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-10GPUTexture: Refactor of texture creation & new featureClément Foucault
2018-06-25Cleanup: code styleCampbell Barton
2018-06-22Blenfont: Fix texture not being initialized in recent refactor.Ray Molenkamp
2018-06-22GLRefactor: Refactor bf_blenfont to use GPUTexture instead of raw GL calls an...Ray Molenkamp
2018-06-08Merge branch 'master' into blender2.8Campbell Barton
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-26BLF: Fix problem with drawing with fonts with multiple size.fclem
2018-04-16Cleanup: indentationCampbell Barton
2018-04-10BLF: Style: Fix bad casts.Clément Foucault
2018-04-10BLF: Fix broken shadows on certain hardware.Clément Foucault
2018-04-09BLF: Fix assert when drawing very small chars.Clément Foucault
2018-04-08BLF: Fix problem with bound texture.Clément Foucault
2018-04-08BLF: Opti: More clever sampling for blured glyphs.Clément Foucault
2018-04-08BLF: Opti: Draw only one quad per shadow/blurred glyph.Clément Foucault
2018-04-01Merge branch 'master' into blender2.8Campbell Barton