summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/mac/main_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Guard against the plugin being deleted unexpectedly.kbr@google.com2010-06-161-0/+8
* Fixed problems with Cocoa full-screen code:kbr@google.com2010-06-151-3/+24
* Fixed bug in Core Graphics backend where it was falling through to thekbr@google.com2010-05-281-32/+33
* Refactored drawing and event model selection to generalize to morekbr@google.com2010-05-261-97/+72
* Implemented full-screen support for Core Graphics and Core Animationkbr@google.com2010-05-241-128/+117
* Refactored full-screen code under FullscreenWindowMac base class andkbr@google.com2010-05-191-7/+8
* Review URL: http://codereview.chromium.org/577038maf@google.com2010-04-131-45/+108
* Added support for O3D in Chrome on Mac OS X using CoreGraphics drawingkbr@chromium.org2010-03-111-22/+164
* Introduce two new GYP variables:tschmelcher@chromium.org2010-03-051-0/+5
* Worked around bug in 32-bit Safari 4 on Mac OS X 10.6 where thekbr@chromium.org2010-02-051-0/+6
* Switched from NPObject shared memory wrapper to Chrome shared memory in prepa...apatrick@google.com2009-11-101-4/+6
* Updating the installer to check for OpenGL stats. Requires saving those stats...rlp@google.com2009-11-091-1/+1
* Drop redundant CommandLine::Terminate.evan@chromium.org2009-10-121-1/+1
* Fix other things blocking the Mac GYP release build from completing.maf@google.com2009-09-031-1/+4
* Changes needed to get Mac plugin gyp project build compiling and linking.maf@google.com2009-08-131-2/+2
* 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-231-5/+5
* Plugin no longer makes synchronous NPAPI calls from a Windows message handler...apatrick@google.com2009-07-131-20/+0
* In preparation for becoming an internal plugin in chrome I did these things:apatrick@google.com2009-07-091-502/+522
* Some refactoring. Move a lot of drawing related but not O3D specific code out...maf@google.com2009-06-291-0/+2
* add XEmbed bindingspiman@google.com2009-06-291-0/+4
* I think this fixes the issue with init-status-test.htmlgman@google.com2009-06-181-10/+12
* Undoing gcl bug damage AGAINgman@google.com2009-06-171-12/+10
* adding svn:ignore properties to ignore .o3dtgzgman@google.com2009-06-171-10/+12
* Undoing gcl bug damagegman@google.com2009-06-171-12/+10
* Adds a bunch of svn:ignore properties so that svn statusgman@google.com2009-06-171-10/+12
* Make O3D fullscreen mode support resolution switching on Mac.maf@google.com2009-06-101-16/+33
* Fix crash in Safari 4.0 final by making the O3D plug-in default to the Carbon...maf@google.com2009-06-091-12/+16
* Review URL: http://codereview.chromium.org/119067crogers@google.com2009-06-031-0/+13
* This is the O3D source tree's initial commit to the Chromium tree. It gspencer@google.com2009-05-271-0/+1114