1. c5a380f Rename some Empty() methods to Clear(). by Lei Zhang · 5 years ago
  2. c9edc55 Introduce IPWL_SystemHandler and fxcrt::TimerHandlerIface for layering. by Tom Sepez · 5 years ago
  3. 3abc96a Fix undo and redo actions for replacing string. by Hui Yingst · 5 years ago
  4. 39cf6a7 Change |virtual ~Foo(){}| to |virtual ~Foo()=default;| by Tom Sepez · 6 years ago
  5. 7cabaf1 CPDF_VariableText::m_nHorzScale is always 100 by Tom Sepez · 6 years ago
  6. 5586545 The final game: mark everything final. by Tom Sepez · 6 years ago
  7. ae38636 Use UnownedPtr in CPDF_VariableText by Tom Sepez · 6 years ago
  8. 2334660 Use unsigned for char width by Nicolas Pena · 7 years ago
  9. 6e59fb5 Remove more unneeded includes and code from headers. by Lei Zhang · 7 years ago
  10. 492ad36 Remove unneeded vector implementations from cpwl_edit_impl by Nicolas Pena · 7 years ago
  11. 6dc4fb8 Remove friends from PWL classes by Dan Sinclair · 7 years ago
  12. ce813f8 Remove CPVT_WordProps by Dan Sinclair · 7 years ago
  13. 671a799 Remove more unused params by Dan Sinclair · 7 years ago
  14. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 7 years ago
  15. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  16. eb14e04 Change a bunch of methods to take a const CFX_Matrix& param. by Lei Zhang · 7 years ago
  17. bff66f1 Simplify CPWL_EditImpl_Undo. by Lei Zhang · 7 years ago
  18. ae9c5ca Remove CPWL_EditImpl_UndoItem. by Lei Zhang · 7 years ago
  19. 5688d62 Remove CPWL_EditImpl::EnableOprNotify(). by Lei Zhang · 7 years ago
  20. c411eb9 Move fpdfsdk/pdfwindow to fpdfsdk/pwl by Dan Sinclair · 7 years ago[Renamed (98%) from fpdfsdk/pdfwindow/cpwl_edit_impl.h]
  21. 6b0158f Remove fxedit place classes in pdfwindow/ by Dan Sinclair · 7 years ago[Renamed (78%) from fpdfsdk/fxedit/fxet_edit.h]
  22. c08dc39 Remove fx_edit.h by Dan Sinclair · 7 years ago
  23. 22bf7a5 Change Clear() to ClearSelection(). by Diana Gage · 7 years ago
  24. 89e6562 Change CFX_Edit::GetSelText() to CFX_Edit::GetSelectedText(). by Diana Gage · 7 years ago
  25. 4d02e90 Change "Sel" abbreviation to "Selection". by Diana Gage · 7 years ago
  26. 14ddd42 Consolidate Appearance Stream code in CPWL_AppStream. by Dan Sinclair · 7 years ago
  27. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 7 years ago
  28. 1a89e36 Remove dead code in fxet_edit.h. by Lei Zhang · 8 years ago
  29. a8c2b91 Remove dead CFX_Edit code and fix some typos. by Lei Zhang · 8 years ago
  30. 52f69b3 Make CPVT_WordPlace more conformant with the prevailing idioms. by Tom Sepez · 8 years ago
  31. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  32. a0061af Convert TransformPoint calls to Transform calls by Dan Sinclair · 8 years ago
  33. f528eee Reland "Convert CFX_FloatPoint to CFX_PointF" by Dan Sinclair · 8 years ago
  34. 22da8c2 Delete unused method CPWL_Edit::GeneratePageObjects by Nicolas Pena · 8 years ago
  35. 92a32db Revert "Convert CFX_FloatPoint to CFX_PointF" by dsinclair · 8 years ago
  36. 4797c42 Convert CFX_FloatPoint to CFX_PointF by Dan Sinclair · 8 years ago
  37. 3509d16 Use std::vector, unique_ptrs in fxet_edit.h by Tom Sepez · 8 years ago
  38. 6745f96 Remove CFX_ArrayTemplate, use unique_ptr in fpdfsdk/pdfwindow by tsepez · 8 years ago
  39. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  40. 0bb385b Move fpdfsdk/fxedit/include to fpdfsdk/fxedit by dsinclair · 8 years ago[Renamed (98%) from fpdfsdk/fxedit/include/fxet_edit.h]
  41. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago
  42. 8faac62 Cleanup CFX_SystemHandler. by dsinclair · 8 years ago
  43. 41d6bbe Delete unused parameter nWordStyle from GetCharWidth() by npm · 8 years ago
  44. 55a1eb0 Delete unused methods and definitions from fxet_edit by npm · 8 years ago
  45. a31da74 Pass CFX_WideString further down widget callers by tsepez · 8 years ago
  46. 448c433 Splitting fpdfdoc/doc_* part II. by dsinclair · 8 years ago
  47. efd5a99 Removing default params from CFX_Edit. by dsinclair · 8 years ago
  48. d8f3978 Remove CFX_Edit_Refresh::Analyse by dsinclair · 8 years ago
  49. dbc7716 Cleanup some PWL interfaces. by dsinclair · 8 years ago
  50. e35af1e Remove some IFX_* wrappers. by dsinclair · 8 years ago
  51. a2919b3 Remove RichText support from fpdfsdk/fxedit. by dsinclair · 8 years ago
  52. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 8 years ago
  53. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 8 years ago
  54. 821d59e CPDF_VariableText::GetIterator() never returns NULL. by thestig · 8 years ago
  55. 2c3a16a Remove some dead code. by thestig · 8 years ago
  56. 89bdd08 Move code from fpdfsdk/include to the sub directories. by dsinclair · 8 years ago[Renamed (98%) from fpdfsdk/include/fxedit/fxet_edit.h]
  57. c7a7349 Remove core/include/fpdfdoc/fpdf_vt.h by dsinclair · 8 years ago
  58. ed9c438 Make IPDF_VariableText_{Provider,Iterator} inner classes. by dsinclair · 9 years ago
  59. 64376be Move the fpdfsdk/include/javascript folder by dsinclair · 9 years ago
  60. 777b333 Split core/include/fpdfdoc/fpdf_ap.h by dsinclair · 9 years ago
  61. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 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. 375a864 Merge to XFA: Switch most min/max macros to std::min/max. by Lei Zhang · 9 years ago
  66. 5fd907b Merge to XFA: Add more overrides. by Lei Zhang · 9 years ago
  67. a688a04 Merge to XFA: Fix all relative includes to core. by Lei Zhang · 9 years ago
  68. 2b1a2d5 Merge to XFA: Use override in more classes in fpdfsdk/ by Lei Zhang · 9 years ago
  69. e00660b Merge to XFA: Remove if checks after new. by Lei Zhang · 9 years ago
  70. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  71. a6d9f0e Remove trailing whitespaces in fpdfsdk, XFA edition. by Lei Zhang · 9 years ago
  72. 60f507b Merge to XFA: Cleanup: Get this rid of "this->" in fpdfsdk/ by Lei Zhang · 9 years ago
  73. d7e5cc7 Merge to XFA: Remove typdefs for pointer types in fx_system.h. by Tom Sepez · 9 years ago
  74. bfa9a82 Merge to XFA: Use stdint.h types throughout PDFium. by Tom Sepez · 9 years ago
  75. 19922bb Merge to XFA: Fix ALL the include guards. by Tom Sepez · 9 years ago
  76. ced4c2b Merge to XFA: Remove Release() combo patch. by Tom Sepez · 9 years ago
  77. 870292c Merge to XFA: Fix IWYU in pdfwindow/ directory. by Tom Sepez · 9 years ago
  78. ec570e5 Fix a few -Wreorder warnings. by Nico Weber · 10 years ago
  79. 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 10 years ago
  80. 5110c47 Initial commit. by John Abd-El-Malek · 10 years ago