- 9108588 Move remaining code out of third_party/base and into core/fxcrt by Lei Zhang · 1 year, 4 months ago
- f36006c Move third_party/base/numerics to core/fxcrt/numerics by Lei Zhang · 1 year, 4 months ago
- 24c6be6 Switch from absl::optional to std::optional by Lei Zhang · 1 year, 4 months ago
- 41e44fc Switch from pdfium::clamp() to std::clamp() by Lei Zhang · 1 year, 11 months ago
- 832a694 Update old-style copyright headers by K. Moon · 2 years, 8 months ago
- 188de96 Make CFWL_ThemePart::m_iPart const and private by Tom Sepez · 2 years, 10 months ago
- ee44620 Tidy CFGAS_GEGraphics::StateRestore() usage by Tom Sepez · 2 years, 10 months ago chromium/5246 chromium/5247
- a716ad7 Introduce CFGAS_GEGraphics::StateRestorer by Tom Sepez · 2 years, 10 months ago
- 0bc5a74 Encapsulate CFWL_ThemeBackground::m_pPath by Tom Sepez · 2 years, 10 months ago
- 2d6e002 Apply pdfium_noshorten_config to xfa/fwl by Tom Sepez · 3 years, 4 months ago
- 42d30c2 Replace defined(OS_APPLE) with BUILDFLAG(IS_APPLE). by Lei Zhang · 3 years, 5 months ago
- 3a0fdd6 Convert to absl::optional, part 2. by Lei Zhang · 3 years, 9 months ago
- a3a739d Replace pdfium::nullopt with absl::nullopt. by Lei Zhang · 3 years, 9 months ago
- df97b84 Replace CFX_SizeF with discrete floats for ranges in CFWL_ classes. by Tom Sepez · 3 years, 10 months ago
- 303faaa Make XFA_FWL_KeyFlag an enum class. by Tom Sepez · 3 years, 10 months ago
- 0d8d770 Move definition of FWl_KeyFlag to fwl_widgetdef.h by Tom Sepez · 3 years, 10 months ago
- bc3186d Introduce fxcrt::Mask<E> template. by Tom Sepez · 3 years, 10 months ago
- 53783ad Convert OnChar() arguments back to uint32_t by Tom Sepez · 3 years, 11 months ago
- a63e0bd Nest FWL_MouseCommand in CFWL_MessageMouse by Tom Sepez · 3 years, 11 months ago
- 70eef36 Clean up some type usage in CFWL_Message hierarchy by Tom Sepez · 3 years, 11 months ago
- efd4423 Switch to a more STL-compliant clamp() implementation. by Lei Zhang · 3 years, 11 months ago
- df2f16a Remove unnecessary includes of fx_system.h, part 6 by Tom Sepez · 3 years, 11 months ago
- b3abfd3 Add CFDE_TextEditEngine::CanGenerateCharacterInfo(). by Lei Zhang · 4 years ago
- ca44098 Consistent naming of FWL macros and members. by Tom Sepez · 4 years ago
- 7832563 Split pdfium::clamp() off to ranges.h. by Lei Zhang · 4 years ago
- 58842d1 Rename enum CFWL_Part to CFWL_ThemePart::Part. by Lei Zhang · 4 years, 1 month ago
- b1bd2ea [code health] Prefer pdfium::nullopt to {} by Tom Sepez · 4 years, 1 month ago
- f3c22ac Remove CFWL_Edit::InitHorizScrollBar() by Tom Sepez · 4 years, 1 month ago
- 835739e Remove boolean from IsShowScrollBar by Tom Sepez · 4 years, 1 month ago
- 5d6254d Split FWL OnFocusChanged() methods into Gained()/Lost() pairs by Tom Sepez · 4 years, 1 month ago
- f6cdeee Replace uint32_t with FWL_KeyFlagMask. by Tom Sepez · 4 years, 1 month ago
- b25f2f0 Make CFWL_Event subclass members const and private by Tom Sepez · 4 years, 1 month ago chromium/4506
- 693d552 Begin encapsulation of CFWL_ThemePart classes by Tom Sepez · 4 years, 1 month ago
- 235683e Pass CFX_Matrix by const-ref in xfa/ by Tom Sepez · 4 years, 2 months ago
- 1443e5a Remove unused CFWL_Edit::ValidateNumberChar() and DrawTexBK() by Tom Sepez · 4 years, 8 months ago chromium/4312 chromium/4313
- 45eae7b Move xfa/fxgraphics to xfa/fgas/graphics. by Tom Sepez · 4 years, 8 months ago
- 6a4f80f Replace ASSERT() with DCHECK() in various xfa dirs. by Lei Zhang · 4 years, 9 months ago
- 0a9d974 Convert more FWL objects over to Oilpan GC. by Tom Sepez · 4 years, 10 months ago
- f78f19c5 Garbage collect the FWL layer objects. by Tom Sepez · 4 years, 10 months ago
- 848e801 Make some more CFWL_Widget sub-widgets const members. by Tom Sepez · 4 years, 10 months ago
- c03a0ea Small cleanup to CFWL_App. by Tom Sepez · 4 years, 10 months ago
- 5f4456e Pass CFWL_Widget properties by const-ref. by Tom Sepez · 4 years, 10 months ago chromium/4235 chromium/4236
- 66e5ac99 Move CFWL_WidgetProperties::m_WidgetRect to CFWL_Widget. by Tom Sepez · 4 years, 10 months ago
- 8fa1b35 Avoid null CFWL_Message checks in OnProcessMessage. by Tom Sepez · 4 years, 10 months ago
- a911672 Remove CFWL_WidgetProperties::m_pFWLThemeProvider. by Tom Sepez · 4 years, 10 months ago
- 0956aec Remove CFWL_WidgetMgr::SetParent(). by Tom Sepez · 4 years, 10 months ago
- 041066f Remove CFWL_WidgetProperties::m_pParent. by Tom Sepez · 4 years, 10 months ago
- 13104bc Make CFWL_WidgetProperties::m_pParent a const member. by Tom Sepez · 4 years, 10 months ago
- 426938a Encapsulate CFWL_Widget. by Tom Sepez · 4 years, 10 months ago
- 0c03d63 Migrate from OS_MACOSX to OS_APPLE. by Lei Zhang · 4 years, 11 months ago
- 5672358 Change some XFA enums to follow the style guide. by Lei Zhang · 5 years ago
- c17d971 Convert remaining pdfium::MakeUnique<> to std::make_unique<> in xfa by Tom Sepez · 5 years ago
- c43d5f2 Rename all m_rtFoo to m_FooRect. by Tom Sepez · 5 years ago
- 8e8c2ce Rename CFWL_ThemePart::m_rtPart to m_PartRect by Tom Sepez · 5 years ago
- a9a704e Rename Left() and Right() in {Byte,Wide}String{,View} classes by Daniel Hosseinian · 5 years ago
- 7895d53 Rename CFWL_Widget::{Get,Set}FFWidget() to {Get,Set}AdapterIface(). by Tom Sepez · 5 years ago
- 6a4c8f7 Prefer (X && Y) over (X ? Y : false). by Tom Sepez · 6 years ago
- 6e1dba8 Make CFWL_Edit::m_pEditEngine be a pointer. by Tom Sepez · 6 years ago
- 7740980 Add CFWL_Widget::ScopedUpdateLock. by Lei Zhang · 6 years ago chromium/3971 chromium/3972
- 530f765 Observe FWL widgets in events/messages that destroy them. by Tom Sepez · 6 years ago
- a0624a0 Cleanup some code involving rectangles by Tom Sepez · 6 years ago
- 6caa189 Fix lots of nits in xfa/fwl code. by Lei Zhang · 6 years ago
- f136333 Remove some unneeded cfx_renderdevice.h #includes from headers. by Lei Zhang · 6 years ago
- dfde40c Move class TextCharPos into its own file. by Lei Zhang · 6 years ago
- c938d87 Change DrawDeviceText() call stack to pass matrix by reference. by Lei Zhang · 6 years ago
- 33670de Renove duplicate FWL_VKEY_* definitions. by Lei Zhang · 6 years ago
- 536b61a Prohibit includes from xfa/fwl to xfa/fxfa by Tom Sepez · 6 years ago
- 4da4629 Add another interface to prevent fwl -> fxfa inclusion. by Tom Sepez · 6 years ago
- 3fa9193 Rename CFWL_Widget::{Set,Get}LayoutItem() to {Set,Get}FFWidget() by Tom Sepez · 6 years ago chromium/3791
- e4cdac5 Replace _FX_PLATFORM_APPLE_ with defined(OS_MACOSX). by Lei Zhang · 6 years ago
- c85ee4e Rename FXTEXT_CHARPOS and FXTEXT_GLYPHPOS. by Lei Zhang · 6 years ago
- b600f15 Remove optional parameter from CFWL_Edit::SetText(). by Lei Zhang · 6 years ago chromium/3685 chromium/3686
- cd85620 No need to check return value from CXFA_Graphics::GetRenderDevice(). by Tom Sepez · 6 years ago
- f801451 Pass CFWL_Theme{Background,Text,Part} params by const-ref. by Tom Sepez · 6 years ago
- 81e9b68 Remove CFX_RectF::Reset(). by Tom Sepez · 7 years ago
- 70340c1 Use span in CFDE_TextOut::DrawString(). by Lei Zhang · 7 years ago
- 7c8f33a Use CFWL_Widget::Is*() helpers by Tom Sepez · 7 years ago
- bcdbeae Use UnownedPtr<> to theme provider in cfwl_widgetproperties.h by Tom Sepez · 7 years ago
- e353d72 Use UnownedPtr<> in cfwl_event.h and cfwl_message.h by Tom Sepez · 7 years ago
- 1c2eea2 Remove unused variable pDst from CFWL_Edit::OnValidate by Ryan Harrison · 7 years ago
- 6af5369 [xfa] Propagate the xfa change data for text to JS and back. by Dan Sinclair · 7 years ago
- d6cdd0d Remove CFWL_Widget::SetFocus(). It is non-op. by Henrique Nakashima · 7 years ago
- ce7a815 Remove CFWL_WidgetMgr::IsFormDisabled(). by Henrique Nakashima · 7 years ago
- 5ee1042 Update caret after changes that could move lines in XFA edit. by Henrique Nakashima · 7 years ago
- f54ea0f Fix backspace on 1st character of a line erases the line break. by Henrique Nakashima · 7 years ago
- 306b9a8 Fix behavior of Delete key in XFA edit. by Henrique Nakashima · 7 years ago
- efb23f3 Fix caret not moving to click target in XFA edit. by Henrique Nakashima · 7 years ago
- 14f8897 Remove spellchecking code from XFA by Ryan Harrison · 7 years ago chromium/3390
- c80153d [fwl] Restrict setting cursor outside text bounds by Dan Sinclair · 7 years ago
- 2496f8e Restore assert when GetCharacterInfo is called on an empty edit. by Henrique Nakashima · 7 years ago
- bfeab62 Fix caret not appearing in XFA Edits. by Henrique Nakashima · 7 years ago
- 245f80c Convert CFWL_Edit Cut & Copy out param to return by Ryan Harrison · 7 years ago
- 5a423ef Rename the fxgraphics classes by Dan Sinclair · 8 years ago
- 698aed7 Cleanup FX macros by Dan Sinclair · 8 years ago
- 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 8 years ago
- b8777a2 Add embeddertest for CFWL_Edit by Dan Sinclair · 8 years ago
- 0264e97 Convert selection to use count instead of end index by Dan Sinclair · 8 years ago
- 275e260 Convert string class names by Ryan Harrison · 8 years ago
- cb32712 Remove includes of xfa/fwl/theme/cfwl_widgettp.h that are unused. by Henrique Nakashima · 8 years ago
- eb57e0d Implement word selection in CFDE_TextEditEngine by Dan Sinclair · 8 years ago