Age | Commit message (Expand) | Author |
2016-03-29 | Add a Retained Pointer smart class. | tsepez |
2016-03-29 | Rename GetElementValue() to GetDirectObject{By,At}(). | tsepez |
2016-03-29 | Move xfa/include/fwl/{theme,lightwidget} to xfa/fwl | dsinclair |
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 | Cleanup one mac header | Wei Li |
2016-03-28 | Reduce signed/unsigned comparison warnings | Wei Li |
2016-03-25 | Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692 | tsepez |
2016-03-25 | Fix FXSYS_StrToInt() | Wei Li |
2016-03-25 | Remove FX_DWORD from fpdfsdk/ and testing | tsepez |
2016-03-25 | Remove FX_DWORD from XFA, part 2 | tsepez |
2016-03-25 | Remove FX_DWORD from XFA. | tsepez |
2016-03-25 | support gradients and stroke+fill | caryclark |
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-25 | Remove unused params of CPDF_Image::SetImage. | dsinclair |
2016-03-25 | Cleanup fpdf_edit.h and fpdf_doc.h documentation. | dsinclair |
2016-03-25 | Cleanup some extern method declarations. | dsinclair |
2016-03-24 | Update Readme as there is now CQ.chromium/2691chromium/2690 | tandrii |
2016-03-24 | Re-land "Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed."" | Tom Sepez |
2016-03-24 | Added bounds checking to GetNameFromTT to handle corrupt files. | Tom Sepez |
2016-03-24 | Remove strange integral constants for "true", "false", "%PDF". | Tom Sepez |
2016-03-24 | Fix typos in .gyp files | dan sinclair |
2016-03-24 | Revert "Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed." | Tom Sepez |
2016-03-24 | Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed. | Tom Sepez |
2016-03-24 | Add missing comma. | dan sinclair |
2016-03-24 | fix windows build; add blend modes | Cary Clark |
2016-03-23 | Cleanup public/fpdf_dataavail.h documentation. | 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 | Remove bad third_party/skia file. | Dan Sinclair |
2016-03-23 | Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. | Dan Sinclair |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-23 | update skia deps | Cary Clark |
2016-03-23 | Fix win/clang part 2. | Dan Sinclair |
2016-03-23 | Fix build on win/clang | Dan Sinclair |
2016-03-22 | Re-enable MSVC warning 4702 | Wei Li |
2016-03-22 | Add gn to DEPS file | dan sinclair |
2016-03-22 | Fix parsing of double dot operators for FormCalc | Tom Sepez |
2016-03-22 | Fix blank xfa rendering broken at f89acbc. | Tom Sepez |
2016-03-22 | Fix CPDFSDK_Widget::OnXFAAAction() | Wei Li |
2016-03-21 | Make predefined character table slightly smaller. | Tom Sepez |
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 | Move xfa/include/fxbarcode/BC_Barcode.h to xfa/fxbarcode. | Dan Sinclair |
2016-03-21 | Remove unused FXDIB_PALETTE_ options | Tom Sepez |
2016-03-21 | Re-enable several MSVC warnings | Wei Li |
2016-03-21 | Handle empty objects in IsSameTextObject() and free from warning | Wei Li |
2016-03-21 | Fix BUILD.gn for pdf_jpx_fuzzer. | Oliver Chang |