Age | Commit message (Expand) | Author |
2017-05-18 | Use Unowned/Observed pointers between doc and FF onwership hierarchies. | Tom Sepez |
2017-05-18 | Use UnownedPtr to check CFX_*StringC lifetimeschromium/3104 | Tom Sepez |
2017-05-18 | Break linkage from CPDFXA_DocEnvironment to IJS_EventContext. | Tom Sepez |
2017-05-18 | Bad cast to CPDF_Document in FPDFEditEmbeddertest | Tom Sepez |
2017-05-18 | Revert "Smells like a leak in PWL_ComboBox.cpp" | Tom Sepez |
2017-05-17 | Use more static_cast in fpdfsdk | Nicolas Pena |
2017-05-17 | CFX_UnownedPtr: check during assignment time as well. | Tom Sepez |
2017-05-17 | Add some missing keywords in ToUnicode | Nicolas Pena |
2017-05-16 | Be skeptical of bare |new|s. | Tom Sepez |
2017-05-16 | Properly ref-count CPDFXFA_Page | Tom Sepez |
2017-05-16 | Introduce CFX_UnownedPtr to detect lifetime inversion issues. | Tom Sepez |
2017-05-15 | Add a WriteString method to IFX_WriteStream | dan sinclair |
2017-05-15 | Smells like a leak in PWL_ComboBox.cpp | Tom Sepez |
2017-05-11 | Rename render device classes | Dan Sinclair |
2017-05-11 | Add missing CheckUnsupportedError | Dan Sinclair |
2017-05-11 | Move map and codec loading into manager | Dan Sinclair |
2017-05-11 | Fixup Initialize spellingchromium/3097 | Dan Sinclair |
2017-05-10 | Fix FPDFImageObj_LoadJpegFile(Inline) to allow NULL to be passed in for pages...chromium/3096 | Andrew Weintraub |
2017-05-09 | Create common CXML_Object base class for CXML_Content and CXML_Element. | Tom Sepez |
2017-05-09 | Remove FPDFPageObj_NewImgeObj(). | Lei Zhang |
2017-05-09 | Move FPDF_FILEWRITE adapter to own file | Dan Sinclair |
2017-05-08 | fpdfsdk: add minimal FPDFPageObj_GetType() testcasechromium/3094 | Miklos Vajna |
2017-05-05 | Encode unicodes in UTF-16BE in ToUnicode map | Nicolas Pena |
2017-05-04 | Give a couple of char to int functions better names.chromium/3090 | Lei Zhang |
2017-05-04 | CPDF_Document::GetPageData() normally does not return NULL. | Lei Zhang |
2017-05-04 | Make CPDF_Font member variables protected. | Lei Zhang |
2017-05-04 | Cleanup CXFA_RenderContext | Dan Sinclair |
2017-05-04 | Cleanup more null IFX_Pause parameters | Dan Sinclair |
2017-05-03 | Add a ToUnicode mapping when loading CID fonts | Nicolas Pena |
2017-05-02 | Remove some more |new|s, part 11chromium/3088 | Tom Sepez |
2017-05-02 | Remove some |new|s in cpdfsdk_formfillenvironment.cpp and cpdfxfa_context.cpp | Tom Sepez |
2017-05-02 | Roll FreeType to 5a3490e. | Lei Zhang |
2017-05-02 | Add API to create a text object using a loaded font. | Nicolas Pena |
2017-05-01 | Remove more |new|s, part 6chromium/3087 | Tom Sepez |
2017-04-29 | Fix rotationschromium/3086chromium/3085 | rbpotter |
2017-04-27 | Add barcode test skeleton | Tom Sepez |
2017-04-26 | Avoid unordered_set and maps for the time being.chromium/3082 | Tom Sepez |
2017-04-25 | Use fx_extension.h utilities in more places. | Lei Zhang |
2017-04-21 | Add CFX_RenderDevice::AutoRestorer()chromium/3078 | Tom Sepez |
2017-04-21 | Replace FXSYS_iswdigit with std::iswdigit. | Lei Zhang |
2017-04-20 | Let {Argb,Cmyk}Decode return tuples | Nicolas Pena |
2017-04-20 | Convert IFX_MemoryStream to CFX_MemoryStream | Dan Sinclair |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-19 | Cleanup codepage and charset definitions. | Dan Sinclair |
2017-04-18 | Use unique_ptr in JSGlobalAlternate::m_MapGlobal | Tom Sepez |
2017-04-18 | Use Byte/WideString iterators | Tom Sepez |
2017-04-18 | Render image masks individually instead of rendering the entire page as | rbpotter |
2017-04-13 | Add embeddertest for form text rendering and saving | Nicolas Pena |
2017-04-10 | Do not treat push button as fillable field | Wei Li |
2017-04-10 | Fix bytestring passing conventions, part 2. | Tom Sepez |