1. a97a660 Reserve space for result in ::FilterContents by Ryan Harrison · 6 years ago
  2. 1c14ae2 Avoid explicit allocs in fxbarcode matrix classes. by Tom Sepez · 6 years ago
  3. e005dc3 Move fxcrt::{Byte,Wide}Strings with std::move(). by Tom Sepez · 6 years ago
  4. b372dc6 Remove explicit calls to x->operator[] by Tom Sepez · 6 years ago
  5. 82df540 Fix a number of unused writes in barcode code by Ryan Harrison · 6 years ago
  6. d4d645a Reserve space for code words when creating encoder context by Ryan Harrison · 6 years ago
  7. ce03169 Clean up CBC_ASCIIEncoder. by Lei Zhang · 6 years ago
  8. 94161d5 Optimize yet another piece of barcode code by Ryan Harrison · 6 years ago
  9. 1e95aea Pre-allocate more string buffers in barcode code by Ryan Harrison · 6 years ago
  10. 7f821c1 Tidy up types in CBC_PDF417HighLevelEncoder by Ryan Harrison · 7 years ago
  11. 7b77dfc Reserve space to reduce memory operations while encoding barcode by Ryan Harrison · 7 years ago
  12. e5c3ebd Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref. by Lei Zhang · 7 years ago
  13. 232b918 Re-arrange so inline vectors come last in structs. by Tom Sepez · 7 years ago
  14. 821c723 Shrink some tables and kill dead code in xfa. by Tom Sepez · 7 years ago
  15. 0bc02c1 Add some more missing consts. by Tom Sepez · 7 years ago
  16. 2334660 Use unsigned for char width by Nicolas Pena · 7 years ago
  17. e11ef0c Fix some nits in fxbarcode. by Lei Zhang · 7 years ago
  18. 53c4ba4 Add jumbo build support for fxbarcode. by Lei Zhang · 7 years ago
  19. b8d8680 Get rid of else after break/continue/return. by Lei Zhang · 7 years ago
  20. 02f46ae Remove dead CBC_OneDimWriter code. by Lei Zhang · 7 years ago
  21. 951b111 More define cleanup by Dan Sinclair · 7 years ago
  22. 9c392c8 Simplify some OS checks to PLATFORM checks by Dan Sinclair · 7 years ago
  23. dd17a14 Move CFX_Font definition to cfx_font.h by Dan Sinclair · 7 years ago
  24. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  25. 698aed7 Cleanup FX macros by Dan Sinclair · 7 years ago
  26. 3070e94 Remove _FX_IOS_ by Dan Sinclair · 7 years ago
  27. 2e4075d Fix checks for FX_WIN64_DESKTOP by Dan Sinclair · 7 years ago
  28. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 7 years ago
  29. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  30. b02aa61 IWYU: Explicitly include <stdint.h> in some headers. by Raphael Kubo da Costa · 7 years ago
  31. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  32. 7840dd6 Unify checksum calculation of EAN-8 and EAN-13. by Henrique Nakashima · 7 years ago
  33. 7465522 Add unit tests for UPC-A barcode writer. by Henrique Nakashima · 7 years ago
  34. 81f9eee Convert FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  35. a1e8707 Add unit tests for Codabar barcode writer. by Henrique Nakashima · 7 years ago
  36. 067b785 Add unit tests for Code 39 barcode writer. by Henrique Nakashima · 7 years ago
  37. 1eae16d Remove isDevice parameter from barcode Render(). by Henrique Nakashima · 7 years ago
  38. 3c5944c Add unit tests for EAN-8 barcode writer. by Henrique Nakashima · 7 years ago
  39. ab3c111 Fix EAN-13 checksum and add unit tests. by Henrique Nakashima · 7 years ago
  40. a2188df Cleanup usages of Mid(foo, 1), Right(1), and Left(1) by Ryan Harrison · 7 years ago
  41. 7558414 Prepare for converting FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  42. 57cb544 Adjust loops in preperation for FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  43. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  44. 54b8137 Fixing CBC_OnedEAN13Writer checksum. by Henrique Nakashima · 7 years ago
  45. aa3a9cd Convert int* references to FX_STRSIZE by Ryan Harrison · 7 years ago
  46. ed48c1a Add help IsValid* methods to string classes by Ryan Harrison · 7 years ago
  47. 12db751 Convert string Find methods to return an Optional by Ryan Harrison · 7 years ago
  48. 878b27d Converted CFX_Matrix::TransformRect() to take in consts by Jane Liu · 7 years ago
  49. 8a1758b Remove GetAt from string classes by Ryan Harrison · 7 years ago
  50. 05ea7e1 Remove potential out of bounds call to GetAt() by Ryan Harrison · 7 years ago
  51. ddb9b7c Add checks of index operations on string classes by Ryan Harrison · 7 years ago
  52. db14532 Rewrite how string Insert() methods handle out of bound indices by Ryan Harrison · 7 years ago
  53. da129ab Replace raw value for constant error value in string operations by Ryan Harrison · 7 years ago
  54. e7a99de Convert calls to Mid() to Left() or Right() if possible by Ryan Harrison · 7 years ago
  55. 5c3e5c1 Cleaning up fx_string_testhelpers. by Henrique Nakashima · 7 years ago
  56. 1bbcb35 Replace SymbolShapeHint with a boolean. by Lei Zhang · 7 years ago
  57. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 7 years ago
  58. 797ca5c Mass conversion of all const-lifetime class members by Tom Sepez · 7 years ago
  59. e86d2f1 Cleanup CBC_SymbolInfo::lookup(). by Lei Zhang · 7 years ago
  60. a861a7b Remove useless CBC_SymbolShapeHint. by Lei Zhang · 7 years ago
  61. abc83aa Clean up CBC_SymbolInfo. by Lei Zhang · 7 years ago
  62. 1b02d01 Remove CBC_HighLevelEncoder::isSpecialB256(). by Lei Zhang · 7 years ago
  63. 76020fc Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. by Lei Zhang · 7 years ago
  64. a5085d4 Rename render device classes by Dan Sinclair · 7 years ago
  65. 0ec418f Represent 1D barcodes with CFX_PathData internally. by Lei Zhang · 7 years ago
  66. 426b85a Reduce 1D barcode DrawPath calls. by Lei Zhang · 7 years ago
  67. 48fbb0f Pass explicit string size in EncodeToCodewords(). by Lei Zhang · 7 years ago
  68. ea23e0a Remove more |new|s, part 8 by Tom Sepez · 7 years ago
  69. 0804b3f Remove more |new|s, part 7 by Tom Sepez · 7 years ago
  70. a0a6923 Remove more |new|s, part 5 by Tom Sepez · 7 years ago
  71. 75b656a Clean up private methods in CBC_C40Encoder. by Lei Zhang · 7 years ago
  72. 60cd033 Remove dead dimensions code in fxbarcode. by Lei Zhang · 7 years ago
  73. 5628fd7 Add barcode test skeleton by Tom Sepez · 7 years ago
  74. 6714ff8 Remove CBC_HighLevelEncoder::illegalCharacter(). by Lei Zhang · 7 years ago
  75. 1fe7d8c Simplify CBC_OnedCode128Writer methods. by Lei Zhang · 7 years ago
  76. d524e4b Delete some CFX string ctors. by Lei Zhang · 7 years ago
  77. 49f8dc5 Test more OnedCode128WriterTest methods. by Lei Zhang · 7 years ago
  78. 3684a15 Add tests for BC_OnedCode128Writer encoding functions. by Lei Zhang · 7 years ago
  79. e247ec4 Replace FXSYS_iswdigit with std::iswdigit. by Lei Zhang · 7 years ago
  80. 1badb85 Change more fxbarcode to use return values. by Lei Zhang · 7 years ago
  81. 3c3e271 Use Byte/WideString iterators by Tom Sepez · 8 years ago
  82. 080dfd8 Remove dead barcode bitmap rendering code. by Lei Zhang · 8 years ago
  83. 8a24b25 Clean up CBC_QRCoderVersion and friends. by Lei Zhang · 8 years ago
  84. 1b22880 Change some fxbarcode to use return values. by Lei Zhang · 8 years ago
  85. b2a4047 Clean up QRCoderBitVector. by Lei Zhang · 8 years ago
  86. 03d5893 Clean up QRCoderEncoder and friends. by Lei Zhang · 8 years ago
  87. 37cc5fb Finish splitting up fx_dib.h by Nicolas Pena · 8 years ago
  88. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 8 years ago
  89. 669a418 Drop FXSYS_ from math methods by Dan Sinclair · 8 years ago
  90. ac978f8 Move most CBC_QRCoderEncoder code into an anonymous namespace. by Lei Zhang · 8 years ago
  91. c0cf369 Fix QR code generation. by Lei Zhang · 8 years ago
  92. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 8 years ago
  93. e778668 Move xfa/fxbarcode fxbarcode/ by Dan Sinclair · 8 years ago