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-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
2013-01-20removed incorrect comment in draw_nla_channel_list_glJason Wilkins
2012-12-13code cleanup: quiet warningsCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-06-04Theme Colors for NLA Strips and DopeSheet SummaryJoshua Leung
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-08style cleanup: nlaCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-01-11dynamicpaint had some incorrect string sizes for layers names, use BLI string...Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2012-01-11minor cleanup for string use - no functional changesCampbell Barton
2011-09-11replace magic numbers for flags for uiSetRoundBox();Campbell Barton
2011-08-30Fixes for snprintf usage:Brecht Van Lommel
2011-08-28Assorted comment clarification in response to code review notesJoshua Leung
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-08-07Sound clip NLA Strips for NexyonJoshua Leung
2011-08-03Animation channels can now be renamed by Ctrl-Clicking on them, as inJoshua Leung
2011-07-12NLA Drawing - More prominent communication of the "solo" featureJoshua Leung
2011-07-12NLA Drawing Tweak - New icons for "solo" togglesJoshua Leung
2011-07-06NLA Drawing - When "Show Control Curves" option in View menu isJoshua Leung
2011-07-05Reduce duplicate codeJoshua Leung