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
2015-01-28Based on Sergey's suggestion, use spinlocks for threaded loading ofAntony Riakiotakis
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-19Viewport: Add adjustable safe areas, 3d-view & VSECampbell Barton
2015-01-06Sequencer: show extensions when preview enabledCampbell Barton
2015-01-04Sequencer: Preview dragging playhead over stripsCampbell Barton
2015-01-04Fix sequencer border-flickeringCampbell Barton
2015-01-04sequencer: don't return big values (fill pointer instead)Campbell Barton
2015-01-01Fix T43079: Proxies of 100% size are ignored in sequencerSergey Sharybin
2014-12-09Sequencer: optionally show strip offsetsCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
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