Age | Commit message (Expand) | Author |
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/fxcrt/include to core/fxcrt | 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 | Use smart pointers for class owned pointers in xfa/fwl/theme | weili |
2016-08-08 | Use virtual function to retrieve interface pointer | weili |
2016-08-08 | Move CFX_ClipRgn and CFX_PathData into their own files. | npm |
2016-08-04 | Use smart pointers for class owned pointers | weili |
2016-08-04 | Fix a file name typo | weili |
2016-07-20 | Clean up singleton implementation | weili |
2016-06-24 | Remove IFWL_ToolTipTarget. | thestig |
2016-06-23 | Remove NULL in xfa/ | dsinclair |
2016-06-18 | Make code compile with clang_use_chrome_plugin (part VI) | weili |
2016-06-16 | Remove unused code. | dsinclair |
2016-06-16 | Remove barcode reading code. | dsinclair |
2016-06-16 | Rename fxmath_barcodeimp to cfx_barcode | dsinclair |
2016-06-15 | Make code compile with clang_use_chrome_plugin (part IV) | weili |
2016-06-09 | Avoid casts via correct types in fgas_textbreak | tsepez |
2016-06-07 | Replace IFGAS_Font with underlying concrete type | thestig |
2016-06-07 | Fix more code which has shadow variables | weili |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-06-06 | Remove FWL_HTIMER in favor of IWFL_TimerInfo | tsepez |
2016-06-06 | Make GetDevFont() return a CFX_Font* instead of void* | tsepez |
2016-06-03 | Rename IFX_FontMgr to IFGAS_FontMgr | tsepez |
2016-06-03 | Fix more bugs found by /analyze tool | weili |
2016-06-03 | Rename IFX_Font to IFGAS_Font | tsepez |
2016-06-03 | Remove two unused opaque handle types | tsepez |
2016-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-06-02 | Replace FWL_HLISTITEM with class IFWL_ListItem {} | tsepez |
2016-05-27 | Fix two bugs found by /analyze tool | weili |
2016-05-27 | Add back-pointer to "Associated widget" to CFWL_WidgetImp. | tsepez |
2016-05-26 | Fix MSVC C4800 build warnings. | thestig |
2016-05-26 | Remove default arguments from CFX_FxgeDevice. | thestig |
2016-05-26 | Add opaque "layout item" to widgets for caller's use. | tsepez |
2016-05-26 | Enable chromium_code standard for XFA code | weili |
2016-05-26 | Remove unused FWL_Error::OutOfMemory | tsepez |
2016-05-26 | Remove one (of several) usages of SetPrivateData from IFWL_Widget | tsepez |
2016-05-25 | Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h} | tsepez |
2016-05-24 | Correctly implement GetPartState() function | weili |
2016-05-24 | Remove IWFL_WidgetMgr in favor of CFWL_WidgetMgr. | tsepez |
2016-05-20 | Return no style in GetItemStyles() for item of null pointer | weili |
2016-05-20 | Remove Release() from CFX_Barcode | tsepez |
2016-05-20 | Clean up XFA code which causes warnings | weili |
2016-05-20 | Fix a bug on scrollbar's checking theme states | weili |
2016-05-20 | Fix unreachable code in fwl_comboboximp.cpp | tsepez |
2016-05-20 | Use std::map, std::unique_ptr in fwl_widgetmgrimp.h | tsepez |