Age | Commit message (Expand) | Author |
2016-04-27 | Remove IFX_SystemHandler. | dsinclair |
2016-04-26 | CPDF_Document::LoadPattern() and friends always have a valid matrix. | thestig |
2016-04-26 | Move CPDF_Document code into cpdf_document.cpp. | thestig |
2016-04-26 | Remove several IPDF_ interfaces and CPDF_RenderModule. | dsinclair |
2016-04-26 | Clean up CPDF_Page. | thestig |
2016-04-26 | Roll v8 to 0ff89ea7 and update gyp references | machenbach |
2016-04-19 | Remove IPDF_TextPage, IPDF_TextPageFind and IPDF_LinkExtract interfaces. | dsinclair |
2016-04-19 | Remove IPDF_CryptoHandler and IPDF_SecurityHandler. | dsinclair |
2016-04-13 | Add iterators and unit tests for CPDF_Array class | weili |
2016-04-13 | Cleanup IFPF_* interfaces. | dsinclair |
2016-04-12 | Cleanup various IFX_ text interfaces. | dsinclair |
2016-04-12 | Remove ICodec_* Interfaces. | dsinclair |
2016-04-12 | flesh out gradient shaders | caryclark |
2016-04-11 | Fix integer issues leading to out of bounds access in fx_ge_text.cpp. | ochang |
2016-04-07 | Remove all PWL_Note classes | dsinclair |
2016-04-06 | Move include/fxcodec to fxcodec/include | dsinclair |
2016-04-06 | Move remaining fpdfdoc files | dsinclair |
2016-04-06 | Move code from fpdfsdk/include to the sub directories. | dsinclair |
2016-04-06 | Move core/include/fxge to core/fxge/include. | dsinclair |
2016-04-05 | Make StringData a templated class. | tsepez |
2016-04-05 | Remove core/include/fpdfdoc/fpdf_vt.h | dsinclair |
2016-04-04 | Make IPDF_VariableText_{Provider,Iterator} inner classes. | dsinclair |
2016-04-04 | fix gyp typos | caryclark |
2016-04-04 | Remove _FXBSTR* and calls to FX_BSTRC. | dsinclair |
2016-03-31 | Move the fpdfsdk/include/javascript folder | dsinclair |
2016-03-31 | Split core/include/fpdfdoc/fpdf_ap.h | dsinclair |
2016-03-31 | Re-enable all the windows warnings except 4267 | weili |
2016-03-31 | Fix CData parsing in CFDE_XMLSyntaxParser. | dsinclair |
2016-03-29 | Re-enable warning 4005 and remove _CRT_SECURE_NO_WARNINGS | Wei Li |
2016-03-29 | Add a Retained Pointer smart class. | tsepez |
2016-03-24 | Fix typos in .gyp files | dan sinclair |
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 | 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-21 | Move fpdfsdk/include/formfiller to fpdfsdk/formfiller. | 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 | core/include/fdpfapi cleanup Part I. | Dan Sinclair |
2016-03-15 | Split CPDF_Stream/CPDF_StreamAcc into separate files | Tom Sepez |
2016-03-15 | Tidy fpdftext/ directory | Tom Sepez |
2016-03-14 | Move fx_crypto.h and fpdf_text.h out of core/include. | Dan Sinclair |
2016-03-14 | Move xfa/src up to xfa/. | Dan Sinclair |
2016-03-14 | Move fpdfsdk/src up to fpdfsdk/. | Dan Sinclair |
2016-03-14 | Move core/src/ up to core/. | Dan Sinclair |
2016-03-11 | Re-enable MSVC warning 4800 for compiling with chromium_code | Wei Li |
2016-03-10 | Split fpdf_parser_objects.cpp into per-class .cpp/.h files. | Tom Sepez |