Age | Commit message (Expand) | Author |
2016-05-02 | Fix lint bugs. | thestig |
2016-04-27 | Fix incorrect v8 TryCatch. | etienneb |
2016-04-27 | Remove IFX_SystemHandler. | dsinclair |
2016-04-26 | Clean up CPDF_Page. | thestig |
2016-04-25 | Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. | tsepez |
2016-04-21 | Replace CFX_RectArray with std::vector<CFX_FloatRect> | tsepez |
2016-04-15 | Pass WideStrings without narrowing to c_str in javascript/ | tsepez |
2016-04-13 | Remove implicit cast from CFX_WideString to (const wchar_t*) | tsepez |
2016-04-13 | Remove implicit cast from CFX_ByteString to (const char*). | tsepez |
2016-04-12 | Make CJS_PublicMethods::StrTrim() take a CFX_ByteString | tsepez |
2016-04-11 | Pass CFX_ByteStrings rather than raw ptrs to JS_GlobalData. | tsepez |
2016-04-08 | Rename both As{Byte,Wide}StringC() helpers to AsStringC(). | tsepez |
2016-04-08 | Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg | tsepez |
2016-04-06 | Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. | tsepez |
2016-04-06 | Move code from fpdfsdk/include to the sub directories. | dsinclair |
2016-04-05 | Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. | tsepez |
2016-04-05 | Rename GetCStr and GetPtr to match CFX_ByteString. | dsinclair |
2016-03-31 | Move the fpdfsdk/include/javascript folder | dsinclair |
2016-03-29 | Code change to avoid signed/unsigned mismatch warnings. | Wei Li |
2016-03-29 | Add test for util.byteToChar() and fix error msg. | tsepez |
2016-03-28 | use std::vector in more places in JavaScript bindings code. | tsepez |
2016-03-28 | Added test for util.printx() and make it match spec. | tsepez |
2016-03-28 | Reduce signed/unsigned comparison warnings | Wei Li |
2016-03-25 | Remove FX_DWORD from fpdfsdk/ and testing | tsepez |
2016-03-25 | Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>. | Tom Sepez |
2016-03-25 | util.printd() replaces specified date with current date. | tsepez |
2016-03-23 | Move the fpdfsdk/include/pdfwindow/ headers into fpdfsdk/pdfwindow. | dan sinclair |
2016-03-23 | Split core/include/fpdfapi/fpdf_resource.h | dan sinclair |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-22 | Re-enable MSVC warning 4702 | Wei Li |
2016-03-21 | Remove FX_WORD in favor of uint16_t. | Tom Sepez |
2016-03-21 | Make a few more const tables smaller.chromium/2689chromium/2688 | Tom Sepez |
2016-03-21 | Re-enable several MSVC warnings | Wei Li |
2016-03-21 | Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi. | Dan Sinclair |
2016-03-16 | Move core/include/fpdfapi/fpdf_page.h to correct locations. | Dan Sinclair |
2016-03-15 | Fix CJS_PublicMethods::IsNumber() with unit test and some cleanup | Wei Li |
2016-03-15 | Remove CFX_DWordArray from Document.h | Tom Sepez |
2016-03-15 | core/include/fdpfapi cleanup Part I. | Dan Sinclair |
2016-03-14 | Move fx_crypto.h and fpdf_text.h out of core/include. | Dan Sinclair |
2016-03-14 | Add missing DEPS files; enable checkdeps. | Dan Sinclair |
2016-03-14 | Move xfa/src up to xfa/. | Dan Sinclair |
2016-03-14 | Move fpdfsdk/src up to fpdfsdk/. | Dan Sinclair |