1. c104dfa Remove unused FWL flags by dsinclair · 8 years ago
  2. f87058d Convert some FWL defines to enums. by dsinclair · 8 years ago
  3. a553279 Cleanups from prior CLs. by dsinclair · 8 years ago
  4. b02012d fix issue of Heap Use-After-Free in CXFA_LayoutItem::AddChild by jinming_wang · 8 years ago
  5. 4d31d0c Remove a few more char* members from structs/classes. by tsepez · 8 years ago
  6. d403329 Store WideString, not raw pointer, in FX_TXTRUN by tsepez · 8 years ago
  7. 1117828 Remove fullscreen code. by dsinclair · 8 years ago
  8. 0582ad1 XFA unused function cleanup by dsinclair · 8 years ago
  9. 076f5ac Make FWL_CornerEnlarge a const by dsinclair · 8 years ago
  10. 9b3656b Remove unused FWL Panel code. by dsinclair · 8 years ago
  11. 7adef41 Fold the FWL NoteThread classes up to the Thread classes. by dsinclair · 8 years ago
  12. 31e4463 Avoid narrowing of strings in FWL SetEditText methods. by tsepez · 8 years ago
  13. db15269 Remove unused IFDE_CSSStyleSheetCache/CFDE_CSSStyleSheetCache. by tsepez · 8 years ago
  14. b1a5959 Simplify XFA event handling. by thestig · 8 years ago
  15. 6f167c3 Change string argument type to GetFormatDataValue. by tsepez · 8 years ago
  16. 70c5520 Pass CFX_WideString to CXFA_FFDocView::GetWidgetByName. by tsepez · 8 years ago
  17. ff242e0 Avoid needless construction of CFX_ByteStrings during string building by tsepez · 8 years ago
  18. 8e4c505 Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). by tsepez · 8 years ago
  19. 774bdde Replace calls to deprecated CFX_{Wide,Byte}String::Empty() by tsepez · 8 years ago
  20. bd9748d Remove implicit cast from CFX_WideString to (const wchar_t*) by tsepez · 8 years ago
  21. ddd5c70 Unused FWL Classes. by dsinclair · 8 years ago
  22. b4c9f3f Remove implicit cast from CFX_ByteString to (const char*). by tsepez · 8 years ago
  23. c4c17fb Remove unused FWL methods by dsinclair · 8 years ago
  24. 9f3dbbc Cleanup CPDFXFA_Page. by thestig · 8 years ago
  25. 380f20a Remove some FWL code. by dsinclair · 8 years ago
  26. 08153b1 Remove IFDE_Image, IFDE_PathSet, IFDE_ImageSet, and IFDE_WidgetSet. by dsinclair · 8 years ago
  27. 65ffa4a Re-enable warning 4701 for GN build and some cleanup by weili · 8 years ago
  28. eb9cf67 Remove IFX_Barcode. by dsinclair · 8 years ago
  29. 17f382a Cleanup various IFX_ text interfaces. by dsinclair · 8 years ago
  30. a5c1323 Remove IFDE_Pen and IFDE_Brush. by dsinclair · 8 years ago
  31. d55e11e Remove ICodec_* Interfaces. by dsinclair · 8 years ago
  32. ea98238 Record all fonts, not just one per charset. by dsinclair · 8 years ago
  33. 6d68994 Remove unused FWL_WidgetMgrSnapshot() and FWL_WriteBMP(). by tsepez · 8 years ago
  34. 25c223d Only SolidBrush types are created, remove other brushes. by dsinclair · 8 years ago
  35. 1fdde02 Cleaning up FDE_CSS Classes. by dsinclair · 8 years ago
  36. e1aebd4 Use std::vector as internal storage for CPDF_Array by Wei Li · 8 years ago
  37. 2d4a4fc Remove IFX_AdditionalFontMgr and IFX_FontMgrDelegate. by dsinclair · 8 years ago
  38. cfd4d57 Make converstion explicit from CFX_ByteString to uint8_t* by tsepez · 8 years ago
  39. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 8 years ago
  40. 8b36e5c Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg by tsepez · 8 years ago
  41. 1596f0a Cleanup DEPS files after include/ changes. by dsinclair · 8 years ago
  42. 7222ea6 Move remaining xfa/include/fxfa files by dsinclair · 8 years ago
  43. 72851be Remove IFWL_Grid and other grid classes. by dsinclair · 8 years ago
  44. 98a689f Make static FX_WCHAR arrays more const. by thestig · 8 years ago
  45. 86e5474 Move include/fxcodec to fxcodec/include by dsinclair · 8 years ago
  46. 088632c Fix spelling for SetSelectedItems by dsinclair · 8 years ago
  47. e530fb7 Move remaining fpdfdoc files by dsinclair · 8 years ago
  48. 6fe7d21 Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. by tsepez · 8 years ago
  49. 89bdd08 Move code from fpdfsdk/include to the sub directories. by dsinclair · 8 years ago
  50. 44d054c Split fxfa_objectacc.h into pieces. by dsinclair · 8 years ago
  51. 48baa5f Move core/include/fxge to core/fxge/include. by dsinclair · 8 years ago
  52. 660956f Rename CFX_WideStringC::raw_str() to c_str() by tsepez · 8 years ago
  53. fc58ad1 Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. by tsepez · 8 years ago
  54. 179bebb Rename GetCStr and GetPtr to match CFX_ByteString. by dsinclair · 8 years ago
  55. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 8 years ago
  56. 221caf6 Cleanup the FF Handler proxy methods. by dsinclair · 8 years ago
  57. 6e56a5e Replace FDE_XMLSYNTAX defines with enum classes. by dsinclair · 8 years ago
  58. d80e0a7 Remove _FXBSTR* and calls to FX_BSTRC. by dsinclair · 8 years ago
  59. 4af5fd1 Remove CFX_ string type static initializers. by tsepez · 8 years ago
  60. 9f2970c Remove CFX_{Byte,Wide}String::Equal in favor of "==". by tsepez · 8 years ago
  61. df4bc59 Remove IXFA_* interfaces. by dsinclair · 8 years ago
  62. 64376be Move the fpdfsdk/include/javascript folder by dsinclair · 8 years ago
  63. 11ac93c Fix CData parsing in CFDE_XMLSyntaxParser. by dsinclair · 8 years ago
  64. 04fd27b Replace FXJSE_DOUBLE with double by dsinclair · 8 years ago
  65. ae95f76 Remove IFDE_XML* classes. by dsinclair · 8 years ago
  66. bd56755 Rename GetElementValue() to GetDirectObject{By,At}(). by tsepez · 8 years ago
  67. 7f432a1 Move xfa/include/fwl/{theme,lightwidget} to xfa/fwl by dsinclair · 8 years ago
  68. deee3d2 Remove FX_DWORD from XFA, part 2 by tsepez · 8 years ago
  69. 736f28a Remove FX_DWORD from XFA. by tsepez · 8 years ago
  70. d7682aa Cleanup some extern method declarations. by dsinclair · 8 years ago
  71. 61b2fc7 Split core/include/fpdfapi/fpdf_resource.h by dan sinclair · 8 years ago
  72. 398a43d Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. by Dan Sinclair · 8 years ago
  73. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 8 years ago
  74. 3523c1f Fix parsing of double dot operators for FormCalc by Tom Sepez · 8 years ago
  75. 34cc083 Fix blank xfa rendering broken at f89acbc. by Tom Sepez · 8 years ago
  76. d074e97 Make predefined character table slightly smaller. by Tom Sepez · 8 years ago
  77. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 8 years ago
  78. 4161c5c Make a few more const tables smaller. by Tom Sepez · 8 years ago
  79. a98600a Move xfa/include/fxbarcode/BC_Barcode.h to xfa/fxbarcode. by Dan Sinclair · 8 years ago
  80. 262e324 Remove dead code from xfa_objectacc. by Oliver Chang · 8 years ago
  81. e98ac2e Fix a typo by Wei Li · 8 years ago
  82. 314743a Reduce size of several PDFium constant tables. by Tom Sepez · 8 years ago
  83. a1cef70 Trigger page view event when re-layout is finished by jinming_wang · 8 years ago
  84. 811b8a4 Move xfa/include/fxgraphics/fx_graphics.h to xfa/fxgraphics. by Dan Sinclair · 8 years ago
  85. 455a419 Move core/include/fpdfapi/fpdf_page.h to correct locations. by Dan Sinclair · 8 years ago
  86. 3a8051c Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include. by Dan Sinclair · 8 years ago
  87. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 8 years ago
  88. 92bbb6f Split CPDF_Stream/CPDF_StreamAcc into separate files by Tom Sepez · 8 years ago
  89. f89acbc Re-enable warning 4201 for xfa and other clean up by Wei Li · 8 years ago
  90. 13ee55a Move fx_crypto.h and fpdf_text.h out of core/include. by Dan Sinclair · 8 years ago
  91. 544bbc6 Add missing DEPS files; enable checkdeps. by Dan Sinclair · 8 years ago
  92. 1770c02 Move xfa/src up to xfa/. by Dan Sinclair · 8 years ago
  93. 5fc239a Split fpdf_parser_objects.cpp into per-class .cpp/.h files. by Tom Sepez · 8 years ago
  94. f040890 Split apart the remainder of fpdf_render_render.cpp into per-class files. by Tom Sepez · 8 years ago
  95. 4f6fdbe Structs shouldn't inherit from CFX_Target. by Tom Sepez · 9 years ago
  96. 2e95951 Cleanup the xfa/src/fdp directory. by Dan Sinclair · 9 years ago
  97. 9332e0c Cleanup the xfa/src/fgas directory. by Dan Sinclair · 9 years ago
  98. f1fa151 Collapse xfa/src/fee directories by Dan Sinclair · 9 years ago
  99. c76831b Fix clang-cl build for pdf_enable_xfa=1 by Oliver Chang · 9 years ago
  100. 3ebd121 Review and cleanup lint warnings. by Dan Sinclair · 9 years ago