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
2022-09-10Cleanup: replace strncpy with BLI_strncpyCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-14Cleanup: spelling in comments, C++ style comments for disabled codeCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-04-01Fix T86331: Preferences menu inaccessible until window resizeHarley Acheson
2021-01-19Cleanup: use 'const' argument for parameter argumentCampbell Barton
2021-01-19UI Code Quality: Use "params" struct for area and region callbacksHans Goudey
2020-08-20Cleanup: Remove unused variables for horizontal panelsHans Goudey
2020-08-04Refactor: rename SpaceType->new to SpaceType->createJacques Lucke
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2019-12-19Cleanup: use 'context' to make panels show in their sectionCampbell Barton
2019-09-04Cleanup: userpref UI options into their own structCampbell Barton
2019-05-09Fix: Nav_bar context menu in preferencesCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-17Preferences: fit a little better when opened in place of properties editor.Brecht Van Lommel
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-05UI: Preferences Redesign Part 2Severin
2018-12-29Fix: Scrolling Preferences could cause blank UISeverin
2018-12-14Preferences: add option for header positionCampbell Barton
2018-11-25UI: Initial User-Preferences redesignJulian Eisel
2018-07-04Cleanup: pass window to listeners, instead of screen + workspace.Brecht Van Lommel
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-12UI: adjust header alignmentCampbell Barton
2018-06-11Cleanup: add simplified panel callbacksCampbell Barton
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-15Change startup defaultsCampbell Barton
2018-04-21Cleanup: Get rid of context in editor 'new' callbackJulian Eisel
2017-05-02Add scene argument for notifiersCampbell Barton
2015-11-28Cleanup: 'area' vs 'region'Julian Eisel
2015-07-01Cleanup: Use bool instead of intJulian Eisel
2014-11-28Cleanup: unused headersCampbell Barton
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2012-12-31Removed on old patch from the code, which attempted to keep the scrollersTon Roosendaal
2012-12-26Region scrollbar fix!Ton Roosendaal
2012-09-30style cleanupCampbell Barton
2012-06-27style cleanupCampbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-03-08Bugfix #25422Ton Roosendaal