Age | Commit message (Expand) | Author |
2018-10-12 | Mark the bigint target as XFA only.chromium/3579 | Lei Zhang |
2018-10-11 | Mark tests as testonly. | Lei Zhang |
2018-10-11 | Replace most static_library entries with source_set. | Lei Zhang |
2018-10-11 | Make a couple more source_sets into jumbo_source_sets. | Lei Zhang |
2018-10-11 | Rename interform files to interactiveform. | Lei Zhang |
2018-10-11 | Update build rules for CFX_CodecMemory. | Lei Zhang |
2018-10-10 | Rename CPDF_ContentMark to CPDF_ContentMarks. | Henrique Nakashima |
2018-10-05 | Add booleans for form flags in CPDF_FormField. | Lei Zhang |
2018-10-04 | Remove CPDFSDK_DateTime entirely. | Tom Sepez |
2018-10-03 | Split CFX_FontSourceEnum_File into its own file. | Lei Zhang |
2018-09-25 | Introduce CodecModuleIface for progressive decoder modules. | Tom Sepez |
2018-09-22 | Remove CBC_CommonByteArray and CBC_QRCoderBlockPair. | Lei Zhang |
2018-09-13 | Reland "Introduce FX_Number class as a replacement for FX_atonum()." | Tom Sepez |
2018-09-13 | Revert "Introduce FX_Number class as a replacement for FX_atonum()." | Tom Sepez |
2018-09-13 | Introduce FX_Number class as a replacement for FX_atonum(). | Tom Sepez |
2018-08-30 | Add unit test for AutoRestorer<> on smart pointer types. | Tom Sepez |
2018-08-29 | Change explicit suppression of warning 4267 to a config based suppression. | Will Harris |
2018-08-28 | Rename remaining fx_codec*.cpp to match class and .h file name | Tom Sepez |
2018-08-28 | Use std::span<> in CCodec_JPEGModule | Tom Sepez |
2018-08-27 | Rework CCODEC_ProgressiveDecoder. | Tom Sepez |
2018-08-24 | Rename CFX_DIBSource to CFX_DIBBase. | Tom Sepez |
2018-08-23 | Enable warnings for shadowed variables | Ryan Harrison |
2018-08-23 | BUILD.gn - put cfx_windowsrenderdevice.h in win-specific section. | Tom Sepez |
2018-08-17 | Remove CFPF_SkiaFontDescriptor. | Lei Zhang |
2018-08-17 | Remove CFPF_SkiaBufferFont and CFPF_SkiaFileFont. | Lei Zhang |
2018-08-17 | Rename CJS_Return to CJS_Result. | Tom Sepez |
2018-08-16 | Add a way to save a barcode generated bitmap to a .png. | Henrique Nakashima |
2018-08-13 | Implement CFX_CodecMemory. | Lei Zhang |
2018-08-13 | Move CPDFSDK_MemoryAccess to fxcrt. | Lei Zhang |
2018-08-09 | Move all utf8 decoding under fx_string.h | Tom Sepez |
2018-08-02 | Remove -Wno-pointer-to-int-cast from fxcodec target. | Lei Zhang |
2018-07-28 | Remove CXFA_TraverseStrategy_ContentLayoutItem.chromium/3507chromium/3506 | Tom Sepez |
2018-07-25 | Only build cfx_fileaccess_windows.cpp on Windows. | Lei Zhang |
2018-07-24 | Rename JS_{METHOD,PROP} to JSE_{METHOD,PROP} | Tom Sepez |
2018-07-23 | Replace CFXJSE_HostObject::type_ with polymorphic conversion methods | Tom Sepez |
2018-07-19 | Make FX stream internal details more private to .cpp files. | Tom Sepez |
2018-07-16 | Use UnownedPtr/Optional in cfxa_layoutcontext.cpp | Tom Sepez |
2018-07-11 | Write marked content operators when generating a stream. | Henrique Nakashima |
2018-07-11 | Fix crash and memory leak. | Artem Strygin |
2018-07-04 | Remove gn arg 'use_coverage'chromium/3482 | Ryan Harrison |
2018-06-27 | Add fxcrt::AutoRestorer<T>::AbandonRestoration().chromium/3475 | Tom Sepez |
2018-06-27 | Implement CPDF_CrossRefTable | Artem Strygin |
2018-06-26 | Implement CPDF_ObjStream. | Artem Strygin |
2018-06-19 | Speculative fix for segv destroying CPDF_PageObjectHolder::m_GraphicsMap | Tom Sepez |
2018-06-12 | Refactor modification of Contents in CPDF_PageContentGenerator. | Henrique Nakashima |
2018-06-12 | Rework "Make common page base class." | Tom Sepez |
2018-06-08 | Add constants for PDF 1.7 spec, table 3.27. | Lei Zhang |
2018-06-08 | Write some FPDFTransformEmbedderTests. | Lei Zhang |
2018-06-06 | Add ability to log click events reaching PDFium | Ryan Harrison |
2018-06-06 | [fm2js] Fixup initialized variable conversion | Dan Sinclair |