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
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
2013-04-18Disabling live resize for Windows for now.Alexander Kuznetsov
2013-04-09Live window resizing on WindowsAlexander Kuznetsov
2013-02-26fix for own regression in win32 from r54225, wrong args used in getAllDisplay...Campbell Barton
2013-02-24Hopefully last round of fixes for all OSesAntony Riakiotakis
2013-02-22Applying patch #33709 for dead keys on windows.Alexander Kuznetsov
2013-01-31add ghost function getAllDisplayDimensions, GHOST_GetAllDisplayDimensionsCampbell Barton
2013-01-24Put back minimum window sizes on 320x240.Ton Roosendaal
2013-01-07fix for bugs 30300, 31107: pen pressure with multiple open windows on MS WindowsMike Erwin
2012-12-12Holiday coding log :)Ton Roosendaal
2012-11-04Possible bugfix 32474Ton Roosendaal
2012-09-04fix for building without python, also rework python-main-loop control in the ...Campbell Barton
2012-07-01style cleanup: commentsCampbell Barton
2012-06-17style cleanup:Campbell Barton
2012-05-30replaced last instance of BF_GHOST_DEBUGCampbell Barton
2012-05-27code cleanup: defines with braces - end with '(void)0' so callers must end wi...Campbell Barton
2012-05-19style cleanup: ghostCampbell Barton
2012-05-06code cleanup: add getCursorGrabModeIsWarp(), makes the intent more clear wher...Campbell Barton
2012-05-06disable warping for tablet events (X11 only), added TODO's for OSX and win32.Campbell Barton