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
2016-01-23OpenGL: call glLineWidth less oftenMike Erwin
2016-01-22OpenGL: cleanupMike Erwin
2015-11-28Cleanup: 'area' vs 'region'Julian Eisel
2015-11-23Fix T46841: Thick lines w/ graph visibleCampbell Barton
2015-10-29Fix T46632: Graph editor frame navigation shortcuts not workingJulian Eisel
2015-10-26Graph Editor: Allow "cursor x" to have fractional values when working with Dr...Joshua Leung
2015-10-26Fix: X-axis values in Graph Editor should not be displayed as timecodes in "D...Joshua Leung
2015-07-01Cleanup: Use bool instead of intJulian Eisel
2014-11-04Cleanup: spelling (D831)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-05-18Fix T40201: Keyframe edits fail to update the viewportCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-18Fix FCurve reading freed themes, assert to prevent further misuseCampbell Barton
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-07-01Bugfix [#35744] FCurve select changes on Graph Editor ResizeJoshua Leung
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-05-18Fix #35390: sequencer end frame of preview range was not drawing correct.Brecht Van Lommel
2013-05-09Partial revert of own commits r56604 and r56603:Thomas Dinges
2013-05-09UI naming consistency:Thomas Dinges
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-04-10Fix #34941: Space.draw_handler_add now supports PRE_VIEW and POST_VIEW callbacksBrecht Van Lommel
2012-12-26Region scrollbar fix!Ton Roosendaal
2012-11-09Axis Colours are now ThemeableJoshua Leung
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-08-04style cleanupCampbell Barton
2012-07-03Fix for the "black F-Curves" bug on undoJoshua Leung
2012-05-24Graph Editor - View All/Selected now includes handles for calculating extents ofJoshua Leung
2012-05-09style cleanup: graph & armatureCampbell Barton
2012-04-29Bugfix [#31029] Select all in view3D don't update the graph editor immediatelyJoshua Leung
2012-04-29Code cleanups - whitespaceJoshua Leung
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23Typo fixes for the typo fixes. :DThomas Dinges
2011-10-23fix some typo'sCampbell Barton
2011-08-04Bugfix: Setting of new default settings for new Graph Editors was doneJoshua Leung
2011-07-26startup.blend Theming/AnimEditor Defaults TweaksJoshua Leung
2011-06-27Bugfix: Selecting nodes now updates animation editorsJoshua Leung
2011-06-22Animation Channel Filtering Refactor - Part 3 (Visibility Flag Split)Joshua Leung
2011-06-21AnimFiltering Code Cleanups - Part 2Joshua Leung
2011-05-20use BKE_area_find_region_type in place of inline loops (no functional changes).Campbell Barton
2011-03-17Bugfix [#26505] zoom in selected keys on graph editorJoshua Leung
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton