1. 0b5da67 Adding password form flag for text fields in fpdf_annot.h by Mansi Awasthi · 4 years, 8 months ago
  2. b2745de Unify PWL right click handling under xfa/non-xfa. by Tom Sepez · 4 years, 9 months ago
  3. d49e057 Introduce CPDF_Icon class to break CPWL_Icon dependence on parser/. by Tom Sepez · 4 years, 10 months ago
  4. b4d327a Make some members const in CPWL_Icon. by Tom Sepez · 4 years, 10 months ago
  5. 537d3a6 Run clang-format --full on directories that start with 'f'. by Lei Zhang · 4 years, 10 months ago
  6. 6a4c8f7 Prefer (X && Y) over (X ? Y : false). by Tom Sepez · 4 years, 10 months ago
  7. 0fab9e6 Remove jumbo usage in GN files throughout PDFium by Daniel Hosseinian · 5 years ago
  8. c5a380f Rename some Empty() methods to Clear(). by Lei Zhang · 5 years ago
  9. f209592 Remove some checks that are always/never true in CPWL_ListCtrl. by Lei Zhang · 5 years ago
  10. 650545a Reuse existing methods in CPWL_ListCtrl. by Lei Zhang · 5 years ago
  11. 04386f6 Remove knowlege of whether XFA is present from pwl/ window layer by Tom Sepez · 5 years ago
  12. c90cf38 Remove unused cpdf_formcontrol.h from cpwl_wnd.h. by Tom Sepez · 5 years ago
  13. b813c16 Move CPWL_Timer to CFX_Timer. by Tom Sepez · 5 years ago
  14. 7c2d110 Split IPWL_SystemHandler and fxcrt::TimerHandlerIface by Tom Sepez · 5 years ago
  15. 823e252 Rename CFFL_FormFiller::GetPDFWindow() to GetPWLWindow(). by Tom Sepez · 5 years ago
  16. 9fb0595 Make CPWL_Timer simpler. by Tom Sepez · 5 years ago
  17. ea9130d Break circular includes between fpdfsdk/ and fpdfsdk/pwl. by Tom Sepez · 5 years ago
  18. db99762 Remove code that checks GetSystemHandler() return value. by Lei Zhang · 5 years ago
  19. 42e856b Deduplicate pointers to widgets in pwl. by Tom Sepez · 5 years ago
  20. 7fd71a4 Simplify code in CPWL_EditCtrl::SetCursor(). by Lei Zhang · 5 years ago
  21. c9edc55 Introduce IPWL_SystemHandler and fxcrt::TimerHandlerIface for layering. by Tom Sepez · 5 years ago
  22. 43f012f Move CPDFSDK_FormFillEnvironment::Is{SHIFT,CTRL,ALT}KeyDown to CPWL_Wnd by Tom Sepez · 5 years ago
  23. 6c62e0e Move CPWL_AppStream to CPDFSDK_AppStream. by Tom Sepez · 5 years ago
  24. ffff6c5 Make CPDF_Font a retainable type. by Tom Sepez · 5 years ago
  25. 6a43b5c Remove some other virtual dtors. by Tom Sepez · 5 years ago
  26. e2a8eb5 Remove fpdfdsk/pwl dependence on core/fpdfapi/page by Tom Sepez · 5 years ago
  27. 24b3a20 Rename CPDF_{Byte,Wide}String::AsSpan() to span() by Tom Sepez · 5 years ago
  28. 20830d3 Add ASSERTs to prevent re-entrancy inside CPWL_EditImpl_Undo. by Lei Zhang · 5 years ago
  29. f040b72 Remove CPWL_Edit::ReplaceSel(). by Lei Zhang · 5 years ago
  30. 3abc96a Fix undo and redo actions for replacing string. by Hui Yingst · 5 years ago
  31. 808e9b8 Remove bare |new| in CPWL_ListImpl constructor. by Tom Sepez · 5 years ago
  32. ce4e27f Fix ClangTidy - Naming findings by Andrew Weintraub · 5 years ago
  33. d8ae8f8 Stop nesting ObservedPtr inside Observable. by Tom Sepez · 5 years ago
  34. 8e94c18 Remove stray includes of cpdfsdk_helpers.h by Tom Sepez · 5 years ago
  35. 27c350f Move core/fxcrt/observable.h to observed_ptr.h. by Tom Sepez · 5 years ago
  36. 98e5e1b Change CPDF_TextRenderer methods to pass options by reference. by Lei Zhang · 5 years ago
  37. 3609c98 Move cba_fontmap.{h,cpp} from fpdfsdk/ down to core/fpdfdoc. by Tom Sepez · 5 years ago
  38. 64a5f7f Remove font-related methods from CFX_SystemHandler. by Tom Sepez · 5 years ago
  39. 1eafdc7 Remove one circular .h inclusion from cba_fontmap.cpp. by Tom Sepez · 5 years ago
  40. 8a5d97c Break circular dependency between fxge and fpdfdoc. by Lei Zhang · 5 years ago
  41. 84cce24 Remove orphan tracking for CPDF parser objects. by Tom Sepez · 5 years ago
  42. f8c67a2 Replace some CPDF_Dictionary::SetFor() calls with SetNewFor<>() by Tom Sepez · 5 years ago
  43. b33a011 Convert remaining UnownedPtr<CPDF_Object> to RetainPtr. by Tom Sepez · 5 years ago
  44. a3097da Make CPDF_Object and its subclasses retainable. by Tom Sepez · 5 years ago
  45. 6ab92c0 Track another orphan from CPWL_AppStream by Tom Sepez · 5 years ago
  46. 4505ea4 Clear CPWL_EditImpl_Refresh::m_NewLineRects after move. by Tom Sepez · 6 years ago
  47. e6c3e49 Fix nits in CFFL_InteractiveFormFiller. by Lei Zhang · 6 years ago
  48. 9384947 Do not replace existing objects in CPWL_AppStream::SetAsPushButton by Tom Sepez · 6 years ago
  49. d6b7287 Remove unused parameters in CFFL_FormFiller methods. by Lei Zhang · 6 years ago
  50. a5230e2 Select/deselect and isIndexSelected for Comboboxes and Listboxes. by rycsmith · 6 years ago
  51. 762247b Move most CPWL_Wnd::CreateParams member initialization to the header. by Lei Zhang · 6 years ago
  52. a676aca Add constants for type-specific annotation form flags. by Lei Zhang · 6 years ago
  53. cb13a08 Add CFX_SystemHandler::kInvalidTimerID. by Lei Zhang · 6 years ago
  54. d231202 Do not add invalid timers to the global map for CPWL_Timer. by Lei Zhang · 6 years ago
  55. ab41f25 Rename "Embeddertest" to "EmbedderTest". by Lei Zhang · 6 years ago
  56. 94dd1d5 Break circular dependency between formfiller and pwl. by Lei Zhang · 6 years ago
  57. 229a789 Merge CPWL_FontMap into CBA_FontMap. by Lei Zhang · 6 years ago
  58. 7fdc211 Cleanup CFX_SystemHandler. by Lei Zhang · 6 years ago
  59. ac75664 Do IWYU for public/fpdf_fwlevent.h. by Lei Zhang · 6 years ago
  60. f18547f Fix nits in CPWL_Caret and delete dead code. by Lei Zhang · 6 years ago
  61. 2cb7bdd Clean up CPWL_Timer and CPWL_TimerHandler. by Lei Zhang · 6 years ago
  62. 306ebab Prefer ByteString() over "". by Tom Sepez · 6 years ago
  63. 890eac2 Prefer WideString() over L"". by Tom Sepez · 6 years ago
  64. 3abd19f Revert "Make orphaning old objects automatic during dictionary set/removal." by Tom Sepez · 6 years ago
  65. 1399a22 Make orphaning old objects automatic during dictionary set/removal. by Tom Sepez · 6 years ago
  66. e8ed788 Add CPDF_IndirectObjectHolder::New<T>() by Tom Sepez · 6 years ago
  67. b8b52b4 Make CPDF_RenderOptions::m_Flags a struct of booleans. by Lei Zhang · 6 years ago
  68. ea08d17 Fold virtual CPWL_Wnd::OnCreate into subclass constructors. by Tom Sepez · 6 years ago
  69. b7c4a02 Pass CreateParams to CPWL_Wnd constructor. by Tom Sepez · 6 years ago
  70. a9a582b Convert CPWL_Wnd::m_Children to vector of unique_ptr. by Tom Sepez · 6 years ago
  71. 9590dee Pass unique_ptr to CPWL_Wnd::AddChild(). by Tom Sepez · 6 years ago
  72. 8fba261 Remove pParentWnd field entirely from CreateParams. by Tom Sepez · 6 years ago
  73. 7df950a Stop transfering ownership of |this| as CPWL_Wnd::Create() side-effect by Tom Sepez · 6 years ago
  74. 6fe32f8 Make CPWL_Wnd own its pAttachedData. by Tom Sepez · 6 years ago
  75. 1929d6e Split pdfium_embeddertests sources. by Lei Zhang · 6 years ago
  76. 1987bbf Split public/ headers into their own source_set. by Lei Zhang · 6 years ago
  77. bc75f62 Make fxjs/ pass gn check. by Lei Zhang · 6 years ago
  78. d7f51c7 Make fpdfsdk/ pass gn check. by Lei Zhang · 6 years ago
  79. 995374a Split core/fxcrt build rules into core/fxcrt/BUILD.gn. by Lei Zhang · 6 years ago
  80. 35d4587 Remove more unnecessary includes and do IWYU as needed. by Lei Zhang · 6 years ago
  81. dcab8cf Split fpdfsdk build rules into various BUILD.gn files in fpdfsdk. by Lei Zhang · 6 years ago
  82. f40380f Rename CPDF_{Array,Dictionary}::GetCount() to size(). by Lei Zhang · 6 years ago
  83. 073ecf4 Rename InterForm classes to InteractiveForm. by Lei Zhang · 6 years ago
  84. c345065 Rename interform files to interactiveform. by Lei Zhang · 6 years ago
  85. 4f261ff Get rid of non-const ref parameter in CPDFSDK_InterForm::OnFormat(). by Lei Zhang · 6 years ago
  86. 99f5bbb Do IWYU for ptr_util.h. by Lei Zhang · 6 years ago
  87. 8153561 Do IWYU for cpdf_dictionary.h. by Lei Zhang · 6 years ago
  88. 143cc99 Tidy CPVT_WordRange by Tom Sepez · 6 years ago
  89. 9934cc2 Tidy PWL_FLOATRANGE by Tom Sepez · 6 years ago
  90. 39cf6a7 Change |virtual ~Foo(){}| to |virtual ~Foo()=default;| by Tom Sepez · 6 years ago
  91. b8768b7 Make some CPWL_FontMap methods pure virtual. by Tom Sepez · 6 years ago
  92. 7cabaf1 CPDF_VariableText::m_nHorzScale is always 100 by Tom Sepez · 6 years ago
  93. d8ac668 Remove CPWL_Wnd::GetClassName() and overrides. by Tom Sepez · 6 years ago
  94. 7c40157 Remove CPWL_EditCtrl::m_pEdit null checks. by Tom Sepez · 6 years ago
  95. c52e300 Fix #include ordering / formatting. by Lei Zhang · 6 years ago
  96. fed6e12 Give CFX_GraphStateData a work-over. by Tom Sepez · 6 years ago
  97. f3cc72f Remove many unneeded STL #includes from headers. by Lei Zhang · 6 years ago
  98. cb79825 Fix final/protected conflicts. by Tom Sepez · 6 years ago
  99. d8b5fea Remove unneeded fpdf_parser_decode.h #includes. by Lei Zhang · 6 years ago
  100. 5586545 The final game: mark everything final. by Tom Sepez · 6 years ago