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
2021-12-08Cleanup: move public doc-strings into headers for 'windowmanager'Campbell Barton
2021-10-21Cleanup: Use array as a parameter for event x/y functionsCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2020-12-13Fix cursor position on HighDPI in stereo side-by-side modeYevgeny Makarov
2020-10-18Cleanup: More miscellaneous code quality changes in wm directoryHans Goudey
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-07UI: Use property split in various pop-up dialogsYevgeny Makarov
2020-09-07GPU: Rename gpu_extensions to gpu_capabilitiesClément Foucault
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-07-16Cleanup: GPU: Move quad buffer stereo check to GPU moduleClément Foucault
2020-03-19Fix T73931: Stereo Viewport Color ManagementJeroen Bakker
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-02-17Fix T68749: BPY: Deprecate height of popupJeroen Bakker
2019-11-27Cleanup: Remove BIF_gl.hJeroen Bakker
2019-09-13Cleanup: unused headers (GPU)Campbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-20Cleanup: comment line length (windowmanager)Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-13Cleanup: style, use braces for the window managerCampbell 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-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-23Cleanup: use eGPU prefix for GPU enum typesCampbell Barton
2018-10-09Cleanup: namingCampbell Barton
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-07-04Workspaces: add main and child windows.Brecht Van Lommel
2018-04-28Cleanup: style, duplicate includesCampbell Barton
2018-04-27WM: new offscreen window draw method to replace all existing methods.Brecht Van Lommel
2018-03-25GPUTexture: Small refactor.Clément Foucault
2018-02-13Code cleanup: stop using rectangle textures in window draw, simplify code.Brecht Van Lommel
2018-01-10Merge branch 'master' into blender2.8Campbell Barton
2018-01-10Cleanup: comment block alignmentCampbell Barton
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-06-19Gawain API naming refactorCampbell Barton
2017-06-01Main Workspace IntegrationJulian Eisel
2017-04-07OpenGL: transition away from GL_QUADSMike Erwin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-03-06Merge branch 'master' into blender2.8Julian Eisel
2017-03-06Multi-View: Map cursor coordinates to visual coordinatesJulian Eisel
2017-02-28clean up GL / GPU #includesMike Erwin
2017-01-09Fix T49861: Interlace stereo drawingDalai Felinto
2017-01-02Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-01-02Fix T49861: Interlace stereo is broken in 2.78Dalai Felinto
2016-10-25OpenGL: clean up glActiveTexture usageMike Erwin
2016-10-21Viewport: add missing alpha for stereoDalai Felinto
2016-10-18OpenGL: tweak image shaders & code that uses themMike Erwin
2016-09-28Fix animation transition in region overlay not working since 4a1feaa5Dalai Felinto