1. 59dfc62 Removing unused defines by Dan Sinclair · 7 years ago
  2. 8b1408e Remove FXSYS_strlen and FXSYS_wcslen by Ryan Harrison · 7 years ago
  3. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  4. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 7 years ago
  5. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  6. 06c6855 Rewrite IsHyphen using string operations by Ryan Harrison · 7 years ago
  7. 740bcd8 Split fx_ucd.h into fx_unicode.h and fx_ucddata.h. by Tom Sepez · 7 years ago
  8. 57cb544 Adjust loops in preperation for FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  9. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  10. a94566f Move CFX_WideTextBuf out of fx_basic by Dan Sinclair · 7 years ago
  11. aa3a9cd Convert int* references to FX_STRSIZE by Ryan Harrison · 7 years ago
  12. 61cb112 Convert find markers to Optionals in CPDF_TextPageFind by Ryan Harrison · 7 years ago
  13. 12db751 Convert string Find methods to return an Optional by Ryan Harrison · 7 years ago
  14. 878b27d Converted CFX_Matrix::TransformRect() to take in consts by Jane Liu · 7 years ago
  15. 8a1758b Remove GetAt from string classes by Ryan Harrison · 7 years ago
  16. ddb9b7c Add checks of index operations on string classes by Ryan Harrison · 7 years ago
  17. 0186c18 Remove support for negative params to ReleaseBuffer() by Ryan Harrison · 7 years ago
  18. da129ab Replace raw value for constant error value in string operations by Ryan Harrison · 7 years ago
  19. e7a99de Convert calls to Mid() to Left() or Right() if possible by Ryan Harrison · 7 years ago
  20. 672a172 Simplify FX_GetMirrorChar() code. by Lei Zhang · 7 years ago
  21. b21f174 Change SetReverse to GetInverse in CFX_Matrix by Nicolas Pena · 7 years ago
  22. c6fd58d Trimming brackets and quotes outside URLs. by Henrique Nakashima · 7 years ago
  23. defe54d Fixing click area for links with a URL with prepended text. by Henrique Nakashima · 7 years ago
  24. 0a91394 Remove explicit CFX_Matrix identity matrix instantiations. by Lei Zhang · 7 years ago
  25. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 7 years ago
  26. 797ca5c Mass conversion of all const-lifetime class members by Tom Sepez · 7 years ago
  27. 3a4c408 Rename CPDF_LinkExtract test file to match class by Dan Sinclair · 7 years ago
  28. 033e565 Convert to CFX_UnownedPtr, part 5 by Tom Sepez · 8 years ago
  29. 6c8ed64 Better identify web links by trimming irrelevant chars by Wei Li · 8 years ago
  30. 0a08926 Replace operator bool with HasRef() in classes with a CFX_SharedCopyOnWrite member. by Lei Zhang · 8 years ago
  31. ef002c8 Use fx_extension.h utilities in more places. by Lei Zhang · 8 years ago
  32. e247ec4 Replace FXSYS_iswdigit with std::iswdigit. by Lei Zhang · 8 years ago
  33. cfb1944 Cleanup the fx_extension code. by Dan Sinclair · 8 years ago
  34. 1835a6f Tweak CFDF_Font::AppendChar() by Tom Sepez · 8 years ago
  35. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 8 years ago
  36. 669a418 Drop FXSYS_ from math methods by Dan Sinclair · 8 years ago
  37. 7630907 Handle web links across lines by Wei Li · 8 years ago
  38. 193e6ca Add IndexInBounds() convenience routine. by Tom Sepez · 8 years ago
  39. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  40. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  41. a0061af Convert TransformPoint calls to Transform calls by Dan Sinclair · 8 years ago
  42. d476adc Remove non CFX_PointF GetIndexAtPos by Dan Sinclair · 8 years ago
  43. 9ad7d96 Convert CPDF_TextPage classes to CFX_PointF by Dan Sinclair · 8 years ago
  44. fa42927 Convert CPDF_TextObject to CFX_PointF by Dan Sinclair · 8 years ago
  45. f528eee Reland "Convert CFX_FloatPoint to CFX_PointF" by Dan Sinclair · 8 years ago
  46. d8b01ca Revert "Convert Origins to points" by Dan Sinclair · 8 years ago
  47. 92a32db Revert "Convert CFX_FloatPoint to CFX_PointF" by dsinclair · 8 years ago
  48. 4797c42 Convert CFX_FloatPoint to CFX_PointF by Dan Sinclair · 8 years ago
  49. da83d3a Convert Origins to points by Dan Sinclair · 8 years ago
  50. afb4456 Remove Transform in favour of TransformPoint by Dan Sinclair · 8 years ago
  51. 1b08df1 Convert Get methods to return instead of using out params. by Dan Sinclair · 8 years ago
  52. bba2a7c Update to use CFX_Rect{F} and CFX_Matrix constructors. by Dan Sinclair · 8 years ago
  53. 8aafdf9 Remove CFX_ArrayTemplate from fpdftext and fxcodec. by tsepez · 8 years ago
  54. 12f3e4a Remove FX_BOOL from core by tsepez · 8 years ago
  55. 16b703c Fix some bool/int mismatches. by tsepez · 8 years ago
  56. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  57. 41872fa Move core/fpdfapi/fpdf_page to core/fpdfapi/page by dsinclair · 8 years ago
  58. bc5e6d2 Move core/fpdfapi/fpdf_font to core/fpdfapi/font by dsinclair · 8 years ago
  59. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  60. e030786 Move core/fpdftext/include to core/fpdftext by dsinclair · 8 years ago
  61. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  62. 8a752ab Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page by dsinclair · 8 years ago
  63. 166bc16 Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font by dsinclair · 8 years ago
  64. f7a0d69 Check for negative page size in FindTextlineFlowOrientation() by thestig · 8 years ago
  65. 17103b8 Make ownership explicit in CPDF_ContentMarkItem. by tsepez · 8 years ago
  66. 84be3a3 Use ToUnicode mapping even when unicode is 0. by npm · 8 years ago
  67. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  68. 6296f2d Remove CFX_Matrix::Copy() in favor of assignment by tsepez · 8 years ago
  69. 22b64c3 Make CPDF_ContentMark have a CPDF_ContentMarkData. by tsepez · 8 years ago
  70. fbda17d Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one. by tsepez · 8 years ago
  71. d24c3a6 Revert "Add -> operators to CFX_CountRef." by tsepez · 8 years ago
  72. 5960143 Revert "Replace wrapper methods in CPDF_Path with -> operator." by tsepez · 8 years ago
  73. d09a097 Replace wrapper methods in CPDF_Path with -> operator. by tsepez · 8 years ago
  74. c10c23a Add -> operators to CFX_CountRef. by tsepez · 8 years ago
  75. 2d396ac Move the classes in fpdf_text_int.cpp into their own files by npm · 8 years ago
  76. 43cbe9e Remove unused methods in CPDF_TextPage and nits by npm · 8 years ago
  77. 2fad11a Simplify CPDF_TextPage::FindTextlineFlowOrientation(). by thestig · 8 years ago
  78. f4bb580 Make code compile with clang_use_chrome_plugin (part II) by weili · 8 years ago
  79. e7b0a2d Clean up CPDF_TextPage. by thestig · 8 years ago
  80. c183561 Add some consts and remove more casts in core/ by tsepez · 8 years ago
  81. 4997b22 Get rid of NULLs in core/ by thestig · 8 years ago
  82. db444d2 Fix all the code which has duplicate variable declarations by weili · 8 years ago
  83. afe9430 Make CFX_WideString(const CFX_WideString&) explicit. by tsepez · 9 years ago
  84. f7fe678 Add much-needed Find() method for CFX_*StringC by tsepez · 9 years ago
  85. 8f4bf9a More define cleanup. by dsinclair · 9 years ago
  86. 7c5f4b5 Fix incorrect offset computation. by etienneb · 9 years ago
  87. df964df Replace CFX_RectArray with std::vector<CFX_FloatRect> by tsepez · 9 years ago
  88. 6914118 Remove CFX_ArrayTemplate from CPDF_LinkExtract by tsepez · 9 years ago
  89. a28ae38 Remove IPDF_TextPage, IPDF_TextPageFind and IPDF_LinkExtract interfaces. by dsinclair · 9 years ago
  90. 8e4c505 Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). by tsepez · 9 years ago
  91. 774bdde Replace calls to deprecated CFX_{Wide,Byte}String::Empty() by tsepez · 9 years ago
  92. b4c9f3f Remove implicit cast from CFX_ByteString to (const char*). by tsepez · 9 years ago
  93. 05d53f0 Code change to avoid signed/unsigned mismatch warnings. by Wei Li · 9 years ago
  94. bd56755 Rename GetElementValue() to GetDirectObject{By,At}(). by tsepez · 9 years ago
  95. 8940993 Reduce signed/unsigned comparison warnings by Wei Li · 9 years ago
  96. b5e8f14 Remove FX_DWORD from core/ and delete definition by tsepez · 9 years ago
  97. ad72181 Add missing comma. by dan sinclair · 9 years ago
  98. 61b2fc7 Split core/include/fpdfapi/fpdf_resource.h by dan sinclair · 9 years ago
  99. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 9 years ago
  100. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 9 years ago