Age | Commit message (Expand) | Author |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-06-06 | Remove unused PS generation code. | thestig |
2016-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-06-01 | Change CFX_Font::GetPsName() to return a CFX_ByteString. | thestig |
2016-05-27 | Clean up some Android/Windows code. | thestig |
2016-05-26 | Remove default arguments from CFX_FxgeDevice. | thestig |
2016-05-26 | Remove default arguments in CFX_RenderDevice. | thestig |
2016-05-26 | Remove default argument from RestoreState() methods. | thestig |
2016-05-19 | Remove agg from skia build | caryclark |
2016-05-19 | Clean up CFX_RenderDevice::DrawNormalText(). | thestig |
2016-05-17 | Don't use LCD antialiasing if Fontconfig doesn't support hinting | thomasanderson |
2016-05-13 | Make CFX_ByteString(const CFX_ByteStringC&) explicit. | tsepez |
2016-05-04 | Return bool rather than bitwise-and for FX_BOOL | tsepez |
2016-04-29 | Subtract instead of adding the negation. | thestig |
2016-04-14 | Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). | tsepez |
2016-04-13 | Remove implicit cast from CFX_ByteString to (const char*). | tsepez |
2016-04-12 | Fix the code which causes Windows GN build warningchromium/2709chromium/2708chromium/2707 | weili |
2016-04-12 | Remove ICodec_* Interfaces. | dsinclair |
2016-04-12 | Record all fonts, not just one per charset. | dsinclair |
2016-04-11 | Fix integer issues leading to out of bounds access in fx_ge_text.cpp. | ochang |
2016-04-08 | Make converstion explicit from CFX_ByteString to uint8_t* | tsepez |
2016-04-08 | Rename both As{Byte,Wide}StringC() helpers to AsStringC(). | tsepez |
2016-04-06 | Make wide strings use StringData template | tsepez |
2016-04-06 | Remove IFX_FontEnumerator | dsinclair |
2016-04-06 | Move include/fxcodec to fxcodec/include | dsinclair |
2016-04-06 | Move core/include/fxge to core/fxge/include. | dsinclair |
2016-04-04 | Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. | tsepez |
2016-04-04 | Support the device font cache | caryclark |
2016-03-31 | Re-enable all the windows warnings except 4267 | weili |
2016-03-29 | Code change to avoid signed/unsigned mismatch warnings. | Wei Li |
2016-03-28 | Reduce signed/unsigned comparison warnings | Wei Li |
2016-03-25 | Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692 | tsepez |
2016-03-25 | support gradients and stroke+fill | caryclark |
2016-03-25 | Cleanup some extern method declarations. | dsinclair |
2016-03-24 | Added bounds checking to GetNameFromTT to handle corrupt files. | Tom Sepez |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-21 | Remove FX_WORD in favor of uint16_t. | Tom Sepez |
2016-03-21 | Re-enable several MSVC warnings | Wei Li |
2016-03-15 | Modify xfa code to avoid c4800 warnings | Wei Li |
2016-03-14 | Move core/src/ up to core/. | Dan Sinclair |