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
2020-11-03Fix C operators can't set default display or sort type for File BrowserJulian Eisel
2020-11-03Fix possible use-after-free when closing Blender with File Browser openJulian Eisel
2020-11-01Cleanup: Fix typo in commentHans Goudey
2020-10-30Undo System: support for grouping steps with begin/end callsCampbell Barton
2020-10-22WM: warn when event's have repeat set for non keyboard eventsCampbell Barton
2020-10-22WM: ensure is_repeat isn't set for mouse-move eventsCampbell Barton
2020-10-21WM: ensure is_repeat isn't copied from the last eventCampbell Barton
2020-10-17Cleanup: Miscellaneous improvements in wm directoryHans Goudey
2020-10-14Cleanup: Comment formatting, grammarHans Goudey
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-04Cleanup: Clang-Tidy bugprone-incorrect-roundings fixesSybren A. Stüvel
2020-08-23Fix T80028: Crash opening a file from a timerCampbell Barton
2020-08-21Cleanup: split `BKE_scene_get_depsgraph()` into two functionsSybren A. Stüvel
2020-08-18Depsgraph: simplify build APIJacques Lucke
2020-08-16Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-16Fix popups opening in the wrong direction over headersCampbell Barton
2020-08-11Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-11Timers: set first window as context in timerJacques Lucke
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-07-07Cleanup: spellingCampbell Barton
2020-06-03Eyedropper: Support get samples from other windowsGermano Cavalcante
2020-05-28Gizmo: add flag for gizmos to ignore keymap eventsCampbell Barton
2020-05-27Gizmo: add flag to disable tooltipCampbell Barton
2020-05-25Fix T76926: Crash with Full Screen file browser window preferenceJacques Lucke
2020-05-21Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-21Cleanup: add doxy sections for event queue handlingCampbell Barton
2020-05-20UI: Allow registering File Browser as child of other child windowsJulian Eisel
2020-05-20Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-20Fix T76794: Number button cursor overrides eyedropper cursorCampbell Barton
2020-05-18Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-18Fix T75292: File-select events not handled while modal handler is activeJacques Lucke
2020-05-14Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-14Fix T76732: Error detecting modifier key clicksCampbell Barton
2020-05-14Cleanup: sync clang-format with masterCampbell Barton
2020-05-13Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-13Fix zero tablet pressure for simulated eventsCampbell Barton
2020-05-10Cleanup: add ED_screen_areas_iter to clang-format ForEachMacrosJacques Lucke
2020-05-08Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-08Fix T76484: Infinite event handling when loading with load_ui=FalseCampbell Barton
2020-05-03Audaspace: update from upstreamJörg Müller
2020-04-14Fix T75535: Compositor backdrop gizmo dragging interrupts with nodePhilipp Oeser
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-03Cleanup: Continue renaming ARegion variables from ar to regionJulian Eisel
2020-03-27Fix T58439: Info Editor does not show operator reports immediately whenPhilipp Oeser
2020-03-26Keymap: disallow modal key-maps in add-ons keyconfigCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp