summaryrefslogtreecommitdiff
path: root/core/fxge
AgeCommit message (Expand)Author
2016-04-19Remove a few more char* members from structs/classes.tsepez
2016-04-14Rename CFX_ByteTextBuf::GetByteString() to AsStringC().tsepez
2016-04-14skia bugs found with first test pdfcaryclark
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-13Cleanup IFPF_* interfaces.dsinclair
2016-04-12Cleanup various IFX_ text interfaces.dsinclair
2016-04-12Fix the code which causes Windows GN build warningchromium/2709chromium/2708chromium/2707weili
2016-04-12Remove IFDE_Pen and IFDE_Brush.dsinclair
2016-04-12Remove ICodec_* Interfaces.dsinclair
2016-04-12Record all fonts, not just one per charset.dsinclair
2016-04-12flesh out gradient shaderscaryclark
2016-04-11Fix integer issues leading to out of bounds access in fx_ge_text.cpp.ochang
2016-04-11Remove IFX_AdditionalFontMgr and IFX_FontMgrDelegate.dsinclair
2016-04-08Make converstion explicit from CFX_ByteString to uint8_t*tsepez
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-06Make wide strings use StringData templatetsepez
2016-04-06Remove IFX_FontEnumeratordsinclair
2016-04-06Move include/fxcodec to fxcodec/includedsinclair
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-04-06remove agg from skia drivercaryclark
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair
2016-04-04Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.tsepez
2016-04-04flip sense of alpha maskscaryclark
2016-04-04Support the device font cachecaryclark
2016-03-31Re-enable all the windows warnings except 4267weili
2016-03-29Code change to avoid signed/unsigned mismatch warnings.Wei Li
2016-03-28Cleanup one mac headerWei Li
2016-03-28Reduce signed/unsigned comparison warningsWei Li
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-25support gradients and stroke+fillcaryclark
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-24fix windows build; add blend modesCary Clark
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-22Re-enable MSVC warning 4702Wei Li
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-21Remove unused FXDIB_PALETTE_ optionsTom Sepez
2016-03-21Re-enable several MSVC warningsWei Li
2016-03-17fix paths and remove dead codeCary Clark
2016-03-16Enable building pdf_use_skia in the standalone build.Dan Sinclair
2016-03-15Remove -Wno-inconsistent-missing-override for clang-cl builds.Oliver Chang
2016-03-15core/include/fdpfapi cleanup Part I.Dan Sinclair
2016-03-15Modify xfa code to avoid c4800 warningsWei Li
2016-03-14Add bitmaps and skp output to Skia portCary Clark
2016-03-14Add missing DEPS files; enable checkdeps.Dan Sinclair
2016-03-14Move core/src/ up to core/.Dan Sinclair