1. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  2. 893822a Merge text breaking helper classes. by Dan Sinclair · 8 years ago
  3. 375c276 Make most PDFium code pass Clang plugin's auto raw check. by Lei Zhang · 8 years ago
  4. d8f45b3 Replace discrete array with a map. by dan sinclair · 8 years ago
  5. 8da7920 Simplify the CFX_TxtPiece class by dan sinclair · 8 years ago
  6. 575898e Remove some single use interfaces by Dan Sinclair · 8 years ago
  7. 068d344 Remove TextBreak rotation code by Dan Sinclair · 8 years ago
  8. a5a3de9 Remove unused defines from TextBreak. by Dan Sinclair · 8 years ago
  9. 9e9bab6 Cleanup TXTLINEALIGNMENT defines by Dan Sinclair · 8 years ago
  10. c36fe07 Cleanup FX_TXTBREAK by Dan Sinclair · 8 years ago
  11. 52c73c2 Remove unused Txt break policies. by Dan Sinclair · 8 years ago
  12. 2326e9c Remove CFX_StackTemplate<FDE_CANVASITEM> by Tom Sepez · 8 years ago
  13. dffe810 Remove CFX_StackTemplate from fde_xml_imp.h by Tom Sepez · 8 years ago
  14. c803cbc Use std::deque for CFX_MassArrayTemplate<FDE_TEXTEDITPIECE> by Tom Sepez · 8 years ago
  15. c3f74e9 Use std::deque for CFX_MassArrayTemplate<FDE_TTOPIECE> by Tom Sepez · 8 years ago
  16. a11ac1b Avoid crash above CFWL_ListItem::GetText() by Tom Sepez · 8 years ago
  17. b147e07 Convert point x,y into CFX_PointF by dan sinclair · 8 years ago
  18. b45ea1f Convert CFWL messages to use CFX_PointF by Dan Sinclair · 8 years ago
  19. 2c02fae Change FXTEXT_CHARPOS to use CFX_PointF by Dan Sinclair · 8 years ago
  20. e460232 Cleanup CFX_PathData. by Dan Sinclair · 8 years ago
  21. d8b01ca Revert "Convert Origins to points" by Dan Sinclair · 8 years ago
  22. da83d3a Convert Origins to points by Dan Sinclair · 8 years ago
  23. 21e954b Remove CopyToLocal from CFDE_CSSDeclaration by Dan Sinclair · 9 years ago
  24. 1b08df1 Convert Get methods to return instead of using out params. by Dan Sinclair · 8 years ago
  25. 36c18c8 Add CFDE_CSSValueListParser tests by Dan Sinclair · 9 years ago
  26. 071d786 Rename x,y to width,height for Size types by dan sinclair · 9 years ago
  27. bba2a7c Update to use CFX_Rect{F} and CFX_Matrix constructors. by Dan Sinclair · 9 years ago
  28. 79365f7 Use enum class for PathPoint types. by Nicolas Pena · 9 years ago
  29. 76da884 Split CFX_STemplate from CFX_PSTemplate by Tom Sepez · 9 years ago
  30. 44b297b Clean up CSS code to match styles. by dan sinclair · 9 years ago
  31. 98909bf Add CSS parser tests by Dan Sinclair · 9 years ago
  32. 35ee5bb Cleanup memory in CFDE_CSSStyleSelector by Dan Sinclair · 9 years ago
  33. 7e5fdd0 Track CFDE_CSSComputedStyle with retained ptrs by Dan Sinclair · 9 years ago
  34. aee2d80 Cleanup memory in CFDE_CSSRuleCollection by Dan Sinclair · 9 years ago
  35. 1339133 Remove ID, Class and Universal selector code by Dan Sinclair · 9 years ago
  36. 3d32876 Use std::vector for CFX_RectF arrays by tsepez · 9 years ago
  37. e73fea5 Remove CSS Pseudo parsing by Dan Sinclair · 9 years ago
  38. 4022f87 Update safe numerics package to get bitwise ops by tsepez · 9 years ago
  39. b76f49b Remove unused author and and user stylesheets by Dan Sinclair · 9 years ago
  40. 6414b27 Cleanup CSS parsing by Dan Sinclair · 9 years ago
  41. c757d9a Remove some |void Release() { delete this; }| anti-pattern. by tsepez · 9 years ago
  42. 82aa396 Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t> by tsepez · 9 years ago
  43. 6db6fbc Remove CFX_Points, CFX_PointsF in favor of std::vector by tsepez · 9 years ago
  44. 95bec80 Split fde/css files into individual class files. by Dan Sinclair · 9 years ago
  45. 19c209d Split CFDE_CSSPrimitiveValue apart by Dan Sinclair · 9 years ago
  46. be59106 Convert CSS mode stack to std::stack by Dan Sinclair · 9 years ago
  47. 9dbc3c4 Remove unused syntax parser initialize method. by Dan Sinclair · 9 years ago
  48. 091344f Remove unused codePage and URL code. by Dan Sinclair · 9 years ago
  49. 09065ae Remove GetDeclImp methods in favour of GetDeclaration by Dan Sinclair · 9 years ago
  50. a715f52 More css parser tests; more memory fixes. by Dan Sinclair · 9 years ago
  51. 3285c56 Start CSS parser unit tests by Dan Sinclair · 9 years ago
  52. 783a7e0 Avoid endless loop deleting CFGAS_GEFont. by tsepez · 9 years ago
  53. b9fbe6e Rename FDE_CSSRECT and FDE_CSSLENGTH by Dan Sinclair · 9 years ago
  54. 6efd0d7 Replace remaining CSS interfaces with concrete classes by Dan Sinclair · 9 years ago
  55. cfb856c Remove IFDE_CSS interfaces which are only implemented once. by Dan Sinclair · 9 years ago
  56. 98d00b2 Remove used items from the CSS code. by Dan Sinclair · 9 years ago
  57. 96f482c Convert FDE CSS enums to enum classes. by Dan Sinclair · 9 years ago
  58. 0cb9b8c Strip out custom allocator code by Dan Sinclair · 9 years ago
  59. 1f5d498 Split xfa_textlayout apart. by Dan Sinclair · 9 years ago
  60. 0e6438e Remove custom allocator from CFDE_TxtEdtBuf. by Dan Sinclair · 9 years ago
  61. 5e9066c Add CFDE_TxtEdtBuf tests by dsinclair · 9 years ago
  62. e647799 Properly ref-count CFGAS_GEFont with CFX_RetainPtr. by tsepez · 9 years ago
  63. e4d611c Remove CFX_MapPtrToPtr from xfa/fde. by tsepez · 9 years ago
  64. d924770 Remove more unused widget styles by dsinclair · 9 years ago
  65. aefbe4b Remove unused CFWL_Edit flags. by dsinclair · 9 years ago
  66. a9caab9 Avoid the ptr.reset(new XXX()) anti-pattern by tsepez · 9 years ago
  67. 51709be Replace CFX_WideStringArray with std::vector by tsepez · 9 years ago
  68. 447b1f3 Move xfa/fwl/core to xfa/fwl. by dsinclair · 9 years ago
  69. 64f4e25 Use unique_ptr for CXFA_XMLParser. by tsepez · 9 years ago
  70. 442997c Cleanup FWL default values part II. by dsinclair · 9 years ago
  71. 7cda31a Refcount IFGAS_ streams all the time, too by tsepez · 9 years ago
  72. 833619b Refcount all the IFX_ stream classes all the time. by tsepez · 9 years ago
  73. 0527ec5 Rename IFX_Stream to IFGAS_Stream. by tsepez · 9 years ago
  74. 2399152 Fix crash in CFDE_CSSSyntaxParser when parsing empty url by npm · 9 years ago
  75. 0354ccf Change TxtEdtEngine to return CFX_WideString by dan sinclair · 9 years ago
  76. 2c489cc Merge IFWL and CFWL classes. by dsinclair · 9 years ago
  77. 4b91a2d Clean up CFGAS_GEFont by npm · 9 years ago
  78. 85c8e7f Fixup lint flags. by Dan Sinclair · 9 years ago
  79. 38eaf4b Cleanup cfwl_* files. by dsinclair · 9 years ago
  80. 8f3eb60 Remove IFGAS_FontMgr and clean up (the renamed) CFGAS_FontMgr a little. by npm · 9 years ago
  81. d19e912 Remove FX_BOOL from xfa. by tsepez · 9 years ago
  82. 95e5834 Continue fixing FX_BOOL / int noise by tsepez · 9 years ago
  83. 530c7ac Avoid dubious use of comma operator in fde_csssyntax.h by tsepez · 9 years ago
  84. ad2441e Rename IFX_ stream names by tsepez · 9 years ago
  85. fb50559 Merge the CFWL_*Imp classes into the IFWL_* classes. by dsinclair · 9 years ago
  86. 36eb4bd Add ptr_util.h from base until std::make_unique<> available by tsepez · 9 years ago
  87. aa69291 Switch CFX_SAXReader to use std::stack. by thestig · 9 years ago
  88. 5b49309 Move xfa/fxfa/include to xfa/fxfa by dsinclair · 9 years ago
  89. 74a34fc Move core/fxge/include to core/fxge by dsinclair · 9 years ago
  90. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 9 years ago
  91. 9972ff9 Refactor CFX_FontCache to have only one in GE Module. by art-snake · 9 years ago
  92. c480899 Revert of Pdfium: Fix fonts leaking on ClosePage. (patchset #10 id:180001 of https://codereview.chromium.org/2158023002/ ) by dsinclair · 9 years ago
  93. cde5101 Fix memory leaking on ClosePage. by art-snake · 9 years ago
  94. 2ca2da5 Sort include entries. by dsinclair · 9 years ago
  95. 81ee14d Move CFX_SubstFont and CTTFontDesc into their own files by npm · 9 years ago
  96. d691899 Split fx_font into multiple files, part 1. by npm · 9 years ago
  97. e0347a6 Remove fgas_system files. by dsinclair · 9 years ago
  98. 22eeccb Guard against undefined shift. by dsinclair · 9 years ago
  99. 9ada2d8 Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own files. by npm · 9 years ago
  100. 660de3c Move CFX_ClipRgn and CFX_PathData into their own files. by npm · 9 years ago