1. 99f5bbb Do IWYU for ptr_util.h. by Lei Zhang · 6 years ago
  2. 1fc902f Kill off some memset()s following FX_Alloc() by Tom Sepez · 6 years ago
  3. 673af68 Remove some "exceptions" from reedsolomon code. by Lei Zhang · 6 years ago
  4. 072d829 Optimize MaybeEmbedPositionAdjustmentPatterns(). by Lei Zhang · 6 years ago
  5. 9412c8e Get rid of "exceptions" in CBC_QRCoderMatrixUtil. by Lei Zhang · 6 years ago
  6. c1c7e51 Change CBC_QRCoderMatrixUtil::BuildMatrix() to return a bool. by Lei Zhang · 6 years ago
  7. 7330143 Encapsulate CBC_QRCoderMatrixUtil code. by Lei Zhang · 6 years ago
  8. 4993f55 Remove CBC_CommonByteArray and CBC_QRCoderBlockPair. by Lei Zhang · 6 years ago
  9. f3cc72f Remove many unneeded STL #includes from headers. by Lei Zhang · 6 years ago
  10. 4c3b4aa Make CBC_CodeBase::SetWideNarrowRatio() not virtual. by Lei Zhang · 6 years ago
  11. 222db47 Make CBC_CodeBase::SetTextLocation() not virtual. by Lei Zhang · 6 years ago
  12. cb79825 Fix final/protected conflicts. by Tom Sepez · 6 years ago
  13. c5709dd Make CBC_CodeBase::SetTextLocation() virtual. by Lei Zhang · 6 years ago
  14. 4473800 Initialize some 1D barcode classes in the header. by Lei Zhang · 6 years ago
  15. 61ea984 Remove BCExceptionInvalidateCharacter. by Lei Zhang · 6 years ago
  16. 649bc02 Remove FXFM_ENCODING_NONE. by Lei Zhang · 6 years ago
  17. 0a815ae Remove dead CBC_QRCoderEncoder code. by Lei Zhang · 6 years ago
  18. 6719c2f Initialize CBC_OneDimWriter members in the header. by Lei Zhang · 6 years ago
  19. 5c86fd4 Small optimizations for CBC_HighLevelEncoder::lookAheadTest by Ryan Harrison · 6 years ago
  20. 5586545 The final game: mark everything final. by Tom Sepez · 6 years ago
  21. 3b45012 Remove CBC_BarcodeMatrix::m_matrixOut and just return the bit array. by Henrique Nakashima · 6 years ago
  22. 8ce49f8 Swap width and height params in CBC_BarcodeMatrix constructor. by Henrique Nakashima · 6 years ago
  23. ce6a1cc Reorder RenderResult and RenderDeviceResult in CBC_TwoDimWriter. by Henrique Nakashima · 6 years ago
  24. 7aa4bc4 Remove m_bTruncated flag from CBC_PDF417Writer. by Henrique Nakashima · 6 years ago
  25. 98982a8 Remove m_currentRow from the state of CBC_BarcodeMatrix. by Henrique Nakashima · 6 years ago
  26. 81e0830 Simplify internal state of CBC_BarcodeMatrix. by Henrique Nakashima · 6 years ago
  27. bd6db24 Remove unused barcode matrix scaling code. by Henrique Nakashima · 6 years ago
  28. 7e7e0b8 Change in/out params in CBC_PDF417Writer::Encode to only out. by Henrique Nakashima · 6 years ago
  29. c47ba8e Remove unused setters in CBC_BarcodeMatrix and CBC_BarcodeRow. by Henrique Nakashima · 6 years ago
  30. f474442 Remove dead code in CBC_CommonBitMatrix. by Henrique Nakashima · 6 years ago
  31. b10aff2 Remove excessive padding above and below PDF417 barcodes. by Henrique Nakashima · 6 years ago
  32. dc2bb9a Optimize rendering of two dimensional barcodes: defer upscale. by Henrique Nakashima · 6 years ago
  33. 0a2328e Optimize rendering of 2D barcodes: create Rect only on black regions. by Henrique Nakashima · 6 years ago
  34. 0a4445a Allow PDF417 barcodes to reduce modules by shaving off padding. by Henrique Nakashima · 6 years ago
  35. 5f80ff4 If rows need to overflow in a PDF417 barcode, keep it to a minimum. by Henrique Nakashima · 6 years ago
  36. 2a3377c Optimize rendering of two dimensional barcodes: deduplicate regions. by Henrique Nakashima · 6 years ago
  37. 34dab07 Move ByteString::FromUnicode() to WideString::ToDefANSI() by Tom Sepez · 6 years ago
  38. a97a660 Reserve space for result in ::FilterContents by Ryan Harrison · 6 years ago
  39. 1c14ae2 Avoid explicit allocs in fxbarcode matrix classes. by Tom Sepez · 6 years ago
  40. e005dc3 Move fxcrt::{Byte,Wide}Strings with std::move(). by Tom Sepez · 6 years ago
  41. b372dc6 Remove explicit calls to x->operator[] by Tom Sepez · 6 years ago
  42. 82df540 Fix a number of unused writes in barcode code by Ryan Harrison · 6 years ago
  43. d4d645a Reserve space for code words when creating encoder context by Ryan Harrison · 6 years ago
  44. ce03169 Clean up CBC_ASCIIEncoder. by Lei Zhang · 6 years ago
  45. 94161d5 Optimize yet another piece of barcode code by Ryan Harrison · 6 years ago
  46. 1e95aea Pre-allocate more string buffers in barcode code by Ryan Harrison · 6 years ago
  47. 7f821c1 Tidy up types in CBC_PDF417HighLevelEncoder by Ryan Harrison · 6 years ago
  48. 7b77dfc Reserve space to reduce memory operations while encoding barcode by Ryan Harrison · 6 years ago
  49. e5c3ebd Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref. by Lei Zhang · 6 years ago
  50. 232b918 Re-arrange so inline vectors come last in structs. by Tom Sepez · 6 years ago
  51. 821c723 Shrink some tables and kill dead code in xfa. by Tom Sepez · 7 years ago
  52. 0bc02c1 Add some more missing consts. by Tom Sepez · 7 years ago
  53. 2334660 Use unsigned for char width by Nicolas Pena · 7 years ago
  54. e11ef0c Fix some nits in fxbarcode. by Lei Zhang · 7 years ago
  55. 53c4ba4 Add jumbo build support for fxbarcode. by Lei Zhang · 7 years ago
  56. b8d8680 Get rid of else after break/continue/return. by Lei Zhang · 7 years ago
  57. 02f46ae Remove dead CBC_OneDimWriter code. by Lei Zhang · 7 years ago
  58. 951b111 More define cleanup by Dan Sinclair · 7 years ago
  59. 9c392c8 Simplify some OS checks to PLATFORM checks by Dan Sinclair · 7 years ago
  60. dd17a14 Move CFX_Font definition to cfx_font.h by Dan Sinclair · 7 years ago
  61. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  62. 698aed7 Cleanup FX macros by Dan Sinclair · 7 years ago
  63. 3070e94 Remove _FX_IOS_ by Dan Sinclair · 7 years ago
  64. 2e4075d Fix checks for FX_WIN64_DESKTOP by Dan Sinclair · 7 years ago
  65. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 7 years ago
  66. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  67. b02aa61 IWYU: Explicitly include <stdint.h> in some headers. by Raphael Kubo da Costa · 7 years ago
  68. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  69. 7840dd6 Unify checksum calculation of EAN-8 and EAN-13. by Henrique Nakashima · 7 years ago
  70. 7465522 Add unit tests for UPC-A barcode writer. by Henrique Nakashima · 7 years ago
  71. 81f9eee Convert FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  72. a1e8707 Add unit tests for Codabar barcode writer. by Henrique Nakashima · 7 years ago
  73. 067b785 Add unit tests for Code 39 barcode writer. by Henrique Nakashima · 7 years ago
  74. 1eae16d Remove isDevice parameter from barcode Render(). by Henrique Nakashima · 7 years ago
  75. 3c5944c Add unit tests for EAN-8 barcode writer. by Henrique Nakashima · 7 years ago
  76. ab3c111 Fix EAN-13 checksum and add unit tests. by Henrique Nakashima · 7 years ago
  77. a2188df Cleanup usages of Mid(foo, 1), Right(1), and Left(1) by Ryan Harrison · 7 years ago
  78. 7558414 Prepare for converting FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  79. 57cb544 Adjust loops in preperation for FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  80. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  81. 54b8137 Fixing CBC_OnedEAN13Writer checksum. by Henrique Nakashima · 7 years ago
  82. aa3a9cd Convert int* references to FX_STRSIZE by Ryan Harrison · 7 years ago
  83. ed48c1a Add help IsValid* methods to string classes by Ryan Harrison · 7 years ago
  84. 12db751 Convert string Find methods to return an Optional by Ryan Harrison · 7 years ago
  85. 878b27d Converted CFX_Matrix::TransformRect() to take in consts by Jane Liu · 7 years ago
  86. 8a1758b Remove GetAt from string classes by Ryan Harrison · 7 years ago
  87. 05ea7e1 Remove potential out of bounds call to GetAt() by Ryan Harrison · 7 years ago
  88. ddb9b7c Add checks of index operations on string classes by Ryan Harrison · 7 years ago
  89. db14532 Rewrite how string Insert() methods handle out of bound indices by Ryan Harrison · 7 years ago
  90. da129ab Replace raw value for constant error value in string operations by Ryan Harrison · 7 years ago
  91. e7a99de Convert calls to Mid() to Left() or Right() if possible by Ryan Harrison · 7 years ago
  92. 5c3e5c1 Cleaning up fx_string_testhelpers. by Henrique Nakashima · 7 years ago
  93. 1bbcb35 Replace SymbolShapeHint with a boolean. by Lei Zhang · 7 years ago
  94. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 7 years ago
  95. 797ca5c Mass conversion of all const-lifetime class members by Tom Sepez · 7 years ago
  96. e86d2f1 Cleanup CBC_SymbolInfo::lookup(). by Lei Zhang · 7 years ago
  97. a861a7b Remove useless CBC_SymbolShapeHint. by Lei Zhang · 7 years ago
  98. abc83aa Clean up CBC_SymbolInfo. by Lei Zhang · 7 years ago
  99. 1b02d01 Remove CBC_HighLevelEncoder::isSpecialB256(). by Lei Zhang · 7 years ago
  100. 76020fc Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. by Lei Zhang · 7 years ago