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-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
2013-02-25is_crappy_intel_card() was checking strstr(glGetString(GL_VENDOR), "Intel") e...Campbell Barton
2013-02-24Hopefully last round of fixes for all OSesAntony Riakiotakis
2013-02-24Compile fix round 2. Still trying to do this from linux :pAntony Riakiotakis
2013-02-24Add bogus stabs for fullscreen window mode for BGE in GHOST. Platform maintai...Antony Riakiotakis
2013-02-24fix for own commit r54806 with argument order and multisampling.Campbell Barton
2013-02-24fix for fullscreen on X11 (used by the BGE, not blender application),Campbell Barton
2013-02-24GHOST/X11 - free memory allocated by XF86VidModeGetAllModeLines(),Campbell Barton
2013-02-24GHOST/X11 support for frequency, from SDL's mode switching.Campbell Barton
2013-02-22Applying patch #33709 for dead keys on windows.Alexander Kuznetsov
2013-02-22Fix for windows size on win32Alexander Kuznetsov
2013-02-22Fixing typosGaia Clary
2013-02-22bge bugfix: [#18967] alpha value is never available in the color buffer by Ca...Dalai Felinto
2013-02-21style cleanup: 'sizeof foo' --> 'sizeof(foo)', add check in style checking sc...Campbell Barton
2013-02-19patch [#34320] Cross compiling with mingw-w64 on ubuntuCampbell Barton
2013-02-11move atoms into their own struct and make all names match the original atom n...Campbell Barton
2013-02-11patch [#31636] no pressure with Genius Mousepen i608X tabletCampbell Barton
2013-02-11style cleanup: also some typosCampbell Barton
2013-02-08building ghost-sdl works again.Campbell Barton
2013-02-07removing xinerama on X11 dependency, this wasn't working very usefully.Campbell Barton