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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-09-02Cleanup: comment blocksCampbell Barton
2018-07-01Cleanup: right shift in interface codeCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-05-23Cleanup: strip trailing space from interface filesCampbell Barton
2018-05-07More tweaks to strict compiler flagsSergey Sharybin
2018-03-23Cleanup: stray tabsCampbell Barton
2018-02-01Fix T53686: VSE Render crash when zooming timelineSergey Sharybin
2017-10-23VSE: draw grid lines at every secondCampbell Barton
2017-08-29View2D: function to get view to region matrixCampbell Barton
2016-02-29Cleanup: Duplicated functionJulian Eisel
2016-02-01View2D: avoid divide-by-zeroCampbell Barton
2016-01-25Correct fix for T47047Campbell Barton
2016-01-24Add missing line width in the 2d view grid drawingSergey Sharybin
2016-01-22OpenGL: pull glBegin/End out of loopsMike Erwin
2016-01-09Cleanup: warning/spellingCampbell Barton
2016-01-08Fix T47047: Toolbars opening at maximum zoom levelCampbell Barton
2015-10-16Fix T46510: VSE View-all crops out imageCampbell Barton
2015-10-16Cleanup: use bools for v2d, minor ws editsCampbell Barton
2015-06-30Cleanup: move BLI_timestr to BLI_timecodeCampbell Barton
2015-06-04Cleanup: clarify order of precedence: &/?Campbell Barton
2015-05-31UI: comments (doxygen tweaks)Campbell Barton
2015-05-20doxygen: corrections/updatesCampbell Barton
2015-05-04Cleanup: wrapped function indentationCampbell Barton
2015-02-09Fix T43554: Zoom to mousepos makes 2D Views pan after zoom limits arejulianeisel
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-10-28Cleanup: use SELECT flagCampbell Barton
2014-09-10Partial fix T41749Campbell Barton
2014-08-13SpellingCampbell Barton
2014-06-14UI: refactor text cache to use zero length arraysCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-21Code cleanup: view2d api namingCampbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-21Fix for UI_view2d_to_region_float (was ignoring x,y args)Campbell Barton
2014-04-17Viewport Text Drawing: replace single allocs with a memarenaCampbell Barton
2014-02-22Fix T38348: Panel remains scrolled when switching tabsCampbell Barton
2014-01-29UI: Refactor timecode functions into BLI_timecodeCampbell Barton
2014-01-20Correction for recent commit clearing font cacheCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-15Code Cleanup: avoid duplicate calls to WM_window_pixels_x/yCampbell Barton
2014-01-15Fix for minor precision glitch while zooming on clamped view2dCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2013-12-07Code Cleanup: pass rectangles as const in insterface filesCampbell Barton
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-08-27Mask primitivesSergey Sharybin
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton