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
2018-08-07macOS GHOST: use non-deprecated functions for coordinatesArto Kitula
2018-02-26GHOST: Add new interface to manage offscreen contexts.Clément Foucault
2017-09-29Merge branch 'master' into blender2.8Campbell Barton
2017-09-28macOS: officially upgrade to 10.9 libraries from lib/darwin.Brecht Van Lommel
2017-07-19Merge branch 'master' into blender2.8Campbell Barton
2017-07-18Fix T49498: continuous grab issues on macOS, particularly with gaming mouses.Brecht Van Lommel
2016-09-23Merge branch 'master' into blender2.8Julian Eisel
2016-09-19OpenGL: software renderer for old Mac GPUsMike Erwin
2016-08-06Merge branch 'master' into blender2.8Bastien Montagne
2016-08-04OpenGL: on Mac use legacy 2.1 or core 3.2Mike Erwin
2016-08-03Fix T48283: on OS X, mouse clicks not working properly if application launch ...Brecht Van Lommel
2016-05-24GHOST cleanup (null check before delete, and 0 -> NULL for pointers).Bastien Montagne
2015-12-29OS X: remove code for OS X <= 10.5, which is already not supported since 2 ye...Brecht Van Lommel
2015-10-10Fix T46341: OS X trackpad and magic mouse gestures not working with 10.11 SDK.Brecht Van Lommel
2015-10-03Fix T44605: OS X continuous grab issues.Brecht Van Lommel
2015-08-17Fix for Ghost/OSX w/ core profileCampbell Barton
2015-06-14GHost: Attempt to fix compilation error on older OSX systemsSergey Sharybin
2014-12-06OSX: change previous commit to not only make animation-player window frontmos...Jens Verwiebe
2014-12-05OSX: make sure window of new blender instance is front when playing animationJens Verwiebe
2014-10-28OSX/GHOST: fix T42305, appswitching not reliable, proposed by Fabio ArnoldJens Verwiebe
2014-10-23OSX/GHOST: some cleanupsJens Verwiebe
2014-10-23OSX: move notification into its own functionJens Verwiebe
2014-10-22OSX: as we cannot be sure to have ARC, better release allocated notificationJens Verwiebe
2014-10-22OSX/GHOST: use notifications to inform user about a progress reached 100%Jens Verwiebe
2014-10-14Cleanup: wsCampbell Barton
2014-10-14OSX/GHOST: replace spaces with tabs in sesponese to rB424c050a6fc1Jens Verwiebe
2014-10-14OSX: refinement for last fullscreen condition commitJens Verwiebe
2014-10-14OSX: only use lionstylefullscreen when seperate spaces are used, todo: use re...Jens Verwiebe
2014-10-10OSX: as an prerequisite to make Dalai's upcoming "area_fullsceen" work,Jens Verwiebe
2014-10-08Ghost Context RefactorJason Wilkins
2014-08-13OSX: add a fix for lion_fs loosing handles after calling fs from key shortcut...Jens Verwiebe
2014-07-26OSX/GHOST: Using lion_fullscreen suffers from an uncovered problem when calle...Jens Verwiebe
2014-06-23OSX: Fix T40749, own mistake for m_lionStyleFullScreen conditionJens Verwiebe
2014-06-07OSX: Ideasman does not like using utsname, so i use the always satisfactorily...Jens Verwiebe
2014-06-06Code cleanup: styleCampbell Barton
2014-06-06OSX: replace deprecated (10.8 ) Gestalt function with utsname, no functional ...Jens Verwiebe
2014-03-11OSX: fix another kCGLRendererAppleSWIDJens Verwiebe
2014-03-11OSX: change a longterm deprecated kcgl constant, could lead to crashes elseJens Verwiebe
2014-02-11Fix T38537: issue with OS X full screen startup.blend after recent changes.Brecht Van Lommel
2014-02-03Fix T38452: on OS X 10.9, now always use Lion style fullscreen.Brecht Van Lommel
2013-07-19code cleanup: case & brace placementCampbell Barton
2013-05-25Solving ancient Blender window sizing issue;Ton Roosendaal
2013-05-11Fix for previous fix, not sure it will cause issues in practice but better beBrecht Van Lommel
2013-05-11Fix #35265: on OS X, pressing system shortcuts such as cmd+M or cmd+` would bothBrecht Van Lommel
2013-05-08Attempt to fix OS X build with 10.6 SDK, was not working due to recent fullsc...Brecht Van Lommel
2013-05-06Fix #35225: new OS X Lion fullscreen did not work together well with oldBrecht Van Lommel
2013-04-02Fix incorrect OS X warning message in console when using multisample antialia...Brecht Van Lommel
2013-03-23Bug fix 34743Ton Roosendaal
2013-03-23GHOST_Cocoa, let new fullscreen also appear on 10.6 deployed buildsJens Verwiebe
2013-03-22OSX feature:Ton Roosendaal