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-07Fix T54799: NDOF events not dispatched on windows.mano-wii
2018-06-23Ghost: Fix F12 render on windows.Ray Molenkamp
2018-06-19Ghost: Fix offline OGL render on windows.Ray Molenkamp
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip ghost trailing spaceCampbell Barton
2018-04-19GHOST: Fix `processEvents` not notifying events handled by the system if the ...Germano
2018-02-26GHOST: Add new interface to manage offscreen contexts.Clément Foucault
2017-07-08Fix T51959: Windows + Intel GPU offset between UI drawing and mouse.Brecht Van Lommel
2017-05-29NDOF: clean up after MinGW removalMike Erwin
2017-05-27Remove MinGW supportAaron Carlisle
2017-03-25Automatic DPI for all platforms, per monitor DPI for Windows.Wouter
2016-10-08Fix a few compile errors with C++11 on macOS.Brecht Van Lommel
2016-09-29Fix Windows mouse wheel scroll speedlazydodo
2016-09-19Lowercase includes for psapi.h and dbghelp.h windows includes.Martijn Berger
2016-08-18NDOF: compile 3D mouse code only if WITH_INPUT_NDOFMike Erwin
2016-06-10Cleanup: brace-placementCampbell Barton
2016-06-09BGE: alpha on frame buffer and precedence of MSAA over swap.Benoit Bolsee
2016-05-24GHOST cleanup (null check before delete, and 0 -> NULL for pointers).Bastien Montagne
2015-11-22Error out on Windows if driver does not support OpenGL 2.1 with an errorAntony Riakiotakis
2015-07-02Support debug contexts on win32Antony Riakiotakis
2015-04-08Cleanup: confusing if statements & alignmentCampbell Barton
2015-03-26Fix duplicated IME inputSeverin
2015-02-27cleanup: use GHOST_PRINT instead of stdioMike Erwin
2015-02-27cleanup: ghost Win32 event processing functionsMike Erwin
2015-02-27cleanup: ghost Win32 IMEMike Erwin
2015-02-26cleanup: spelling & typosMike Erwin
2015-02-25Warning messagebox for windows when an unsupported implementation ofAntony Riakiotakis
2014-12-07Input Method Editor (IME) support for text buttonsSeverin
2014-11-30Fix T42426. Add support for UK "`" key.Alexandr Kuznetsov
2014-11-26Fix T42420: Touchpad zoom and scroll gester using touchpad stopped workingSergey Sharybin
2014-10-08Ghost Context RefactorJason Wilkins
2014-08-18Fix T39630: Mouse Wheel doesn't detect Multi Window FocusSergey Sharybin
2014-08-13Fix T40717: Screen does not update while scrolling or zooming with touchpad o...Sergey Sharybin
2014-08-13SpellingCampbell Barton
2014-08-12Stupid MSVC replaces tabs to spaces spontaneously :SSergey Sharybin
2014-08-12Console detection now works reliably when starting blender-app directlySergey Sharybin
2014-08-07Tweaks to the recent wrapper on windowsSergey Sharybin
2014-07-27Style cleanup GHOST/Win32Campbell Barton
2014-06-14Fix T40609: Wrong WS between word and '?' (no space in english typography in ...Bastien Montagne
2014-06-13Code cleanup: remove NULL checkCampbell Barton
2014-02-15Code cleanup: use const short for ndof axis argsCampbell Barton
2013-12-31Fix console incorrectly showing on Windows Blender startup in some cases.Masakazu Ito
2013-09-21style cleanup: whitespace & odd indentationCampbell Barton
2013-08-19style cleanup: indent/whitespaceCampbell Barton
2013-05-28Fix for r35524. Thanks Jeffrey Hoover for reporting.Alexander Kuznetsov
2013-05-26Live resize on Windows. Based on Ton's patch for mac.Alexander Kuznetsov
2013-05-14Patch [#35234]:Jürgen Herrmann
2013-04-29More build fixes for visual studio 2012.Brecht Van Lommel
2013-04-25Fix #29932 Left Shift + Numpad 1,2,3 not Aligning to ActiveFrancisco De La Cruz
2013-04-20Forgot disable else and it became: else /* */ break;Alexander Kuznetsov