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
2019-04-29Fix T63112: Gizmos fail to restore last cursorCampbell Barton
2019-04-20Cleanup: add missing macros to clang-formatCampbell Barton
2019-04-20Cleanup: comment line length (windowmanager)Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-13Cleanup: style, use braces for the window managerCampbell Barton
2019-03-24GPU: Replace glEnable/glDisable but GPU_state callsClément Foucault
2019-03-19UI: scale cursor motion threshold by DPICampbell Barton
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-03-07Fix gizmos not responding to theme color updatesCampbell Barton
2019-02-20Cleanup: rename wmEventHandler_* base -> headCampbell Barton
2019-02-19WM: move operator handler to it's own typeCampbell Barton
2019-02-19WM: move gizmo handler to it's own typeCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-15Fix T60905: Crash using smooth toolCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-23Gizmo: add support for gizmos to initialize from the active toolCampbell Barton
2019-01-22Cleanup: Silence pedantic compiler warningSergey Sharybin
2019-01-22Fix T60112: Smooth crashes w/ multiple viewsCampbell Barton
2019-01-16Preferences: remove OpenGL select method preference.Brecht Van Lommel
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Docs: correct doxy commentsCampbell Barton
2018-12-04Fix T58670: Spin tool crashes w/o gizmo overlayCampbell Barton
2018-11-26Fix gizmos not using same tweak threshold as other places.Brecht Van Lommel
2018-11-21Gizmo: run invoke_prepare even when the gizmo isn't modalCampbell Barton
2018-11-18Keymap: move left click select to a preferenceCampbell Barton
2018-11-16Keymaps: replace select / action mouse systemBrecht Van Lommel
2018-10-18Cleanup: move gizmo sort functions into an APICampbell Barton
2018-10-16Cleanup: namingCampbell Barton
2018-10-02Gizmo: support for gizmo-group propertiesCampbell Barton
2018-09-26Gizmo: add invoke_prepare callbackCampbell Barton
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-24Gizmo: option to hide from selectionCampbell Barton
2018-09-19Cleanup: Unused variable in release buildSergey Sharybin
2018-09-17Gizmo: Functions to re-initialize a group typeCampbell Barton
2018-09-13Gizmo: code commentsCampbell Barton
2018-09-13Cleanup: use float name in property range functionCampbell Barton
2018-09-07Gizmo: fix extrude handlesCampbell Barton
2018-09-06UI: rename Translate/Grab to Move in UI, shortcuts stay the same.Brecht Van Lommel
2018-09-06UI: delay tool label tip displayCampbell Barton
2018-08-31Merge branch 'master' into blender2.8Campbell Barton
2018-08-21Cleanup: rename gizmo access functionsCampbell Barton
2018-08-143D View boarder/lasso select tool optionsCampbell Barton
2018-08-10Gizmo: support for 2D selection checks for 3D gizmosCampbell Barton
2018-08-10Gizmo: 2d select now takes region coordsCampbell Barton
2018-07-31Cleanup: use static variablesCampbell Barton