1. df4bc59 Remove IXFA_* interfaces. by dsinclair · 9 years ago
  2. 64376be Move the fpdfsdk/include/javascript folder by dsinclair · 9 years ago
  3. 11ac93c Fix CData parsing in CFDE_XMLSyntaxParser. by dsinclair · 9 years ago
  4. 04fd27b Replace FXJSE_DOUBLE with double by dsinclair · 9 years ago
  5. ae95f76 Remove IFDE_XML* classes. by dsinclair · 9 years ago
  6. bd56755 Rename GetElementValue() to GetDirectObject{By,At}(). by tsepez · 9 years ago
  7. 7f432a1 Move xfa/include/fwl/{theme,lightwidget} to xfa/fwl by dsinclair · 9 years ago
  8. deee3d2 Remove FX_DWORD from XFA, part 2 by tsepez · 9 years ago
  9. 736f28a Remove FX_DWORD from XFA. by tsepez · 9 years ago
  10. d7682aa Cleanup some extern method declarations. by dsinclair · 9 years ago
  11. 61b2fc7 Split core/include/fpdfapi/fpdf_resource.h by dan sinclair · 9 years ago
  12. 398a43d Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. by Dan Sinclair · 9 years ago
  13. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 9 years ago
  14. 3523c1f Fix parsing of double dot operators for FormCalc by Tom Sepez · 9 years ago
  15. 34cc083 Fix blank xfa rendering broken at f89acbc. by Tom Sepez · 9 years ago
  16. d074e97 Make predefined character table slightly smaller. by Tom Sepez · 9 years ago
  17. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 9 years ago
  18. 4161c5c Make a few more const tables smaller. by Tom Sepez · 9 years ago
  19. a98600a Move xfa/include/fxbarcode/BC_Barcode.h to xfa/fxbarcode. by Dan Sinclair · 9 years ago
  20. 262e324 Remove dead code from xfa_objectacc. by Oliver Chang · 9 years ago
  21. e98ac2e Fix a typo by Wei Li · 9 years ago
  22. 314743a Reduce size of several PDFium constant tables. by Tom Sepez · 9 years ago
  23. a1cef70 Trigger page view event when re-layout is finished by jinming_wang · 9 years ago
  24. 811b8a4 Move xfa/include/fxgraphics/fx_graphics.h to xfa/fxgraphics. by Dan Sinclair · 9 years ago
  25. 455a419 Move core/include/fpdfapi/fpdf_page.h to correct locations. by Dan Sinclair · 9 years ago
  26. 3a8051c Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include. by Dan Sinclair · 9 years ago
  27. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  28. 92bbb6f Split CPDF_Stream/CPDF_StreamAcc into separate files by Tom Sepez · 9 years ago
  29. f89acbc Re-enable warning 4201 for xfa and other clean up by Wei Li · 9 years ago
  30. 13ee55a Move fx_crypto.h and fpdf_text.h out of core/include. by Dan Sinclair · 9 years ago
  31. 544bbc6 Add missing DEPS files; enable checkdeps. by Dan Sinclair · 9 years ago
  32. 1770c02 Move xfa/src up to xfa/. by Dan Sinclair · 9 years ago
  33. 5fc239a Split fpdf_parser_objects.cpp into per-class .cpp/.h files. by Tom Sepez · 9 years ago
  34. f040890 Split apart the remainder of fpdf_render_render.cpp into per-class files. by Tom Sepez · 9 years ago
  35. 4f6fdbe Structs shouldn't inherit from CFX_Target. by Tom Sepez · 9 years ago
  36. 2e95951 Cleanup the xfa/src/fdp directory. by Dan Sinclair · 9 years ago
  37. 9332e0c Cleanup the xfa/src/fgas directory. by Dan Sinclair · 9 years ago
  38. f1fa151 Collapse xfa/src/fee directories by Dan Sinclair · 9 years ago
  39. c76831b Fix clang-cl build for pdf_enable_xfa=1 by Oliver Chang · 9 years ago
  40. 3ebd121 Review and cleanup lint warnings. by Dan Sinclair · 9 years ago
  41. 310438f Split off CPDF_Document into its own .cpp/.h files. by Tom Sepez · 9 years ago
  42. 68b4a4a Reland "Fix chromium-style errors." by Dan Sinclair · 9 years ago
  43. 508f92f Move xfa/src/fxgraphics/src up one level. by Dan Sinclair · 9 years ago
  44. e2a774a Remove xfa/src/fxjse/src and move code up a level. by Dan Sinclair · 9 years ago
  45. 6cdf084 Remove xfa/src/fxfa/src/common and xfa/src/fxfa/src by Dan Sinclair · 9 years ago
  46. 653e079 Fix build breakage at 69af2a34f211 by Tom Sepez · 9 years ago
  47. 69af2a3 FX_FONTDESCRIPTOR must be POD. by Tom Sepez · 9 years ago
  48. 6f6388f Remove xfa/src/fwl/src and move code up a level. by Dan Sinclair · 9 years ago
  49. 31d7a18 CXFA_TextParseContext::m_eDisplay is too small by Tom Sepez · 9 years ago
  50. a44cbb5 Remove extraneous xfa/src/fwl/src include/ directories. by Dan Sinclair · 9 years ago
  51. 5949122 Revert "Fix chromium-style errors." by Dan Sinclair · 9 years ago
  52. c582c0d Fix chromium-style errors. by Dan Sinclair · 9 years ago
  53. 3b08a77 Remove _FX_WINAPI_PARTITION_APP_ by Dan Sinclair · 9 years ago
  54. 18571cd Fix linux XFA build. by Dan Sinclair · 9 years ago
  55. 14e20b1 Remove deprecated declarations by jinming_wang · 9 years ago
  56. ce00f4a Fix deprecated ObjectTemplate::New() and TryCatch() warnings. by Tom Sepez · 9 years ago
  57. da17d6c Don't allow empty expression in CXFA_FMParse::ParseParenExpression. by Oliver Chang · 9 years ago
  58. 457f421 Some cleanup for xfa_expression/xfa_simpleexpression by Oliver Chang · 9 years ago
  59. 738b08c Fix and enable lint checks. by Dan Sinclair · 9 years ago
  60. 50dfc4a Replace FX_LPCRECT typedef with underlying types by Tom Sepez · 9 years ago
  61. 4d2ce6f Remove FX_NUM_DOUBLE by Dan Sinclair · 9 years ago
  62. 020f137 Remove XFA_PARSE_HAS_LINEIDENTIFIER by Dan Sinclair · 9 years ago
  63. c441552 Remove _XFA_EMB by Dan Sinclair · 9 years ago
  64. bec4ea1 Pass rect by const reference in SetClip_Rect(). by Tom Sepez · 9 years ago
  65. 3f157c7 Remove xfa_fm2js.h and IWYU. by Dan Sinclair · 9 years ago
  66. b364301 Remove foxitlib.h and foxitxfa.h and IWYU. by Dan Sinclair · 9 years ago
  67. a74e9c9 Using size_t to silence warnings. by Dan Sinclair · 9 years ago
  68. a558556 Remove fgas_base.h and IWYU by Dan Sinclair · 9 years ago
  69. e547e34 Remove _XFA_LAYOUTITEM_* defines. by Dan Sinclair · 9 years ago
  70. 0d1ca17 Remove #if 0 code. by Dan Sinclair · 9 years ago
  71. 42bf7a3 Remove _FX_USEGASFONTMGR_ as it is always defined by Dan Sinclair · 9 years ago
  72. ba9d15c Remove #ifdef _FXEMB as it is not defined by Dan Sinclair · 9 years ago
  73. 5803aff Remove wParentIndex from XFA_ELEMENTHIERARCHY. by Dan Sinclair · 9 years ago
  74. 45a23fd Remove _FXLIB_NEW_VERSION_ as it is always defined. by Dan Sinclair · 9 years ago
  75. 06f49c8 Cleanup forward declarations. by dan sinclair · 9 years ago
  76. 330a703 Fix windows build broken at 007e6c0 by Tom Sepez · 9 years ago
  77. 007e6c0 Remove some FX_BOOLs by Tom Sepez · 9 years ago
  78. dfefa9b Replace or remove _FX control-flow defines by Tom Sepez · 9 years ago
  79. f8e21f3 Use std::lower_bound() in a couple places. by Lei Zhang · 9 years ago
  80. 1983622 Remove FDE_USEFORMATBLOCK. by Dan Sinclair · 9 years ago
  81. 9d8c29d _XFA_VERIFY_Checksum is always defined. by Dan Sinclair · 9 years ago
  82. 27990e2 Remove fde_mem.h by Dan Sinclair · 9 years ago
  83. 32982d3 Remove fgas.h and IWYU. by Dan Sinclair · 9 years ago
  84. 5870b76 Use std::unique_ptr in CXFA_FMParse. by Lei Zhang · 9 years ago
  85. 3a47976 Remove fde.h and IWYU. by Dan Sinclair · 9 years ago
  86. 02b444a Make CXFA_Node::GetMeasure() and friends const. by Lei Zhang · 9 years ago
  87. 6941d29 Remove set but unsed variables. by Lei Zhang · 9 years ago
  88. ea1ae99 Make CFX_PSVTemplate simpler. by Tom Sepez · 9 years ago
  89. f014768 Replace various *_MAX_VALUE macros with numeric_limits. by Dan Sinclair · 9 years ago
  90. a3f2209 Fix mac build, part 2. by dan sinclair · 9 years ago
  91. 810e1d4 Fix Mac Build, missing include. by Dan Sinclair · 9 years ago
  92. e73c5ce Remove include only fwl.h and IWYU. by Dan Sinclair · 9 years ago
  93. 2e68642 Get rid of CBC_AutoPtr and use std::unique_ptr instead. by Lei Zhang · 9 years ago
  94. 5667203 Remove foo != NULL checks in xfa/src/fxfa. by Lei Zhang · 9 years ago
  95. 38eaaf3 Remove foo != NULL checks in xfa/src/fxbarcode. by Lei Zhang · 9 years ago
  96. 96b9bc3 Fix windows build broken at ea208f2. by Tom Sepez · 9 years ago
  97. ea208f2 Moar _CAPS work, part 5 by Tom Sepez · 9 years ago
  98. 320510d Remove include only barcode.h and IWYU. by Dan Sinclair · 9 years ago
  99. 86b5c31 Moar _CAPS naming, part 4 by Tom Sepez · 9 years ago
  100. 76ed0e3 _FXPLUS is never defined. by Tom Sepez · 9 years ago