1. 99f5bbb Do IWYU for ptr_util.h. by Lei Zhang · 6 years ago
  2. d8ac668 Remove CPWL_Wnd::GetClassName() and overrides. by Tom Sepez · 6 years ago
  3. 5586545 The final game: mark everything final. by Tom Sepez · 6 years ago
  4. 5b63fd9 Use more UnownedPtr<> in CPWL_Wnd::CreateParams. by Tom Sepez · 6 years ago
  5. 4ef943b Be more careful casting to widget subclasses. by Tom Sepez · 6 years ago
  6. ee96772 Add public APIs for undo / redo in forms. by Lei Zhang · 6 years ago
  7. 3900ddb Add a virtual CPWL_Wnd::GetText() method. by Lei Zhang · 7 years ago
  8. 6dc4fb8 Remove friends from PWL classes by Dan Sinclair · 7 years ago
  9. 8e7f932 Convert CPVT_Color to CFX_Color by Dan Sinclair · 7 years ago
  10. 55469ae Fix UAF in SetVisible(). by Henrique Nakashima · 7 years ago
  11. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 7 years ago
  12. 65ecca4 Move CFX_Observable to Observable by Dan Sinclair · 7 years ago
  13. 6f96034 Setting focus on a widget may destroy the widget by Dan Sinclair · 7 years ago
  14. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  15. 134ac91 Introduce CPWL_Wnd::PrivateData class. by Tom Sepez · 7 years ago
  16. bf15730 Move CPWL_CREATPARAM to CPWL_Wnd::CreateParams by Tom Sepez · 7 years ago
  17. 022d13b Add ObservedPtrs to KillFocus path by Ryan Harrison · 7 years ago
  18. 77f9bff Reduce rounding errors when Invalidating rects. by Lei Zhang · 7 years ago
  19. 878b27d Converted CFX_Matrix::TransformRect() to take in consts by Jane Liu · 7 years ago
  20. eb14e04 Change a bunch of methods to take a const CFX_Matrix& param. by Lei Zhang · 7 years ago
  21. 33c0300 Remove default argument from CPWL_Wnd::InvalidateRect(). by Lei Zhang · 7 years ago
  22. ab39097 Add FORM_ReplaceSelection() and embedder tests. by Diana Gage · 7 years ago
  23. c411eb9 Move fpdfsdk/pdfwindow to fpdfsdk/pwl by Dan Sinclair · 7 years ago[Renamed (99%) from fpdfsdk/pdfwindow/cpwl_wnd.cpp]
  24. 1c7f142 Add FORM_DeleteSelectedText() and embedder tests. by Diana Gage · 7 years ago
  25. 60fa2fc Simplify code in CPDFSDK_FormFillEnvironment. by Lei Zhang · 7 years ago
  26. 14ddd42 Consolidate Appearance Stream code in CPWL_AppStream. by Dan Sinclair · 7 years ago
  27. df2122a Remove unused GetThisAppearanceStream by Dan Sinclair · 7 years ago
  28. 0b7378a Move CPWL_Utils Draw methods to CFX_RenderDevice by Dan Sinclair · 7 years ago
  29. d6aff2f Add CFX_FloatRect::GetDeflated by dan sinclair · 7 years ago
  30. 7f55a54 Rename CPWL_Color to CFX_Color by Dan Sinclair · 7 years ago
  31. adf922f Remove CPWL_Utils::{In,De}flateRect by dan sinclair · 7 years ago
  32. a9e2843 Cleanup some CPWL_Wnd defines by Dan Sinclair · 7 years ago
  33. 7f6bec9 Remove PNM_ mouse methods and OnNotify by Dan Sinclair · 7 years ago
  34. 63fbd8d Remove PNM_SCROLLWINDOW and replace with direct method by Dan Sinclair · 7 years ago
  35. 7e0336e Move PNM_SETSCROLLPOS to custom method by Dan Sinclair · 7 years ago
  36. fb00ec2 Move PNM_SETSCROLLINFO out of OnNotify by Dan Sinclair · 7 years ago
  37. e5e889e Remove PNM_{ADD|REMOVE}Child by Dan Sinclair · 7 years ago
  38. b21f174 Change SetReverse to GetInverse in CFX_Matrix by Nicolas Pena · 7 years ago
  39. f1eae2c Converted low-hanging cpwl classes in CFX_ByteTextBuf to ostringstream. by Henrique Nakashima · 7 years ago
  40. dce2d72 Add FORM_GetSelectedText() function. by Diana Gage · 7 years ago
  41. 3516256 Implement CPWL_ComboBox::OnDestroy() to manage unowned pointers. by Lei Zhang · 7 years ago
  42. 633a3b7 Rename PWL_FooBar files to cpwl_foo_bar. by Lei Zhang · 7 years ago[Renamed (99%) from fpdfsdk/pdfwindow/PWL_Wnd.cpp]
  43. fac46f8 Split timer classes out of PWL_Wnd.h by Lei Zhang · 7 years ago
  44. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 7 years ago
  45. b45324b Use NOTREACHED() in more places. by Lei Zhang · 7 years ago
  46. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  47. 375c276 Make most PDFium code pass Clang plugin's auto raw check. by Lei Zhang · 8 years ago
  48. 90b7326 Cleanup PWL_Wnd by Dan Sinclair · 8 years ago
  49. fc54e05 Cleanup PWL_Utils. by Dan Sinclair · 8 years ago
  50. a0061af Convert TransformPoint calls to Transform calls by Dan Sinclair · 8 years ago
  51. b45ea1f Convert CFWL messages to use CFX_PointF by Dan Sinclair · 8 years ago
  52. 1f403ce Convert more TransformPoint calls to Transform by Dan Sinclair · 8 years ago
  53. f528eee Reland "Convert CFX_FloatPoint to CFX_PointF" by Dan Sinclair · 8 years ago
  54. 92a32db Revert "Convert CFX_FloatPoint to CFX_PointF" by dsinclair · 8 years ago
  55. 4797c42 Convert CFX_FloatPoint to CFX_PointF by Dan Sinclair · 8 years ago
  56. afb4456 Remove Transform in favour of TransformPoint by Dan Sinclair · 8 years ago
  57. bc8dcc3 Add ObservedPtrs to PWL_CREATEPARAM by Dan Sinclair · 8 years ago
  58. 0d164f8 Remove CFX_ArrayTemplate from CPWL_Wnd. by tsepez · 8 years ago
  59. 6745f96 Remove CFX_ArrayTemplate, use unique_ptr in fpdfsdk/pdfwindow by tsepez · 8 years ago
  60. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  61. 36eb4bd Add ptr_util.h from base until std::make_unique<> available by tsepez · 8 years ago
  62. d4c34f2 Replace std::unique_ptr.reset() with WrapUnique assignment. by thestig · 8 years ago
  63. 8faac62 Cleanup CFX_SystemHandler. by dsinclair · 8 years ago
  64. 2d5b020 Use smart pointers for class owned pointers by weili · 8 years ago
  65. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 8 years ago
  66. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 8 years ago
  67. 92cb5e5 Convert border style defines to an enum class. by dsinclair · 8 years ago
  68. 224bc5a Change bool type to fix warnings. by dsinclair · 8 years ago
  69. b959010 Remove IFX_SystemHandler. by dsinclair · 8 years ago
  70. c7a7349 Remove core/include/fpdfdoc/fpdf_vt.h by dsinclair · 9 years ago
  71. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  72. 89e904b Move the fpdfsdk/include/pdfwindow/ headers into fpdfsdk/pdfwindow. by dan sinclair · 9 years ago
  73. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 9 years ago
  74. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed (99%) from fpdfsdk/src/pdfwindow/PWL_Wnd.cpp]
  75. 281a9ea Re-land "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  76. 566b974 Revert "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  77. 3b8fdd3 Replace CPDF_Rect and CPDF_Point with CFX types. by Tom Sepez · 9 years ago
  78. 7457e38 Merge to XFA: Return const-ref object in a few CPWL_Wnd getters. by Lei Zhang · 9 years ago
  79. ab5537d Invalidate IPWL_FocusHandler and IPWL_Provider on destruction. by Lei Zhang · 9 years ago
  80. c2fb35f Merge to XFA: Remove header files that only have includes. by Lei Zhang · 9 years ago
  81. 96660d6 Merge to XFA: Get rid of most instance of 'foo != NULL' by Lei Zhang · 9 years ago
  82. 60d909e Merge to XFA: Remove CFX_AffineMatrix/CPDF_Matrix by Tom Sepez · 9 years ago
  83. bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 9 years ago
  84. e00660b Merge to XFA: Remove if checks after new. by Lei Zhang · 9 years ago
  85. 68869fd Merge to XFA: Cleanup: Remove dead formfiller code. by Lei Zhang · 9 years ago
  86. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  87. 2f2ffec Merge to XFA - else after returns. by Tom Sepez · 9 years ago
  88. 606346f Merge to XFA: Replace some CFX_MapPtrTemplates with std::map. by Lei Zhang · 9 years ago
  89. 6d8b1c2 Merge to XFA: Cleanup: Do not check pointers before deleting them. by Lei Zhang · 9 years ago
  90. 60f507b Merge to XFA: Cleanup: Get this rid of "this->" in fpdfsdk/ by Lei Zhang · 9 years ago
  91. bfa9a82 Merge to XFA: Use stdint.h types throughout PDFium. by Tom Sepez · 9 years ago
  92. 26d96ff XFA: merge patch from CL 832703003, remove g_timeMap global by Bruce Dawson · 10 years ago
  93. 6c55495 Fix a few more warnings in chromium_code mode. by Nico Weber · 10 years ago
  94. 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 10 years ago
  95. 5110c47 Initial commit. by John Abd-El-Malek · 10 years ago