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 (Collapse)Author
2014-04-10Fix numpad emulation in non-US keyboardsCampbell Barton
Patch D455 from Benoît Legat with own minor edits.
2014-03-30Code cleanup: de-duplicate cotangent weight function & add arg sizesCampbell Barton
2014-03-11OSX: fix another kCGLRendererAppleSWIDJens Verwiebe
2014-03-11OSX: change a longterm deprecated kcgl constant, could lead to crashes elseJens Verwiebe
2014-03-06Fix X11 mouse cursor flickering briefly to the standard cursor when changing it.Brecht Van Lommel
Not very visible now but it matters for the next commit.
2014-02-15Fix/Workaround for NDOF/X11 bug with unreliable GHOST_kFinished events.Campbell Barton
2014-02-15Code cleanup: use const short for ndof axis argsCampbell Barton
2014-02-15Code cleanup: warningsCampbell Barton
2014-02-14NDOF/X11: incorrect dynamic_castCampbell Barton
2014-02-12NDOF/X11: skip getting the time when no ndof events are processedCampbell Barton
2014-02-12NDOF/X11: fix for glitch using ndof outside the view and entering againCampbell Barton
2014-02-11Fix T38537: issue with OS X full screen startup.blend after recent changes.Brecht Van Lommel
Also fixed the redrawing while entering and exiting fullscreen, it would show a distracting white window contents during the animation.
2014-02-03Fix T38452: on OS X 10.9, now always use Lion style fullscreen.Brecht Van Lommel
On earlier versions there is no proper multi-monitor support, so we leave the choice still. But for 10.9 this just interacts better with other elements like spaces and the dock.
2014-01-29Fix T37999: incorrect windows size with Visual Studio 2013 builds.Brecht Van Lommel
This is a known bug in Windows, now work around it. https://bugreports.qt-project.org/browse/QTBUG-36192 http://connect.microsoft.com/VisualStudio/feedback/details/753224/regression-getsystemmetrics-delivers-different-values
2014-01-27OSX/scons: fix own error in last commit and do a cleanupJens Verwiebe
2014-01-27OSX/scons: consequently make use of the recently introduced C_COMPILER_ID ↵Jens Verwiebe
and CCVERSION env vars
2014-01-13Fix T38190: Linux tablet: Issue with XInput/GHOST?Bastien Montagne
With edits by Campbell, thanks! Looks like in some cases (driver dependent?), `XDeviceMotionEvent` get generated with only part of expected data (e.g. only x coordinate, only pressure, etc.), data which did not change since last event being NULL. We know which data to actually handle with `XDeviceMotionEvent.first_axis` and `XDeviceMotionEvent.axes_count` values. Reviewed by: campbellbarton Differential Revision: https://developer.blender.org/D208
2014-01-13Fix some harmless warnings that mostly appeared on MinGW64Antony Riakiotakis
2014-01-11Events: support for buttons 6 & 7 (some trackballs have these) X11 onlyCampbell Barton
Patch by Marcus von Appen Note: this patch makes ISMOUSE accept INBETWEEN_MOUSEMOVE as a mouse event where before it didnt.
2014-01-11Ghost: update multitest for changes in BLFCampbell Barton
2014-01-10Fix T38143: pressing F12 key in the text editor on OS X would type an ↵Brecht Van Lommel
invalid character.
2014-01-07Code cleanup: defines for statfs were getting out of hand for BSD's.Campbell Barton
add __DragonFly__ and internal defines to avoid copy-pasting checks. also remove __CYGWIN32__ check, since cygwin is no longer supported.
2013-12-31Fix console incorrectly showing on Windows Blender startup in some cases.Masakazu Ito
The console window is hidden by default, but we need to avoid this when starting from the command prompt, because it would hide the window you just typed the command in. Previously it would check if Blender was started from "explorer.exe" to determine that, but that wasn't working for application launchers like Appetizer or Colibri. Instead we now check if the process ID is the same as the process ID of the console window, which appears to work reliably. Reviewed By: brecht Differential Revision: https://developer.blender.org/D122
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-11-06Quicktime: remove backend with the old quicktime API, and keep the QTKit ↵Brecht Van Lommel
backend. This means that if you have WITH_BF_QUICKTIME or WITH_CODEC_QUICKTIME enabled, it will always use QTKit. The old backend was only used on 32 bit OS X builds, now 32 and 64 bit builds will give consistent input/output. On Windows or Linux quicktime isn't being used.
2013-11-05OSX/GHOST: starting file by file removal of outdated code, such as ↵Jens Verwiebe
VERSION_MIN_REQUIRED <= 1040
2013-11-05Fix linking for non-apple ndofJens Verwiebe
2013-11-05OSX: removing useless cocoa conditionals as it's solely api nowJens Verwiebe
2013-11-05OSX/cmake: ghost carbon removalJens Verwiebe
2013-11-05OSX: more carbon removal cleanupsJens Verwiebe
2013-11-05OSX: remove Ghost carbon files finallyJens Verwiebe
2013-11-05OSX: remove Ghost carbon files and adapt sconsJens Verwiebe
2013-10-31code cleanup: spellingCampbell Barton
2013-10-28Fix #37187: ghost/test/multitest fails to buildSergey Sharybin
Commited patch provided by Lawrence D'Oliveiro, thanks.
2013-10-26spelling: use American spelling for canceledCampbell Barton
2013-10-25patch [#37188] Remove filename entry specified twiceCampbell Barton
from Lawrence D'Oliveiro (ldo)
2013-10-13fix [#37059] OSX Debug - assert when using external screen with MacBookProDalai Felinto
This was old code, Blender now supports multiple screens. The assert was breaking my builds with -DWITH_ASSERT_ABORT=ON
2013-10-08code cleanup: strange formatting.Campbell Barton
2013-10-07Fix regression in r59316Sergey Sharybin
Different version could be passed here, added check cached path is calculated with the proper one.
2013-10-06Revert revision 59985, 59986, 60046 and 60067. These were fixes to improve saveBrecht Van Lommel
and restore of window setups with multiple monitors, but they are also causing regressions, in particular issues with Blender overlapping the taskbar and the user preferences opening wrong. We decided to revert to the old behavior for the release. See bug #36707 for the full explanation.
2013-10-03Typo in variable name from previous commit, sorry.Sergey Sharybin
2013-10-03Fix crash starting game engine on linuxSergey Sharybin
Issue was caused by bug in mesa #54080 which makes glXQueryDrawable fail with GLXBadDrawable for any request with direct context. Worked around by temporary overriding X error handling when getting old interval value and disablingintervals extension if this query fails. Also added check for glXSwapIntervalEXT which is apparently NULL here with GLX_EXT_swap_control=1.
2013-10-02OSX/GHOST: fix own issue in 60510, should now (hopefully) cover all multiple ↵Jens Verwiebe
window combinations
2013-10-02Fix #36316: dots in cycles render on certain CPUs with 32 bit linux builds.Brecht Van Lommel
There is some sort of problem with the SSE2 code path, but I couldn't find the cause, maybe a compiler bug due to the large amount of inlining? For now I've disabled SSE2 optimizatons in 32 bit GCC builds.
2013-10-02OSX/GHOST: refine #60409 and better take multiple windows into accountJens Verwiebe
2013-09-30Fix #36891: on OS X, cmd+s or cmd+o did not work when pressing them over theBrecht Van Lommel
text editor.
2013-09-29name cocoa functions in keeping with convention with similar functions for ↵Campbell Barton
other ghost classes.
2013-09-29OSX: more descriptive commentJens Verwiebe
2013-09-29OSX: cleanup for 60409, let m_window protected and use rather a public ↵Jens Verwiebe
function for getting it public
2013-09-28OSX: make sure closing the mainwindow forewards to the quitdialog - todo: ↵Jens Verwiebe
check if m_window now public is a problem