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-04-24Fix T85567: Crash accessing gizmo group on `__del__`Campbell Barton
2021-01-19UI Code Quality: Use "params" struct for area and region callbacksHans Goudey
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
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-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-01-14Fix T70273: Auto-keyframe ignored by gizmosCampbell Barton
2020-01-09Fix T72900: Mouse-move causes redraw when gizmos are hiddenCampbell Barton
2019-12-18Gizmo: add the ability to postpone refreshing while tweakingCampbell Barton
2019-12-18Cleanup: use wrapper function for gizmo group refreshCampbell Barton
2019-06-28Fix T63694: Crash using tool gizmos with multiple windowsCampbell Barton
2019-06-28Fix error for tools that share gizmo types doubling up gizmosCampbell Barton
2019-06-27Cleanup: clarify WM_gizmoconfig function namingCampbell Barton
2019-06-24Fix T66071: Navigation tooltip shows outside of 3D viewCampbell Barton
2019-06-07Keymap: gizmos now use a map that optionally activates on pressCampbell Barton
2019-05-30Cleanup: rename callbacks to match the struct member nameCampbell Barton
2019-05-29Keymap: add drag-only generic gizmo keymapCampbell Barton
2019-05-29Cleanup: move gizmo keymap access into funcitonsCampbell Barton
2019-05-24Keymap: use a generic gizmo keymap by defaultCampbell Barton
2019-05-24Keymap: share 3D view transform keymapsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-07Fix gizmos not responding to theme color updatesCampbell 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-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-23Gizmo: add support for gizmos to initialize from the active toolCampbell Barton
2019-01-22Fix T60112: Smooth crashes w/ multiple viewsCampbell Barton
2018-12-30Cleanup: remove non-existing function declarationsCampbell Barton
2018-10-18Cleanup: move gizmo sort functions into an APICampbell Barton
2018-09-17Gizmo: Functions to re-initialize a group typeCampbell Barton
2018-09-13Cleanup: use float name in property range functionCampbell Barton
2018-09-06UI: delay tool label tip displayCampbell Barton
2018-08-21Cleanup: rename gizmo access functionsCampbell Barton
2018-07-30Silencing a bunch of compiler warningsJoshua Leung
2018-07-15Cleanup: use variable names based on term gizmoCampbell Barton
2018-07-15Cleanup: style, doxy fileCampbell Barton
2018-07-15WM: rename manipulator to gizmo internallyCampbell Barton
2018-07-15WM: rename files, manipulator -> gizmoCampbell Barton