summaryrefslogtreecommitdiffstats
path: root/o3d
Commit message (Expand)AuthorAgeFilesLines
* O2D: Add an API to the Layer class to enable painting the entire screen area....tschmelcher@chromium.org2011-02-025-33/+36
* O2D: Add an API to set the pattern extension method.tschmelcher@chromium.org2011-02-013-6/+59
* O2D: Add an API for setting the texture filter.tschmelcher@chromium.org2011-01-273-3/+62
* Update DEPS to pick up FCollada build fixes.tschmelcher@chromium.org2011-01-271-1/+1
* O2D: Fix graphical artifacting with transparent images caused by using non-pr...tschmelcher@chromium.org2011-01-262-43/+49
* Add HANDLE_CRASHES to Linux callback functions, since they are plugin entry p...tschmelcher@chromium.org2011-01-241-0/+10
* O2D: Implement the COPY_WITH_FADING paint operator, and change some of the ot...tschmelcher@chromium.org2011-01-211-22/+28
* O2D:tschmelcher@chromium.org2011-01-208-28/+183
* O2D:tschmelcher@chromium.org2011-01-191-3/+8
* O2D: Several (unrelated) improvements:tschmelcher@chromium.org2011-01-145-19/+64
* Clang: enable -Wbool-conversions and -Wunused-variables on Linux.hans@chromium.org2011-01-142-44/+44
* Revert o3d changes in 70977akalin@chromium.org2011-01-112-4/+2
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-112-2/+4
* Change #ifdef _DEBUG test to #ifndef NDEBUG test.tfarina@chromium.org2011-01-105-8/+8
* add Opera to the list of agents that work okay with O3D (as Opera 11.0)fbarchard@chromium.org2011-01-051-3/+4
* Reverting the o3d parts of: 70009 70345 70353bradnelson@google.com2011-01-044-9/+9
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-6/+6
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-012-2/+2
* Move base/cocoa_protocols_mac.h to base/mac/cocoa_protocols.hbrettw@chromium.org2010-12-231-1/+1
* o3d: Fix o3d build.tfarina@chromium.org2010-12-211-2/+1
* Add base:: prefix to the calls to StringAppendV.tfarina@chromium.org2010-12-211-1/+2
* Fix ON_DEMAND_RENDER mode on Mac OSX.tschmelcher@chromium.org2010-12-155-10/+14
* Update DEPS to pick up nixysa changes r72 and r73.tschmelcher@chromium.org2010-12-101-1/+1
* Fix debug.log creation, which has been broken since r58501.tschmelcher@chromium.org2010-12-071-1/+1
* Add an API to allow JavaScript to determine the framerate of individual dynam...tschmelcher@chromium.org2010-12-067-29/+111
* Work around a Chrome bug in cross-origin security checks that sometimes preve...tschmelcher@chromium.org2010-12-021-12/+31
* O2D:tschmelcher@chromium.org2010-11-2411-101/+395
* Fix IE crash regression from r66344.tschmelcher@chromium.org2010-11-241-0/+7
* O2D:tschmelcher@chromium.org2010-11-196-85/+113
* Bump O3D version (before integrate into ChromeOS)zhurunz@google.com2010-11-171-1/+1
* Fix a crash in Chrome where the value of location.href is sometimes a "void" ...tschmelcher@chromium.org2010-11-171-33/+58
* - Check for a NULL PluginObject at all NPAPI entry points. This fixes a crash...tschmelcher@chromium.org2010-11-176-462/+453
* Allows one mousemove event per N ticks.zhurunz@google.com2010-11-052-0/+22
* Attempt at fixing leaks from SetProp. Apparently there is a finitesky@chromium.org2010-11-012-0/+2
* Linux: Update DEPS to pick up statically linked libGLEW.tschmelcher@chromium.org2010-10-223-6/+25
* Cut some obsolete dependencies from O3D: scons, grit, and data_pack.tschmelcher@chromium.org2010-10-213-844/+0
* Fix GCC 4.3.4 Release build failure due to warning about potentially uninitia...tschmelcher@chromium.org2010-10-191-12/+10
* Override the ANTLR NFA conversion timeout to fix non-deterministic build fail...tschmelcher@chromium.org2010-10-181-0/+1
* Fix crash on Linux when run by nspluginwrapper due to mismatched width for NP...tschmelcher@chromium.org2010-10-181-4/+9
* Integrate new nixysa rev with work around for Safari 5.0+ crash.tschmelcher@chromium.org2010-10-184-19/+17
* o3djs: Fix closure compiler errors.pathorn@chromium.org2010-10-153-2/+3
* Multiple simple lights, and a new demo.pathorn@chromium.org2010-09-295-54/+544
* Bump version before I snapshot into ChromeOS.zhurunz@google.com2010-09-241-1/+1
* Fix fullscreen on ChromeOS.zhurunz@google.com2010-09-241-1/+2
* Changed code to eliminate ibeam cursor to only affect the canvas itself (not ...petersont@google.com2010-09-221-25/+70
* Further integration of 2D mode. This change supports calltype=v, transparancy...fransiskusx@google.com2010-09-1713-57/+484
* Tidied up types to appease doc generator script for new version of o3djs/math...petersont@google.com2010-09-165-198/+207
* Prevents changing the stored tab handle at switching tabs. This fixes a bug w...geer@google.com2010-09-163-8/+10
* o3djs: Recommit effect.js for skinning shader.pathorn@chromium.org2010-09-152-9/+86
* o3djs: usePluginMath should be false, only set if o3djs.math is defined.pathorn@chromium.org2010-09-141-8/+8