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
2014-11-26cleanup: style & tipsCampbell Barton
2014-11-24Separate sequence extension drawing routine so it can be reused (as partAntony Riakiotakis
2014-11-24Politically correct terrible consequencer changesAntony Riakiotakis
2014-11-21Cleanup: typoCampbell Barton
2014-11-14Sequencer: handles drew outside of small stripsCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-11-10Sequencer: undefine SEQ_BEGIN/SEQ_END (see comment)Campbell Barton
2014-10-28Cleanup: rename draw_markers_time -> ED_markers_drawCampbell Barton
2014-10-28Markers: show the area that handles marker eventsCampbell Barton
2014-10-17Correct recent commitCampbell Barton
2014-10-16Sequencer: draw metastrip range while editingCampbell Barton
2014-07-19Sequencer: Add gaussian blur effectSergey Sharybin
2014-06-13Code cleanup: use ED_gpencil_ prefix for grease pencilCampbell Barton
2014-05-13Fix T40158: Playback with 100% proxies is very slowSergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-21Code cleanup: view2d api namingCampbell Barton
2014-04-17Viewport Text Drawing: replace single allocs with a memarenaCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-03-20Code cleanup: use true/false in sequencer functionsSergey Sharybin
2014-01-29UI: Refactor timecode functions into BLI_timecodeCampbell Barton
2014-01-18Send sequencer render context as const pointer rather than as valueSergey Sharybin
2014-01-08Sequencer: prevent unknown scopes from crashingCampbell Barton
2014-01-02Fix T38004: size of Waveform, Vectorscope and Histogram is incorrect in VSESergey Sharybin
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-13Implement GPU-side ditherSergey Sharybin
2013-10-12Option to overlay mask over the footageSergey Sharybin
2013-09-23Fix #36800: closing render window during render crashes, the operator would beBrecht Van Lommel
2013-09-05Code cleanup: use boolean instead of int for colormanagementSergey Sharybin
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-13remove NULL checks on fixed size arrays, also was calling BLI_testextensie_gl...Campbell Barton
2013-06-25Fix #35767: transforming nodes in the node editor changed the wireframe colorBrecht Van Lommel
2013-06-02code cleanup: remove unused structCampbell Barton
2013-05-18style cleanupCampbell Barton
2013-05-18Fix #35390: sequencer end frame of preview range was not drawing correct.Brecht Van Lommel
2013-05-17Fix for #35390 fix: sequencer scene start/end still did not display when they...Brecht Van Lommel
2013-05-17code cleanup: use BM_elem_flag_test rather then accessing 'ele->head.hflag'Campbell Barton
2013-05-17Fix #35390: the verticel lines indicating scene start and end frame in theBrecht Van Lommel
2013-04-29Changes to image draw method optionsSergey Sharybin
2013-04-27Solve possible uninitialized variables usage in sequencer draw functionSergey Sharybin
2013-04-27Some color space issues in sequencer:Sergey Sharybin
2013-04-26Fixes for color management:Sergey Sharybin
2013-04-10Fix #34941: Space.draw_handler_add now supports PRE_VIEW and POST_VIEW callbacksBrecht Van Lommel
2013-04-04Use GLSL display for compositor backdrop and sequencer previewSergey Sharybin
2013-04-02More Histogram fixes:Ton Roosendaal
2013-04-02Usability fix, for color grading.Ton Roosendaal
2013-04-01Draw checker backdrop for sequencer when in RGBA modeSergey Sharybin
2013-03-26Bug fix - own collection.Ton Roosendaal
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-27Added RGBA|RGB channels toggle to sequencer previewSergey Sharybin
2013-01-10Fix #33822: Compositor gets stuck if a sequencer window is also visibleSergey Sharybin