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-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-02-05OpenGL: use GL4 on Linux when availableMike Erwin
2016-12-01Merge branch 'master' into blender2.8Lukas Tönne
2016-11-20GHOST/X11: Incorrect WM_STATE accessCampbell Barton
2016-10-15OpenGL: bump Linux to GL 3.3 compat profileMike Erwin
2016-08-06Merge branch 'master' into blender2.8Bastien Montagne
2016-08-04OpenGL: Blender 2.8 on X11 requires GL 3.0Mike Erwin
2016-08-01Fix T48901: Blender ignores xinput cursor matrixCampbell Barton
2016-06-28GHOST/X11: Hotplug support for xinputCampbell Barton
2016-06-09BGE: alpha on frame buffer and precedence of MSAA over swap.Benoit Bolsee
2016-03-04Cleanup: suspicious use of commasCampbell Barton
2016-02-16Cleanup: avoid -Wnarrowing warningCampbell Barton
2016-01-15Cleanup: used pre-defined atoms in ghostCampbell Barton
2016-01-15Fix T31063: X11 window resize fails on PPCCampbell Barton
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-02Make OpenGL debug contexts a flag --debug-gpu instead of a compile timeAntony Riakiotakis
2015-05-28Ghost/X11: allow creating windows to failCampbell Barton
2015-03-27GHost: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-02-19Fix T43652: X11 "_NET_WM_PID" not set by GhostCampbell Barton
2015-02-19Ghost/X11 cleanup (reduce variable scope)Campbell Barton
2015-02-18Quiet uninitialized mem use for blank cursorCampbell Barton
2015-02-13Fix again tablets with linux!Bastien Montagne
2015-02-03Fix copypaste error in x11 tablet initCampbell Barton
2015-01-27Fix T43367: Non-wacom tablets broken on Blender in linux?Bastien Montagne
2014-11-14Fix X11/GLX failing with multi-sampleCampbell Barton
2014-10-08Ghost Context RefactorJason Wilkins
2014-08-12SpellingCampbell Barton
2014-07-24Code cleanup: ghost styleCampbell Barton
2014-03-06Fix X11 mouse cursor flickering briefly to the standard cursor when changing it.Brecht Van Lommel
2013-10-03Typo in variable name from previous commit, sorry.Sergey Sharybin
2013-10-03Fix crash starting game engine on linuxSergey Sharybin
2013-09-11take the decender into account when drawing console text.Campbell Barton
2013-07-30BGE: Adding vsync control. Users can enable vsync, disable vsync, or use adap...Mitchell Stokes
2013-05-19revert (ifdef) r54745. which enbabled alpha in the GL buffer.Campbell Barton
2013-03-25code cleanup:Campbell Barton
2013-03-24Unix/X11 - use RGBA icon (netwm icon), rather then pixmap icon.Campbell Barton
2013-02-24fix for fullscreen on X11 (used by the BGE, not blender application),Campbell Barton
2013-02-22bge bugfix: [#18967] alpha value is never available in the color buffer by Ca...Dalai Felinto
2013-02-11move atoms into their own struct and make all names match the original atom n...Campbell Barton
2013-02-05Apparently my system here considers fullscreen window as maximizedSergey Sharybin
2013-01-31initializing maximized/fullscreen windows in x11 would start normal, then max...Campbell Barton
2013-01-30patch [#34039] Fix Alt key glitch on Unity desktopCampbell Barton
2013-01-24Put back minimum window sizes on 320x240.Ton Roosendaal
2013-01-23Fix compilation with WITH_X11_XINPUT=OFFSv. Lockal
2013-01-23fix for blender quitting in X11 if you start blender with a tablet, unplug it...Campbell Barton
2013-01-17fix for GHOST/X11 using uninitialized memory for the tablets active state. (p...Campbell Barton