Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
8d94b6687f27e1238f352939434704f75b330c1d
/
xfa
469f6da
use unique_ptr in cxfa_layoutprocessor.h
by tsepez
· 9 years ago
2a998ad
Cleaning up memory allocation in CXFA_FM2JSContext - III
by Dan Sinclair
· 9 years ago
647f284
Cleaning up memory allocation in CXFA_FM2JSContext - II
by Dan Sinclair
· 9 years ago
7855a2c
Cleaning up memory allocation in CXFA_FM2JSContext - I
by Dan Sinclair
· 9 years ago
e647799
Properly ref-count CFGAS_GEFont with CFX_RetainPtr.
by tsepez
· 9 years ago
6bb3b89
Remove CFX_MapPtrToPtr from xfa/fxfa.
by tsepez
· 9 years ago
91fd904
remove unused CFX_PtrToInt32 typedef
by tsepez
· 9 years ago
e4d611c
Remove CFX_MapPtrToPtr from xfa/fde.
by tsepez
· 9 years ago
fff400a
Remove CFX_ArrayTemplate in BC_QRCoderEncoder.
by tsepez
· 9 years ago
d654d78
remove some CFX_ArrayTemplate in xfa_ffdocview.h
by tsepez
· 9 years ago
72f50f2
Cleanup ThemeProvider code
by Dan Sinclair
· 9 years ago
c635c93
Remove the ::GetCapacity methods.
by Dan Sinclair
· 9 years ago
3cdcfeb
Create individual exception methods.
by Dan Sinclair
· 9 years ago
e8f6897
Convert CFWL_MonthCalendar to use return values
by Dan Sinclair
· 9 years ago
fa07af3
Remove more CFX_ArrayTemplate in cfwl_notedriver.h.
by tsepez
· 9 years ago
eda80ef
Kill last use of CFX_PtrList.
by tsepez
· 9 years ago
b38c5df
Remove CFWL_ListBox::GetDataProviderItemText
by Dan Sinclair
· 9 years ago
c8fd331
Cleaning out params in CPDFXFA_Context
by Dan Sinclair
· 9 years ago
db194cf
Use return values in CFWL_Scrollbar instead of out params
by Dan Sinclair
· 9 years ago
ad3cd2a
Better tests for password protected documents.
by tsepez
· 9 years ago
b04b96b
Move window type mask up with masked flags
by dsinclair
· 9 years ago
6803489
Remove widget offscreen code.
by dsinclair
· 9 years ago
46a4bbf
Cleanup widget edge related code
by dsinclair
· 9 years ago
d924770
Remove more unused widget styles
by dsinclair
· 9 years ago
791a0cc
Remove unused widget state flags
by dsinclair
· 9 years ago
ea7657c
Remove unused sysbtn code
by dsinclair
· 9 years ago
37b12ad
Return unique_ptr from CXFA_FFApp::CreateDoc.
by tsepez
· 9 years ago
b8642f8
More unique_ptr returns from DIB methods.
by tsepez
· 9 years ago
c773932
Remove unused flags in CFWL_PushButton
by dsinclair
· 9 years ago
5e4388e
Cleanup CFWL_MonthCalendar flags
by dsinclair
· 9 years ago
6597391
Remove unused CFWL_Form flags
by dsinclair
· 9 years ago
aefbe4b
Remove unused CFWL_Edit flags.
by dsinclair
· 9 years ago
727a304
This CL removes some of the unused CFWL widget flags.
by dsinclair
· 9 years ago
be5f029
Remove unused CFWL_ListBox code
by dsinclair
· 9 years ago
603f57b
Update CFWL_ListBox to return instead of using out params.
by dsinclair
· 9 years ago
a9caab9
Avoid the ptr.reset(new XXX()) anti-pattern
by tsepez
· 9 years ago
988599c
Replace CFX_FloatArray with std::vector
by tsepez
· 9 years ago
1babeee
Change CFWL_Widget::GetMatrix to return the matrix
by dsinclair
· 9 years ago
94afac9
Replace CFX_WideStringCArray with std::vector.
by tsepez
· 9 years ago
89ab499
Change layout item in CFWL_Widget type from void
by dsinclair
· 9 years ago
43ac44c
Cleanup CFWL_Widget code to return CFX_RectFs where appropriate
by dsinclair
· 9 years ago
53ed03d
Remove unused list data pointer
by dsinclair
· 9 years ago
80c40de
Remove last usage of CFX_ObjectArray.
by tsepez
· 9 years ago
51709be
Replace CFX_WideStringArray with std::vector
by tsepez
· 9 years ago
447b1f3
Move xfa/fwl/core to xfa/fwl.
by dsinclair
· 9 years ago
64f4e25
Use unique_ptr for CXFA_XMLParser.
by tsepez
· 9 years ago
1306b18
Replace CFX_ByteStringArray with std::vector.
by tsepez
· 9 years ago
da911bc
Convert GetWidgetRect to return rect.
by dsinclair
· 9 years ago
67c6ca3
Split CFWL_Widget::GetWidgetRect into two parts
by dsinclair
· 9 years ago
a2cbc57
Cleanup return values in CFWL_ComboBox
by dsinclair
· 9 years ago
442997c
Cleanup FWL default values part II.
by dsinclair
· 9 years ago
7fa190d
Cleanup default FWL params part I
by dsinclair
· 9 years ago
919c084
Cleanup caret show/hide code
by dsinclair
· 9 years ago
4614b45
Cleanup FWL Event and Message code.
by dsinclair
· 9 years ago
248cb27
Remove CFX_FormatString::Release()
by tsepez
· 9 years ago
a9d29df
Properly ref count IFX_FileAccess.
by tsepez
· 9 years ago
cd5e12a
Catch stray Retains() and Releases() outside of RetainPtr<>.
by tsepez
· 9 years ago
7cda31a
Refcount IFGAS_ streams all the time, too
by tsepez
· 9 years ago
833619b
Refcount all the IFX_ stream classes all the time.
by tsepez
· 9 years ago
1a1d764
Return unique_ptrs from CFX_DIBitmap::Clone().
by tsepez
· 9 years ago
0527ec5
Rename IFX_Stream to IFGAS_Stream.
by tsepez
· 9 years ago
959a904
Tidy fx_stream.h
by tsepez
· 9 years ago
f78bf1a
Make concrete stream classes private to .cpp, part 3
by tsepez
· 9 years ago
d912f6b
Make concrete stream classes private to .cpp, part 2
by tsepez
· 9 years ago
991f618
Move Init to constructor in CXFA_FMProgram
by Nicolas Pena
· 9 years ago
345d489
Convert loose FX_Create* functions into static methods
by tsepez
· 9 years ago
f11380f
Use unique_ptr in CFXA_FM expressions constructors
by npm
· 9 years ago
2399152
Fix crash in CFDE_CSSSyntaxParser when parsing empty url
by npm
· 9 years ago
eb9625c
Use unique pointers in CXFA_FMParse
by npm
· 9 years ago
0354ccf
Change TxtEdtEngine to return CFX_WideString
by dan sinclair
· 9 years ago
41ba08e
Add CFWL_ListBox::IsMultiSelection().
by thestig
· 9 years ago
2c489cc
Merge IFWL and CFWL classes.
by dsinclair
· 9 years ago
0ce11ee
Rename IFWL classes which do not have CFWL equivalents
by dsinclair
· 9 years ago
4e847e3
More unique_ptrs in CXFA_FMParse::ParseForeachExpression and avoid leak
by npm
· 9 years ago
7c47e1d
Remove DataProvider from CFWL_WidgetProperties
by dsinclair
· 9 years ago
7172b71
Remove IFWL_CombobBox::DataProvider
by Dan Sinclair
· 9 years ago
0ced827
Remove listbox providers and build into listbox
by Dan Sinclair
· 9 years ago
209821f
Remove plumbing for today value
by dsinclair
· 9 years ago
e36430e
Make Update and DrawWidget pure virtual
by dsinclair
· 9 years ago
1a7534a
Rename IFWL_App to CFWL_App
by dsinclair
· 9 years ago
d643729
Rename IFWL_Timer and IFWL_TimerInfo
by dsinclair
· 9 years ago
e50184c
Rename common methods between ifwl and cfwl.
by dsinclair
· 9 years ago
4572c8a
Remove the GetCaption dataprovider method
by dsinclair
· 9 years ago
4bd717b
Remove FwlEventMask
by dsinclair
· 9 years ago
37b6d14
Split fwl/core class pt II.
by dsinclair
· 9 years ago
4b91a2d
Clean up CFGAS_GEFont
by npm
· 9 years ago
9e05ee1
Make CPDF_Stream() take unique_ptr's to its dictionary.
by tsepez
· 9 years ago
30e5f30
Remove customized layout flag from FWL
by dsinclair
· 9 years ago
43170f4
Update SetThemeColor and SetThemeData
by dsinclair
· 9 years ago
ac9934b
Remove FWL_GetThemeColor
by dsinclair
· 9 years ago
738be2b
Remove FWL_GetThemeLayout
by dsinclair
· 9 years ago
0ed26b2
Remove theme id from themeproviders
by dsinclair
· 9 years ago
85c8e7f
Fixup lint flags.
by Dan Sinclair
· 9 years ago
dd17234
Split fwl/core class pt I.
by dsinclair
· 9 years ago
b4455b9
Remove unused FWL_WGTSTYLE_Icon
by dsinclair
· 9 years ago
14d3a9e
Remove unset FWL_WGTSTYLE_NarrowCaption
by dsinclair
· 9 years ago
55323f3
Remove unset FWL_WGTSTYLE_Caption
by dsinclair
· 9 years ago
88cb0a3
Remove unread m_InfoStart from IFWL_Form.
by dsinclair
· 9 years ago
aa17f57
Remove form resize type
by dsinclair
· 9 years ago
0e606b5
Make CPDF_Dictionary use unique pointers.
by tsepez
· 9 years ago
Next »