summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed PPB_Graphics3D::GetString(). Versioning should be handled in pepper a...alokp@chromium.org2011-08-162-11/+0
* Removed config management from Graphics3D API. It will be better handled in t...alokp@chromium.org2011-08-162-31/+0
* Implement PPB_Flash_TCPSocket.InitiateSSL.yzshen@chromium.org2011-08-162-6/+9
* Small changes such as spacing and adding [in/out] identifiers after @params.jond@google.com2011-08-1613-107/+276
* Missed some items to document here. New documentation.jond@google.com2011-08-161-39/+76
* ppapi: fix outdated comment in cpp header.polina@google.com2011-08-121-2/+1
* New C++ Docs.jond@google.com2011-08-114-148/+269
* Pepper and WebKit API change to support a plugin knowing if a scrollbar is an...jam@chromium.org2011-08-105-1/+27
* C++ File IO documentation.jond@google.com2011-08-093-23/+29
* New instance.h documentationjond@google.com2011-08-091-126/+136
* C++ documentation for URL Loading classesjond@google.com2011-08-093-16/+485
* Fixed some basic tag issues (missing /code endings, etc.).jond@google.com2011-08-093-11/+11
* C++ wrappers for PPB_VideoCapture_Devpiman@google.com2011-08-096-0/+208
* PPAPI: header comments on when PPP_Instance::DidDestroy and PPP_ShutdownModulepolina@google.com2011-08-081-5/+6
* Fix some egregious bugs in Var.brettw@chromium.org2011-08-053-13/+20
* New Var.h documentation. Some docs are absent as I wasn't sure what they did.jond@google.com2011-08-011-58/+178
* Added PPB_Graphics3D_Dev::Resize to let plugins resize the backing surface.alokp@chromium.org2011-08-012-0/+10
* PPB_VideoDecoder_Dev::Initialize is now synchronous!fischman@chromium.org2011-07-292-22/+9
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-1/+1
* Update PPB_Flash_TCPSocket implementation to support force async callback.yzshen@chromium.org2011-07-251-5/+5
* Re-added decoder id to PPP_VideoDecoder_Dev methodsfischman@chromium.org2011-07-222-15/+25
* Convert input event to interface version 1.0. Rename some of the mouse andbrettw@chromium.org2011-07-203-41/+253
* Reland http://codereview.chromium.org/7452002/ againdmichael@chromium.org2011-07-203-20/+1
* Revert 93223 - Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-203-1/+20
* Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-203-20/+1
* Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-203-1/+20
* Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-203-20/+1
* Binding Graphics3D with Instance and OpenGLES2 interface.alokp@chromium.org2011-07-192-0/+12
* Allow creation of input events. Revert changes to testing interface forbrettw@chromium.org2011-07-192-0/+71
* Update the widget API to use the new InputEvent resource rather than the oldbrettw@chromium.org2011-07-192-5/+5
* Create a way to iterate over instances in a module in the C++ wrapper.brettw@chromium.org2011-07-191-1/+5
* Removing file io, file ref, and file sytem from dev.sanga@chromium.org2011-07-193-48/+0
* Implemented cpp interface for PPB_Graphics3D_Dev. Needed to port gpu demos.alokp@chromium.org2011-07-192-3/+69
* Remove redundant size and type information from VideoDecode PPAPIvrk@google.com2011-07-194-9/+7
* Remove common.h from the build. This only included the bool converters whichbrettw@chromium.org2011-07-192-41/+0
* Clean up the file dev interfaces. The combination of some dev and some nonbrettw@chromium.org2011-07-158-378/+12
* Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.fischman@chromium.org2011-07-154-37/+21
* Remove untrusted scripting support.dmichael@chromium.org2011-07-147-294/+16
* Removed MemAlloc and MemFree from PPB_Coremball@google.com2011-07-144-24/+16
* Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...fischman@chromium.org2011-07-132-54/+12
* Updating the C++ PPAPI to use non-dev File interfaces.sanga@chromium.org2011-07-135-18/+18
* Make pp::CompletionCallback have a default constructor (which blocks),jvoung@google.com2011-07-132-3/+18
* Move the default Scrollbar implementation to 0.4 and update the C++ wrapper.brettw@chromium.org2011-07-121-1/+1
* Add an example for using the URLLoader in streaming mode. This also avoids thebrettw@chromium.org2011-07-121-58/+1
* PPAPI: Remove deprecated PP_ERROR_WOULDBLOCK and PP_Error_WouldBlock.polina@google.com2011-07-091-2/+2
* Fix return statement in ppapi/cpp/input_event.ccdmichael@chromium.org2011-07-091-1/+1
* C++ File IO documentation. This is more-or-less a copy and paste from the C d...jond@google.com2011-07-083-15/+222
* Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead.brettw@chromium.org2011-07-0820-78/+53
* Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...sanga@chromium.org2011-07-073-9/+9
* Minor changes to Doxygen filesjond@google.com2011-07-073-38/+98