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
2013-04-13Fix some compilation errors for MinGW. Thanks to vildas on irc forAntony Riakiotakis
bringing this to attention.
2013-04-13Fix for [#34968] Cross compiling from linux for windows is brokenThomas Dinges
* Patch by Martijn Berger (juicyfruit).
2013-04-09Fix scons compile after GHOST_Sizer commitJens Verwiebe
2013-04-09Live window resizing on WindowsAlexander Kuznetsov
Custom implementation for resizing (GHOST_SizerWin32) Some things still don't work: * esc cancel * max windows size * aero (sizing) snap on win7 hbrBackground = 0 to disable clear screen. Thanks to dfelinto for help in finding of root cause.
2013-04-08fix [#34900] Building blender as a python module is broken in trunkCampbell Barton
patch provided by reporter - Martijn Berger (juicyfruit) also quiet warnings for headless mode.
2013-04-02Fix incorrect OS X warning message in console when using multisample ↵Brecht Van Lommel
antialiasing about number of samples not matching the requested number.
2013-03-25code cleanup:Campbell Barton
- remove unused defines. - quiet some shadow warnings. - bevel, ifdef out some asserts that are too common. - style
2013-03-24OS X Fullscreen: shortcut now is CTRL + Cmd + F. Is more common, and it keepsTon Roosendaal
Cmd + F for searches.
2013-03-24Unix/X11 - use RGBA icon (netwm icon), rather then pixmap icon.Campbell Barton
2013-03-23Bug fix 34743Ton Roosendaal
Mac OS X full screen: the old option to go full screen now didn't hide the dock/topbar anymore. Also made it use dock auto-hide now, not permanent hide.
2013-03-23GHOST_Cocoa, let new fullscreen also appear on 10.6 deployed buildsJens Verwiebe
2013-03-22OSX feature:Ton Roosendaal
Blender now supports the 10.7+ "Full screen" mode, which pushes a window to a permanent other "screen", with animated zoom and sliding. Available via the icon in window header (right), Apple+F, or "Window" menu in top. Works much nicer than Blender's own "full screen" option. Todo: the zoom effect is still draws a bit ugly, because Blender doesn't have "live resize" yet.
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 ↵Jens Verwiebe
and remove debug print
2013-03-19OSX/pen: change sensivity graduation so we don't get maximum too early and ↵Jens Verwiebe
have more feeling
2013-03-17- ghost-sdl builds again.Campbell Barton
- without python builds without warnings. - replace MAXFLOAT -> FLT_MAX in some areas, MAXFLOAT overflows (lager then float range). - add cmake option WITH_GCC_MUDFLAP to enable libmudflap use.
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, ↵Jens Verwiebe
which needs ARC
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
thanks Jens Verwiebe for the tests and review.
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
to include a few more that gcc is using too.
2013-02-26fix for own regression in win32 from r54225, wrong args used in ↵Campbell Barton
getAllDisplayDimensions() caused bug [#34391] Window position not saving correctly for next start-up
2013-02-25is_crappy_intel_card() was checking strstr(glGetString(GL_VENDOR), "Intel") ↵Campbell Barton
every call, better store in static var.
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 ↵Antony Riakiotakis
maintainers should change these to replicate X11 behaviour. Also moved X11 implementation to public methods, just like the IWindow interface. Should fix compilation
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
changing the screen resolution wasn't still allowed for larger virtual desktops. added an exclusive option to ghost so the fullscreen window is ignored by the window manager and we get all events. (common practice for games on X11).
2013-02-24GHOST/X11 - free memory allocated by XF86VidModeGetAllModeLines(),Campbell Barton
Comment from Zr says this crashes but looks like this was because there was no check if the function failed to allocate to begin with.
2013-02-24GHOST/X11 support for frequency, from SDL's mode switching.Campbell Barton
also free the modes when done.
2013-02-22Applying patch #33709 for dead keys on windows.Alexander Kuznetsov
Thanks Harley Acheson!
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 ↵Dalai Felinto
Campbell Barton (X11) and me (Win32) This is and old patch (June, 2009). The reason it never made into trunk it's that we (me at least) thought that it should be optional, as a ui or command-line option. However, it seems that OSX always have the OpenGL context with alpha enabled. So I think it's consistent to have the other OSs to follow. The main usage of this is the BGE (or more specifically people using BGE for TV broadcasting) but I think pydevs can have their share of fun with it in Blender as well.
2013-02-21style cleanup: 'sizeof foo' --> 'sizeof(foo)', add check in style checking ↵Campbell Barton
script.
2013-02-19patch [#34320] Cross compiling with mingw-w64 on ubuntuCampbell Barton
from Martijn Berger (juicyfruit) applying since this is only corrects header case which is ignored on windows anyway.
2013-02-11move atoms into their own struct and make all names match the original atom ↵Campbell Barton
names, there were too many and mixed in with the classes namespace.
2013-02-11patch [#31636] no pressure with Genius Mousepen i608X tabletCampbell Barton
from Viktoria S. (viktorias)
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
which makes it impossible to toggle from fullscreen to windowed mode when startup.blend is saved in fullscreen mode. Reshuffled checks a bit, which is actually makes sense, will investigate which change caused regression since 2.65a tomorrow.
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
update to the ubuntu workaround from Shinsuke Irie.
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 ↵Campbell Barton
checking that they are not modified).
2013-01-31Add Xinerama support for GHOST_GetMainDisplayDimensions() so X11 works as it ↵Campbell Barton
should (previously would include all monitors). Now the active monitor size is used on startup. Currently the cursor position is checked for intersection with the monitor bounds to find the active screen.