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-05-31WM: option to ignore cursor image/clip/view2d zoomCampbell Barton
2019-05-31Fix T63981: Factory default memory cache limit is 4096 MBSergey Sharybin
2019-05-30WM: use different drag thresholds for mouse/tablet eventsCampbell Barton
2019-05-30Cleanup: move click/drag events to functionsCampbell Barton
2019-05-30Cleanup: rename callbacks to match the struct member nameCampbell Barton
2019-05-29UI: use matching distance checks & define for draggingCampbell Barton
2019-05-29Correct error in last commitCampbell Barton
2019-05-29Keymap: add drag-only generic gizmo keymapCampbell Barton
2019-05-29Cleanup: move gizmo keymap access into funcitonsCampbell Barton
2019-05-29Cleanup: correct private function namingCampbell Barton
2019-05-28Cleanup: use doxy comments for wmOperatoType.flagCampbell Barton
2019-05-28Cleanup: use WM_ prefix for cursor enumCampbell Barton
2019-05-28WM: support X/Y axis cursor wrappingCampbell Barton
2019-05-28Cleanup: rename gizmo keymapsCampbell Barton
2019-05-28Cleanup: remove unused modal gizmo keymapCampbell Barton
2019-05-28Gizmo: only highlight when held modifier keys are usedCampbell Barton
2019-05-28Gizmo: changes to internal drag logicCampbell Barton
2019-05-27Gizmo: add per gizmo keymapsCampbell Barton
2019-05-27Fix tweak/drag event use with gizmosCampbell Barton
2019-05-27Gizmo: add event argument to invoke_prepare callbackCampbell Barton
2019-05-25Fix T65092: error with gizmos using freed keymapsCampbell Barton
2019-05-24Fix failing assert on factory settings loadJulian Eisel
2019-05-24Keymap: use a generic gizmo keymap by defaultCampbell Barton
2019-05-24Keymap: share 3D view transform keymapsCampbell Barton
2019-05-23Correct last commit (gizmo order was reversed)Campbell Barton
2019-05-23Cleanup: replace the visible gizmo linked list with an arrayCampbell Barton
2019-05-23Gizmo: highlighted gizmo now handles all events firstCampbell Barton
2019-05-23Cleanup: split keymap handling into functionsCampbell Barton
2019-05-23Fix T64764: 'Reload' on linked libraries disconnects proxy armature datablocks.Bastien Montagne
2019-05-22Preferences: add handler for loading factory preferencesCampbell Barton
2019-05-22WM: call wm_file_read_post after resetting preferencesCampbell Barton
2019-05-21Cleanup: clang-format, sort structsCampbell Barton
2019-05-21Fix part of T64679: Missing dirty preferences tagCampbell Barton
2019-05-21Viewport: MSAA support during ViewportRenderingJeroen Bakker
2019-05-21Fix T64421: crash using redraw timer benchmarkBrecht Van Lommel
2019-05-20Fix T63443: tool 'builtin_brush.draw' not found for space 'IMAGE_EDITOR'Jacques Lucke
2019-05-20Fix T64776: Multiple close file dialogsJacques Lucke
2019-05-20Cleanup: add wm_utils.c for generic functionsCampbell Barton
2019-05-20WM: add wmGenericUserData utility structCampbell Barton
2019-05-19Cleanup: use wm prefix for GenericCallbackCampbell Barton
2019-05-18macOS/Linux: use more standard button layout in quit dialogBrecht Van Lommel
2019-05-18Windows: use more standard button layout in quit dialogBrecht Van Lommel
2019-05-18macOS: always use the Blender quit dialog, like other platformsBrecht Van Lommel
2019-05-17UI: Small tweaks to the save dialog:William Reynish
2019-05-17UI: Use correct icon for saving in the close dialog.William Reynish
2019-05-17UI: File Close DialogJacques Lucke
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-05-16Fix T64642: Reset to default preferences glitchCampbell Barton
2019-05-15Fix T63748: Long startups after network drives are disconnected.Bastien Montagne
2019-05-15Gizmo: add depth bias for 3D selectionCampbell Barton