summaryrefslogtreecommitdiffstats
path: root/o3d
Commit message (Expand)AuthorAgeFilesLines
* Add support for Core Graphics with Carbon, allowing us to use Core Graphics i...tschmelcher@google.com2011-03-086-64/+115
* When auto fall-back is enabled, fall back to o2d milligan@google.com2011-03-078-57/+35
* Fix Mac breakpad support for all browsers except for chrome.milligan@google.com2011-03-072-1/+9
* Add O2D rendering with cairo into Windows build.gangji@google.com2011-03-045-5/+49
* Oops, change O3D's DEPS on Chromium's breakpad code again. :( The current tru...tschmelcher@chromium.org2011-03-041-1/+1
* Bump O3D's DEPS on Chromium's breakpad code to the current trunk revision to ...tschmelcher@chromium.org2011-03-041-1/+1
* Port O2D to Mac, currently just for Core Graphics (the drawing model used in ...tschmelcher@chromium.org2011-03-0315-94/+265
* Adding cairo and pixman build to windows.gangji@google.com2011-03-024-3/+164
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-026-8/+8
* Add build rules for cairo, pixman, and pkg-config on Mac. (Not yet being used.)tschmelcher@google.com2011-03-015-1/+196
* Remove FORCE_CAIRO flag and replace with a new feature.milligan@google.com2011-02-246-28/+41
* Fix multiple issues in the way O3D IPC server address name strings were gener...tschmelcher@chromium.org2011-02-232-10/+14
* Add support for runtime fall-back from o3d to o2d iff o3d initialization fail...milligan@google.com2011-02-236-14/+42
* Baby steps toward o2d and o3d dynamic switching in the video acceleratormilligan@google.com2011-02-2214-54/+47
* Log the number of objects in a Pack when it is deleted in debug builds to hel...tschmelcher@chromium.org2011-02-181-0/+2
* Import cairo and pixman (a dependency of cairo) into third_party/ on Win and ...tschmelcher@chromium.org2011-02-101-1/+14
* 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