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-08-19Correct assert from 22ab0159a9754365e2d10a1bc658d4409d084fa6Campbell Barton
2021-08-19Refactor: BLF Without Kerning ModesHarley Acheson
2021-08-19UI: Remove "Unfitted" Kerning Style OptionHarley 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-16BLF: use fast ASCII kerning for word-wrap calculationsCampbell Barton
2021-08-16Cleanup: replace macros with inline functions for font drawingCampbell Barton
2021-08-14BLF: Do Not Preload Glyph CacheHarley Acheson
2021-08-14BLF Cleanup: Size Defines, Comments, etcHarley Acheson
2021-08-11BLF: Do Not Cache Unused Rendered GlyphsHarley Acheson
2021-08-04VSE: Allow Wingdings and Symbol FontsHarley Acheson
2021-07-28Fix T75028: Improved Font Names in File ManagerHarley Acheson
2021-07-27Cleanup: comment spelling & punctuationYimingWu
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-07Fix T77651: Black screen on Blender startup on ChromeOSGermano Cavalcante
2021-05-31Cleanup: Replace fseek() calls with BLI_fseek()Harley Acheson
2021-04-22Fix T87337: Text strip draws white outlineRichard Antalik
2021-02-17Cleanup: Abbreviate enums with 'UNSIGNED_' in the nameGermano Cavalcante
2021-02-17Cleanup: spellingCampbell Barton
2021-02-14Cleanup: spellingCampbell Barton
2020-12-15Fix (studio-reported) broken handling of relative font paths.Bastien Montagne
2020-10-26Cleanup: spellingCampbell Barton
2020-10-22Cleanup: centralize BLF default functions in the headerCampbell Barton
2020-10-22Cleanup: split BLF default into own fileCampbell Barton
2020-10-21Fix for T81757: Incorrect Overlay Line HeightHarley Acheson
2020-10-12UI: Remove Hard-coded Default Font SizeHarley Acheson
2020-10-12Fix T80599 Blender Cloud folder text on the screen very smallClément Foucault
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
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-09-05GPUTexture: Remove bind to edit callsClément Foucault
2020-08-18Cleanup: GPUState: remove double GPU_blend callsClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPUState: Replace blend func separate by enumClément Foucault
2020-08-13Cleanup: GPU: Remove Batch vao cache resetClément Foucault
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-26GPU: Remove GL constant from BIF_glutilClément Foucault
2020-07-03Clang-Tidy: Enable bugprone-misplaced-widening-castSergey Sharybin
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-05-03BLF: add new arguments to BLF_GlyphBoundsFnCampbell Barton
2020-04-28BLF: add utility function to loop over glyph boundsCampbell Barton