1. 80c4878 Cleanup some xfa/fxfa code. by Dan Sinclair · 8 years ago
  2. 6bdd824 Fix two CloneNonCycle issues by Wei Li · 8 years ago
  3. cdba747 Cleanup DocType defines by Dan Sinclair · 8 years ago
  4. e3978d0 Remove unused invalidate flag by Dan Sinclair · 8 years ago
  5. a8c2b91 Remove dead CFX_Edit code and fix some typos. by Lei Zhang · 8 years ago
  6. 3d06022 Remove unused docview flag by Dan Sinclair · 8 years ago
  7. 5bcd9a3 Fix Mac tests on 10.12 by Nicolas Pena · 8 years ago
  8. 52f69b3 Make CPVT_WordPlace more conformant with the prevailing idioms. by Tom Sepez · 8 years ago
  9. 85f019a Add pdfium::clamp() as a placeholder for std::clamp(). by Lei Zhang · 8 years ago
  10. 7630907 Handle web links across lines by Wei Li · 8 years ago
  11. cbd8957 Move FPDFImageObj_LoadJpegHelper() into an anonymous namespace. by Lei Zhang · 8 years ago
  12. 9bbc354 remove CFX_ArrayTemplate from fxet_list. by Tom Sepez · 8 years ago
  13. 193e6ca Add IndexInBounds() convenience routine. by Tom Sepez · 8 years ago
  14. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  15. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  16. 375c276 Make most PDFium code pass Clang plugin's auto raw check. by Lei Zhang · 8 years ago
  17. 5c1961d Add public method FPDFText_GetTextIndexFromCharIndex by Nicolas Pena · 8 years ago
  18. d03ca42 Add public method FPDFText_LoadFont to load some types of fonts. by Nicolas Pena · 8 years ago
  19. b4a2618 Create virtual codec APIs so chrome/fuzzers can link separately by Tom Sepez · 8 years ago
  20. 313c425 Remove unused IconElement::IconStream. by Lei Zhang · 8 years ago
  21. a99de0e Clean up CXML_Element. by Lei Zhang · 8 years ago
  22. be90aae Add public API for creating a Type1 font by Nicolas Pena · 8 years ago
  23. c5a1472 Fix uninitialized memory read in CJS_Object::GetEmbedObject() by Tom Sepez · 8 years ago
  24. 40e0a81 Remove unused Icon::m_pIconStream by Tom Sepez · 8 years ago
  25. 90b7326 Cleanup PWL_Wnd by Dan Sinclair · 8 years ago
  26. 77f6d0f Observe all formfill environment pointer in JS objects. by Tom Sepez · 8 years ago
  27. b9c69ab Cleanup CFX_Graphics. by Dan Sinclair · 8 years ago
  28. c6dc69f Store JS string constants as single-byte strings. by Tom Sepez · 8 years ago
  29. fc54e05 Cleanup PWL_Utils. by Dan Sinclair · 8 years ago
  30. a0061af Convert TransformPoint calls to Transform calls by Dan Sinclair · 8 years ago
  31. b147e07 Convert point x,y into CFX_PointF by dan sinclair · 8 years ago
  32. 60fd9fc Convert OutputSelectedRect to take a rect by Dan Sinclair · 8 years ago
  33. 6eec1c4 Update Invalidate to take a rect by Dan Sinclair · 8 years ago
  34. 55db091 Move JS constant tables to single-byte names by Tom Sepez · 8 years ago
  35. 4d5b8c5 Convert JS property tables to single-byte. by Tom Sepez · 8 years ago
  36. 9b99b63 Convert native method names to single-byte. by Tom Sepez · 8 years ago
  37. 892d751 Avoid some widestring to bytestring conversions in fxjs. by Tom Sepez · 8 years ago
  38. d476adc Remove non CFX_PointF GetIndexAtPos by Dan Sinclair · 8 years ago
  39. b45ea1f Convert CFWL messages to use CFX_PointF by Dan Sinclair · 8 years ago
  40. 37a35df Replace JS_IMPLEMENT_COLORPROP with helper function. by Tom Sepez · 8 years ago
  41. 1f403ce Convert more TransformPoint calls to Transform by Dan Sinclair · 8 years ago
  42. 04557b8 Remove some JS_Define macros by Tom Sepez · 8 years ago
  43. b1670b5 Pass CJS_Runtime to JS callbacks. by Tom Sepez · 8 years ago
  44. d6ae2af Rename IJS_Context to IJS_EventContext. by Tom Sepez · 8 years ago
  45. a4ad01f Move generated graphics and font maps to CPDF_Page by Nicolas Pena · 8 years ago
  46. e460232 Cleanup CFX_PathData. by Dan Sinclair · 8 years ago
  47. 4905840 Add public API for adding text with standard fonts by Nicolas Pena · 8 years ago
  48. 5f2d381 Replace CPWL_Point with CFX_PointF by Dan Sinclair · 8 years ago
  49. f528eee Reland "Convert CFX_FloatPoint to CFX_PointF" by Dan Sinclair · 8 years ago
  50. 22da8c2 Delete unused method CPWL_Edit::GeneratePageObjects by Nicolas Pena · 8 years ago
  51. 92a32db Revert "Convert CFX_FloatPoint to CFX_PointF" by dsinclair · 8 years ago
  52. 4797c42 Convert CFX_FloatPoint to CFX_PointF by Dan Sinclair · 8 years ago
  53. 58e4c5a Clean up CPDF_TextObject a bit by Nicolas Pena · 8 years ago
  54. 9e41d04 Use container with stable iterator for m_Icons. by Tom Sepez · 8 years ago
  55. 2eb1a70 Add line width option for stroking paths by Nicolas Pena · 8 years ago
  56. 687a79c Cleanup CFX_Matrix related methods by Dan Sinclair · 8 years ago
  57. afb4456 Remove Transform in favour of TransformPoint by Dan Sinclair · 8 years ago
  58. 118a8e2 Replace rect.Transform(matrix) with matrix.TransformRect(rect) by Dan Sinclair · 8 years ago
  59. 1b08df1 Convert Get methods to return instead of using out params. by Dan Sinclair · 8 years ago
  60. 0fc185e Add EmbedderTest for adding and filling paths by Nicolas Pena · 8 years ago
  61. bba2a7c Update to use CFX_Rect{F} and CFX_Matrix constructors. by Dan Sinclair · 8 years ago
  62. 55e026b Add APIs for path construction and painting by Nicolas Pena · 8 years ago
  63. 79365f7 Use enum class for PathPoint types. by Nicolas Pena · 8 years ago
  64. c222907 Cleanup out params in XFA layout code. by Dan Sinclair · 8 years ago
  65. 3509d16 Use std::vector, unique_ptrs in fxet_edit.h by Tom Sepez · 8 years ago
  66. f4a8c72 Properly refcount CPDF_StructElement by Tom Sepez · 8 years ago
  67. 6db6df7 Remove CFX_ArrayTemplate from CFFL_ListBox by Tom Sepez · 8 years ago
  68. f716f0b Refcount CPDF_OCContext. by Tom Sepez · 8 years ago
  69. 5535ac7 Use std::vector in cpdfxfa_context.h by Tom Sepez · 8 years ago
  70. 0370d6b Cleanup CPDF_StructElement. by tsepez · 8 years ago
  71. a478dc5 Fix CPDF_InterForm::CheckRequiredFields and its callers. by Nicolas Pena · 8 years ago
  72. bc8dcc3 Add ObservedPtrs to PWL_CREATEPARAM by Dan Sinclair · 8 years ago
  73. e6cf013 Tidy FXJS_V8, backfill tests. by tsepez · 8 years ago
  74. e507dc5 Bad indexing in CPDF_Document::FindPageIndex when page tree corrupt. by tsepez · 8 years ago
  75. 6cf5eca Don't put timers with ID == 0 into the global timer map. by tsepez · 8 years ago
  76. 1924971 Custom toString() methods may delete annots. by tsepez · 8 years ago
  77. db76470 Add postscript path by rbpotter · 8 years ago
  78. ffdfbb9 Remove unused CJS_Object::ExitInstance() method by tsepez · 8 years ago
  79. d805eec Use observed pointers in CPDFSDK_AnnotIterator. by tsepez · 8 years ago
  80. 8fa8279 Annotation deleted while retrieving it in JS by tsepez · 8 years ago
  81. 0d164f8 Remove CFX_ArrayTemplate from CPWL_Wnd. by tsepez · 8 years ago
  82. 6745f96 Remove CFX_ArrayTemplate, use unique_ptr in fpdfsdk/pdfwindow by tsepez · 8 years ago
  83. 3cdcfeb Create individual exception methods. by Dan Sinclair · 8 years ago
  84. c8fd331 Cleaning out params in CPDFXFA_Context by Dan Sinclair · 8 years ago
  85. d5b81ce Return unique_ptr<> from IPDF_StructTree by tsepez · 8 years ago
  86. 37b12ad Return unique_ptr from CXFA_FFApp::CreateDoc. by tsepez · 8 years ago
  87. f085db3 Add inline JPEGs. by rbpotter · 8 years ago
  88. a9caab9 Avoid the ptr.reset(new XXX()) anti-pattern by tsepez · 8 years ago
  89. 992ecf7 Verify precision length before converting to string. by dsinclair · 8 years ago
  90. 447b1f3 Move xfa/fwl/core to xfa/fwl. by dsinclair · 8 years ago
  91. 833619b Refcount all the IFX_ stream classes all the time. by tsepez · 8 years ago
  92. 8f87550 re-enable skia caching by caryclark · 8 years ago
  93. 6bdb56c Fix FPDF_GetPageLabel API typo. by dsinclair · 8 years ago
  94. fa89a20 Make concrete stream classes private to .cpp, part 4. by tsepez · 8 years ago
  95. bea0497 Make more concrete stream classes private to .cpp files by tsepez · 8 years ago
  96. 0275910 Protect against unexpected library create/destroy by tsepez · 8 years ago
  97. 345d489 Convert loose FX_Create* functions into static methods by tsepez · 8 years ago
  98. 05e0169 Make FDF document creation return unique_ptrs by tsepez · 8 years ago
  99. a78ba60 Add FPDF_RenderPageBitmapWithMatrix API. by thestig · 8 years ago
  100. 9067fd6 Add APIs for limited use of document tagged code. by thestig · 8 years ago