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-07-01Cleanup: Use bool instead of intJulian Eisel
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
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-04-30Code cleanup: remove unused includesCampbell Barton
2013-11-05Bugfix [#37304] Arrow Keys Stop Working When Mouse Over OutlinerJoshua Leung
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
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-30Bug fix #35151Ton Roosendaal
2013-04-10Fix #34941: Space.draw_handler_add now supports PRE_VIEW and POST_VIEW callbacksBrecht Van Lommel
2012-05-08style cleanup: nlaCampbell Barton
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-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-05-20use BKE_area_find_region_type in place of inline loops (no functional changes).Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
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
2011-01-06== Long-Standing 2.5 Todo - Markers fully working again in allJoshua Leung
2010-11-07Animation Editors: Channel ReorderingJoshua Leung
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-16Bugfix #24099: nla content moves out of sync - with fixJoshua Leung
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-04-06Fix [#21516] UI artifacts in array modifierMatt Ebb
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2010-01-27DopeSheet and NLA Editor Scrollbar/View Bugs:Joshua Leung
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-25Remove unneeded notifier data added in revision 26219.Martin Poirier
2010-01-24View3d transform was sending a too-general notifier to redraw, causing severa...Joseph Eagar
2009-12-24Key map related things:Matt Ebb
2009-12-20Add missing names to SpaceTypesMartin Poirier
2009-12-14patch [#20342] Notifier patch for modifier rename and particle system renameMatt Ebb
2009-12-10Notifier related fixes:Matt Ebb
2009-12-08Pythonazed DopeSheet and NLA editors headers UI.Elia Sarti
2009-11-27Added RMB-menu to Headers:Joshua Leung
2009-11-11* Fixed nodetree animation by giving nodes unique namesMatt Ebb
2009-11-10Math LibBrecht Van Lommel