Age | Commit message (Expand) | Author |
2016-05-13 | allow Skia to be the default graphics engine | caryclark |
2016-05-12 | Clean up CFX_ImageTransformer. | thestig |
2016-05-12 | put change to CFX_ImageStretcher in Skia as well | caryclark |
2016-05-11 | Clean up CFX_ImageStretcher. | thestig |
2016-05-11 | Fix a divide by zero in CFX_ImageStretcher. | thestig |
2016-05-09 | fix linux warnings | caryclark |
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-19 | Remove a few more char* members from structs/classes. | tsepez |
2016-04-14 | Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). | tsepez |
2016-04-14 | skia bugs found with first test pdf | caryclark |
2016-04-13 | Remove implicit cast from CFX_ByteString to (const char*). | tsepez |
2016-04-13 | Cleanup IFPF_* interfaces. | dsinclair |
2016-04-12 | Cleanup various IFX_ text interfaces. | dsinclair |
2016-04-12 | Fix the code which causes Windows GN build warningchromium/2709chromium/2708chromium/2707 | weili |
2016-04-12 | Remove IFDE_Pen and IFDE_Brush. | dsinclair |
2016-04-12 | Remove ICodec_* Interfaces. | dsinclair |
2016-04-12 | Record all fonts, not just one per charset. | dsinclair |
2016-04-12 | flesh out gradient shaders | caryclark |
2016-04-11 | Fix integer issues leading to out of bounds access in fx_ge_text.cpp. | ochang |
2016-04-11 | Remove IFX_AdditionalFontMgr and IFX_FontMgrDelegate. | dsinclair |
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-06 | remove agg from skia driver | caryclark |
2016-04-05 | Rename GetCStr and GetPtr to match CFX_ByteString. | dsinclair |
2016-04-04 | Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. | tsepez |
2016-04-04 | flip sense of alpha masks | caryclark |
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 | Cleanup one mac header | 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-24 | Remove strange integral constants for "true", "false", "%PDF". | Tom Sepez |
2016-03-24 | fix windows build; add blend modes | Cary Clark |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-22 | Re-enable MSVC warning 4702 | Wei Li |
2016-03-21 | Remove FX_WORD in favor of uint16_t. | Tom Sepez |
2016-03-21 | Remove unused FXDIB_PALETTE_ options | Tom Sepez |
2016-03-21 | Re-enable several MSVC warnings | Wei Li |
2016-03-17 | fix paths and remove dead code | Cary Clark |
2016-03-16 | Enable building pdf_use_skia in the standalone build. | Dan Sinclair |
2016-03-15 | Remove -Wno-inconsistent-missing-override for clang-cl builds. | Oliver Chang |