1. ef002c8 Use fx_extension.h utilities in more places. by Lei Zhang · 8 years ago
  2. 1629f60 Add CFX_RenderDevice::AutoRestorer() by Tom Sepez · 8 years ago
  3. f51a02a Cleanup codepage and charset definitions. by Dan Sinclair · 8 years ago
  4. 1835a6f Tweak CFDF_Font::AppendChar() by Tom Sepez · 8 years ago
  5. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 8 years ago
  6. 1a89e36 Remove dead code in fxet_edit.h. by Lei Zhang · 8 years ago
  7. 7388470 Use std::map<> in CPLST_Select by Tom Sepez · 8 years ago
  8. a8c2b91 Remove dead CFX_Edit code and fix some typos. by Lei Zhang · 8 years ago
  9. 52f69b3 Make CPVT_WordPlace more conformant with the prevailing idioms. by Tom Sepez · 8 years ago
  10. 9bbc354 remove CFX_ArrayTemplate from fxet_list. by Tom Sepez · 8 years ago
  11. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  12. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  13. a0061af Convert TransformPoint calls to Transform calls by Dan Sinclair · 8 years ago
  14. f528eee Reland "Convert CFX_FloatPoint to CFX_PointF" by Dan Sinclair · 8 years ago
  15. 22da8c2 Delete unused method CPWL_Edit::GeneratePageObjects by Nicolas Pena · 8 years ago
  16. 92a32db Revert "Convert CFX_FloatPoint to CFX_PointF" by dsinclair · 8 years ago
  17. 4797c42 Convert CFX_FloatPoint to CFX_PointF by Dan Sinclair · 8 years ago
  18. afb4456 Remove Transform in favour of TransformPoint by Dan Sinclair · 8 years ago
  19. 3509d16 Use std::vector, unique_ptrs in fxet_edit.h by Tom Sepez · 8 years ago
  20. 6745f96 Remove CFX_ArrayTemplate, use unique_ptr in fpdfsdk/pdfwindow by tsepez · 8 years ago
  21. 85c8e7f Fixup lint flags. by Dan Sinclair · 8 years ago
  22. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  23. 98151ca Cleanup DEPS files by dsinclair · 8 years ago
  24. 69d9c68 Move core/fpdfapi/fpdf_render to core/fpdfapi/render by dsinclair · 8 years ago
  25. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  26. 41872fa Move core/fpdfapi/fpdf_page to core/fpdfapi/page by dsinclair · 8 years ago
  27. bc5e6d2 Move core/fpdfapi/fpdf_font to core/fpdfapi/font by dsinclair · 8 years ago
  28. 36eb4bd Add ptr_util.h from base until std::make_unique<> available by tsepez · 8 years ago
  29. 0bb385b Move fpdfsdk/fxedit/include to fpdfsdk/fxedit by dsinclair · 8 years ago
  30. 74a34fc Move core/fxge/include to core/fxge by dsinclair · 8 years ago
  31. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  32. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago
  33. 61df2c7 Move core/fpdfapi/fpdf_render/include to core/fpdfapi/fpdf_render by dsinclair · 8 years ago
  34. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  35. 8a752ab Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page by dsinclair · 8 years ago
  36. 166bc16 Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font by dsinclair · 8 years ago
  37. d4c34f2 Replace std::unique_ptr.reset() with WrapUnique assignment. by thestig · 8 years ago
  38. ea3c3be Remove duplicated charset definitions, and move them to fx_font.h by npm · 8 years ago
  39. 8faac62 Cleanup CFX_SystemHandler. by dsinclair · 8 years ago
  40. 41d6bbe Delete unused parameter nWordStyle from GetCharWidth() by npm · 8 years ago
  41. 63f545c CFX_FloatPoint default constructor and equals operators by tsepez · 8 years ago
  42. 067990c Stop converting widestring -> c_str -> widestring in several places. by tsepez · 8 years ago
  43. 55a1eb0 Delete unused methods and definitions from fxet_edit by npm · 8 years ago
  44. a31da74 Pass CFX_WideString further down widget callers by tsepez · 8 years ago
  45. fc1d16f Make CPDF_Path have a CFX_Path rather than inheriting by tsepez · 8 years ago
  46. fbda17d Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one. by tsepez · 8 years ago
  47. d24c3a6 Revert "Add -> operators to CFX_CountRef." by tsepez · 8 years ago
  48. adbd329 Revert "Use ->() in CPDF_ColorState" by tsepez · 8 years ago
  49. 91ddd3f Use ->() in CPDF_ColorState by tsepez · 8 years ago
  50. c10c23a Add -> operators to CFX_CountRef. by tsepez · 8 years ago
  51. 987f3ee Make CFX_CountRef<>::m_pObject private, add accessors, fix const-ness. by tsepez · 8 years ago
  52. 9ada2d8 Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own files. by npm · 8 years ago
  53. 660de3c Move CFX_ClipRgn and CFX_PathData into their own files. by npm · 8 years ago
  54. 448c433 Splitting fpdfdoc/doc_* part II. by dsinclair · 8 years ago
  55. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 8 years ago
  56. efd5a99 Removing default params from CFX_Edit. by dsinclair · 8 years ago
  57. d8f3978 Remove CFX_Edit_Refresh::Analyse by dsinclair · 8 years ago
  58. dbc7716 Cleanup some PWL interfaces. by dsinclair · 8 years ago
  59. e35af1e Remove some IFX_* wrappers. by dsinclair · 8 years ago
  60. a2919b3 Remove RichText support from fpdfsdk/fxedit. by dsinclair · 8 years ago
  61. dff03da Clean up fxet_ap.cpp. by thestig · 8 years ago
  62. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 9 years ago
  63. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 9 years ago
  64. 4997b22 Get rid of NULLs in core/ by thestig · 9 years ago
  65. fd6cfad Clean up CPDF_TextRenderer slightly. by thestig · 9 years ago
  66. 41846a0 Remove default argument from RestoreState() methods. by thestig · 9 years ago
  67. 8f5f897 Add an enum to represent text rendering modes. by thestig · 9 years ago
  68. 71a452f Make CFX_ByteString(const CFX_ByteStringC&) explicit. by tsepez · 9 years ago
  69. 594b20b Fix some misc nits. by thestig · 9 years ago
  70. 732f6a0 IFX_Edit::NewEdit never returns nullptr. by thestig · 9 years ago
  71. 821d59e CPDF_VariableText::GetIterator() never returns NULL. by thestig · 9 years ago
  72. 2c3a16a Remove some dead code. by thestig · 9 years ago
  73. 8f4bf9a More define cleanup. by dsinclair · 9 years ago
  74. 8c32dfa Subtract instead of adding the negation. by thestig · 9 years ago
  75. b959010 Remove IFX_SystemHandler. by dsinclair · 9 years ago
  76. 8e4c505 Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). by tsepez · 9 years ago
  77. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  78. 89bdd08 Move code from fpdfsdk/include to the sub directories. by dsinclair · 9 years ago
  79. 48baa5f Move core/include/fxge to core/fxge/include. by dsinclair · 9 years ago
  80. c7a7349 Remove core/include/fpdfdoc/fpdf_vt.h by dsinclair · 9 years ago
  81. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 9 years ago
  82. ed9c438 Make IPDF_VariableText_{Provider,Iterator} inner classes. by dsinclair · 9 years ago
  83. 8940993 Reduce signed/unsigned comparison warnings by Wei Li · 9 years ago
  84. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  85. 61b2fc7 Split core/include/fpdfapi/fpdf_resource.h by dan sinclair · 9 years ago
  86. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 9 years ago
  87. d4e8f12 Re-enable several MSVC warnings by Wei Li · 9 years ago
  88. 584b1e6 Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi. by Dan Sinclair · 9 years ago
  89. 455a419 Move core/include/fpdfapi/fpdf_page.h to correct locations. by Dan Sinclair · 9 years ago
  90. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  91. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago