1. 2c02fae Change FXTEXT_CHARPOS to use CFX_PointF by Dan Sinclair · 8 years ago
  2. e460232 Cleanup CFX_PathData. by Dan Sinclair · 8 years ago
  3. d8b01ca Revert "Convert Origins to points" by Dan Sinclair · 8 years ago
  4. da83d3a Convert Origins to points by Dan Sinclair · 8 years ago
  5. f0b6554 Simplify FX_UTF8Encode variants. by Tom Sepez · 8 years ago
  6. 687a79c Cleanup CFX_Matrix related methods by Dan Sinclair · 8 years ago
  7. 118a8e2 Replace rect.Transform(matrix) with matrix.TransformRect(rect) by Dan Sinclair · 8 years ago
  8. 21e954b Remove CopyToLocal from CFDE_CSSDeclaration by Dan Sinclair · 8 years ago
  9. 1b08df1 Convert Get methods to return instead of using out params. by Dan Sinclair · 8 years ago
  10. 36c18c8 Add CFDE_CSSValueListParser tests by Dan Sinclair · 8 years ago
  11. 071d786 Rename x,y to width,height for Size types by dan sinclair · 8 years ago
  12. bba2a7c Update to use CFX_Rect{F} and CFX_Matrix constructors. by Dan Sinclair · 8 years ago
  13. 79365f7 Use enum class for PathPoint types. by Nicolas Pena · 8 years ago
  14. c222907 Cleanup out params in XFA layout code. by Dan Sinclair · 8 years ago
  15. 76da884 Split CFX_STemplate from CFX_PSTemplate by Tom Sepez · 8 years ago
  16. 10def51 More CXFA_ItemLayoutProcessor cleanup by Dan Sinclair · 8 years ago
  17. 3c056ae Remove redundant tests exposed by inlining macros in fxbarcode by Tom Sepez · 8 years ago
  18. e5f4f22 Cleanup xfa layout code by dan sinclair · 8 years ago
  19. aaf0bdc Remove unused parameter by dan sinclair · 8 years ago
  20. 65c7c23 Remove FX_WSTRC usage by dan sinclair · 8 years ago
  21. 44b297b Clean up CSS code to match styles. by dan sinclair · 8 years ago
  22. c8017b2 Remove BC_EXCEPTION_CHECK macros by Tom Sepez · 8 years ago
  23. 576e815 Use std::vector and unique_ptr in xfa/fwl. by Tom Sepez · 8 years ago
  24. 51d02b3 use std::vector in cfx_graphics.h and xfa_ffwidget.h by Tom Sepez · 8 years ago
  25. 98909bf Add CSS parser tests by Dan Sinclair · 8 years ago
  26. 35ee5bb Cleanup memory in CFDE_CSSStyleSelector by Dan Sinclair · 8 years ago
  27. 03de884 Remove last usage of IFX_Retainable. by Tom Sepez · 8 years ago
  28. 33316fc Use std::vector for fx_ucd.h arrays. by tsepez · 8 years ago
  29. 7e5fdd0 Track CFDE_CSSComputedStyle with retained ptrs by Dan Sinclair · 8 years ago
  30. aee2d80 Cleanup memory in CFDE_CSSRuleCollection by Dan Sinclair · 8 years ago
  31. 1339133 Remove ID, Class and Universal selector code by Dan Sinclair · 8 years ago
  32. 3d32876 Use std::vector for CFX_RectF arrays by tsepez · 8 years ago
  33. e73fea5 Remove CSS Pseudo parsing by Dan Sinclair · 8 years ago
  34. 4022f87 Update safe numerics package to get bitwise ops by tsepez · 8 years ago
  35. b76f49b Remove unused author and and user stylesheets by Dan Sinclair · 8 years ago
  36. 6414b27 Cleanup CSS parsing by Dan Sinclair · 8 years ago
  37. a0b2d23 Replace CXFA_StrokeArray and CXFA_WidgetArray with std::vector by tsepez · 8 years ago
  38. c757d9a Remove some |void Release() { delete this; }| anti-pattern. by tsepez · 8 years ago
  39. 82aa396 Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t> by tsepez · 8 years ago
  40. 6db6fbc Remove CFX_Points, CFX_PointsF in favor of std::vector by tsepez · 8 years ago
  41. 95bec80 Split fde/css files into individual class files. by Dan Sinclair · 8 years ago
  42. 85c532b use unique_ptr in xfa_checksum.h by tsepez · 8 years ago
  43. 19c209d Split CFDE_CSSPrimitiveValue apart by Dan Sinclair · 8 years ago
  44. be59106 Convert CSS mode stack to std::stack by Dan Sinclair · 8 years ago
  45. 9dbc3c4 Remove unused syntax parser initialize method. by Dan Sinclair · 8 years ago
  46. 091344f Remove unused codePage and URL code. by Dan Sinclair · 8 years ago
  47. 09065ae Remove GetDeclImp methods in favour of GetDeclaration by Dan Sinclair · 8 years ago
  48. a715f52 More css parser tests; more memory fixes. by Dan Sinclair · 8 years ago
  49. 3285c56 Start CSS parser unit tests by Dan Sinclair · 8 years ago
  50. 783a7e0 Avoid endless loop deleting CFGAS_GEFont. by tsepez · 8 years ago
  51. b9fbe6e Rename FDE_CSSRECT and FDE_CSSLENGTH by Dan Sinclair · 8 years ago
  52. 6efd0d7 Replace remaining CSS interfaces with concrete classes by Dan Sinclair · 8 years ago
  53. cfb856c Remove IFDE_CSS interfaces which are only implemented once. by Dan Sinclair · 8 years ago
  54. 98d00b2 Remove used items from the CSS code. by Dan Sinclair · 8 years ago
  55. 96f482c Convert FDE CSS enums to enum classes. by Dan Sinclair · 8 years ago
  56. 76a44de Cleaning up memory allocation in CXFA_FM2JSContext - IV by Dan Sinclair · 8 years ago
  57. 0cb9b8c Strip out custom allocator code by Dan Sinclair · 8 years ago
  58. 1f5d498 Split xfa_textlayout apart. by Dan Sinclair · 8 years ago
  59. 0e6438e Remove custom allocator from CFDE_TxtEdtBuf. by Dan Sinclair · 8 years ago
  60. 3128d1c Remove more _LP* typedefs. by tsepez · 8 years ago
  61. 5e9066c Add CFDE_TxtEdtBuf tests by dsinclair · 8 years ago
  62. 5037839 Tidy cfgas_fontmgr, remove custom sorting code. by tsepez · 8 years ago
  63. 591ed14 Remove CFX_MapPtrToPtr and templates. by tsepez · 8 years ago
  64. 6fd07ef Remove CFX_MapPtrToPtr in xfa/fgas, part 2 by tsepez · 8 years ago
  65. 469f6da use unique_ptr in cxfa_layoutprocessor.h by tsepez · 8 years ago
  66. 2a998ad Cleaning up memory allocation in CXFA_FM2JSContext - III by Dan Sinclair · 8 years ago
  67. 647f284 Cleaning up memory allocation in CXFA_FM2JSContext - II by Dan Sinclair · 8 years ago
  68. 7855a2c Cleaning up memory allocation in CXFA_FM2JSContext - I by Dan Sinclair · 8 years ago
  69. e647799 Properly ref-count CFGAS_GEFont with CFX_RetainPtr. by tsepez · 8 years ago
  70. 6bb3b89 Remove CFX_MapPtrToPtr from xfa/fxfa. by tsepez · 8 years ago
  71. 91fd904 remove unused CFX_PtrToInt32 typedef by tsepez · 8 years ago
  72. e4d611c Remove CFX_MapPtrToPtr from xfa/fde. by tsepez · 8 years ago
  73. fff400a Remove CFX_ArrayTemplate in BC_QRCoderEncoder. by tsepez · 8 years ago
  74. d654d78 remove some CFX_ArrayTemplate in xfa_ffdocview.h by tsepez · 8 years ago
  75. 72f50f2 Cleanup ThemeProvider code by Dan Sinclair · 8 years ago
  76. c635c93 Remove the ::GetCapacity methods. by Dan Sinclair · 8 years ago
  77. 3cdcfeb Create individual exception methods. by Dan Sinclair · 8 years ago
  78. e8f6897 Convert CFWL_MonthCalendar to use return values by Dan Sinclair · 8 years ago
  79. fa07af3 Remove more CFX_ArrayTemplate in cfwl_notedriver.h. by tsepez · 8 years ago
  80. eda80ef Kill last use of CFX_PtrList. by tsepez · 8 years ago
  81. b38c5df Remove CFWL_ListBox::GetDataProviderItemText by Dan Sinclair · 8 years ago
  82. c8fd331 Cleaning out params in CPDFXFA_Context by Dan Sinclair · 8 years ago
  83. db194cf Use return values in CFWL_Scrollbar instead of out params by Dan Sinclair · 8 years ago
  84. ad3cd2a Better tests for password protected documents. by tsepez · 8 years ago
  85. b04b96b Move window type mask up with masked flags by dsinclair · 8 years ago
  86. 6803489 Remove widget offscreen code. by dsinclair · 8 years ago
  87. 46a4bbf Cleanup widget edge related code by dsinclair · 8 years ago
  88. d924770 Remove more unused widget styles by dsinclair · 8 years ago
  89. 791a0cc Remove unused widget state flags by dsinclair · 8 years ago
  90. ea7657c Remove unused sysbtn code by dsinclair · 8 years ago
  91. 37b12ad Return unique_ptr from CXFA_FFApp::CreateDoc. by tsepez · 8 years ago
  92. b8642f8 More unique_ptr returns from DIB methods. by tsepez · 8 years ago
  93. c773932 Remove unused flags in CFWL_PushButton by dsinclair · 8 years ago
  94. 5e4388e Cleanup CFWL_MonthCalendar flags by dsinclair · 8 years ago
  95. 6597391 Remove unused CFWL_Form flags by dsinclair · 8 years ago
  96. aefbe4b Remove unused CFWL_Edit flags. by dsinclair · 8 years ago
  97. 727a304 This CL removes some of the unused CFWL widget flags. by dsinclair · 8 years ago
  98. be5f029 Remove unused CFWL_ListBox code by dsinclair · 8 years ago
  99. 603f57b Update CFWL_ListBox to return instead of using out params. by dsinclair · 8 years ago
  100. a9caab9 Avoid the ptr.reset(new XXX()) anti-pattern by tsepez · 8 years ago