1. 611adb8 Split fpdfsdk/fsdk_baseform.h into individual classes. by jaepark · 8 years ago
  2. 7c05a7a Factor out the duplicated logic in Field::SetDisplay by tonikitoo · 8 years ago
  3. 8ca0f05 check for null bitmap by caryclark · 8 years ago
  4. 4674d95 Fix a double free in CPDFSDK_PageView::IsValidAnnot(). by thestig · 8 years ago
  5. b88b8e4 Delete m_ExtHandle and RetainFont because they are not being used. by npm · 8 years ago
  6. 0921386 Remove two unused members from CPDF_Parser by tsepez · 8 years ago
  7. 66c26e8 Hidden annotations should not be drawn by tonikitoo · 8 years ago
  8. f85e7e2 Rename async to linearized when parsing by dsinclair · 8 years ago
  9. 4540fba Get CPDF_Parser out of the document creation business. by tsepez · 8 years ago
  10. 3421d2b skia update for compose shader by caryclark · 8 years ago
  11. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 8 years ago
  12. 19cdfe4 Avoid integer overflows in FXGE_GetGlyphsBBox(). by thestig · 8 years ago
  13. ef523dd Only create widgets if really needed. by dsinclair · 8 years ago
  14. 8e557bd Clean up XFA locale and locale manager by weili · 8 years ago
  15. 1099b29 Fix a potential integer overflow in TT2PDF(). by thestig · 8 years ago
  16. a494191 Move some v8 objects from CJS back into FXJS by tsepez · 8 years ago
  17. 2ba53c1 Fix CGdiPrinterDriver::DrawDeviceText() to draw multiple characters. by thestig · 8 years ago
  18. 98e1019 Split fpdfsdk/fsdk_annothandler.h into individual classes. by jaepark · 8 years ago
  19. 1679d3a Get rid of FX_SMALL_RECT. by thestig · 8 years ago
  20. 93ee119 Use a std::vector in fpdf_font code. by thestig · 8 years ago
  21. c4f3c0f add native draw bitmap with alpha mask by caryclark · 8 years ago
  22. 845cac2 Clean up CPDF_HintTables. by thestig · 8 years ago
  23. 9fe6f3a Avoid an undefined shift in ReadPageHintTable(). by thestig · 8 years ago
  24. 8374fe4 fix 617135 by hong_zhang · 8 years ago
  25. c6833c2 Make g_LinuxGpFontList be a 2D char array. by npm · 8 years ago
  26. d0b6ed1 Make FXJS_GetObjectElement return std::vector<CFX_WideString>. by tsepez · 8 years ago
  27. 229d05d Fix an integer overflow in CStretchEngine constructor by weili · 8 years ago
  28. 2736276 Move CPDFSDK_Annot, CPDFSDK_BAAnnot and CPDFSDK_DateTime to their own files. by jaepark · 8 years ago
  29. 445a94b Clean up cfx_fontmapper a little by npm · 8 years ago
  30. e0347a6 Remove fgas_system files. by dsinclair · 8 years ago
  31. c18ffca Relax a check in CPDF_HintTables. by thestig · 8 years ago
  32. 22eeccb Guard against undefined shift. by dsinclair · 8 years ago
  33. b4d1b57 Use smart pointers for class owned pointers in xfa/fxfa by weili · 8 years ago
  34. 1194561 Minor cleanup of fpdf_cmaps by dsinclair · 8 years ago
  35. ec26876 Make Document's 'info' property readonly by tonikitoo · 8 years ago
  36. 401d4f2 Use CPDFSDK_Document::FromFPDFFormHandle in ::FORM_DoPageAAction by tonikitoo · 8 years ago
  37. 4e62b5c Use smart pointers for class owned pointers in xfa/fwl/theme by weili · 8 years ago
  38. d83842e Clean up CPDF_HintTables::LoadHintStream a little. by thestig · 8 years ago
  39. 9ada2d8 Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own files. by npm · 8 years ago
  40. f3dc8c6 Remove backpointer to CJS_Runtime from CJS_Value by tsepez · 8 years ago
  41. 85af2a3 Add another PDFEditTest test case. by thestig · 8 years ago
  42. f4dc38b The benefits of having a CPDFSDK_FormActionHandler instance in by tonikitoo · 8 years ago
  43. dc359b0 Fix a leak with FPDFPageObj_NewImgeObj(). by thestig · 8 years ago
  44. 39ba18a Generate default AP stream for ink annotation. by jaepark · 8 years ago
  45. e76203d Use smart pointers for class owned pointers in xfa/fxbarcode by weili · 8 years ago
  46. ad5ac75 Fix typos of the word outer. by thestig · 8 years ago
  47. e7107f4 Generate default AP stream for circle annotation. by jaepark · 8 years ago
  48. 16fccc5 Use smart pointers for class owned pointers by weili · 8 years ago
  49. af7ab33 Generate default AP stream for square annotation. by jaepark · 8 years ago
  50. f3c8832 Remove back-pointer to CJS_Runtime from CJS_Date by tsepez · 8 years ago
  51. fb36208 Fixup various overflow conditions by dsinclair · 8 years ago
  52. 5d8e5aa Use virtual function to retrieve interface pointer by weili · 8 years ago
  53. b6befb2 openjpeg: Prevent negative x, y values in opj_tcd_init_tile by ochang · 8 years ago
  54. 1c83675 Add support to Document::gotoNamedDest method. by tonikitoo · 8 years ago
  55. 727da4f Add CPDF_Array::IsEmpty(). by jaepark · 8 years ago
  56. e1e7bd0 Remove MsgBox()/Alert() from CJS_EmbedObj. by tsepez · 8 years ago
  57. e3ff76b Rename CJS_Timer to GlobalTimer and make private to app.cpp by tsepez · 8 years ago
  58. b1b8668 Check if image width or height are zero before proceeding. by dsinclair · 8 years ago
  59. 33c4cdb Add support to Document::URL property getter. by tonikitoo · 8 years ago
  60. e5aff74 Remove backpointer to runtime from CJS_Array. by tsepez · 8 years ago
  61. 660de3c Move CFX_ClipRgn and CFX_PathData into their own files. by npm · 8 years ago
  62. f41d9dc Add CPDF_ImageObject::GetImage(). by thestig · 8 years ago
  63. 8ca63de Remove another potential stale CJS_Timer usage by tsepez · 8 years ago
  64. 135b998 Return v8::Date specialization not v8::Value where possible by tsepez · 8 years ago
  65. b20ab6c openjpeg: Prevent overflows when using opj_aligned_malloc() by gogil · 8 years ago
  66. 26b86e6 Move CFX_GEModule into its own file by npm · 8 years ago
  67. ff74356 openjpeg: Prevent integer overflows during calculation of |l_nb_code_blocks_size| by gogil · 8 years ago
  68. 1b4f6b3 Use smart pointers for class owned pointers by weili · 8 years ago
  69. 52a5005 Remove unnecessary casting in CPVT_GenerateAP. by jaepark · 8 years ago
  70. cddf825 Use smart pointers for class owned pointers under xfa/fde by weili · 8 years ago
  71. 32e693f Fix issue when firing TimerProc() destroys timer by tsepez · 8 years ago
  72. 0fa54b8 Beef up timer cancellation tests by tsepez · 8 years ago
  73. beecc34 Fix a file name typo by weili · 8 years ago
  74. 6115972 Clean up fx_ge_linux.cpp a little. by thestig · 8 years ago
  75. 766901f Add bounds checks to CWeightTable::Calc() and friends. by thestig · 8 years ago
  76. a72ab5e Fix libpng build for ARM. by thestig · 8 years ago
  77. 39e0e14 Remove unused method CPDFSDK_BAAnnot::CreateFormFiller. by jaepark · 8 years ago
  78. 6d5c56b Update libpng to 1.6.22. by thestig · 8 years ago
  79. 96a0786 Generate default AP stream for squiggly annotation. by jaepark · 8 years ago
  80. 8e12029 Add test for bug 620428 (setinterval cancellation) by tsepez · 8 years ago
  81. 8d0cc67 Rename xfa_layout_pagemgr_new.h by dsinclair · 8 years ago
  82. d9a39d0 Roll skia to 96206a96f357cd30b60d1b1aa98e4e3a8f9b97f1 by msarett · 8 years ago
  83. 2d5b020 Use smart pointers for class owned pointers by weili · 8 years ago
  84. ca27127 Fixup class name spelling by dsinclair · 8 years ago
  85. 6ea5ba0 Split xfa_layout_appadapter by dsinclair · 8 years ago
  86. e85f971 Fix FMCallExpression undefined shift behaviour. by dsinclair · 8 years ago
  87. 0d8c2d1 Generate default AP stream for strike out annotation. by jaepark · 8 years ago
  88. 33e9b26 Generate default AP stream for underline annotation. by jaepark · 8 years ago
  89. 27053d8 Splitting fpdfdoc/doc_* part III. by dsinclair · 8 years ago
  90. e21501d Bound total pixels in JBig2 images to avoid overflows later. by tsepez · 8 years ago
  91. 0a7552f Verify row bytes before alloc in BMP codec. by dsinclair · 8 years ago
  92. b2e6337 Use PaintOperation instead of bFillOrStroke in CPVT_GenerateAP. by jaepark · 8 years ago
  93. 448c433 Splitting fpdfdoc/doc_* part II. by dsinclair · 8 years ago
  94. ea3ff9e Introduce ::getPropertyInternal method to avoid duplication by tonikitoo · 8 years ago
  95. 6faf9f9 Fix Jbig2 document context creation by checking proper pointer by weili · 8 years ago
  96. 02e6f59 Splitting fpdfdoc/doc_* part I by dsinclair · 8 years ago
  97. 0690c35 Fixup crypto key generation. by dsinclair · 8 years ago
  98. 8f79700 Fix a memory leak in libtiff. by thestig · 8 years ago
  99. 2d7ab18 Support PDF highlight annotation with opacity. by jaepark · 8 years ago
  100. ca97a8e Watch for destruction of CPDFSDK_widget during callback by tsepez · 8 years ago