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
2017-08-11Nla Drawing: Fix strip outlines being drawn too thickJoshua Leung
2017-07-13Cleanup/rename etc. dashed line shaders.Bastien Montagne
2017-06-19Gawain API naming refactorCampbell Barton
2017-05-20Merge branch 'master' into blender2.8Campbell Barton
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-05-01Getting rid of setlinestyle: last bit in NLA.Bastien Montagne
2017-05-01Reworked version of dashed line shader.Bastien Montagne
2017-04-29Getting rid of setlinestyle: NLA (part I).Bastien Montagne
2017-04-16cleanup use of immUniformColorMike Erwin
2017-04-07OpenGL: use PRIM instead of GL enum for immBeginMike Erwin
2017-04-07OpenGL: refactor UI_draw_roundbox functionsMike Erwin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-03-06Merge branch 'master' into blender2.8Julian Eisel
2017-03-03Fix T50842: NLA Influence Curve draws out of bounds when it exceeds the 0-1 r...Joshua Leung
2017-02-28OpenGL: keyframe shape fixesMike Erwin
2017-02-12OpenGL: enable program point size for keyframesMike Erwin
2017-02-12OpenGL: convert NLA editor to new imm modeMike Erwin
2017-02-11fix warningMike Erwin
2017-02-11OpenGL: draw keyframe markers as point spritesMike Erwin
2017-02-06OpenGL immediate mode: interface_draw.cClément Foucault
2016-10-31OpenGL: draw NLA strip curves with new imm modeThomas Beck
2016-07-07NLA: Indicate position of action-local markers on stripsJoshua Leung
2015-09-11Fix T45755: Bad NLA text alignmentCampbell Barton
2015-07-01Cleanup: use boolsCampbell Barton
2015-04-21BLI_string: add BLI_snprintf_rlenCampbell Barton
2015-04-14Fix for another NLA drawing bug uncovered by the previous commitJoshua Leung
2015-04-03Fix: Drawing glitch when renaming animation channelsJoshua Leung
2015-02-28NLA Drawing TweaksJoshua Leung
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-05-18Fix T40201: Keyframe edits fail to update the viewportCampbell Barton
2014-05-05Code Cleanup: Remove old deprecated NLA channel drawing codeJoshua Leung
2014-05-05NLA Editor: Second part of porting NLA Action channel to standard drawing systemJoshua Leung
2014-05-05NLA Editor Drawing: Set up AnimChannelType callbacks for drawing NLA EditorJoshua Leung
2014-05-04Code cleanup: Use enum instead of int in function signatures for bAnimChannel...Joshua Leung
2014-05-04NLA Editor: Display "tweaking action" status indicator icon in place of actio...Joshua Leung
2014-05-04NLA Editor: Added dedicated icons for "pushdown" operator and for indicating ...Joshua Leung
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-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-11-20NLA Channel Drawing Refactor: Remove rest of old drawing code for NLA Track c...Joshua Leung
2013-11-20Remove old drawing code for NLA TracksJoshua Leung
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-03-14Bugfix: Selecting AnimData "expanders" in AnimEditors works againJoshua Leung