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
2022-08-15Introduce headless OpenGL rendering on LinuxSebastian Parborg
2022-06-30GHOST: get/set cursor position now uses client instead of screen coordsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'windowmanager'Campbell Barton
2021-03-06Cleanup: rename wm_get_cursor_positionCampbell Barton
2021-01-26Fix T85011: "Allow Execution" reloads the wrong file when recoveringCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-28Cleanup: correct usage of extern-C blocks in various placesJacques Lucke
2020-05-20UI: Allow registering File Browser as child of other child windowsJulian Eisel
2020-05-01WM: remove X11 hard coded window size workaroundChristian Rauch
2020-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-08Cleanup: remove unused test break code for handling cancels.Brecht Van Lommel
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: sort forward declarations of enum & structCampbell Barton
2018-11-01UI: show blocking popup when auto execution of scripts is disabled.Brecht Van Lommel
2018-07-23Fix assert when loading file with multiple windows openedClément Foucault
2018-07-04Workspaces: add main and child windows.Brecht Van Lommel
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-27UI: remove layout choosing menu from new window operator.Brecht Van Lommel
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-03-23Merge branch 'master' into blender2.8Campbell Barton
2018-03-23Fix issues with confirmation prompt on WindowsJulian Eisel
2018-03-21Merge branch 'master' into blender2.8Campbell Barton
2018-03-21UI: Optional prompt to quit for non win32 systemsCampbell Barton
2018-02-26DRW: Add new Draw Manager OpenGL Context.Clément Foucault
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-06-01Main Workspace IntegrationJulian Eisel
2017-03-28Merge branch 'master' into blender2.8Bastien Montagne
2017-03-25Automatic DPI for all platforms, per monitor DPI for Windows.Wouter
2017-03-13New Window Operator (to replace Duplicate Window)Dalai Felinto
2015-10-20Add operator to close a windowCampbell Barton
2015-10-06WM: Fix crash when a new window can't be createdCampbell Barton
2015-10-03Fix T44605: OS X continuous grab issues.Brecht Van Lommel
2015-06-08WM: refactor window code for stereo3dCampbell Barton
2015-05-08Cleanup: use r_* prefix for return argsCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2014-12-07Input Method Editor (IME) support for text buttonsSeverin
2014-10-08Ghost Context RefactorJason Wilkins
2014-09-30Support for "virtual pixelsize" on 4k screens.Lukas Tönne
2013-09-10Change window checks to desktop size instead of screen size.Nathan Letwory
2013-07-30BGE: Adding vsync control. Users can enable vsync, disable vsync, or use adap...Mitchell Stokes
2013-04-18Fix #34997: when starting the game engine in one window and switching to a se...Brecht Van Lommel
2013-03-12change defaults for window state on X11 (yet again), after further discussion.Campbell Barton