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-10-04WM: Utilities for select operators to work with click-dragging itemsJulian Eisel
2019-10-03UI: Register File Browser as Child/Dialog-Window for the OSJulian Eisel
2019-09-30Fix T58683: Reload Scripts breaks toolbar button formattingCampbell Barton
2019-09-18Refactor temp-space opening for optional fullscreen modeJulian Eisel
2019-09-13Add QuadriFlow remesherSebastian Parborg
2019-09-06Python API: implement an Operator callback for dynamic description.Alexander Gavrilov
2019-09-03UI: File Browser Design OverhaulJulian Eisel
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-16UI: click on status bar report message now opens window with Info editorBrecht Van Lommel
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-08-01Cleanup: use _ex suffix instead of _extCampbell Barton
2019-07-31Cleanup: typo in parameter name in function declarations.Bastien Montagne
2019-07-30Fix crash clicking in the 3D view on startupCampbell Barton
2019-07-03Fix T65899, T66314, T61808: various issues appending workspacesBrecht Van Lommel
2019-07-01Fix T66262: slow preview icon loadingBrecht Van Lommel
2019-06-29WM: support window context overrideCampbell Barton
2019-06-24Fix T65824: Span property ignored in mesh.fill_gridCampbell Barton
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-06-04Fix status bar and keymap editor showing Call Menu instead of menu nameBrecht Van Lommel
2019-05-31WM: option to ignore cursor image/clip/view2d zoomCampbell Barton
2019-05-30Cleanup: move click/drag events to functionsCampbell Barton
2019-05-28WM: support X/Y axis cursor wrappingCampbell Barton
2019-05-28Gizmo: only highlight when held modifier keys are usedCampbell Barton
2019-05-21Cleanup: clang-format, sort structsCampbell Barton
2019-05-20Cleanup: add wm_utils.c for generic functionsCampbell Barton
2019-05-20WM: add wmGenericUserData utility structCampbell Barton
2019-05-17UI: File Close DialogJacques Lucke
2019-05-15Fix T63748: Long startups after network drives are disconnected.Bastien Montagne
2019-05-14UI: Confirm dialog when closing an unsaved fileJacques Lucke
2019-04-24Refactor: allow event handlers to have a poll functionJacques Lucke
2019-04-20Cleanup: comment line length (windowmanager)Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Fix T63429: Random deselect function lostSebastian Parborg
2019-03-07Fix gizmos not responding to theme color updatesCampbell Barton
2019-03-07Tool System: use set/add/subtract for all lasso select operatorsCampbell Barton
2019-03-05Tool System: use set/add/subtract for all circle select operatorsCampbell Barton
2019-02-23Cleanup: use function instead of extern variableCampbell Barton
2019-02-20Cleanup: rename keymap handler callbacks for clarityCampbell Barton
2019-02-20WM: support dynamic keymap handlersCampbell Barton
2019-02-19Cleanup: return specific handler typesCampbell Barton
2019-02-19WM: move keymap handler to it's own typeCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-11WM: command line args to start blender maximizedCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02WM: Event simulation support for PythonCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-25WM: don't set repeat flag w/ interactive repeatCampbell Barton
2019-01-25Revert "WM: Repeat Last no longer reuses skip-save properties"Campbell Barton
2019-01-24WM: Repeat Last no longer reuses skip-save propertiesCampbell Barton