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
2013-08-19style cleanup: indent/whitespaceCampbell Barton
2013-08-01Fix linking issue, we use bundled static glew so we should define static glew...Antony Riakiotakis
2013-07-30BGE: Adding vsync control. Users can enable vsync, disable vsync, or use adap...Mitchell Stokes
2013-07-19code cleanup: case & brace placementCampbell Barton
2013-07-19code cleanup: pass event by pointer to getClipboard_xcoutCampbell Barton
2013-07-19code cleanup: use bool for widget struct, also edit odd strncpy use.Campbell Barton
2013-07-16fix [#36157] Memory Leak in GHOST_DropTargetX11Campbell Barton
2013-06-28Fix #35904: on Windows force NVidia Optimus, which does automatic graphicsBrecht Van Lommel
2013-06-27Fix #35890: memory leak in OS X ghost locale detection.Brecht Van Lommel
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell 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-25Solving ancient Blender window sizing issue;Ton Roosendaal
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-19revert (ifdef) r54745. which enbabled alpha in the GL buffer.Campbell Barton
2013-05-18Painting / Sculpting: more tweaks to pressure sensitivityBrecht Van Lommel
2013-05-14Fix #35340: 3D manipulator not working right after undoing with cmd+Z on OS X.Brecht Van Lommel
2013-05-14Patch [#35234]:Jürgen Herrmann
2013-05-13Fix ctrl+(shift)+tab shortcut key not working on OS X after recent bugfix toBrecht Van Lommel
2013-05-11Fix for previous fix, not sure it will cause issues in practice but better beBrecht Van Lommel
2013-05-11Fix #35265: on OS X, pressing system shortcuts such as cmd+M or cmd+` would bothBrecht Van Lommel
2013-05-08Attempt to fix OS X build with 10.6 SDK, was not working due to recent fullsc...Brecht Van Lommel
2013-05-06Fix #35225: new OS X Lion fullscreen did not work together well with oldBrecht Van Lommel
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-13Fix some compilation errors for MinGW. Thanks to vildas on irc forAntony Riakiotakis
2013-04-13Fix for [#34968] Cross compiling from linux for windows is brokenThomas Dinges
2013-04-09Fix scons compile after GHOST_Sizer commitJens Verwiebe
2013-04-09Live window resizing on WindowsAlexander Kuznetsov
2013-04-08fix [#34900] Building blender as a python module is broken in trunkCampbell Barton
2013-04-02Fix incorrect OS X warning message in console when using multisample antialia...Brecht Van Lommel
2013-03-25code cleanup:Campbell Barton
2013-03-24OS X Fullscreen: shortcut now is CTRL + Cmd + F. Is more common, and it keepsTon Roosendaal
2013-03-24Unix/X11 - use RGBA icon (netwm icon), rather then pixmap icon.Campbell Barton
2013-03-23Bug fix 34743Ton Roosendaal
2013-03-23GHOST_Cocoa, let new fullscreen also appear on 10.6 deployed buildsJens Verwiebe
2013-03-22OSX feature:Ton Roosendaal
2013-03-20OSX/tablet: fix a longstanding bug with certain devices and a cornercasesJens Verwiebe
2013-03-19OSX/pen: change sensivity graduation to a good value found with Sebastian and...Jens Verwiebe
2013-03-19OSX/pen: change sensivity graduation so we don't get maximum too early and h...Jens Verwiebe
2013-03-17- ghost-sdl builds again.Campbell Barton
2013-03-08Adding include for NULL define in c++Ton Roosendaal
2013-03-08code cleanup: 0 --> NULLCampbell Barton
2013-03-04OSX/locale: fix compile on older xcode by not using toll-free-bridging, which...Jens Verwiebe
2013-03-03OSX: Get the current locale in objC-styleJens Verwiebe
2013-02-28fix for [#34440] motion blur (2d filter) not working in osxDalai Felinto
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-02-26fix for own regression in win32 from r54225, wrong args used in getAllDisplay...Campbell Barton