2010-01-28 |
Damien Plisson | Cocoa : correctly handle late events sent after window... |
tree | commitdiff |
2010-01-28 |
Damien Plisson | Cocoa : fix 'Draw Overlap' method swap issues |
tree | commitdiff |
2010-01-26 |
Ton Roosendaal | Drag and drop 2.5 integration! Finally, slashdot regula... |
tree | commitdiff |
2010-01-24 |
Campbell Barton | copy of docs from 2.4x for python modules that have... |
tree | commitdiff |
2010-01-21 |
Campbell Barton | Continuous grab in X11 could give events to a different... |
tree | commitdiff |
2010-01-19 |
Campbell Barton | - AIX ifdef's so windows works, cant test but this... |
tree | commitdiff |
2010-01-19 |
Campbell Barton | patch [#20612] Making Blender compile on AIX 4.3.3 |
tree | commitdiff |
2010-01-17 |
Benoit Bolsee | Update MSVC project files |
tree | commitdiff |
2010-01-17 |
Andrea Weikert | MSVC 9 projectfiles |
tree | commitdiff |
2010-01-14 |
Damien Plisson | Cocoa : fix for modifiers keys handling upon applicatio... |
tree | commitdiff |
2010-01-14 |
Campbell Barton | spelling errors, no real changes to code. |
tree | commitdiff |
2010-01-13 |
Nathan Letwory | Patch [#20588] Adding multisample support to Win32... |
tree | commitdiff |
2010-01-13 |
Damien Plisson | Cocoa : properly distinguish mouse from multitouch... |
tree | commitdiff |
2010-01-12 |
Damien Plisson | Cocoa : activate multitouch trackpad features only... |
tree | commitdiff |
2010-01-11 |
Damien Plisson | Multitouch trackpad 2 fingers gestures implementation |
tree | commitdiff |
2010-01-10 |
Guillermo S. Romero | Request different OpenGL oversampling levels before... |
tree | commitdiff |
2010-01-10 |
Campbell Barton | attemp to fix [#20610] GHOST_WindowX11.cpp:202: X11... |
tree | commitdiff |
2010-01-08 |
Brecht Van Lommel | FSAA: was not disabled on X11 correctly. |
tree | commitdiff |
2010-01-07 |
Guillermo S. Romero | Do not ask for AA if not supported. |
tree | commitdiff |
2010-01-07 |
Campbell Barton | Viewport AA for X11 |
tree | commitdiff |
2010-01-06 |
Damien Plisson | Disable OpenGL anti-aliasing by default for now. |
tree | commitdiff |
2010-01-06 |
Damien Plisson | OpenGL Anti-aliasing implementation for blender windows |
tree | commitdiff |
2010-01-06 |
Damien Plisson | Cocoa: small potential issue remained from fullscreen... |
tree | commitdiff |
2010-01-05 |
Arystanbek Dyussenov | Merge -c 25001,25310,25311,25638,25746 from COLLADA... |
tree | commitdiff |
2010-01-04 |
Brecht Van Lommel | Fix #20558: open file with new window setup corrupts... |
tree | commitdiff |
2010-01-03 |
Stefan Gartner | OS X Makefiles: |
tree | commitdiff |
2010-01-01 |
Damien Plisson | Fix some build warnings |
tree | commitdiff |
2009-12-21 |
Stefan Gartner | OS X: added support for building with Cocoa to Makefiles |
tree | commitdiff |
2009-12-18 |
Damien Plisson | Cocoa : add confirmation request before opening a ... |
tree | commitdiff |
2009-12-18 |
Damien Plisson | Cocoa : fix Dropped on application event was not sent |
tree | commitdiff |
2009-12-12 |
Damien Plisson | Reenable disabled window switching shortcuts in 10... |
tree | commitdiff |
2009-12-07 |
Brecht Van Lommel | Sculpt Branch: |
tree | commitdiff |
2009-12-05 |
Martin Poirier | [#20266] Blender starting without X11 segfaults |
tree | commitdiff |
2009-12-04 |
Benoit Bolsee | Update MSVC9 project files |
tree | commitdiff |
2009-12-03 |
Damien Plisson | Quicktime Carbon: Fix memory leak when build with cocoa |
tree | commitdiff |
2009-12-02 |
Damien Plisson | Cocoa: suppress unwanted beep when pressing Cmd + key... |
tree | commitdiff |
2009-12-02 |
Damien Plisson | Cocoa: remove errors for all supported SDK/CPU configs |
tree | commitdiff |
2009-12-02 |
Damien Plisson | CMake: remove new GHOST_DropTargetWin32.cpp file from... |
tree | commitdiff |
2009-12-02 |
Damien Plisson | Cocoa: fix delaying issue for events that were fired... |
tree | commitdiff |
2009-12-02 |
Guillermo S. Romero | SVN maintenance. |
tree | commitdiff |
2009-12-02 |
Nathan Letwory | * make sure we don't choke on what we don't have :° |
tree | commitdiff |
2009-12-02 |
Nathan Letwory | * make sure drop target files are filtered too. |
tree | commitdiff |
2009-12-02 |
Nathan Letwory | Apply patch [#20145] Ghost Win32 roundup patch: Minimum... |
tree | commitdiff |
2009-12-01 |
Damien Plisson | Cocoa: proper implementation of the modifiers key wrong... |
tree | commitdiff |
2009-12-01 |
Damien Plisson | Cocoa: implement Cmd+W to close window, workaround... |
tree | commitdiff |
2009-11-29 |
Arystanbek Dyussenov | Merge from trunk -r 24758:25003. |
tree | commitdiff |
2009-11-26 |
Martin Poirier | Cursor Grab bugfix: passing NULL for bounds didn't... |
tree | commitdiff |
2009-11-25 |
Brecht Van Lommel | Sculpt: |
tree | commitdiff |
2009-11-24 |
Martin Poirier | Fix for continuous grab on X11. |
tree | commitdiff |
2009-11-24 |
Damien Plisson | compile fix when compiling with WAIT_FOR_VSYNC = 1... |
tree | commitdiff |
2009-11-22 |
Arystanbek Dyussenov | COLLADA branch: merge from trunk -r 24522:24758. |
tree | commitdiff |
2009-11-19 |
Damien Plisson | Drag'n'drop : moved "setAcceptDragOperation" functions... |
tree | commitdiff |
2009-11-17 |
Damien Plisson | Drag'n'drop : add freeing of dropped resources upon... |
tree | commitdiff |
2009-11-16 |
Campbell Barton | python api for ID property access by Joseph Eager,... |
tree | commitdiff |
2009-11-15 |
Damien Plisson | MAC/Cocoa: |
tree | commitdiff |
2009-11-14 |
Damien Plisson | - scons fix for 10.4 build (use the 10.4 libs dir) |
tree | commitdiff |
2009-11-13 |
Benoit Bolsee | Update MSVC project files |
tree | commitdiff |
2009-11-12 |
Arystanbek Dyussenov | COLLADA: merge from trunk -r 24390:24522. |
tree | commitdiff |
2009-11-11 |
Brecht Van Lommel | Sculpt: svn merge https://svn.blender.org/svnroot/bf... |
tree | commitdiff |
2009-11-10 |
Guillermo S. Romero | SVN maintenance. |
tree | commitdiff |
2009-11-10 |
Damien Plisson | Drag & drop implementation at GHOST level (only OSX... |
tree | commitdiff |
2009-11-09 |
Damien Plisson | - fix Cocoa window setOrder function to maintain focus... |
tree | commitdiff |
2009-11-07 |
Arystanbek Dyussenov | Merge from trunk -r 24247:24313, -r 24313:24390. |
tree | commitdiff |
2009-11-04 |
Brecht Van Lommel | Sculpt: svn merge https://svn.blender.org/svnroot/bf... |
tree | commitdiff |
2009-11-04 |
Damien Plisson | Mac / Cocoa: |
tree | commitdiff |
2009-11-03 |
Matt Ebb | Slightly nicer OS X quit message |
tree | commitdiff |
2009-11-02 |
Brecht Van Lommel | Sculpt: svn merge https://svn.blender.org/svnroot/bf... |
tree | commitdiff |
2009-11-02 |
Arystanbek Dyussenov | Merge from trunk -r 24182:24247. Skipped change 24182... |
tree | commitdiff |
2009-11-02 |
Campbell Barton | how embarrassing! |
tree | commitdiff |
2009-11-02 |
Arystanbek Dyussenov | Merge from trunk -r 23968:24181. |
tree | commitdiff |
2009-10-30 |
Damien Plisson | Mac / COCOA : |
tree | commitdiff |
2009-10-29 |
Damien Plisson | Mac / COCOA : Imbuf |
tree | commitdiff |
2009-10-29 |
Brecht Van Lommel | Sculpt: svn merge https://svn.blender.org/svnroot/bf... |
tree | commitdiff |
2009-10-27 |
Martin Poirier | ifix syntax error in SConscript |
tree | commitdiff |
2009-10-27 |
Nathan Letwory | and another bump! Gotta love indentation °_° |
tree | commitdiff |
2009-10-27 |
Nathan Letwory | bumping commit count. |
tree | commitdiff |
2009-10-27 |
Nathan Letwory | r24111 broke the build on non-osx systems. |
tree | commitdiff |
2009-10-27 |
Damien Plisson | Mac: |
tree | commitdiff |
2009-10-26 |
Damien Plisson | Cocoa/Mac: |
tree | commitdiff |
2009-10-26 |
Damien Plisson | Cocoa / Mac: |
tree | commitdiff |
2009-10-25 |
Arystanbek Dyussenov | Merge from trunk -r 23000:23968. |
tree | commitdiff |
2009-10-23 |
Damien Plisson | Cocoa / Mac: |
tree | commitdiff |
2009-10-21 |
Damien Plisson | Cocoa / Mac: |
tree | commitdiff |
2009-10-21 |
Campbell Barton | - improvements from Mathias Panzenböck (panzi) patch... |
tree | commitdiff |
2009-10-20 |
Guillermo S. Romero | Size and position are normally requested by program... |
tree | commitdiff |
2009-10-20 |
Damien Plisson | Cocoa: |
tree | commitdiff |
2009-10-20 |
Brecht Van Lommel | Auto Save |
tree | commitdiff |
2009-10-20 |
Damien Plisson | Cocoa: |
tree | commitdiff |
2009-10-20 |
Campbell Barton | set the min size hints for x11 to prevent tiny windows... |
tree | commitdiff |
2009-10-19 |
Arystanbek Dyussenov | Merge from trunk -r 22040:23000. |
tree | commitdiff |
2009-10-19 |
Damien Plisson | Cocoa : |
tree | commitdiff |
2009-10-18 |
Campbell Barton | minor changes to x11 cursor grab wrapping |
tree | commitdiff |
2009-10-17 |
Campbell Barton | wrap the mouse within the region while grabbing so... |
tree | commitdiff |
2009-10-17 |
Campbell Barton | - wrapping failed with the cursor at the screen edge, |
tree | commitdiff |
2009-10-17 |
Campbell Barton | Adjustments to continuous grab |
tree | commitdiff |
2009-10-15 |
Damien Plisson | Cocoa : |
tree | commitdiff |
2009-10-15 |
Damien Plisson | Cocoa : |
tree | commitdiff |
2009-10-14 |
Damien Plisson | Cocoa : bugfix #19591 |
tree | commitdiff |
2009-10-14 |
Damien Plisson | Cocoa : bugfix on continuous grab (cursor was returning... |
tree | commitdiff |
2009-10-12 |
Damien Plisson | Cocoa : fix secondary window display bug issue |
tree | commitdiff |
next |