Age | Commit message (Expand) | Author |
2016-11-02 | Remove FX_BOOL from xfa. | tsepez |
2016-10-31 | Remove FWL globals. | dsinclair |
2016-10-24 | Rename IFX_ stream nameschromium/2900 | tsepez |
2016-10-18 | Merge IFWL_App and FWL_AppImp together | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_page to core/fpdfapi/page | dsinclair |
2016-09-29 | Move xfa/fxfa/include to xfa/fxfa | dsinclair |
2016-09-29 | Move xfa/{fwl,fxbarcode,fxgraphics}/include up to parent | dsinclair |
2016-09-29 | Move core/fxge/include to core/fxge | dsinclair |
2016-09-29 | Move core/fxcodec/codec/include and core/fxcodec/include files up | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page | dsinclair |
2016-09-14 | Split CPDFXFA_Document apart | dsinclair |
2016-09-13 | Sort include entries. | dsinclair |
2016-08-22 | Make CFX_Color constructor explicit | weili |
2016-08-10 | Use smart pointers for class owned pointers in xfa/fxfa | weili |
2016-08-10 | Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ... | npm |
2016-08-09 | Fix typos of the word outer. | thestig |
2016-08-08 | Move CFX_ClipRgn and CFX_PathData into their own files. | npm |
2016-08-04 | Move CFX_GEModule into its own file | npm |
2016-06-23 | Remove NULL in xfa/ | dsinclair |
2016-06-23 | Cleanup some variable namings.chromium/2778 | dsinclair |
2016-06-22 | Update GetClassID to GetElementType | dsinclair |
2016-06-21 | Convert XFA_ELEMENT to an enum class | dsinclair |
2016-06-16 | Cleanup FWL RenderWidget method parameters. | dsinclair |
2016-06-16 | Make code compile with clang_use_chrome_plugin (part V)chromium/2770 | weili |
2016-06-15 | Make code compile with clang_use_chrome_plugin (part IV) | weili |
2016-06-13 | Optionally skip image type detection in progressive decoder. | dsinclair |
2016-06-09 | Use static_cast<CXFA_WidgetAcc*> in xfa. | tsepez |
2016-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-05-26 | Remove default arguments in CFX_RenderDevice. | thestig |
2016-05-26 | Remove default argument from RestoreState() methods. | thestig |
2016-05-20 | Clean up XFA code which causes warnings | weili |
2016-05-17 | XFA_WIDGETSTATUS cleanup. | dsinclair |
2016-05-12 | Clean up CFX_ImageTransformer. | thestig |
2016-05-04 | Return bool rather than bitwise-and for FX_BOOL | tsepez |
2016-05-03 | Remove FWL_WGTHITTEST_* defines in favour of enum class. | dsinclair |
2016-04-28 | Do not check pointers before deleting them. | thestig |
2016-04-27 | Standardize on ASSERT. | dsinclair |
2016-04-13 | Remove implicit cast from CFX_ByteString to (const char*). | tsepez |
2016-04-12 | Remove ICodec_* Interfaces. | 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 | Move remaining xfa/include/fxfa files | dsinclair |
2016-04-06 | Move include/fxcodec to fxcodec/include | dsinclair |
2016-04-06 | Split fxfa_objectacc.h into pieces. | dsinclair |
2016-04-05 | Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. | tsepez |
2016-04-04 | Cleanup the FF Handler proxy methods. | dsinclair |
2016-03-31 | Remove IXFA_* interfaces. | dsinclair |
2016-03-25 | Remove FX_DWORD from XFA. | tsepez |
2016-03-21 | Remove FX_WORD in favor of uint16_t. | Tom Sepez |
2016-03-21 | Make a few more const tables smaller.chromium/2689chromium/2688 | Tom Sepez |