1. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 7 years ago
  2. 8e9e3d8 Move CFX_StringPoolTemplate to StringPoolTemplate by Dan Sinclair · 7 years ago
  3. 20a1755 Move CFX_StringDataTemplate to StringDataTemplate by Dan Sinclair · 7 years ago
  4. 9317f8f Move CFX_SharedCopyOnWrite to SharedCopyOnWrite by Dan Sinclair · 7 years ago
  5. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  6. a5eb9f0 Cleanup WidgetMgr ownership by Dan Sinclair · 7 years ago
  7. 65ecca4 Move CFX_Observable to Observable by Dan Sinclair · 7 years ago
  8. 3418f71 Rename CXFA_FFApp::GetWidgetMgr to make it clear the type by Dan Sinclair · 7 years ago
  9. a44a480 Move CFGAS_PDFFontMgr to the CXFA_FFDoc by Dan Sinclair · 7 years ago
  10. 959c2be Rename CXFA_DefFontMgr to CFGAS_DefaultFontManager by Dan Sinclair · 7 years ago
  11. de44d15 Move CFX_MaybeOwned to fxcrt::MaybeOwned by Dan Sinclair · 7 years ago
  12. b896699 Move CFX_AutoRestorer to fxcrt::AutoRestorer by Dan Sinclair · 7 years ago
  13. db0312e Move CXFA_PDFFontMgr to CFGAS_PDFFontMgr by Dan Sinclair · 7 years ago
  14. 46fc3fa Remove old TODO by Dan Sinclair · 7 years ago
  15. b8777a2 Add embeddertest for CFWL_Edit by Dan Sinclair · 7 years ago
  16. 36eed87 Add FPDFPath_GetPoint() API by Miklos Vajna · 7 years ago
  17. 0c2e705 Add bounds checks in CAgg_PathData::BuildPath by Dan Sinclair · 7 years ago
  18. 4fe8ea5 Add in missed parse recursion depth checks by Ryan Harrison · 7 years ago
  19. d56fd77 Implement CFDE_TextEditEngine::GetIndex* methods. by Dan Sinclair · 7 years ago
  20. bc48185 Convert FindNextBreakPos to return position by Dan Sinclair · 7 years ago
  21. eea6319 Cleanup CPWL_Caret code by Dan Sinclair · 7 years ago
  22. 61674c8 Get system lcms2 config using pkg-config. by Lei Zhang · 7 years ago
  23. 61f2f48 Isolate lcms2 usage to a few files. by Lei Zhang · 7 years ago
  24. 7acd826 Forward declare codec modules in fx_codec.h. by Lei Zhang · 7 years ago
  25. 4b8d363 Move CCodec_ScanlineDecoder to its own file. by Lei Zhang · 7 years ago
  26. 89bf9ce Fix draw order of popup annotations. by Henrique Nakashima · 7 years ago
  27. e9d6834 Remove unneeded core/fxcodec/fx_codec.h includes. by Lei Zhang · 7 years ago
  28. c2db74b Default to c++11 instead of c++14. by Lei Zhang · 7 years ago
  29. 6f96034 Setting focus on a widget may destroy the widget by Dan Sinclair · 7 years ago
  30. 2d510f7 Remove unused methods and field in CFFL_FormFiller. by Henrique Nakashima · 7 years ago
  31. b52b1b4 Roll DEPS for build to fc826e6. by Lei Zhang · 7 years ago
  32. 9f374b0 Cleanup FindNextBreakPos variables by Dan Sinclair · 7 years ago
  33. d13f24c Invert flag to CFDE_TextEditEngine::Iterator::IsEOF by Dan Sinclair · 7 years ago
  34. 0264e97 Convert selection to use count instead of end index by Dan Sinclair · 7 years ago
  35. b02aa61 IWYU: Explicitly include <stdint.h> in some headers. by Raphael Kubo da Costa · 7 years ago
  36. 2c559dc Use CPDF_ReadValidator to request linearized hint tables. by Artem Strygin · 7 years ago
  37. 0bf6961 Simplify CPDF_Parser::LoadCrossRefV4 by Artem Strygin · 7 years ago
  38. 59aa827 Use CPDF_ReadValidator to request linearized first page. by Artem Strygin · 7 years ago
  39. 29b7891 Remove useless code. by Artem Strygin · 7 years ago
  40. 21f4afb Use CPDF_ReadValidator to request linearized data. by Artem Strygin · 7 years ago
  41. 5278ceb Cleanup word break properties by Dan Sinclair · 7 years ago
  42. 91c2f7c Remove some unused variables. by Lei Zhang · 7 years ago
  43. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  44. 450fbea Roll DEPS for build to e659d43. by Lei Zhang · 7 years ago
  45. 7b1e53c Use unsigned types for app age, value age in widgets. by Tom Sepez · 7 years ago
  46. 134ac91 Introduce CPWL_Wnd::PrivateData class. by Tom Sepez · 7 years ago
  47. bf15730 Move CPWL_CREATPARAM to CPWL_Wnd::CreateParams by Tom Sepez · 7 years ago
  48. bb2f7e7 Simplify a couple of CXFA_Node methods. by Lei Zhang · 7 years ago
  49. 022d13b Add ObservedPtrs to KillFocus path by Ryan Harrison · 7 years ago
  50. 5747561 Fix nullptr dereference in XFA_Node::SetScriptContent(). by Lei Zhang · 7 years ago
  51. 12abfd0 Add public method FPDFPath_CountPoint to get # of points of a path object. by Miklos Vajna · 7 years ago
  52. 69fe711 Make static const char* arrays more const. by Lei Zhang · 7 years ago
  53. b1f9205 OnBeforeKeystroke may invalidate the widget's window. by Tom Sepez · 7 years ago
  54. 3cb7126 Fix decoding of JBIG2 integers for values with large magnitude. by Henrique Nakashima · 7 years ago
  55. f0947bd Checkbox event fixed when triggered by a keyboard entry by Claudio DeSouza · 7 years ago
  56. 753818a Add more FPDF_GetMetaText() tests. by Lei Zhang · 7 years ago
  57. 188cf0c Add tests for FPDF_GetMetaText(). by Lei Zhang · 7 years ago
  58. bdd98ab Move test/ to testing/resources/xfa/ by Lei Zhang · 7 years ago
  59. 95a9c9a Roll clang to 4db5854 by Tom Sepez · 7 years ago
  60. 3ad06a5 Revert moving JPX library decode from Init to Decode by Ryan Harrison · 7 years ago
  61. 038740c Fix CPDFPathObjectFromFPDFPageObject() implementation. by Lei Zhang · 7 years ago
  62. 24b0733 Change behaviour of FPDF_RenderPageBitmapWithMatrix by Nicolas Pena · 7 years ago
  63. cb32712 Remove includes of xfa/fwl/theme/cfwl_widgettp.h that are unused. by Henrique Nakashima · 7 years ago
  64. e762774 Add reverse iterators to CFX String classes. by Tom Sepez · 7 years ago
  65. b4a6948 Add readme files to some directories. by Henrique Nakashima · 7 years ago
  66. 06c6855 Rewrite IsHyphen using string operations by Ryan Harrison · 7 years ago
  67. f2ca50f Avoid double va_list traversal in CFX_WideString::FormatV by Tom Sepez · 7 years ago
  68. 5b2092a Don't attempt to decrypt AES streams that are too short by Ryan Harrison · 7 years ago
  69. 8ac7497 Remove ASSERT that was added to understand what was occuring by Ryan Harrison · 7 years ago
  70. 4588792 Address nits missed from original review by Ryan Harrison · 7 years ago
  71. e420d9c Add guard against reading more then expected from the page by Ryan Harrison · 7 years ago
  72. 56ec081 Use the right allocate and free functions in OpenJPEG. by Chris Palmer · 7 years ago
  73. 131c0eb Fix an off by 1 error in TIFF_PredictLine(). by Lei Zhang · 7 years ago
  74. ee1e757 Remove CFWL_SpinButton, which is unused. by Henrique Nakashima · 7 years ago
  75. e8b3e0c Fix one-second spin in fx_random.cpp by Tom Sepez · 7 years ago
  76. 808b52a Move decompressing of JPX out of Init and into Decode by Ryan Harrison · 7 years ago
  77. f76741e Store raw json with run results when running safetynet_job.py. by Henrique Nakashima · 7 years ago
  78. acee2a8 Use std::move so this code compiles properly using gcc. by Andrew Weintraub · 7 years ago
  79. 6f9b1d7 Implement CPDF_SyntaxParser::PeekNextWord. by Artem Strygin · 7 years ago
  80. 38371fe Simplify CPDF_SyntaxParser::GetNextWordInternal. by Artem Strygin · 7 years ago
  81. cf7df1b Roll DEPS for build to 34f9a2b. by Lei Zhang · 7 years ago
  82. effe1da Roll DEPS for build to a049c43. by Lei Zhang · 7 years ago
  83. 7840dd6 Unify checksum calculation of EAN-8 and EAN-13. by Henrique Nakashima · 7 years ago
  84. 4506166 Adding in missed ) by Ryan Harrison · 7 years ago
  85. a5100b0 Fix issue with integer types on win32 in std::min by Ryan Harrison · 7 years ago
  86. 8f6084b Merge CFX_WordBreak into CFDE_TextEditEngine::Iterator. by Dan Sinclair · 7 years ago
  87. eb57e0d Implement word selection in CFDE_TextEditEngine by Dan Sinclair · 7 years ago
  88. 7465522 Add unit tests for UPC-A barcode writer. by Henrique Nakashima · 7 years ago
  89. 81f9eee Convert FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  90. 3ef61c7 GUID cleanup by Dan Sinclair · 7 years ago
  91. 555b31f Remove unused CFX_WordBreak::Next method by Dan Sinclair · 7 years ago
  92. a1e8707 Add unit tests for Codabar barcode writer. by Henrique Nakashima · 7 years ago
  93. 067b785 Add unit tests for Code 39 barcode writer. by Henrique Nakashima · 7 years ago
  94. 6c902e6 Rename fx_rand to fx_random by Dan Sinclair · 7 years ago
  95. 1eae16d Remove isDevice parameter from barcode Render(). by Henrique Nakashima · 7 years ago
  96. e7767a0 Cleanup CFX_WordBreak by Dan Sinclair · 7 years ago
  97. 1ad67cf Remove redundant code. by Artem Strygin · 7 years ago
  98. 0e3a4ff Remove unused CFX_CharIter class by Dan Sinclair · 7 years ago
  99. 2bf05a6 Leave space for null characters when getting text by Ryan Harrison · 7 years ago
  100. 1c9ad7e Split fx_guid from fx_extension by Dan Sinclair · 7 years ago