1. 162a31a Get rid of FXARGB_MAKE macro. by Lei Zhang · 6 years ago
  2. 486f395 Add static_asserts for FX_RECT and FX_COLORREF. by Lei Zhang · 6 years ago
  3. 3851aff Add helpers to work with FXDIB_Format. by Lei Zhang · 6 years ago
  4. 4f7479a Change FXSYS_RGB() to FXSYS_BGR(). by Lei Zhang · 6 years ago
  5. 765d1eb Rename one ArgbEncode() variant to AlphaAndColorRefToArgb(). by Lei Zhang · 6 years ago
  6. 2e6405c Change ArgbToColorRef() to ArgbToAlphaAndColorRef(). by Lei Zhang · 6 years ago
  7. d14dd43 Fixing order of guards to avoid potential segvs by Ryan Harrison · 7 years ago
  8. c2d9e2d Rename FX_COLORREF variables from "rgb" to "bgr". by Lei Zhang · 7 years ago
  9. 0c6b981 Remove all usages of FXSYS_iswASCIIspace by Ryan Harrison · 7 years ago
  10. 69da36c Explicitly mark helper methods that only operate on ASCII ranges by Ryan Harrison · 7 years ago
  11. 72fe435 Remove CXFA_DataData by Dan Sinclair · 7 years ago
  12. ddfc3dc Let {Argb,Cmyk}Decode return tuples by Nicolas Pena · 7 years ago
  13. 236ce3b Remove dib_int.h by Nicolas Pena · 7 years ago
  14. 37cc5fb Finish splitting up fx_dib.h by Nicolas Pena · 7 years ago
  15. 0c972eb Split fx_dib part 5 by Nicolas Pena · 7 years ago
  16. 192e4d9 Split fx_dib part 4 by Nicolas Pena · 7 years ago
  17. bdbb0bd Split fx_dib part 3 by Nicolas Pena · 7 years ago
  18. ac66da2 Split fx_dib.h part 2 by Nicolas Pena · 7 years ago
  19. fc715c3 Split fx_dib part 1 by Nicolas Pena · 7 years ago
  20. a69665d Avoid one more instance of the anti-pattern in 706346. by Tom Sepez · 7 years ago
  21. f0799fe Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" by Tom Sepez · 7 years ago
  22. 31b08d4 Revert "Refcount all CFX_DIBSources (and subclasses) all the time." by dsinclair · 7 years ago
  23. 0004f29 Refcount all CFX_DIBSources (and subclasses) all the time. by Tom Sepez · 7 years ago
  24. 5fb0ad8 core: fix a few uninitialized members by Miklos Vajna · 8 years ago
  25. b8642f8 More unique_ptr returns from DIB methods. by tsepez · 8 years ago
  26. 72c1bda Return unique_ptr from GetAlphaMask. by tsepez · 8 years ago
  27. 1a1d764 Return unique_ptrs from CFX_DIBitmap::Clone(). by tsepez · 8 years ago
  28. 687fbde handle antialiased rendering as premultiplied by caryclark · 8 years ago
  29. 85c8e7f Fixup lint flags. by Dan Sinclair · 8 years ago
  30. 0201377 fix corpus tests by caryclark · 8 years ago
  31. 12f3e4a Remove FX_BOOL from core by tsepez · 8 years ago
  32. 36eb4bd Add ptr_util.h from base until std::make_unique<> available by tsepez · 8 years ago
  33. 74a34fc Move core/fxge/include to core/fxge by dsinclair · 8 years ago
  34. 8a4e286 Move core/fxcodec/codec/include and core/fxcodec/include files up by dsinclair · 8 years ago
  35. aca4fc7 Replace a few more std::unique_ptr.reset() with WrapUnique assignments. by thestig · 8 years ago
  36. 9ada2d8 Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own files. by npm · 8 years ago
  37. ad5ac75 Fix typos of the word outer. by thestig · 8 years ago
  38. 660de3c Move CFX_ClipRgn and CFX_PathData into their own files. by npm · 8 years ago
  39. 26b86e6 Move CFX_GEModule into its own file by npm · 8 years ago
  40. c38cd6e Use smart pointers for graphics device classes by weili · 8 years ago
  41. 8ca60b2 Use smart pointers for various Jbig2 decoding contexts by weili · 8 years ago
  42. 726b3db Remove some fx_dib functions with unused parameters. by thestig · 8 years ago
  43. 4997b22 Get rid of NULLs in core/ by thestig · 8 years ago
  44. 36e258b The PDFium source in core/fxge/dib implements a bit-blitting backend. by caryclark · 8 years ago
  45. befa450 Remove default arguments from CFX_FxgeDevice. by thestig · 8 years ago
  46. 39fbb7e Clean up CFX_ImageTransformer. by thestig · 8 years ago
  47. 9febfe6 Clean up CFX_ImageStretcher. by thestig · 8 years ago
  48. d55e11e Remove ICodec_* Interfaces. by dsinclair · 8 years ago
  49. 86e5474 Move include/fxcodec to fxcodec/include by dsinclair · 8 years ago
  50. 48baa5f Move core/include/fxge to core/fxge/include. by dsinclair · 8 years ago
  51. b5e8f14 Remove FX_DWORD from core/ and delete definition by tsepez · 8 years ago
  52. d4e8f12 Re-enable several MSVC warnings by Wei Li · 8 years ago
  53. 764ec51 Move core/src/ up to core/. by Dan Sinclair · 9 years ago[Renamed (99%) from core/src/fxge/dib/fx_dib_main.cpp]
  54. 68b4a4a Reland "Fix chromium-style errors." by Dan Sinclair · 9 years ago
  55. 5949122 Revert "Fix chromium-style errors." by Dan Sinclair · 9 years ago
  56. c582c0d Fix chromium-style errors. by Dan Sinclair · 9 years ago
  57. 738b08c Fix and enable lint checks. by Dan Sinclair · 9 years ago
  58. 61046b9 Sort headers in non-xfa directories. by Dan Sinclair · 9 years ago
  59. efbc191 Expand all paths to be based off pdfium/ directory by Dan Sinclair · 9 years ago
  60. 412e908 Merge to XFA: Get rid of most instance of 'foo == NULL' by Lei Zhang · 9 years ago
  61. 96660d6 Merge to XFA: Get rid of most instance of 'foo != NULL' by Lei Zhang · 9 years ago
  62. 60d909e Merge to XFA: Remove CFX_AffineMatrix/CPDF_Matrix by Tom Sepez · 9 years ago
  63. a9fa50f Merge to XFA: Fix relative includes within core/ by Lei Zhang · 9 years ago
  64. db12c16 XFA: Remove tests for new in fxge and fpdfsdk. by Lei Zhang · 9 years ago
  65. 5417f06 Merge to XFA: Extern in .cpp file is a code smell, part 2. by Tom Sepez · 9 years ago
  66. da180e9 Merge to XFA: Don't bother checking pointers before delete[] and FX_Free(). by Lei Zhang · 9 years ago
  67. ae51c81 Kill off last uses of FX_NEW in XFA. by Tom Sepez · 9 years ago
  68. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  69. 2f2ffec Merge to XFA - else after returns. by Tom Sepez · 9 years ago
  70. 6d8b1c2 Merge to XFA: Cleanup: Do not check pointers before deleting them. by Lei Zhang · 9 years ago
  71. 95e854f Remove trailing whitespaces in core, XFA edition. by Lei Zhang · 9 years ago
  72. 6581175 Merge to XFA: Kill FXSYS_mem{cpy,cmp,set.move}{32,8}. by Tom Sepez · 9 years ago
  73. d7e5cc7 Merge to XFA: Remove typdefs for pointer types in fx_system.h. by Tom Sepez · 9 years ago
  74. bfa9a82 Merge to XFA: Use stdint.h types throughout PDFium. by Tom Sepez · 9 years ago
  75. d50b172 Merge to XFA: Remove FX_Alloc() null checks now that it can't return NULL. by Tom Sepez · 9 years ago
  76. ed099be Merge to XFA: Abort on OOM by default in FX_Alloc(). by Tom Sepez · 9 years ago
  77. 207299b XFA: merge patch from issue 801913002 and 804463003 by John Abd-El-Malek · 10 years ago
  78. c77e8f7 Remove a few unused variables, functions, and tables. by Nico Weber · 10 years ago
  79. 3522876 Remove custom memory manager by Bo Xu · 10 years ago
  80. 5dc4f24 Fix warnings in android build, fix font rendering issue, fix issue 357588: wrong characters representation, and addjust some code indent by Bo Xu · 10 years ago
  81. 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 10 years ago
  82. 5110c47 Initial commit. by John Abd-El-Malek · 10 years ago