summaryrefslogtreecommitdiff
path: root/core/fxge/ge
AgeCommit message (Expand)Author
2016-06-22Remove some fx_dib functions with unused parameters.thestig
2016-06-21Use FXFONT defines in place of integers.thestig
2016-06-21Move ifx_renderdevicedriver to a separate file to shareweili
2016-06-20Remove unused CFX_Font members.thestig
2016-06-20Another round of fx_ge cleanup.thestig
2016-06-14Make code compile with clang_use_chrome_plugin (part II)weili
2016-06-13Remove default arguments from IFX_RenderDeviceDriver.thestig
2016-06-08update skiacaryclark
2016-06-08Remove implicit CFX_CountedRef::operator T*()tsepez
2016-06-07Get rid of NULLs in core/thestig
2016-06-06Remove unused PS generation code.thestig
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-06-01Change CFX_Font::GetPsName() to return a CFX_ByteString.thestig
2016-05-27Clean up some Android/Windows code.thestig
2016-05-26Remove default arguments from CFX_FxgeDevice.thestig
2016-05-26Remove default arguments in CFX_RenderDevice.thestig
2016-05-26Remove default argument from RestoreState() methods.thestig
2016-05-19Remove agg from skia buildcaryclark
2016-05-19Clean up CFX_RenderDevice::DrawNormalText().thestig
2016-05-17Don't use LCD antialiasing if Fontconfig doesn't support hintingthomasanderson
2016-05-13Make CFX_ByteString(const CFX_ByteStringC&) explicit.tsepez
2016-05-04Return bool rather than bitwise-and for FX_BOOLtsepez
2016-04-29Subtract instead of adding the negation.thestig
2016-04-14Rename CFX_ByteTextBuf::GetByteString() to AsStringC().tsepez
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-12Fix the code which causes Windows GN build warningchromium/2709chromium/2708chromium/2707weili
2016-04-12Remove ICodec_* Interfaces.dsinclair
2016-04-12Record all fonts, not just one per charset.dsinclair
2016-04-11Fix integer issues leading to out of bounds access in fx_ge_text.cpp.ochang
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-04Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.tsepez
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-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-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-21Re-enable several MSVC warningsWei Li
2016-03-15Modify xfa code to avoid c4800 warningsWei Li
2016-03-14Move core/src/ up to core/.Dan Sinclair