Age | Commit message (Expand) | Author |
2016-10-20 | Merge the CFWL_*Imp classes into the IFWL_* classes. | dsinclair |
2016-10-18 | Merge IFWL_App and FWL_AppImp together | dsinclair |
2016-10-17 | Cleanup unneeded FWL theme code. | dsinclair |
2016-10-13 | Remove duplicate FWL key flags | 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/fxcrt/include to core/fxcrt | dsinclair |
2016-09-14 | Split CPDFXFA_Document apart | dsinclair |
2016-09-13 | Sort include entries. | dsinclair |
2016-08-04 | Use smart pointers for class owned pointers | 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 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_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-26 | Add opaque "layout item" to widgets for caller's use. | tsepez |
2016-05-25 | Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h} | tsepez |
2016-05-24 | Remove IWFL_WidgetMgr in favor of CFWL_WidgetMgr. | tsepez |
2016-05-20 | Remove Release() from CFX_Barcode | tsepez |
2016-05-20 | Fix unreachable code in fwl_comboboximp.cpp | tsepez |
2016-05-19 | Work around sign compare error from commit be9b894. | thestig |
2016-05-18 | Remove Release() from CFDE_TxtEdit* classes | tsepez |
2016-05-18 | Split xfa/fee files into individual class files. | dsinclair |
2016-05-18 | Pass objects instead of strings for undo/redo records. | dsinclair |
2016-05-16 | Convert border style defines to an enum class. | dsinclair |
2016-05-13 | Make CFX_ByteString(const CFX_ByteStringC&) explicit. | tsepez |
2016-05-13 | Make CFX_WideString(const CFX_WideString&) explicit. | tsepez |
2016-05-13 | ReplaceSelections() methods never called. | tsepez |
2016-05-11 | Replace some calls to Release() with direct delete, part 1. | tsepez |
2016-05-05 | Remove CLASSHASH defines in favour of an enum class. | dsinclair |
2016-05-04 | Convert FWL_ERR into an enum class. | dsinclair |
2016-05-04 | Cleanup IFWL_Adapter interfaces. | dsinclair |
2016-05-04 | Cleanup CFWL_ThemePart data. | dsinclair |
2016-05-04 | More define cleanup. | dsinclair |
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-05-02 | Fix lint bugs. | thestig |
2016-05-02 | Remove IFDE_TxtEdt interfaces where possible. | dsinclair |