1. a28ae38 Remove IPDF_TextPage, IPDF_TextPageFind and IPDF_LinkExtract interfaces. by dsinclair · 8 years ago
  2. 018935c Pass WideStrings without narrowing to c_str in javascript/ by tsepez · 8 years ago
  3. b1a5959 Simplify XFA event handling. by thestig · 8 years ago
  4. 70c5520 Pass CFX_WideString to CXFA_FFDocView::GetWidgetByName. by tsepez · 8 years ago
  5. 8e4c505 Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). by tsepez · 8 years ago
  6. 7b1ccf9 Make CPDF_Dictionary methods take CFX_ByteString arguments by tsepez · 8 years ago
  7. 774bdde Replace calls to deprecated CFX_{Wide,Byte}String::Empty() by tsepez · 8 years ago
  8. bd9748d Remove implicit cast from CFX_WideString to (const wchar_t*) by tsepez · 8 years ago
  9. b4c9f3f Remove implicit cast from CFX_ByteString to (const char*). by tsepez · 8 years ago
  10. 9f3dbbc Cleanup CPDFXFA_Page. by thestig · 8 years ago
  11. 745611b Make CJS_PublicMethods::StrTrim() take a CFX_ByteString by tsepez · 8 years ago
  12. 24a4888 Pass CFX_ByteStrings rather than raw ptrs to JS_GlobalData. by tsepez · 8 years ago
  13. e1aebd4 Use std::vector as internal storage for CPDF_Array by Wei Li · 8 years ago
  14. cfd4d57 Make converstion explicit from CFX_ByteString to uint8_t* by tsepez · 8 years ago
  15. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 8 years ago
  16. 8b36e5c Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg by tsepez · 8 years ago
  17. 8da140e Remove all PWL_Note classes by dsinclair · 8 years ago
  18. 1596f0a Cleanup DEPS files after include/ changes. by dsinclair · 8 years ago
  19. 7222ea6 Move remaining xfa/include/fxfa files by dsinclair · 8 years ago
  20. 0b5adb6 Remove IPWL_NoteNotify and CPWL_Note. by dsinclair · 8 years ago
  21. 0cf9984 Remove IPWL_IconList_Notify. by dsinclair · 8 years ago
  22. 86e5474 Move include/fxcodec to fxcodec/include by dsinclair · 8 years ago
  23. b8db511 FPDF_GetSecurityHandlerRevision() should not crash. by thestig · 8 years ago
  24. e530fb7 Move remaining fpdfdoc files by dsinclair · 8 years ago
  25. 6fe7d21 Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. by tsepez · 8 years ago
  26. 89bdd08 Move code from fpdfsdk/include to the sub directories. by dsinclair · 8 years ago
  27. 48baa5f Move core/include/fxge to core/fxge/include. by dsinclair · 8 years ago
  28. 77d148d Mark FPDF_BStr_* with DLLEXPORT / STDCALL. by thestig · 8 years ago
  29. 660956f Rename CFX_WideStringC::raw_str() to c_str() by tsepez · 8 years ago
  30. fc58ad1 Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. by tsepez · 8 years ago
  31. c7a7349 Remove core/include/fpdfdoc/fpdf_vt.h by dsinclair · 8 years ago
  32. 179bebb Rename GetCStr and GetPtr to match CFX_ByteString. by dsinclair · 8 years ago
  33. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 8 years ago
  34. ed9c438 Make IPDF_VariableText_{Provider,Iterator} inner classes. by dsinclair · 8 years ago
  35. 221caf6 Cleanup the FF Handler proxy methods. by dsinclair · 8 years ago
  36. 9f2970c Remove CFX_{Byte,Wide}String::Equal in favor of "==". by tsepez · 8 years ago
  37. df4bc59 Remove IXFA_* interfaces. by dsinclair · 8 years ago
  38. 64376be Move the fpdfsdk/include/javascript folder by dsinclair · 8 years ago
  39. 777b333 Split core/include/fpdfdoc/fpdf_ap.h by dsinclair · 8 years ago
  40. 47ca692 Re-enable all the windows warnings except 4267 by weili · 8 years ago
  41. 05d53f0 Code change to avoid signed/unsigned mismatch warnings. by Wei Li · 8 years ago
  42. bd56755 Rename GetElementValue() to GetDirectObject{By,At}(). by tsepez · 8 years ago
  43. 90d8779 Add test for util.byteToChar() and fix error msg. by tsepez · 8 years ago
  44. 41a53ad use std::vector in more places in JavaScript bindings code. by tsepez · 8 years ago
  45. 4f1f41f Added test for util.printx() and make it match spec. by tsepez · 8 years ago
  46. 8940993 Reduce signed/unsigned comparison warnings by Wei Li · 8 years ago
  47. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 8 years ago
  48. 46c8b1e Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>. by Tom Sepez · 8 years ago
  49. 86a61dc util.printd() replaces specified date with current date. by tsepez · 8 years ago
  50. 9967cc5 Re-land "Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed."" by Tom Sepez · 8 years ago
  51. 129a60e Revert "Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed." by Tom Sepez · 8 years ago
  52. e432675 Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed. by Tom Sepez · 8 years ago
  53. 89e904b Move the fpdfsdk/include/pdfwindow/ headers into fpdfsdk/pdfwindow. by dan sinclair · 8 years ago
  54. 61b2fc7 Split core/include/fpdfapi/fpdf_resource.h by dan sinclair · 8 years ago
  55. 398a43d Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. by Dan Sinclair · 8 years ago
  56. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 8 years ago
  57. e91afba Re-enable MSVC warning 4702 by Wei Li · 8 years ago
  58. 42d1c1c Fix CPDFSDK_Widget::OnXFAAAction() by Wei Li · 8 years ago
  59. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 8 years ago
  60. 4161c5c Make a few more const tables smaller. by Tom Sepez · 8 years ago
  61. a98600a Move xfa/include/fxbarcode/BC_Barcode.h to xfa/fxbarcode. by Dan Sinclair · 8 years ago
  62. d4e8f12 Re-enable several MSVC warnings by Wei Li · 8 years ago
  63. 584b1e6 Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi. by Dan Sinclair · 8 years ago
  64. edbb319 Move fpdfsdk/include/formfiller to fpdfsdk/formfiller. by Dan Sinclair · 8 years ago
  65. e98ac2e Fix a typo by Wei Li · 8 years ago
  66. a1cef70 Trigger page view event when re-layout is finished by jinming_wang · 8 years ago
  67. 811b8a4 Move xfa/include/fxgraphics/fx_graphics.h to xfa/fxgraphics. by Dan Sinclair · 8 years ago
  68. 455a419 Move core/include/fpdfapi/fpdf_page.h to correct locations. by Dan Sinclair · 8 years ago
  69. 614d20a Fix CJS_PublicMethods::IsNumber() with unit test and some cleanup by Wei Li · 8 years ago
  70. 744da70 FPDF_PageDelete must delete XFA pages as well. by Tom Sepez · 8 years ago
  71. 3a8051c Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include. by Dan Sinclair · 8 years ago
  72. 56c1019 Remove CFX_DWordArray from Document.h by Tom Sepez · 8 years ago
  73. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 8 years ago
  74. e407648 Modify xfa code to avoid c4800 warnings by Wei Li · 8 years ago
  75. 399be5b Add bitmaps and skp output to Skia port by Cary Clark · 8 years ago
  76. 13ee55a Move fx_crypto.h and fpdf_text.h out of core/include. by Dan Sinclair · 8 years ago
  77. 544bbc6 Add missing DEPS files; enable checkdeps. by Dan Sinclair · 8 years ago
  78. 1770c02 Move xfa/src up to xfa/. by Dan Sinclair · 8 years ago
  79. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 8 years ago
  80. 97da976 Re-enable MSVC warning 4800 for compiling with chromium_code by Wei Li · 8 years ago
  81. 5fc239a Split fpdf_parser_objects.cpp into per-class .cpp/.h files. by Tom Sepez · 8 years ago
  82. f040890 Split apart the remainder of fpdf_render_render.cpp into per-class files. by Tom Sepez · 8 years ago
  83. 9940619 Move ScopedSetInsertion to third_party/base/stl_util.h by Tom Sepez · 8 years ago
  84. df5a116 Cleanup some header includes. by Dan Sinclair · 8 years ago
  85. 8388037 Split off CPDF_Parser and CPDF_SimpleParser into .h/.cpp files by Tom Sepez · 8 years ago
  86. f089d47 Fix non-xfa builds. by Dan Sinclair · 8 years ago
  87. 3ebd121 Review and cleanup lint warnings. by Dan Sinclair · 8 years ago
  88. 3177585 Fix build at 310438fb97a2 by Tom Sepez · 8 years ago
  89. 310438f Split off CPDF_Document into its own .cpp/.h files. by Tom Sepez · 8 years ago
  90. e2a774a Remove xfa/src/fxjse/src and move code up a level. by Dan Sinclair · 8 years ago
  91. 5227e57 Add unit tests for FPDFBookmark_Find() by Wei Li · 8 years ago
  92. 297b515 Re-land "Only place primitive objects on the V8 global template." by Tom Sepez · 8 years ago
  93. 1a35d55 Revert "Only place primitive objects on the V8 global template." by Tom Sepez · 8 years ago
  94. 3e44a7b Only place primitive objects on the V8 global template. by Tom Sepez · 8 years ago
  95. 1c91537 Combine StrToInt methods. by Dan Sinclair · 8 years ago
  96. 0e2e5d7 Fix infinite loop for bookmark search by Wei Li · 8 years ago
  97. 41c7a97 Remove unnecessary code by Zhiwei Lin · 8 years ago
  98. 0fc6b25 Remove implicit conversions and some cleanup by Wei Li · 8 years ago
  99. 738b08c Fix and enable lint checks. by Dan Sinclair · 8 years ago
  100. 3fc97ff Cleanup some fsdk_common defines by Dan Sinclair · 8 years ago