1. e02b2bc Use CXFA_TextUserData in place of CFX_Retainable where possible. by Tom Sepez · 8 years ago
  2. 0d86ecb Move fde XML parser to core by Dan Sinclair · 8 years ago
  3. 5fa4e98 Move XML attribute handling to a base class. by Dan Sinclair · 8 years ago
  4. 93bfc26 Cleanup CFDE_XMLCharData and CFDE_XMLText by Dan Sinclair · 8 years ago
  5. ac35589 Split the FDE XML file into indiviual class files. by Dan Sinclair · 8 years ago
  6. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 8 years ago
  7. 669a418 Drop FXSYS_ from math methods by Dan Sinclair · 8 years ago
  8. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 8 years ago
  9. d9828fd Rename FDE files to match contents. by Dan Sinclair · 8 years ago
  10. efcae5d Split xfa_object.h apart. by Dan Sinclair · 8 years ago
  11. 5c500ac Return arrays where appropriate in fxfa. by Tom Sepez · 8 years ago
  12. fcc309e Use std::vector in fxfa/app. by Tom Sepez · 8 years ago
  13. e533b93 Create common base class for TxtBreak and RTFBreak. by Dan Sinclair · 8 years ago
  14. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  15. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  16. 893822a Merge text breaking helper classes. by Dan Sinclair · 8 years ago
  17. c36fe07 Cleanup FX_TXTBREAK by Dan Sinclair · 8 years ago
  18. f7fccbd Remove CFX_RTFPieceArray and use std::vector by Dan Sinclair · 8 years ago
  19. b0d3160 Change CreateBreak to return a unique_ptr by Dan Sinclair · 8 years ago
  20. bef7389 Return values instead of out params by Dan Sinclair · 8 years ago
  21. 7071943 Remove unused methods from RTFBreak and TextBreak by Dan Sinclair · 8 years ago
  22. d2ee0f3 Convert the FX_RTFBREAK defines to an enum class by Dan Sinclair · 8 years ago
  23. d7de8e1 Convert FX_RTFLINEALIGNMENT to an enum class by Dan Sinclair · 8 years ago
  24. fb906e3 Remove unused layout styles by Dan Sinclair · 8 years ago
  25. 1026eab Remove unused RTF Break Policies by Dan Sinclair · 8 years ago
  26. 2c02fae Change FXTEXT_CHARPOS to use CFX_PointF by Dan Sinclair · 8 years ago
  27. d8b01ca Revert "Convert Origins to points" by Dan Sinclair · 8 years ago
  28. da83d3a Convert Origins to points by Dan Sinclair · 8 years ago
  29. 071d786 Rename x,y to width,height for Size types by dan sinclair · 8 years ago
  30. 65c7c23 Remove FX_WSTRC usage by dan sinclair · 9 years ago
  31. 03de884 Remove last usage of IFX_Retainable. by Tom Sepez · 9 years ago
  32. 7e5fdd0 Track CFDE_CSSComputedStyle with retained ptrs by Dan Sinclair · 9 years ago
  33. 95bec80 Split fde/css files into individual class files. by Dan Sinclair · 9 years ago
  34. 783a7e0 Avoid endless loop deleting CFGAS_GEFont. by tsepez · 9 years ago
  35. b9fbe6e Rename FDE_CSSRECT and FDE_CSSLENGTH by Dan Sinclair · 9 years ago
  36. cfb856c Remove IFDE_CSS interfaces which are only implemented once. by Dan Sinclair · 9 years ago
  37. 96f482c Convert FDE CSS enums to enum classes. by Dan Sinclair · 9 years ago
  38. 0cb9b8c Strip out custom allocator code by Dan Sinclair · 9 years ago
  39. 1f5d498 Split xfa_textlayout apart. by Dan Sinclair · 9 years ago