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-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
2013-02-06enable xinerama for scons.Campbell Barton
2013-02-05Apparently my system here considers fullscreen window as maximizedSergey Sharybin
2013-02-04Fix window fullscreen crash when building for Mac OS X 10.5.Brecht Van Lommel
2013-02-04fix [#33831] "Alt" key is "Alt Window Deactivated"Campbell Barton
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2013-02-01make WITH_HEADLESS build again.Campbell Barton
2013-02-01code cleanup: make wmEvent's 'const' in interface code (reduces manual checki...Campbell Barton
2013-01-31Add Xinerama support for GHOST_GetMainDisplayDimensions() so X11 works as it ...Campbell Barton
2013-01-31add ghost function getAllDisplayDimensions, GHOST_GetAllDisplayDimensionsCampbell Barton
2013-01-31initializing maximized/fullscreen windows in x11 would start normal, then max...Campbell Barton
2013-01-30disable ubuntu unity workaround, causes issues with modifier keys held doun w...Campbell Barton
2013-01-30patch [#34039] Fix Alt key glitch on Unity desktopCampbell Barton
2013-01-24Put back minimum window sizes on 320x240.Ton Roosendaal
2013-01-23Fix compilation with WITH_X11_XINPUT=OFFSv. Lockal
2013-01-23fix for blender quitting in X11 if you start blender with a tablet, unplug it...Campbell Barton
2013-01-22OSX 10.6 error - hiding code behind a respondsToSelector.Ton Roosendaal
2013-01-22Bug fix #33911Ton Roosendaal
2013-01-22reverting r53798 to fix [#33831], it casued bug [#33921]Campbell Barton
2013-01-20code cleanup: remove some paranoid checks which would have crashed anyway ear...Campbell Barton
2013-01-20More win32 multimon (r53923). Changed getNumDisplays so that it will actuall...Jason Wilkins
2013-01-20Add multimon support to GHOST_DisplayManagerWin32.cpp (It seemed to work befo...Jason Wilkins
2013-01-17add NULL check for XInput device, since its possible only one is valid.Campbell Barton
2013-01-17fix for GHOST/X11 using uninitialized memory for the tablets active state. (p...Campbell Barton
2013-01-16style cleanupCampbell Barton
2013-01-16fix for glitch in X11 with tablets.Campbell Barton
2013-01-16Mac OS X, Intuos tablet fixTon Roosendaal
2013-01-16Fix #33877: Pressure Sensitivity stop after opening User Preferences WindowSergey Sharybin
2013-01-16minor changes to ghostCampbell Barton
2013-01-15fix [#33831] "Alt" key is "Alt Window Deactivated"Campbell Barton
2013-01-12Mac HiDPI ("retina") handling:Ton Roosendaal
2013-01-09Mac HiDPI support:Ton Roosendaal
2013-01-08Macbook HiDPI support: reshuffled code to make it compile for 10.6 and workTon Roosendaal