Age | Commit message (Expand) | Author |
2015-10-23 | XFA: Manually apply changes to fpdf_text.h and fx_font.h from master | Tom Sepez |
2015-10-22 | Merge to XFA: Add type cast definitions for CPDF_Stream. | Dan Sinclair |
2015-10-22 | Merge to XFA: Add type cast definitions for CPDF_Array. | Dan Sinclair |
2015-10-21 | Merge to XFA: Add type cast definitions for CPDF_Name. | Dan Sinclair |
2015-10-20 | [Merge to XFA] Revert "Revert "Add type cast definitions for CPDF_Dictionary."" | Dan Sinclair |
2015-10-19 | Merge to XFA: Refactor progressive renderer. | Tom Sepez |
2015-10-19 | Merge to XFA: Sanity check the values of TRUE and FALSE. | Lei Zhang |
2015-10-16 | Merge to XFA: Fix a bunch of sign mismatch warnings. | Lei Zhang |
2015-10-08 | Merge to XFA: Various changes to JBig2 cache: | Lei Zhang |
2015-10-01 | Merge to XFA: Clean up some image decoder classes: | Lei Zhang |
2015-09-29 | Merge to XFA: Fix blank page issue caused by too strict correction on bpc | Jun Fang |
2015-09-03 | Merge to XFA: Reapply Foxit's libopenjpeg modifications. | Lei Zhang |
2015-09-03 | Merge to XFA: Cleanup dead code in CPDF_DIBSource::LoadJpxBitmap() and friends. | Lei Zhang |
2015-08-20 | Merge to XFA: Fix some -Wmaybe-uninitialized errors. | Lei Zhang |
2015-08-19 | Merge to XFA: Extern in .cpp file is a code smell, part 2. | Tom Sepez |
2015-08-19 | Merge to XFA: CFX_MapByteStringToPtr considered harmful (combo patch). | Tom Sepez |
2015-08-14 | Merge to XFA: Don't bother checking pointers before delete[] and FX_Free(). | Lei Zhang |
2015-08-14 | Merge to XFA: Use override in more classes in core/ | Lei Zhang |
2015-08-04 | XFA: clang-format all pdfium code. | Nico Weber |
2015-07-23 | Merge to XFA - else after returns. | Tom Sepez |
2015-07-22 | Merge to XFA: Remove dead code found by Scythe. | Lei Zhang |
2015-07-16 | Merge to XFA: Cleanup: Do not check pointers before deleting them, part 2. | Lei Zhang |
2015-06-19 | Merge to XFA: Replace some CFX_MapPtrTemplates with std::map. | Lei Zhang |
2015-06-19 | Merge to XFA: Cleanup: Do not check pointers before deleting them. | Lei Zhang |
2015-06-19 | Merge to XFA: Cleanup: Remove dead CPDF_InlineImages code. | Lei Zhang |
2015-06-19 | Merge to XFA: Make CPDF_PageModuleDef and CPDF_RenderModuleDef pure virtual. | Lei Zhang |
2015-06-19 | Merge to XFA: Do some IWYU cleanups. | Lei Zhang |
2015-06-15 | Merge to XFA: Provide a constructor for CPDF_CountedObject. | Tom Sepez |
2015-06-13 | Remove trailing whitespaces in core, XFA edition. | Lei Zhang |
2015-06-11 | Merge to XFA: Kill FXSYS_mem{cpy,cmp,set.move}{32,8}. | Tom Sepez |
2015-06-10 | Merge to XFA: Remove FX_BSTR and FX_WSTR typedefs. | Tom Sepez |
2015-06-10 | Merge to XFA: Remove typdefs for pointer types in fx_system.h. | Tom Sepez |
2015-06-09 | Merge to XFA: Use stdint.h types throughout PDFium. | Tom Sepez |
2015-06-08 | Merge to XFA: Fix potentially massive memory leak in CPDF_DIBSource::LoadJpxB... | Lei Zhang |
2015-06-04 | Merge to XFA: Move fx_safe_types.h to include/ directory. | Tom Sepez |
2015-06-03 | Merge to XFA: Kill unused IPDF_ classes. | Tom Sepez |
2015-05-28 | Merge to XFA: Fix ALL the include guards. | Tom Sepez |
2015-05-20 | Merge to XFA: Remove FX_Alloc() null checks now that it can't return NULL. | Tom Sepez |
2015-05-18 | Merge to XFA: Add safe FX_Alloc2D() macro | Tom Sepez |
2015-05-08 | Merge to XFA: Fix a bunch of -Wunused-but-set-variable warnings. | Lei Zhang |
2015-05-06 | Merge to XFA: Replace FX_NEW with new, remove tests from fpdfapi | Lei Zhang |
2015-05-06 | Merge to XFA: Fix a regression with cut off images. | Lei Zhang |
2015-04-14 | Merge to XFA: Kill CFX_Object. | Tom Sepez |
2015-04-11 | Merge to XFA: Fix a heap buffer overflow issue in CPDF_CMap::GetNextChar | JUN FANG |
2015-03-16 | Merge to XFA: Fix potential integer overflow in fpdf_render_image.cpp | JUN FANG |
2015-02-27 | Merge to XFA: Fix JPX image rendering that regressed due to several security ... | Lei Zhang |
2015-02-27 | Merge to XFA: Fix some typos in fpdf_render_loadimage.cpp. | Lei Zhang |
2015-02-27 | Merge to XFA: Cleanup: Fix some unused-function warnings. | Lei Zhang |
2015-02-27 | Merge to XFA: Cleanup parts of fpdf_render_loadimage.cpp. | Lei Zhang |
2015-02-04 | Merge to XFA: Prevent base::CheckedNumeric from leaking outside of pdfium. | Tom Sepez |