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
2017-08-12Code cleanup: fix various compiler warnings.Brecht Van Lommel
2017-07-25Merge branch 'master' into blender2.8Campbell Barton
2017-07-24Fix T51948: pen pressure not detected with some Wacom tablets.James Fulop
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
2017-07-09Merge branch 'master' into blender2.8Brecht Van Lommel
2017-07-08Fix T51959: Windows + Intel GPU offset between UI drawing and mouse.Brecht Van Lommel
2017-06-30Fix T51721: OpenGL Detection is broken on WindowsDalai Felinto
2017-06-19Merge branch 'master' into blender2.8Campbell Barton
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-05-31Merge branch 'master' into blender2.8Sergey Sharybin
2017-05-29NDOF: clean up after MinGW removalMike Erwin
2017-05-28Merge branch 'master' into blender2.8Bastien Montagne
2017-05-27Remove MinGW supportAaron Carlisle
2017-05-19Remove reference to WITH_LEGACY_OPENGLDalai Felinto
2017-05-01Check we've got GLEW version 2 when building with core profileSergey Sharybin
2017-04-27support OpenGL 3.0 on Linux only when WITH_LEGACY_OPENGL=ONMike Erwin
2017-04-25OpenGL: better context creation on WindowsMike Erwin
2017-04-22fix omission from previous commitMike Erwin
2017-04-22OpenGL: remove use of GLEW MXMike Erwin
2017-04-21OpenGL/GHOST: don't request accum buffer on MacMike Erwin
2017-03-28Merge branch 'master' into blender2.8Bastien Montagne
2017-03-25Fix GHOST crash on X11 with recent DPI changes on some systems.Brecht Van Lommel
2017-03-25Automatic DPI for all platforms, per monitor DPI for Windows.Wouter
2017-03-23OpenGL: remove GLU option from build systemMike Erwin
2017-02-05OpenGL: use GL4 on Linux when availableMike Erwin
2016-12-01Merge branch 'master' into blender2.8Lukas Tönne
2016-12-01Fix T46795 : Reset GWLP_USERDATA to NULL at window destruction so any future ...lazydodo
2016-11-20GHOST/X11: Incorrect WM_STATE accessCampbell Barton
2016-10-15OpenGL: bump Windows to GL 3.3 compat profileMike Erwin
2016-10-15OpenGL: bump Linux to GL 3.3 compat profileMike Erwin
2016-10-10Merge branch 'master' into blender2.8Bastien Montagne
2016-10-08Fix a few compile errors with C++11 on macOS.Brecht Van Lommel
2016-10-02Merge branch 'master' into blender2.8Bastien Montagne
2016-09-30Merge branch 'master' into blender2.8Julian Eisel
2016-09-29Fix Windows mouse wheel scroll speedlazydodo
2016-09-27fix Mac build for Xcode < 8Mike Erwin
2016-09-27cleanup: spacing & alignmentMike Erwin
2016-09-23small merge fixMike Erwin
2016-09-23Merge branch 'master' into blender2.8Julian Eisel
2016-09-19OpenGL: software renderer for old Mac GPUsMike Erwin
2016-09-19Lowercase includes for psapi.h and dbghelp.h windows includes.Martijn Berger
2016-09-16Merge branch 'master' into blender2.8Sergey Sharybin
2016-09-14fix Mac build with Xcode 8Mike Erwin
2016-09-14fix Mac build with Xcode 8Mike Erwin
2016-09-10Fix T49303: Fix T49314: More issues with new handling of X11 shortcuts.Bastien Montagne
2016-09-06Add XK_ISO_Left_Tab to ghost's known X11 keydefines...Bastien Montagne
2016-09-06Cleanup previous commit...Bastien Montagne
2016-09-06GHOST X11 keyboard: Attempt to fix issues with modifier keys on some systems.Bastien Montagne
2016-09-04Merge branch 'master' into blender2.8Bastien Montagne