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
2018-06-09Merge branch 'master' into blender2.8Campbell Barton
2018-06-09GHOST/X11: Correct non-latin kb workaround caseCampbell Barton
Harmless since this is always enabled, only do this for easier troubleshooting when disabling the define.
2018-06-09Merge branch 'master' into blender2.8Campbell Barton
2018-06-09GHOST/X11: support accessing physical keycodesCampbell Barton
This means we can check keys such as tilde in a generic way.
2018-06-09GHOST/X11: Map unknown us.intl key to accentgraveCampbell Barton
2018-06-08Merge branch 'master' into blender2.8Campbell Barton
2018-06-08GHOST/X11: Map unknown es,dk keys to accentgraveCampbell Barton
2018-06-08Merge branch 'master' into blender2.8Campbell Barton
2018-06-08GHOST/X11: Map unknown de,fr keys to accentgraveCampbell Barton
This still uses the correct string when typing text, it just allows the key to be used in keymaps. We should eventually add scan-code support.
2018-06-07Merge branch 'master' into blender2.8Campbell Barton
2018-06-07GHOST/X11: Xinput/XIM support caused double key-upCampbell Barton
All keyboard events were sending double key events (including modifiers) when xinput was enabled with gnome (causing much confusion!). I cant test if XIM works, but this isn't useful to send double events, so disabling for now.
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip ghost trailing spaceCampbell Barton
2018-05-07Merge branch 'master' into blender2.8Sergey Sharybin
2018-05-07Fix wrong comparison of drop target URI on X11Sergey Sharybin
Need to compare, NOT to override passed file name.
2018-04-26GHOST: WGL: Make background rendering works on windows.fclem
When creating an offscreen context we need wglCreatePbufferARB to create a drawable. In non-background mode wglCreatePbufferARB would have been set by the main window creation code. But in background mode this is not the case so we need to create a dummy context using the screen window to init wglew properly.
2018-04-25GHOST: Fix missing glXCreatePbuffer initialisation.Clément Foucault
For some reason this happened if no windows are created before creating an offscreen context.
2018-04-25GHOST: GLX: Remove old version check.Clément Foucault
2018-04-19GHOST: Fix `processEvents` not notifying events handled by the system if the ↵Germano
window is hidden. Reviewed By: @LazyDodo Differential Revision: https://developer.blender.org/D3154
2018-03-29Merge commit 'origin/master^' into blender2.8Dalai Felinto
2018-03-28Fix missing confirm quit dialog on macOS, after recent changes.Brecht Van Lommel
2018-03-26Fix bad merge resolution from previous commitSergey Sharybin
2018-03-26Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-26GHOST: Solve compilation error of test programsSergey Sharybin
2018-03-21GHOST CONTEXTWGL: Remove unused memberGermano
No longer used from this commit: https://developer.blender.org/rB0940e89e604d85d717f792b73e30e5e96a42e7c6#change-kg3gZvqkYPB6
2018-03-21Merge branch 'master' into blender2.8Campbell Barton
2018-03-21UI: Optional prompt to quit for non win32 systemsCampbell Barton
D566 by @januz Use Blender native dialog when OS dialog's aren't supported.
2018-03-16Merge branch 'master' into blender2.8Brecht Van Lommel
2018-03-16GHOST: Support Unity taskbar progress APILukas Stockner
Unity itself is deprecated, but the API is also supported by KDE and the GNOME Dock extension, which means that it will be useful for a wide variety of distributions. To get a progress bar, the system must have a blender.desktop file and libunity installed. The need for libunity is annoying, but the only alternative would be to integrate a DBus library... Reviewers: campbellbarton, brecht Differential Revision: https://developer.blender.org/D3106
2018-03-15GHOST: Fix wrong usage of wglCreatePbufferARB.Clément Foucault
Last argument must be a pointer to list of int terminated by a value of 0.
2018-02-26GHOST: Add new interface to manage offscreen contexts.Clément Foucault
Offscreen contexts are not attached to a window and can only be used for rendering to frambuffer objects. CGL implementation : Brecht Van Lommel (brecht) GLX implementation : Clément Foucault (fclem) WGL implementation : Germano Cavalcante (mano-wii) Other implementation are just place holder for now.
2018-02-16Fix T53399: Dopesheet keyframes and the drawing of points were not visible ↵Germano
with some Intel cards
2018-02-16GHOST: Windows: Print information on the GPUGermano
2018-02-10GHOST: Optimize and simplify the creation of a GHOST_Context on WindowsGermano
Instead of cloning the window to create dummyHWNDs and dummyHDCs to avoid calling the SetPixelFormat more than once in the same window, use the original window and HDC and do not call the SetPixelFormat again. In addition to avoiding a lot of unnecessary calls, it simplifies the code and makes it match the others OS
2017-10-31Merge branch 'master' into blender2.8Campbell Barton
2017-10-31MacOS: Use correct Cocoa protocol on any compilerArto Kitula
2017-10-26Merge branch 'master' into blender2.8Julian Eisel
2017-10-26Fix T52984. Trackpad rotation to natural directionArto Kitula
2017-10-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-25Fix T53004: XWayland ignores cursor-warp callsCampbell Barton
There is currently a limitation in XWayland, the cursor needs to be hidden during warp calls.
2017-10-06Merge branch 'master' into blender28Campbell Barton
2017-10-04Fix T42489 and T52936: Loading blend with minimized window results in crash ↵Ray Molenkamp
or empty screen on windows. Reviewed By: @brecht , @sergey Differential Revision: http://developer.blender.org/D2866
2017-09-29Merge branch 'master' into blender2.8Campbell Barton
2017-09-29Drop platform support for Solaris & AIXCampbell Barton
These platforms didn't see maintenance in years. This commit just removes ifdef's & cmake check.
2017-09-28macOS: officially upgrade to 10.9 libraries from lib/darwin.Brecht Van Lommel
This removes a bunch of code that is no longer needed, and running "make update" will now automatically download the new libraries. Differential Revision: https://developer.blender.org/D2861
2017-09-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-22Remove quicktime supportAaron Carlisle
It has been deprecated since at least macOS 10.9 and fully removed in 10.12. I am unsure if we should remove it only in 2.8. But you cannot build blender with it supported when using a modern xcode version anyway so I would tend towards just removing it also for 2.79 if that ever happens. Reviewers: mont29, dfelinto, juicyfruit, brecht Reviewed By: mont29, brecht Subscribers: Blendify, brecht Maniphest Tasks: T52807 Differential Revision: https://developer.blender.org/D2333
2017-08-12Code cleanup: fix various compiler warnings.Brecht Van Lommel
2017-07-25Merge branch 'master' into blender2.8Campbell Barton
2017-07-24Fix T51948: pen pressure not detected with some Wacom tablets.James Fulop
Generalizes current conditions, QT implements it the same way.