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-02-25Cleanup: remove unused wmWindow.monitorCampbell Barton
2020-02-25WM: move cursor refresh tag to the windowCampbell Barton
2019-11-24Cleanup: spelling, repeated wordsCampbell Barton
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-16Outliner: Synced selection and active element highlightingNathan Craddock
2019-08-02Cleanup: padding in windowmanagerNathan Craddock
2019-06-24Cleanup: use doxy comments for DNA_windowmanager_types.hCampbell Barton
2019-06-24Fix T65824: Span property ignored in mesh.fill_gridCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-02DNA: add error for DNA computed struct sizes and member offsets mismatch.Brecht Van Lommel
2019-03-18Cleanup: spaces around operators in DNA headersCampbell Barton
2019-02-27Cleanup: use '_pad' convention for padding in all DNA structsCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: unused struct declarationsCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-15Cleanup: comment line length (DNA)Campbell Barton
2019-01-07Cleanup: move DNA comments before struct membersCampbell Barton
2018-11-19Cleanup: use define for key-config stringCampbell Barton
2018-11-18Keymap: move left click select to a preferenceCampbell Barton
2018-11-16Keymap: add support for key-config preferencesCampbell Barton
2018-11-16Keymaps: replace select / action mouse systemBrecht Van Lommel
2018-11-13Fix tool keymaps not working properly after recent changes.Brecht Van Lommel
2018-11-13Keymaps: reload key configuration when changing select mouse.Brecht Van Lommel
2018-10-19UI: move reports / job back to status bar, but make it more visible with color.Brecht Van Lommel
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-09WM: support for filtering modal keymap itemsCampbell Barton
2018-07-04Workspaces: store view layer per main window, instead of per workspace.Brecht Van Lommel
2018-07-04Workspaces: add main and child windows.Brecht Van Lommel
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-26UI: status bar cursor keymap displayCampbell Barton
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for DNA headersCampbell Barton
2018-06-14WM: revert part of Top-Bar inclusionCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-27WM: new offscreen window draw method to replace all existing methods.Brecht Van Lommel
2018-04-20UI: New Global Top-Bar (WIP)Julian Eisel
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-04-01Removed by accident in last commitCampbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-02-28WorkSpace: UI filtering for add-onsCampbell Barton
2018-02-23Merge branch 'master' into blender2.8Campbell Barton
2018-02-23WM: add WM_keymap_poll functionCampbell Barton
2018-02-21Gawain: Add new context/vao manager.Clément Foucault
2018-02-17Code cleanup: remove WM subwindows.Brecht Van Lommel