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-05-03Drag & drop from OS: set to accept any drop operation by default for nowDamien Plisson
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-04-11Cocoa fix [#21866] : force mouse move event to be sent upon cursor position s...Damien Plisson
2010-04-06Fix #20365: new render window does not respect Windows taskbar at top of screen.Brecht Van Lommel
2010-03-28Fix [#21689] for coordinate issue (y flipped) when setting mouse cursor positionDamien Plisson
2010-03-20Cocoa: fix some mem leaks appearing on 10.4 buildsDamien Plisson
2010-03-16Fix [#21634] GHOST_WindowCocoa: activeWindow null pointer checkDamien Plisson
2010-03-15Fix [#20419] OSX Cocoa physical punctuation keys retrieval fixDamien Plisson
2010-03-15Patch #21569 to fix bug #21530: on X11, middle mouse button drag cancelledBrecht Van Lommel
2010-03-10filebrowser:Andrea Weikert
2010-02-27System dependent standard directory retrieval functions update : return const...Damien Plisson
2010-02-16compile fixes for MSVC!Andrea Weikert
2010-02-16Cocoa : mem leak fixDamien Plisson
2010-02-16Cocoa: bugfix [#21158] fix modifiers keys status upon gaining focusDamien Plisson
2010-02-16OSX/deprecated Carbon: user and system base dirs retrieval implementationDamien Plisson
2010-02-16Cocoa: user and system base dirs retrieval implementationDamien Plisson
2010-02-16Self tsk. Too much copy paste.Guillermo S. Romero
2010-02-16Tsk!Martin Poirier
2010-02-16System dependant functions (skeletons) to retrieve user and system base dirs.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2010-02-10Cocoa : use Cocoa NSWindow tag for identifying the window where a mouse/table...Damien Plisson
2010-02-04Update MSVC project files.Benoit Bolsee
2010-02-01SVN maintenance.Guillermo S. Romero
2010-02-01Wrong include path in revision 26519 (missing space when concatenating includes)Martin Poirier
2010-02-01Cocoa/DND : give feedback to user of drop possibility before actual dropDamien Plisson
2010-02-01Cocoa/DND : added bitmap data type handling in drag'n'drop operationsDamien Plisson
2010-02-01Cocoa : fix mouse cursor hang when RMB-dragging in a not frontmost windowDamien Plisson
2010-02-01Cocoa : implement opening .blend file by double-clicking on it in OSX FinderDamien Plisson
2010-01-28Cocoa : correctly handle late events sent after window deactivateDamien Plisson
2010-01-28Cocoa : fix 'Draw Overlap' method swap issuesDamien Plisson
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-21Continuous grab in X11 could give events to a different window if the mouse w...Campbell Barton
2010-01-19- AIX ifdef's so windows works, cant test but this seems the most used define...Campbell Barton
2010-01-19patch [#20612] Making Blender compile on AIX 4.3.3Campbell Barton
2010-01-17Update MSVC project filesBenoit Bolsee
2010-01-17MSVC 9 projectfilesAndrea Weikert
2010-01-14Cocoa : fix for modifiers keys handling upon application switchingDamien Plisson
2010-01-14spelling errors, no real changes to code.Campbell Barton
2010-01-13Patch [#20588] Adding multisample support to Win32 Ghost - by Mitchell Stoke...Nathan Letwory
2010-01-13Cocoa : properly distinguish mouse from multitouch trackpad scroll eventsDamien Plisson
2010-01-12Cocoa : activate multitouch trackpad features only on equipped macbooksDamien Plisson
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