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
2010-01-13merge with trunk/2.5 at r25907Joseph Eagar
2010-01-11Multitouch trackpad 2 fingers gestures implementationDamien Plisson
2010-01-11Request different OpenGL oversampling levels before giving up.Guillermo S. Romero
2010-01-10attemp to fix [#20610] GHOST_WindowX11.cpp:202: X11 glXChooseVisual() failed,...Campbell Barton
2010-01-08FSAA: was not disabled on X11 correctly.Brecht Van Lommel
2010-01-08Do not ask for AA if not supported.Guillermo S. Romero
2010-01-08Viewport AA for X11Campbell Barton
2010-01-06Disable OpenGL anti-aliasing by default for now.Damien Plisson
2010-01-06OpenGL Anti-aliasing implementation for blender windowsDamien Plisson
2010-01-06Cocoa: small potential issue remained from fullscreen ancient ages in the Win...Damien Plisson
2010-01-06Merge with trunk/2.5 at r25563Joseph Eagar
2010-01-04Fix #20558: open file with new window setup corrupts text and icons in the UI.Brecht Van Lommel
2010-01-03OS X Makefiles:Stefan Gartner
2010-01-01Fix some build warningsDamien Plisson
2009-12-21OS X: added support for building with Cocoa to MakefilesStefan Gartner
2009-12-18Cocoa : add confirmation request before opening a .blend file (dropped on Ble...Damien Plisson
2009-12-18Cocoa : fix Dropped on application event was not sentDamien Plisson
2009-12-12Reenable disabled window switching shortcuts in 10.4 buildsDamien Plisson
2009-12-05[#20266] Blender starting without X11 segfaultsMartin Poirier
2009-12-04Update MSVC9 project filesBenoit Bolsee
2009-12-03Quicktime Carbon: Fix memory leak when build with cocoaDamien Plisson
2009-12-02Cocoa: suppress unwanted beep when pressing Cmd + key on 10.4Damien Plisson
2009-12-02Cocoa: remove errors for all supported SDK/CPU configsDamien Plisson
2009-12-02CMake: remove new GHOST_DropTargetWin32.cpp file from non-win32 platforms buildsDamien Plisson
2009-12-02Cocoa: fix delaying issue for events that were fired outside the processEvent...Damien Plisson
2009-12-02SVN maintenance.Guillermo S. Romero
2009-12-02* make sure we don't choke on what we don't have :°Nathan Letwory
2009-12-02* make sure drop target files are filtered too.Nathan Letwory
2009-12-02Apply patch [#20145] Ghost Win32 roundup patch: Minimum Window Size, Continuo...Nathan Letwory
2009-12-01Cocoa: proper implementation of the modifiers key wrong value when applicatio...Damien Plisson
2009-12-01Cocoa: implement Cmd+W to close window, workaround for wrong modifiers key st...Damien Plisson
2009-11-29ok, apparently didn't commit this either. apparently includes a merge with t...Joseph Eagar
2009-11-26Cursor Grab bugfix: passing NULL for bounds didn't initialize properly.Martin Poirier
2009-11-24Fix for continuous grab on X11.Martin Poirier
2009-11-24compile fix when compiling with WAIT_FOR_VSYNC = 1 (btw, is this still used ?)Damien Plisson
2009-11-22merge with trunk/2.5 at r24463Joseph Eagar
2009-11-19Drag'n'drop : moved "setAcceptDragOperation" functions at window levelDamien Plisson
2009-11-17Drag'n'drop : add freeing of dropped resources upon event object releaseDamien Plisson
2009-11-15MAC/Cocoa:Damien Plisson
2009-11-14- scons fix for 10.4 build (use the 10.4 libs dir)Damien Plisson
2009-11-13Update MSVC project filesBenoit Bolsee
2009-11-10SVN maintenance.Guillermo S. Romero
2009-11-10Drag & drop implementation at GHOST level (only OSX for now)Damien Plisson
2009-11-09- fix Cocoa window setOrder function to maintain focus on a blender window (e...Damien Plisson
2009-11-08merge with trunk/2.5 at r24378Joseph Eagar
2009-11-04Mac / Cocoa:Damien Plisson
2009-11-03Slightly nicer OS X quit messageMatt Ebb
2009-11-02how embarrassing!Campbell Barton
2009-11-02shapekeys are now stored as customdata in editmode, so edit operations like s...Joseph Eagar
2009-10-30Mac / COCOA : Damien Plisson