Age | Commit message (Expand) | Author |
2018-08-16 | Remove more optional args in core/ | Tom Sepez |
2018-08-14 | Remove unreachable vertical text code in CPDF_Document. | Lei Zhang |
2018-08-14 | Remove unused form/args of AddWindowsFont() | Tom Sepez |
2018-08-08 | Move ByteString::FromUnicode() to WideString::ToDefANSI() | Tom Sepez |
2018-07-18 | Avoid writing const/non-const versions of the same function. | Lei Zhang |
2018-07-16 | Fix some nits in CPDF_Document. | Lei Zhang |
2018-07-16 | Get rid of some loose allocs/free in CPDF_Document.chromium/3494 | Tom Sepez |
2018-06-28 | Replace DCHECKs with ASSERTs. | Lei Zhang |
2018-06-27 | Rework of loading of CPDF_Document. | Artem Strygin |
2018-06-26 | Unify CPDF_Document loading methods. | Artem Strygin |
2018-06-22 | Rework of Fixing metadata not read from linearized file. | Artem Strygin |
2018-06-11 | Implement CPDF_Object::MakeReference method.chromium/3456 | Artem Strygin |
2018-06-11 | Replace FPDF_PAGE_MAX_NUM with class scoped constant. | Tom Sepez |
2018-06-04 | Revert "Make CPDF_Document cache CPDF_Pages" | Tom Sepez |
2018-05-31 | Move codepage/charset methods into related places. | Artem Strygin |
2018-05-30 | Make CPDF_Document cache CPDF_Pages | Tom Sepez |
2018-05-25 | Replace some #ifdef PDF_ENABLE_XFA with runtime checks. | Tom Sepez |
2018-05-25 | Add proper const/non-const versions of CPDF_Dictionary::GetDictFor(). | Lei Zhang |
2018-05-25 | Mark more CPDF_Objects as const in font code. | Lei Zhang |
2018-05-09 | Add proper const/non-const versions of CPDF_Array methods. | Lei Zhang |
2018-05-09 | Mark numerious pointers as const. | Lei Zhang |
2018-05-08 | Rename CPDF_Document::GetPage() to GetPageDictionary(). | Tom Sepez |
2018-05-07 | Move codepage tables from cpdf_document.cpp to fx_codepage.cpp | Tom Sepez |
2018-04-12 | Make CFX_Font take FX_RECT out params by pointer. | Lei Zhang |
2017-10-21 | Fix a FPDF_GetMetaText() crash. | Lei Zhang |
2017-09-27 | Cleanup FX macros | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-08-30 | Add truly const versions of CPDF_Document getters. | Lei Zhang |
2017-08-29 | Optimize receiving page, if it have not obj num. | Artem Strygin |
2017-06-19 | Fixing metadata not read from linearized file.chromium/3136 | Henrique Nakashima |
2017-05-25 | Break apart the pageint.h file. | Dan Sinclair |
2017-04-26 | Remove a few more |new|s. | Tom Sepez |
2017-04-26 | Get rid of a few |new|s in CPDF_Document. | Tom Sepez |
2017-04-19 | Rename array names to match codepage names | Dan Sinclair |
2017-04-19 | Cleanup codepage and charset definitions. | Dan Sinclair |
2017-04-04 | RefCount CPDF_StreamAcc all the time. | Tom Sepez |
2017-04-04 | RefCount CPDF_IccProfile all the time | Tom Sepez |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from string methods | Dan Sinclair |
2017-04-01 | Refcount CPDF_Image all the time.chromium/3061chromium/3060 | Tom Sepez |
2017-03-21 | Pop when Pages is malformed and has no kids | Nicolas Pena |
2017-03-15 | Reset tree traversal when we think we're at the startchromium/3043 | Nicolas Pena |
2017-03-15 | Add IndexInBounds() convenience routine. | Tom Sepez |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-02-24 | Remove repeated flags from CPDF_Fontchromium/3023 | Nicolas Pena |
2017-01-18 | Bad indexing in CPDF_Document::FindPageIndex when page tree corrupt. | tsepez |
2017-01-09 | Remove CFX_ArrayTemplate from fpdfapi | tsepez |
2017-01-04 | Kill render_int.hchromium/2973chromium/2972 | Nicolas Pena |
2017-01-03 | Force stop of page tree traversal when max level reached | Nicolas Pena |