Age | Commit message (Expand) | Author |
2017-03-20 | Use std::vector<std::unique_ptr<CPVT_WordInfo>> as word array. | Tom Sepez |
2017-03-20 | these files are being removed from skia | Mike Reed |
2017-03-20 | Simplify date time code | Dan Sinclair |
2017-03-20 | Cleanup unchanged values in CFX_TxtBreak | Dan Sinclair |
2017-03-20 | Allow processing fonts with indirect dict | Nicolas Pena |
2017-03-20 | Cleanup fgas_datetime code | Dan Sinclair |
2017-03-17 | Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046 | Lei Zhang |
2017-03-17 | Use std::vector in CPDF_StreamContentParser. | Lei Zhang |
2017-03-17 | Bring CPDF_ICCBasedCS closer to PDF spec. | Lei Zhang |
2017-03-17 | Replace CLines class with std::vector<Cline>. | Tom Sepez |
2017-03-17 | HardClip points a bit better in fx_agg_driver | Nicolas Pena |
2017-03-17 | Handle web links across lineschromium/3045 | Wei Li |
2017-03-17 | Coalesce redundant path points. | Lei Zhang |
2017-03-17 | Cleanup in fx_agg_driver part 2 | Nicolas Pena |
2017-03-17 | Make gyp a Windows-only dependency. | Lei Zhang |
2017-03-16 | Introduce unique_ptr compatible deleters for FPDF typeschromium/3044 | Tom Sepez |
2017-03-16 | Cleanup some fgas locale code. | Dan Sinclair |
2017-03-16 | Import PartitionAlloc from Chromium. | Chris Palmer |
2017-03-16 | Remove some nested statements in CPDF_DataAvail. | Lei Zhang |
2017-03-16 | Fix nits in CPDF_DIBSource. | Lei Zhang |
2017-03-16 | Move FPDFImageObj_LoadJpegHelper() into an anonymous namespace. | Lei Zhang |
2017-03-16 | Roll DEPS for build to cc228aba. | Lei Zhang |
2017-03-16 | Simplify TxtBreak AppendChar | Dan Sinclair |
2017-03-16 | Create common base class for TxtBreak and RTFBreak. | Dan Sinclair |
2017-03-16 | Use EXPECT_FLOAT_EQ in cpdf_devicecs_unittest | Nicolas Pena |
2017-03-16 | Compare to epsilon instead of 0 in CFX_Matrix::SetReverse | Nicolas Pena |
2017-03-15 | remove CFX_ArrayTemplate from fde/xml. | Tom Sepez |
2017-03-15 | Add array_buffer JS test. | Tom Sepez |
2017-03-15 | Reset tree traversal when we think we're at the startchromium/3043 | Nicolas Pena |
2017-03-15 | Use map of unique_ptr in cxfa_textparser. | Tom Sepez |
2017-03-15 | remove CFX_ArrayTemplate from fxet_list. | Tom Sepez |
2017-03-15 | Refactor some CPDF_ColorSpace code. | Lei Zhang |
2017-03-15 | Clean up more CPDF_PSEngine code. | Lei Zhang |
2017-03-15 | Fix botch introduced at 193e6ca, try 2. | Tom Sepez |
2017-03-15 | Roll DEPS for v8 to 5362e552. | Lei Zhang |
2017-03-15 | Cleanup nits from prior CLs | Dan Sinclair |
2017-03-15 | Clean up fx_agg_driver a bit | Nicolas Pena |
2017-03-15 | Remove unused methods and data from fgas_codepage | Dan Sinclair |
2017-03-15 | Fix an integer underflow in the BMP decoder. | Lei Zhang |
2017-03-15 | Replace FX_POSITION in GFGAS_FontMgr with bool | Dan Sinclair |
2017-03-15 | Add IndexInBounds() convenience routine. | Tom Sepez |
2017-03-14 | remove CFX_ArrayTemplate from fx_extension.cpp | Tom Sepez |
2017-03-14 | Replace CFDE_TxtEdtPage FX_POSITION usage with uint32_tchromium/3042 | Dan Sinclair |
2017-03-14 | Use std::vector for content layout item arrays | Tom Sepez |
2017-03-14 | Prevent integer overflow in CPDF_CIDFONT::LoadMetricsArray | Nicolas Pena |
2017-03-14 | Convert CPDF_Creator::m_Pos to uint32_t | Dan Sinclair |
2017-03-14 | Replace CXFA_{Object,Node}Array with std::vector | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_DOUBLE with underlying double type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |