summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/dev/font_dev.h
Commit message (Expand)AuthorAgeFilesLines
* Convert resources to take an instance key instead of an Instance*.brettw@chromium.org2012-02-271-3/+4
* Cleanup: Remove unneeded forward declarations in ppapi.thestig@chromium.org2011-11-111-2/+1
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-1/+1
* Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead.brettw@chromium.org2011-07-081-5/+4
* Support getting the font list in Pepper. This currently only works out ofbrettw@chromium.org2011-05-181-0/+1
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-1/+1
* Implement operator= for FontDev (it currently gives errors if you try to usebrettw@chromium.org2010-12-221-1/+1
* Remove static initializers.neb@chromium.org2010-12-201-2/+2
* Remove all the swap() stuff in the PPAPI C++ wrappers.brettw@google.com2010-12-021-5/+2
* Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W...dmichael@google.com2010-11-051-5/+10
* Move PPAPI into the Chrome repo. The old repo wasbrettw@chromium.org2010-11-011-0/+139