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-09-14minor style clanup and use more meaningful name for 3DCONNEXION source code.Campbell Barton
2013-09-14Cleanup for last commitJens Verwiebe
2013-09-14Fix broken compiling with ndof on linux and winJens Verwiebe
2013-09-13OSX: Compilefix for ndof symbols get magled when used extern C, now use discr...Jens Verwiebe
2013-09-12Fix for [#36707] Blender Opens in fullscreen and stays like thatNathan Letwory
2013-09-11Fix [#36702] blenderapplication window position and sizeNathan Letwory
2013-09-11take the decender into account when drawing console text.Campbell Barton
2013-09-11fix double free in ghost c++ gears test program.Campbell Barton
2013-09-10Remove dimension checks from window creation.Nathan Letwory
2013-09-06fix for bug in GHOST/SDL, events dont always have a window (which ghost needs).Campbell Barton
2013-09-05Ghost test application could be compiled againSergey Sharybin
2013-09-05fix [#36459] Official blenderplayer can not go fullscreen on LinuxCampbell Barton
2013-09-05Ghost_SDL: Fixing the DEF_CURSOR macro so it works in release builds.Mitchell Stokes
2013-09-04Add new cursor types to data handling to account for Intuos 4 device (pen and...Nathan Letwory
2013-09-03Fixed crash on Visual StudioAlexander Kuznetsov
2013-08-30Cleaning up some prints related to SDL.Mitchell Stokes
2013-08-30Adding support for enabling/disabling vsync to Ghost_SDL.Mitchell Stokes
2013-08-20Get rid of PATH_MAX in Ghost System X11Sergey Sharybin
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