1. d24236a Remove pointless CFX_FloatRect construction. by Lei Zhang · 7 years ago
  2. f1eae2c Converted low-hanging cpwl classes in CFX_ByteTextBuf to ostringstream. by Henrique Nakashima · 7 years ago
  3. 3516256 Implement CPWL_ComboBox::OnDestroy() to manage unowned pointers. by Lei Zhang · 7 years ago
  4. 633a3b7 Rename PWL_FooBar files to cpwl_foo_bar. by Lei Zhang · 7 years ago[Renamed (97%) from fpdfsdk/pdfwindow/PWL_Edit.cpp]
  5. 12eea81 Remove unused bits from PWL_Edit headers. by Lei Zhang · 7 years ago
  6. b45324b Use NOTREACHED() in more places. by Lei Zhang · 8 years ago
  7. cc20513 Introduce CFX_UnownedPtr to detect lifetime inversion issues. by Tom Sepez · 8 years ago
  8. 8a6fdad Create common CXML_Object base class for CXML_Content and CXML_Element. by Tom Sepez · 8 years ago
  9. f51a02a Cleanup codepage and charset definitions. by Dan Sinclair · 8 years ago
  10. 908c848 Move core/fxcrt XML files to core/fxcrt/xml by Dan Sinclair · 8 years ago
  11. 52f69b3 Make CPVT_WordPlace more conformant with the prevailing idioms. by Tom Sepez · 8 years ago
  12. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  13. a99de0e Clean up CXML_Element. by Lei Zhang · 8 years ago
  14. fc54e05 Cleanup PWL_Utils. by Dan Sinclair · 8 years ago
  15. a0061af Convert TransformPoint calls to Transform calls by Dan Sinclair · 8 years ago
  16. b147e07 Convert point x,y into CFX_PointF by dan sinclair · 8 years ago
  17. e460232 Cleanup CFX_PathData. by Dan Sinclair · 8 years ago
  18. f528eee Reland "Convert CFX_FloatPoint to CFX_PointF" by Dan Sinclair · 8 years ago
  19. 22da8c2 Delete unused method CPWL_Edit::GeneratePageObjects by Nicolas Pena · 8 years ago
  20. 92a32db Revert "Convert CFX_FloatPoint to CFX_PointF" by dsinclair · 8 years ago
  21. 4797c42 Convert CFX_FloatPoint to CFX_PointF by Dan Sinclair · 8 years ago
  22. 79365f7 Use enum class for PathPoint types. by Nicolas Pena · 8 years ago
  23. 6745f96 Remove CFX_ArrayTemplate, use unique_ptr in fpdfsdk/pdfwindow by tsepez · 8 years ago
  24. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  25. bc5e6d2 Move core/fpdfapi/fpdf_font to core/fpdfapi/font by dsinclair · 8 years ago
  26. 0bb385b Move fpdfsdk/fxedit/include to fpdfsdk/fxedit by dsinclair · 8 years ago
  27. 74a34fc Move core/fxge/include to core/fxge by dsinclair · 8 years ago
  28. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  29. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago
  30. 166bc16 Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font by dsinclair · 8 years ago
  31. ea3c3be Remove duplicated charset definitions, and move them to fx_font.h by npm · 8 years ago
  32. 63f545c CFX_FloatPoint default constructor and equals operators by tsepez · 8 years ago
  33. 067990c Stop converting widestring -> c_str -> widestring in several places. by tsepez · 8 years ago
  34. 9ada2d8 Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own files. by npm · 8 years ago
  35. 660de3c Move CFX_ClipRgn and CFX_PathData into their own files. by npm · 8 years ago
  36. efd5a99 Removing default params from CFX_Edit. by dsinclair · 8 years ago
  37. dbc7716 Cleanup some PWL interfaces. by dsinclair · 8 years ago
  38. e35af1e Remove some IFX_* wrappers. by dsinclair · 8 years ago
  39. 907a522 Use FXFONT defines in place of integers. by thestig · 8 years ago
  40. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 8 years ago
  41. db444d2 Fix all the code which has duplicate variable declarations by weili · 8 years ago
  42. 92cb5e5 Convert border style defines to an enum class. by dsinclair · 9 years ago
  43. 71a452f Make CFX_ByteString(const CFX_ByteStringC&) explicit. by tsepez · 9 years ago
  44. 821d59e CPDF_VariableText::GetIterator() never returns NULL. by thestig · 9 years ago
  45. b959010 Remove IFX_SystemHandler. by dsinclair · 9 years ago
  46. 8e4c505 Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). by tsepez · 9 years ago
  47. 774bdde Replace calls to deprecated CFX_{Wide,Byte}String::Empty() by tsepez · 9 years ago
  48. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  49. 8da140e Remove all PWL_Note classes by dsinclair · 9 years ago
  50. 48baa5f Move core/include/fxge to core/fxge/include. by dsinclair · 9 years ago
  51. c7a7349 Remove core/include/fpdfdoc/fpdf_vt.h by dsinclair · 9 years ago
  52. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 9 years ago
  53. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  54. 89e904b Move the fpdfsdk/include/pdfwindow/ headers into fpdfsdk/pdfwindow. by dan sinclair · 9 years ago
  55. 61b2fc7 Split core/include/fpdfapi/fpdf_resource.h by dan sinclair · 9 years ago
  56. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 9 years ago
  57. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 9 years ago
  58. 455a419 Move core/include/fpdfapi/fpdf_page.h to correct locations. by Dan Sinclair · 9 years ago
  59. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  60. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed from fpdfsdk/src/pdfwindow/PWL_Edit.cpp]
  61. 3ebd121 Review and cleanup lint warnings. by Dan Sinclair · 9 years ago
  62. 281a9ea Re-land "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  63. 566b974 Revert "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  64. 3b8fdd3 Replace CPDF_Rect and CPDF_Point with CFX types. by Tom Sepez · 9 years ago
  65. 50cce60 Fixing whitespace lint errors. by Dan Sinclair · 9 years ago
  66. 2398d89 Remove CFX_PtrList from renderer main loop. by Tom Sepez · 9 years ago
  67. ab27768 Banish CFX_ByteArray and CFX_WideArray to the XFA side. by Tom Sepez · 9 years ago
  68. 32c7081 Split CPDF_PageObjectHolder off from CPDF_PageObjectList by Tom Sepez · 9 years ago
  69. 8139bc1 Merge to XFA: Rename CPDF_PageObjects to CPDF_PageObjectList by Tom Sepez · 9 years ago
  70. c2fb35f Merge to XFA: Remove header files that only have includes. by Lei Zhang · 9 years ago
  71. 60d909e Merge to XFA: Remove CFX_AffineMatrix/CPDF_Matrix by Tom Sepez · 9 years ago
  72. bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 9 years ago
  73. a688a04 Merge to XFA: Fix all relative includes to core. by Lei Zhang · 9 years ago
  74. a5b4704 Merge to XFA: Remove dead code that was reactivated when fixing overrides. by Lei Zhang · 9 years ago
  75. 62b2e91 Merge to XFA: Use override in more classes in core/ by Lei Zhang · 9 years ago
  76. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  77. e5b0bd1 Merge to XFA: Do some IWYU cleanups. by Lei Zhang · 9 years ago
  78. a6d9f0e Remove trailing whitespaces in fpdfsdk, XFA edition. by Lei Zhang · 9 years ago
  79. 60f507b Merge to XFA: Cleanup: Get this rid of "this->" in fpdfsdk/ by Lei Zhang · 9 years ago
  80. d7e5cc7 Merge to XFA: Remove typdefs for pointer types in fx_system.h. by Tom Sepez · 9 years ago
  81. bfa9a82 Merge to XFA: Use stdint.h types throughout PDFium. by Tom Sepez · 9 years ago
  82. 6675a80 Merge to XFA: Move fx_safe_types.h to include/ directory. by Tom Sepez · 9 years ago
  83. d50b172 Merge to XFA: Remove FX_Alloc() null checks now that it can't return NULL. by Tom Sepez · 10 years ago
  84. 4f7bc04 Merge to XFA: Reduce usage of operator LPCWSTR from CFX_WideString(). by Tom Sepez · 10 years ago
  85. 53476d6 Merge to XFA: Prevent base::CheckedNumeric from leaking outside of pdfium. by Tom Sepez · 10 years ago
  86. c616483 XFA: merge patch from CL 733693003, get rid of FX_LPCSTR cast by Bo Xu · 10 years ago
  87. a94019d Check path point count overflow in DrawThisAppearance by Bo Xu · 10 years ago
  88. 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 11 years ago
  89. 5110c47 Initial commit. by John Abd-El-Malek · 11 years ago