summaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Expand)Author
2016-03-09Fix build broken at ca78d9a52893Tom Sepez
2016-03-09Split off IPDF_SecurityHandler and CPDF_StandardSecurityHandler.Tom Sepez
2016-03-09Fix build broken at 8388037a5c58Tom Sepez
2016-03-09Split off CPDF_Parser and CPDF_SimpleParser into .h/.cpp filesTom Sepez
2016-03-09Review and cleanup lint warnings.Dan Sinclair
2016-03-08Split off CPDF_Document into its own .cpp/.h files.Tom Sepez
2016-03-08Re-land "Split CPDF_SyntaxParser into its own named .cpp/.h files."Tom Sepez
2016-03-08Missing return, broken win build.Dan Sinclair
2016-03-08Revert "Split CPDF_SyntaxParser into its own named .cpp/.h files."Tom Sepez
2016-03-08Split CPDF_SyntaxParser into its own named .cpp/.h files.Tom Sepez
2016-03-08Reland "Fix chromium-style errors."Dan Sinclair
2016-03-08FX_FONTDESCRIPTOR must be POD.Tom Sepez
2016-03-08Move fx_agg_driver files up one levelDan Sinclair
2016-03-07Revert "Fix chromium-style errors."Dan Sinclair
2016-03-07Fix chromium-style errors.Dan Sinclair
2016-03-07Fix a regression caused by 7cf13c9Wei Li
2016-03-04Small change to enable skia-backed version of pdfium.Cary Clark
2016-03-03Combine StrToInt methods.Dan Sinclair
2016-03-03Fixup chromium-style warnings in fpdf_objects.hDan Sinclair
2016-03-03Remove other remaining use of std::list::size() from loop body.Tom Sepez
2016-03-03Fix O(n^2) behaviour in parser.Tom Sepez
2016-03-03Fix parsing of object numbers > 16,777,216.Dan Sinclair
2016-03-02Don't load GDI+ if GDI is disabled.chromium/2666Tom Sepez
2016-03-02Check that the names buffer is not empty before passing to GetNameFromTT.Tom Sepez
2016-03-02Remove unused CFX_GrowOnlyPool.dan sinclair
2016-03-01Remove implicit conversions and some cleanupWei Li
2016-03-01Fix and enable lint checks.Dan Sinclair
2016-03-01This Cl adds some whitespace and other formatting while removing some braces ...Dan Sinclair
2016-03-01Remove _FX_WINAPI_PARTITION_DESKTOP_Dan Sinclair
2016-02-29Add CFX_FloatRect::ToFxRect().Tom Sepez
2016-02-29Remove fx_fpf.h and IWYUDan Sinclair
2016-02-29Pass rect by const reference in SetClip_Rect().Tom Sepez
2016-02-29Fixup FX_RECT and FX_SMALL_RECT classes.Tom Sepez
2016-02-29Add missing field initializers to g_PredefinedCMaps.Dan Sinclair
2016-02-27Cleanup forward declarations.dan sinclair
2016-02-26Remove some FX_BOOLsTom Sepez
2016-02-26Re-land "Replace CPDF_Rect and CPDF_Point with CFX types."Tom Sepez
2016-02-26Revert "Replace CPDF_Rect and CPDF_Point with CFX types."Tom Sepez
2016-02-26Replace CPDF_Rect and CPDF_Point with CFX types.Tom Sepez
2016-02-25Fix static initializers.Lei Zhang
2016-02-25Use std::lower_bound() in a couple places.Lei Zhang
2016-02-25Rename some functions that start with underscore.Lei Zhang
2016-02-25refactor CPDF_Font and subclassesWei Li
2016-02-25Make CFX_PSVTemplate simpler.Tom Sepez
2016-02-24Clean up some if/else if statements in CPDF_Parser::RebuildCrossRef().Lei Zhang
2016-02-24Rename fxge .c files to .cppDan Sinclair
2016-02-24Fix android build broken at e238549Tom Sepez
2016-02-24Fixing whitespace lint errors.Dan Sinclair
2016-02-23Store opcode function pointers in an unordered_mapLei Zhang
2016-02-23Remove FXSYS_MulDiv(a, b, c).Dan Sinclair