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-08Fix deprecation warnings about printf() on macOSSergey Sharybin
2022-08-31Cleanup: reduce scope, quiet unused variable warningsCampbell Barton
2022-02-16Cleanup: spelling in commentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: move file descriptions into doxygen file sectionCampbell Barton
2022-01-27Revert "Cleanup: Remove unused variables in winstuff.c"Ray Molenkamp
2022-01-27Cleanup: Remove unused variables in winstuff.cRay Molenkamp
2021-11-01Fix crash when "HOME" environment variable isn't definedCampbell Barton
2021-10-28Fix install paths for blender thumbnailer when not building a portable installSebastian Parborg
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-14UI: Windows Blend File AssociationHarley Acheson
2021-05-27Win: Add launcher to hide the console window flashRay Molenkamp
2020-08-26Cleanup: better naming and no bad level access in BLI_winstuffBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-08-30Windows: Move building of blendthumb into the blender codebase.Ray Molenkamp
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27Cleanup: style, use braces for blenlibCampbell 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
2018-06-17Cleanup: trailing space for BLICampbell Barton
2017-05-27Remove MinGW supportAaron Carlisle
2015-11-16Add missing newlines for debug printsCampbell Barton
2015-09-16Fix T45389 Windows thumbnails not working.Antony Riakiotakis
2014-08-29Fix for blender.exe -r being registering blender-app.exeSergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-14workaround for building with mingw32Campbell Barton
2014-02-04Code cleanup: declarations for removed functionsCampbell Barton
2014-01-15Fix for icon generation with MSVCCampbell Barton
2014-01-13Fix some harmless warnings that mostly appeared on MinGW64Antony Riakiotakis
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-05-28reorder includes for winCampbell Barton
2013-03-14add BLI_strncpy_rlen(), a clone of BLI_strncpy() that returns the number of b...Campbell Barton
2013-03-05fix for building with mingw in since recent changes.Campbell Barton
2012-12-15move pbvh into BKE, it used many BKE bad level includes.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-15code cleanup: modify DO_INLINE define to not use __inline with mingwCampbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-18style cleanup: function definitionsCampbell Barton
2012-05-12style cleanup: remaining BLI files.Campbell Barton
2012-05-01style cleanup: guys - set your editors to tabs!Campbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-12code cleanup: quiet some mingw warnings.Campbell Barton
2012-04-09Warning Fixes - const correctness in unicode encoding, unused variables in bl...Jason Wilkins
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov