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-07-13Cleanup: quiet warnings by adding const in some placesJacques Lucke
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-06-18Cleanup: doxy sections for walk/fly operatorsCampbell Barton
2020-06-16Cleanup: doxy sections for camera, collections, text & seqmodifierCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-11-11Fix T71489: Video editor crashDalai Felinto
2019-10-15Fix T68700: Incorrect 'absolute' timing of animated masks in the VideoPhilipp Oeser
2019-08-06Cleanup: use BKE_ prefix for BKE_colortools.hCampbell Barton
2019-08-02BrightContrast not working correctly with negative contrastPhilipp Oeser
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell 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-10-19Partial revert '#if 0' cleanupCampbell Barton
2018-10-18Cleanup: Remove more #if 0 blocksJacques Lucke
2018-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2017-05-19Fix T51556: Sequencer - White Balance Modifier - Masking is not honoredSergey Sharybin
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2016-02-23Fix white balance sequencer modifierCampbell Barton
2016-02-15Fix white balance, was doing unnecessary linear conversionsCampbell Barton
2016-01-25Sequencer: Add option to use absolute mask animation timeSergey Sharybin
2016-01-24Cleanup: styleCampbell Barton
2016-01-19Sequencer: Implement Tone Map strip modifierSergey Sharybin
2016-01-11Fix error in white-balance w/ float bufferCampbell Barton
2015-12-31Fix T47094: Crash w/ sequencer white-balanceCampbell Barton
2015-12-28Cleanup: style, indentationCampbell Barton
2015-12-28White Balance modifier for the VSEThomas Beck
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-20Fix T43986: VSE Mask Modifier don't move with video-Clip.Bastien Montagne
2015-03-18Fix for crash adding mask modifierCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-03-20Code cleanup: use true/false in sequencer functionsSergey Sharybin
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-18Send sequencer render context as const pointer rather than as valueSergey Sharybin
2013-05-08Mask modifier for sequencesSergey Sharybin
2013-04-13code cleanup: use `const char` for args and replace wm_keyconfig_list_find() ...Campbell Barton
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-02-27Fix #34439: Strip modifier - Mask multiply failureSergey Sharybin
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-11-30Fix #33357: Strip modificator Bright/Contrast doesn't work correct for byte i...Sergey Sharybin
2012-11-09style cleanup: indentationCampbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-04Sequencer: avoid allocating image buffer on every modifierSergey Sharybin
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-24Sequencer: bright/contrast modifierSergey Sharybin