Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
1077a87feff391cb8ad18ac40be8ef391bfca613
/
xfa
/
fwl
/
cfwl_scrollbar.cpp
3e5e563e
Replace FWL timer infrastructure with CFX_Timer.
by Tom Sepez
· 5 years ago
3c11520
Remove unused argument from CFWL_Timer::Run().
by Tom Sepez
· 5 years ago
f8f4cf8
Remove unused bImmediately parameter from CXFA_FWLAdapterTimerMgr::Start().
by Tom Sepez
· 5 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
· 6 years ago
99f5bbb
Do IWYU for ptr_util.h.
by Lei Zhang
· 6 years ago
bcdbeae
Use UnownedPtr<> to theme provider in cfwl_widgetproperties.h
by Tom Sepez
· 6 years ago
5a7e330
Unset timer in XFA scrollbar after stopping it.
by Henrique Nakashima
· 7 years ago
31e08d1
Cleanup CFWL_ScrollBar::Timer::Run.
by Henrique Nakashima
· 7 years ago
8b1f7de
Fix crash when dragging scrollbar in XFA form.
by Henrique Nakashima
· 7 years ago
4b47214
Change XFA DrawWidget() code to take its CFX_Matrix by const-ref.
by Lei Zhang
· 7 years ago
2b918c8
Fixup naming of XFA graphics classes
by Dan Sinclair
· 7 years ago
cc20513
Introduce CFX_UnownedPtr to detect lifetime inversion issues.
by Tom Sepez
· 7 years ago
85f019a
Add pdfium::clamp() as a placeholder for std::clamp().
by Lei Zhang
· 8 years ago
05df075
Replace FX_FLOAT with underlying float type.
by Dan Sinclair
· 8 years ago
b45ea1f
Convert CFWL messages to use CFX_PointF
by Dan Sinclair
· 8 years ago
bba2a7c
Update to use CFX_Rect{F} and CFX_Matrix constructors.
by Dan Sinclair
· 8 years ago
c635c93
Remove the ::GetCapacity methods.
by Dan Sinclair
· 8 years ago
db194cf
Use return values in CFWL_Scrollbar instead of out params
by Dan Sinclair
· 8 years ago
46a4bbf
Cleanup widget edge related code
by dsinclair
· 8 years ago
43ac44c
Cleanup CFWL_Widget code to return CFX_RectFs where appropriate
by dsinclair
· 8 years ago
447b1f3
Move xfa/fwl/core to xfa/fwl.
by dsinclair
· 8 years ago
[Renamed (91%) from xfa/fwl/core/cfwl_scrollbar.cpp]
da911bc
Convert GetWidgetRect to return rect.
by dsinclair
· 8 years ago
67c6ca3
Split CFWL_Widget::GetWidgetRect into two parts
by dsinclair
· 8 years ago
442997c
Cleanup FWL default values part II.
by dsinclair
· 8 years ago
4614b45
Cleanup FWL Event and Message code.
by dsinclair
· 8 years ago
2c489cc
Merge IFWL and CFWL classes.
by dsinclair
· 8 years ago
0ce11ee
Rename IFWL classes which do not have CFWL equivalents
by dsinclair
· 8 years ago
[Renamed (89%) from xfa/fwl/core/ifwl_scrollbar.cpp]
1a7534a
Rename IFWL_App to CFWL_App
by dsinclair
· 8 years ago
d643729
Rename IFWL_Timer and IFWL_TimerInfo
by dsinclair
· 8 years ago
37b6d14
Split fwl/core class pt II.
by dsinclair
· 8 years ago
30e5f30
Remove customized layout flag from FWL
by dsinclair
· 8 years ago
85c8e7f
Fixup lint flags.
by Dan Sinclair
· 8 years ago
dd17234
Split fwl/core class pt I.
by dsinclair
· 8 years ago
242b95e
Move the message definitions to their own files.
by dsinclair
· 8 years ago
058d2d6
Continue formatting fwl/core
by dsinclair
· 8 years ago
3e577c2
Convert FWL_SCBCODE to an enum class
by dsinclair
· 8 years ago
12f72bf
Continue cleaning IFWL classes
by dsinclair
· 8 years ago
98329fe
Cleanup IFWL_Widget visibility and virtual parameters
by dsinclair
· 8 years ago
a5811f0
Unify CFWL_WidgetProperties and CFWL_WidgetImpProperties.
by dsinclair
· 8 years ago
d19e912
Remove FX_BOOL from xfa.
by tsepez
· 8 years ago
3b3ce1a
Merge delegates into IFWL_* classes.
by dsinclair
· 8 years ago
6fe8795
Fold IFWL*::{Initialize|Finalize} into constructor/destructor
by dsinclair
· 8 years ago
2085538
Remove FWL globals.
by dsinclair
· 8 years ago
9f7f7f8
Fix some FX_BOOL / int noise in xfa
by tsepez
· 8 years ago
73895de
Cleanup unused methods and return values in FWL code.
by dsinclair
· 8 years ago
2a38a02
Remove IFWL_*::Create methods, use new
by dsinclair
· 8 years ago
fb50559
Merge the CFWL_*Imp classes into the IFWL_* classes.
by dsinclair
· 8 years ago
[Renamed (83%) from xfa/fwl/basewidget/fwl_scrollbarimp.cpp]
878dd5b
Cleanup unneeded FWL theme code.
by dsinclair
· 8 years ago
6f4f233
Remove FWL_HTIMER in favor of IWFL_TimerInfo
by tsepez
· 8 years ago
b4d40ff
Remove CLASSHASH defines in favour of an enum class.
by dsinclair
· 9 years ago
c777f48
Convert FWL_ERR into an enum class.
by dsinclair
· 9 years ago
8f4bf9a
More define cleanup.
by dsinclair
· 9 years ago
7322343
More FWL interface cleanup.
by dsinclair
· 9 years ago
5d9da0c
Remove CFWL_Note.
by dsinclair
· 9 years ago
f87058d
Convert some FWL defines to enums.
by dsinclair
· 9 years ago
736f28a
Remove FX_DWORD from XFA.
by tsepez
· 9 years ago
398a43d
Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}.
by Dan Sinclair
· 9 years ago
62a70f9
Remove FX_WORD in favor of uint16_t.
by Tom Sepez
· 9 years ago
1770c02
Move xfa/src up to xfa/.
by Dan Sinclair
· 9 years ago