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
2021-12-08Cleanup: move public doc-strings into headers for 'windowmanager'Campbell Barton
2021-10-21Cleanup: Use array as a parameter for event x/y functionsCampbell Barton
2021-04-13Cleanup: redundant struct declarationsCampbell Barton
2021-03-15Cleanup: refactor auto-save timer usageCampbell Barton
2021-03-15Cleanup: remove unused auto-save read functionCampbell Barton
2021-03-15Cleanup: replace 'timer_ended' with 'timer_end'Campbell Barton
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-28Cleanup: correct usage of extern-C blocks in various placesJacques Lucke
2020-05-13UI: About Blender DialogHarley Acheson
2020-04-04Cleanup: Split up Window-Manager VR file (and related changes)Julian Eisel
2020-03-19Fix T73931: Stereo Viewport Color ManagementJeroen Bakker
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2019-08-14Cleanup: split out splash screen into own fileCampbell Barton
2019-05-30Cleanup: move click/drag events to functionsCampbell 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-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-10-25WM: space, region type filtering for paint cursorCampbell Barton
2018-07-15WM: rename files, manipulator -> gizmoCampbell Barton
2018-07-13Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Cleanup: move WM type registration into own filesCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-07Merge branch 'master' into blender2.8Campbell Barton
2018-06-07Cleanup: trailing space for windowmanagerCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-27WM: new offscreen window draw method to replace all existing methods.Brecht Van Lommel
2018-03-23Merge branch 'master' into blender2.8Campbell Barton
2018-03-23Fix T48027: Memory leaks when exiting Blender from menuJulian Eisel
2017-11-09Cleanup: Refactor window matching after file read for readabilityJulian Eisel
2017-10-17Merge branch 'master' into blender2.8Campbell Barton
2017-10-17WM: move gesture operator callbacks into own fileCampbell Barton
2017-10-16Merge branch 'master' into blender2.8Campbell Barton
2017-10-16WM: remove hard-coded circle radius memoryCampbell Barton
2017-10-16Merge branch 'master' into blender2.8Campbell Barton
2017-10-16Cleanup: simplify lasso reallocationCampbell Barton
2017-10-14Merge branch 'master' into blender2.8Campbell Barton
2017-10-14Cleanup: use const for eventsCampbell Barton
2017-03-06Merge branch 'master' into blender2.8Julian Eisel
2017-03-06Multi-View: Map cursor coordinates to visual coordinatesJulian Eisel
2016-10-07Custom Manipulators Core BackendJulian Eisel
2015-04-07Multiview: update Set Stereo 3D menu when the selected stereo mode changesDalai Felinto
2015-04-06Multi-View and Stereo 3DDalai Felinto
2014-04-03WM: expose file loading operator property init functionsCampbell Barton