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-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
2013-01-08style cleanupCampbell Barton
2013-01-07fix for bugs 30300, 31107: pen pressure with multiple open windows on MS WindowsMike Erwin
2013-01-06With some help in irc (thanks erwin, markus!) and some googling, here's code Ton Roosendaal
2013-01-05Removal of old code trying to detect trackpads.Ton Roosendaal
2013-01-05New version of code to detect whether a wheel is involved, or a trackpad.Ton Roosendaal
2012-12-30Revert change from Jens, wrong pointer check in the code.Ton Roosendaal
2012-12-29OSX: fix magic mouse swipes compiling on with MAC_OS_X_VERSION_MIN_REQUIRED b...Jens Verwiebe
2012-12-29Mac OS X 10.7 supports new trackpad (and mighty mouse) events with nice seamlessTon Roosendaal
2012-12-28Hrm... replacingTon Roosendaal
2012-12-28Testing commit for OS X trackpad and scroll events.Ton Roosendaal
2012-12-28Reversion of previous fix for Mac OS X scrollwheel,Ton Roosendaal
2012-12-28Bugfix #33681Ton Roosendaal
2012-12-21Fix #33644: rendering to a new window and then closing it would not completelyBrecht Van Lommel