summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/mac
Commit message (Expand)AuthorAgeFilesLines
* Move base/cocoa_protocols_mac.h to base/mac/cocoa_protocols.hbrettw@chromium.org2010-12-231-1/+1
* Fix ON_DEMAND_RENDER mode on Mac OSX.tschmelcher@chromium.org2010-12-152-4/+5
* - Check for a NULL PluginObject at all NPAPI entry points. This fixes a crash...tschmelcher@chromium.org2010-11-171-145/+50
* Integrate new nixysa rev with work around for Safari 5.0+ crash.tschmelcher@chromium.org2010-10-181-13/+13
* Prevents changing the stored tab handle at switching tabs. This fixes a bug w...geer@google.com2010-09-161-2/+4
* Don't use the process' default directory for the logfile. Use the temp direc...thaloun@google.com2010-09-031-1/+7
* Deleting trailing spaces, add ending newline where missing to make lint happy...maf@chromium.org2010-08-062-5/+5
* Ported the Loop/Blinn shaders in samples/o3djs/gpu2d.js to GLSL to addkbr@google.com2010-07-241-0/+4
* Some changes in RENDERMODE_CONTINUOUS mode when max_fps has been set.zhurunz@google.com2010-07-091-1/+1
* Guard against the plugin being deleted unexpectedly.kbr@google.com2010-06-162-0/+12
* Fixed problems with Cocoa full-screen code:kbr@google.com2010-06-153-7/+32
* Fix issue in Safari 5 on Mac OS X 10.6 on Mac Minis where drawInCGLContext/co...tschmelcher@chromium.org2010-06-151-7/+9
* Prevent Client::Tick() from causing reentrancy in the plugin on Mac OS X.kbr@google.com2010-06-021-3/+4
* Fixed bug in Core Graphics backend where it was falling through to thekbr@google.com2010-05-282-32/+39
* Accepted mouse moved events in NSWindow used for Cocoa full-screen code path.kbr@google.com2010-05-281-0/+1
* Refactored drawing and event model selection to generalize to morekbr@google.com2010-05-264-101/+72
* Implemented full-screen support for Core Graphics and Core Animationkbr@google.com2010-05-246-142/+575
* Refactored full-screen code under FullscreenWindowMac base class andkbr@google.com2010-05-197-536/+837
* Mac: Use the plugin_npapi_filename variable to choose the bundle name (rather...tschmelcher@chromium.org2010-04-152-7/+10
* Update DEPS to pull in missing Nixysa, and add code to use new Nixysa threadi...maf@google.com2010-04-141-6/+7
* Review URL: http://codereview.chromium.org/577038maf@google.com2010-04-136-46/+386
* Fixed bug in size of invalid rect. This slipped through inkbr@chromium.org2010-04-091-2/+2
* Build fixes for case when fullscreen message is disabled, for IMC codekbr@chromium.org2010-04-081-14/+12
* Added support for O3D in Chrome on Mac OS X using CoreGraphics drawingkbr@chromium.org2010-03-114-26/+183
* Introduce two new GYP variables:tschmelcher@chromium.org2010-03-052-0/+21
* Make ActiveX CLSIDs and names into overridable variables too. Also make the N...tschmelcher@chromium.org2010-02-222-2/+2
* Worked around bug in 32-bit Safari 4 on Mac OS X 10.6 where thekbr@chromium.org2010-02-051-0/+6
* New code needs some NULL checks so we don't crash FireFox on 10.6.maf@google.com2009-12-111-5/+9
* Don't screw up the retain count on the original WindowRef referenced by the c...maf@google.com2009-12-101-0/+11
* Switched from NPObject shared memory wrapper to Chrome shared memory in prepa...apatrick@google.com2009-11-102-5/+7
* Updating the installer to check for OpenGL stats. Requires saving those stats...rlp@google.com2009-11-092-6/+10
* fixed include order issues for osx I introducedgman@google.com2009-10-221-0/+1
* Drop redundant CommandLine::Terminate.evan@chromium.org2009-10-121-1/+1
* Add an Info.plist flag to force the software renderer.maf@google.com2009-09-102-16/+44
* Change Mac O3D executable name (the actual name of the binary inside the bund...maf@google.com2009-09-031-1/+1
* Fix other things blocking the Mac GYP release build from completing.maf@google.com2009-09-031-1/+4
* Get Mac GYP build compiling.maf@google.com2009-09-033-10/+6
* Add license information to our shell scripts.agl@chromium.org2009-08-251-0/+4
* Add missing frameworks to plugin project. maf@google.com2009-08-252-0/+27
* Make Mac also look for O3D_FORCE_SOFTWARE_RENDERERgman@google.com2009-08-241-1/+2
* Changes needed to get Mac plugin gyp project build compiling and linking.maf@google.com2009-08-133-24/+31
* Lots of changes required to build on GCC in full paranoia mode with no warnin...maf@google.com2009-08-061-1/+3
* Asynchronous tick now uses NPN_PluginAsyncCall.URL streaming callbacks are no...apatrick@google.com2009-08-031-10/+6
* Add a boolean parameter to Client::RenderClient() to choose whether tomaf@google.com2009-07-232-6/+6
* Fixing several problems with the build.gspencer@google.com2009-07-231-2/+3
* Plugin no longer makes synchronous NPAPI calls from a Windows message handler...apatrick@google.com2009-07-132-32/+13
* In preparation for becoming an internal plugin in chrome I did these things:apatrick@google.com2009-07-096-521/+560
* Some refactoring. Move a lot of drawing related but not O3D specific code out...maf@google.com2009-06-295-116/+217
* add XEmbed bindingspiman@google.com2009-06-291-0/+4
* New user experience for the fullscreen message on Mac.maf@google.com2009-06-251-55/+138