1. dfde40c Move class TextCharPos into its own file. by Lei Zhang · 7 years ago
  2. c938d87 Change DrawDeviceText() call stack to pass matrix by reference. by Lei Zhang · 7 years ago
  3. c85ee4e Rename FXTEXT_CHARPOS and FXTEXT_GLYPHPOS. by Lei Zhang · 7 years ago
  4. 1ab2757 Pass WideStringViews by value. by Tom Sepez · 7 years ago chromium/3641
  5. 4609c5d Replace uses of std::iswdigit() with FXSYS_IsDecimalDigit(). by Lei Zhang · 7 years ago
  6. 0559d9d Get rid of "exceptions" in CBC_OneDimWriter::AppendPattern(). by Lei Zhang · 7 years ago chromium/3625
  7. f263530 Use FXSYS_IsDecimalDigit() in more places. by Lei Zhang · 7 years ago
  8. 4473800 Initialize some 1D barcode classes in the header. by Lei Zhang · 8 years ago
  9. a97a660 Reserve space for result in ::FilterContents by Ryan Harrison · 8 years ago
  10. e5c3ebd Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref. by Lei Zhang · 8 years ago
  11. 53c4ba4 Add jumbo build support for fxbarcode. by Lei Zhang · 8 years ago
  12. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 9 years ago
  13. 275e260 Convert string class names by Ryan Harrison · 9 years ago
  14. 7840dd6 Unify checksum calculation of EAN-8 and EAN-13. by Henrique Nakashima · 9 years ago
  15. 3c5944c Add unit tests for EAN-8 barcode writer. by Henrique Nakashima · 9 years ago chromium/3204
  16. a2188df Cleanup usages of Mid(foo, 1), Right(1), and Left(1) by Ryan Harrison · 9 years ago chromium/3203
  17. 57cb544 Adjust loops in preperation for FX_STRSIZE int->size_t by Ryan Harrison · 9 years ago
  18. aa3a9cd Convert int* references to FX_STRSIZE by Ryan Harrison · 9 years ago
  19. 878b27d Converted CFX_Matrix::TransformRect() to take in consts by Jane Liu · 9 years ago
  20. 8a1758b Remove GetAt from string classes by Ryan Harrison · 9 years ago
  21. e7a99de Convert calls to Mid() to Left() or Right() if possible by Ryan Harrison · 9 years ago
  22. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 9 years ago
  23. 76020fc Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. by Lei Zhang · 9 years ago
  24. a5085d4 Rename render device classes by Dan Sinclair · 9 years ago
  25. 1badb85 Change more fxbarcode to use return values. by Lei Zhang · 9 years ago
  26. 080dfd8 Remove dead barcode bitmap rendering code. by Lei Zhang · 9 years ago
  27. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 9 years ago
  28. e778668 Move xfa/fxbarcode fxbarcode/ by Dan Sinclair · 9 years ago[Renamed (97%) from xfa/fxbarcode/oned/BC_OnedEAN8Writer.cpp]
  29. f0799fe Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" by Tom Sepez · 9 years ago
  30. 31b08d4 Revert "Refcount all CFX_DIBSources (and subclasses) all the time." by dsinclair · 9 years ago
  31. 0004f29 Refcount all CFX_DIBSources (and subclasses) all the time. by Tom Sepez · 9 years ago
  32. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 9 years ago
  33. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 9 years ago
  34. 1b08df1 Convert Get methods to return instead of using out params. by Dan Sinclair · 9 years ago
  35. c8017b2 Remove BC_EXCEPTION_CHECK macros by Tom Sepez · 9 years ago chromium/2999
  36. d19e912 Remove FX_BOOL from xfa. by tsepez · 9 years ago
  37. 74a34fc Move core/fxge/include to core/fxge by dsinclair · 10 years ago
  38. 9972ff9 Refactor CFX_FontCache to have only one in GE Module. by art-snake · 10 years ago
  39. c480899 Revert of Pdfium: Fix fonts leaking on ClosePage. (patchset #10 id:180001 of https://codereview.chromium.org/2158023002/ ) by dsinclair · 10 years ago
  40. cde5101 Fix memory leaking on ClosePage. by art-snake · 10 years ago chromium/2862
  41. 9ada2d8 Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own files. by npm · 10 years ago
  42. ad5ac75 Fix typos of the word outer. by thestig · 10 years ago
  43. 26b86e6 Move CFX_GEModule into its own file by npm · 10 years ago
  44. a261534 Remove barcode reading code. by dsinclair · 10 years ago
  45. 855665d remove redundant CFX_Matrix* cast in one-d barcode by tsepez · 10 years ago chromium/2765 chromium/2766
  46. 6dc1d77 Get rid of NULLs in xfa/fxbarcode/ by thestig · 10 years ago
  47. befa450 Remove default arguments from CFX_FxgeDevice. by thestig · 10 years ago
  48. b4c9f3f Remove implicit cast from CFX_ByteString to (const char*). by tsepez · 10 years ago
  49. 1770c02 Move xfa/src up to xfa/. by Dan Sinclair · 10 years ago