summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-25Fix FXSYS_StrToInt()Wei Li
2016-03-25support gradients and stroke+fillcaryclark
2016-03-25Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>.Tom Sepez
2016-03-25Remove unused params of CPDF_Image::SetImage.dsinclair
2016-03-25Cleanup some extern method declarations.dsinclair
2016-03-24Added bounds checking to GetNameFromTT to handle corrupt files.Tom Sepez
2016-03-24Remove strange integral constants for "true", "false", "%PDF".Tom Sepez
2016-03-24Add missing comma.dan sinclair
2016-03-24fix windows build; add blend modesCary Clark
2016-03-23Split core/include/fpdfapi/fpdf_resource.hdan sinclair
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-23Fix win/clang part 2.Dan Sinclair
2016-03-23Fix build on win/clangDan Sinclair
2016-03-22Re-enable MSVC warning 4702Wei Li
2016-03-21Make predefined character table slightly smaller.Tom Sepez
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-21Make a few more const tables smaller.chromium/2689chromium/2688Tom Sepez
2016-03-21Remove unused FXDIB_PALETTE_ optionsTom Sepez
2016-03-21Re-enable several MSVC warningsWei Li
2016-03-21Handle empty objects in IsSameTextObject() and free from warningWei Li
2016-03-21Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi.Dan Sinclair
2016-03-18Replace additional FX_WCHAR tables with uint16_t.Tom Sepez
2016-03-18Reduce size of several PDFium constant tables.Tom Sepez
2016-03-17fix paths and remove dead codeCary Clark
2016-03-16Enable building pdf_use_skia in the standalone build.Dan Sinclair
2016-03-16Move core/include/fpdfapi/fpdf_page.h to correct locations.Dan Sinclair
2016-03-15Remove -Wno-inconsistent-missing-override for clang-cl builds.Oliver Chang
2016-03-15Fix CJS_PublicMethods::IsNumber() with unit test and some cleanupWei Li
2016-03-15core/include/fdpfapi cleanup Part I.Dan Sinclair
2016-03-15Modify xfa code to avoid c4800 warningsWei Li
2016-03-15Reland "Fix sycc{420,422}_to_rgb issues."chromium/2680Oliver Chang
2016-03-15Split CPDF_Stream/CPDF_StreamAcc into separate filesTom Sepez
2016-03-15Revert "Fix sycc{420,422}_to_rgb issues."Oliver Chang
2016-03-15Fix sycc{420,422}_to_rgb issues.Oliver Chang
2016-03-15Tidy fpdftext/ directoryTom Sepez
2016-03-14Add bitmaps and skp output to Skia portCary Clark
2016-03-14Move fx_crypto.h and fpdf_text.h out of core/include.Dan Sinclair
2016-03-14Add missing DEPS files; enable checkdeps.Dan Sinclair
2016-03-14Move fpdfsdk/src up to fpdfsdk/.Dan Sinclair
2016-03-14Fix offset outside bounds warning on GCCTom Sepez
2016-03-14Move core/src/ up to core/.Dan Sinclair
2016-03-11Re-enable MSVC warning 4800 for compiling with chromium_codeWei Li
2016-03-10Split fpdf_parser_objects.cpp into per-class .cpp/.h files.Tom Sepez
2016-03-10Change colorspace's number of components to be unsignedWei Li
2016-03-10Split apart the remainder of fpdf_render_render.cpp into per-class files.Tom Sepez
2016-03-09Split off IPDF_CryptoHandler into its own .cpp/.h files.Tom Sepez
2016-03-09Move ScopedSetInsertion to third_party/base/stl_util.hTom Sepez
2016-03-09Move CPDF_NumberTree to fpdfdoc.Tom Sepez
2016-03-09Convert NULLs to nullptrs in fx_xml_parser.cppOliver Chang