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-06UI: Add tooltips to the select tool modesWilliam Reynish
2019-05-06Fix T64161: Crashing using undo and multiple windowsSergey Sharybin
2019-05-06UI: Icons updateWilliam Reynish
2019-05-06Sound: Fix access wrong dependency graphSergey Sharybin
2019-05-03Sound: Make sound handles only be in evaluated datablocksSergey Sharybin
2019-05-02Workspace: remove global active toolCampbell Barton
2019-05-02Cleanup: use WM_keymap_item_* prefixCampbell Barton
2019-05-02Cleanup: use doxy sections in wm_keymap.cCampbell Barton
2019-05-02BLF: pass code-point to BLF_has_glyphCampbell Barton
2019-05-01UI: use Mac key symbols in menus on macOS, instead of text like "Cmd"Harley Acheson
2019-05-01UV Sculpt: improve tool-system integrationCampbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-30Sequencer: Scene Strip PerformanceJeroen Bakker
2019-04-30Cleanup: use bool literal for booleans.Bastien Montagne
2019-04-30Select: support 'diselect on nothing' for masks.Bastien Montagne
2019-04-29Fix T63112: Gizmos fail to restore last cursorCampbell Barton
2019-04-25Fix T63494: linked scenes missing from sequencer Add > Scene menuPhilipp Oeser
2019-04-24UI: Simple confirm dialog when loading new fileJacques Lucke
2019-04-24Refactor: allow event handlers to have a poll functionJacques Lucke
2019-04-24Refactor: Separate template selection from read_homefile operatorJacques Lucke
2019-04-24Cleanup: sort CMake include pathsCampbell Barton
2019-04-23UI: ignore events in empty region overlap areasCampbell Barton
2019-04-20Cleanup: add missing macros to clang-formatCampbell Barton
2019-04-20Cleanup: quiet extra-semicolon warningCampbell Barton
2019-04-20Cleanup: comment line length (windowmanager)Campbell Barton
2019-04-19UI: move top-bar into the spaces headerCampbell Barton
2019-04-18Cleanup: add trailing commas to avoid right shiftCampbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17Avoid autosave name collisionsJacques Lucke
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-04-16Fix T63429: Random deselect function lostSebastian Parborg
2019-04-16CMake: add library deps to CMakeLists.txtCampbell Barton
2019-04-15CMake: fix WITH_PYTHON=OFFCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-04-14Cleanup: doxy commentsCampbell Barton
2019-04-13Keymap: warn when running poll on empty keymapsCampbell Barton
2019-04-13Cleanup: style, use braces for the window managerCampbell Barton
2019-04-11Cleanup: commentsCampbell Barton
2019-04-05Interface: New region type 'Footer', used by text editorGeorge Vogiatzis
2019-04-04Fix T63000: Don't use original file name for autosaveJacques Lucke
2019-04-04Fix T62870: progress in taskbar not updated when cancelling renderBrecht Van Lommel
2019-03-27UI: use active-default button flag for operator confirmationCampbell Barton
2019-03-27UI: support an 'active default' button for pop-upsCampbell Barton
2019-03-25GPU: State: Replace GL_BLEND by GPU_blendClément Foucault
2019-03-25Cleanup: pass const image data to IMB_ibImageFromMemoryCampbell Barton
2019-03-24GPU: State: Replace GL_LINE_SMOOTH by GPU_line_smoothClément Foucault
2019-03-24GPU: Replace glEnable/glDisable but GPU_state callsClément Foucault
2019-03-22Fix: VSE preview not showing stereo drawing (unreported)Dalai Felinto