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
2016-04-06Cleanup: indentationCampbell Barton
2016-03-04Cleanup: suspicious use of commasCampbell Barton
2016-02-20GHost: Avoid macro re-definition by undefining the macro firstSergey Sharybin
2016-02-16Cleanup: avoid -Wnarrowing warningCampbell Barton
2016-02-14Fix cmd+z for undo not working when editing text objects on OS X.Brecht Van Lommel
2016-02-13Fix T47393: mouse wheel scroll no longer zooms with mighty mouse on OS X.Brecht Van Lommel
2016-02-02Fix T47300: SHIFT TAB, CTRL SHIFT TAB shortcuts does not toggle snap, snap mo...Bastien Montagne
2016-01-31Fix T47153: scroll wheel zoom fails with mouses that support smooth scroll on...Brecht Van Lommel
2016-01-28Fix T47228: Ghost not handling predictably keycodes when first keymap is non-...Bastien Montagne
2016-01-15Cleanup: used pre-defined atoms in ghostCampbell Barton
2016-01-15Fix T31063: X11 window resize fails on PPCCampbell Barton
2016-01-08Fix T46993: UI lag in fullscreen mode on OS X / Intel graphics.Brecht Van Lommel
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-29OS X: remove code for OS X <= 10.5, which is already not supported since 2 ye...Brecht Van Lommel
2015-12-28Fix for building ghost-testsCampbell Barton
2015-12-28Fix for heap-use-after-free happening in GHOST_EventManager.Kévin Dietrich
2015-12-27Addendum to previous GHOST commit: remove redundant check.Kévin Dietrich
2015-12-27Fix memory leak in GHOST Event Manager.Kévin Dietrich
2015-12-13Fix: unreported crash with misconfigured nvidia opengl driversInes Almeida
2015-12-07OpenGL: request version 2.1 when creating context on WindowsMike Erwin
2015-11-24Fix previous own fix - second message was actually OK, first one had bad comm...Bastien Montagne
2015-11-24Fix broken windows 'MessageBox' calls (UI messages).Bastien Montagne
2015-11-22Error out on Windows if driver does not support OpenGL 2.1 with an errorAntony Riakiotakis
2015-11-22Add check for OpenGL version 2.1 on linux.Antony Riakiotakis
2015-11-19Cleanup: redundant 'break', minor editsCampbell Barton
2015-11-16GHOST: rename suffix X11 to Unix for non X11 filesCampbell Barton
2015-11-09Revert "Increase CMake minimum version to 3.0"Campbell Barton
2015-11-09Increase CMake minimum version to 3.0Campbell Barton
2015-10-25ndof: rework Mac driver glueMike Erwin
2015-10-12Workaround for glew initialization bugCampbell Barton
2015-10-12Fix T46431: Init glew before glx-context crashesCampbell Barton
2015-10-10Fix various compiler warnings.Brecht Van Lommel
2015-10-10Fix T45167: OS X inertial scrolling can lead to unexpected zooming.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-10Fix/Workaround T46431: blender-softwaregl crashesCampbell Barton
2015-10-03Fix T44605: OS X continuous grab issues.Brecht Van Lommel
2015-09-10Fix leak in ContextGLXCampbell Barton
2015-09-08Cleanup: quiet warningsCampbell Barton
2015-09-04Quiet warningsJulian Eisel
2015-08-17Fix for Ghost/OSX w/ core profileCampbell Barton
2015-08-04SCons: Fix for really nasty bug with polluting configuration environmentSergey Sharybin
2015-07-31Fix T45632: motion blur (2d filter) not working - in OSX at leastDalai Felinto
2015-07-20Ugly hack to avoid GLEW context error printing when initializing GLX.Antony Riakiotakis
2015-07-20Fix broken GLEW initialization. Initialize GLEW twice, once to get GLXAntony Riakiotakis
2015-07-20Pixel format selection now favours a format with a number of samplesAntony Riakiotakis
2015-07-20GHOST/X11: Support GLX-Context flagsCampbell Barton
2015-07-20GHOST: use simple stack array for glx attributesCampbell Barton
2015-07-20GHOST: correct GLX flag w/ WITH_GL_PROFILE_CORECampbell Barton
2015-07-18Cleanup: whitespace & break placementCampbell Barton
2015-07-18Cleanup: whitespace, wrong indent levelCampbell Barton