Age | Commit message (Expand) | Author |
2015-08-19 | Extern in .cpp file is a code smell, part 2. | Tom Sepez |
2015-08-17 | Fix more sign comparison errors. | Lei Zhang |
2015-08-14 | Clean: Fix some unneeded semi-colons and bad spacing. | Lei Zhang |
2015-08-14 | Add new public APIs to find the z-order for links and widgets.chromium/2485chromium/2484 | Lei Zhang |
2015-08-14 | Use override in more classes in core/ | Lei Zhang |
2015-08-14 | Cleanup: Remove unused CPDF_Metadata::m_pDoc. | Lei Zhang |
2015-08-11 | Remove dead code from CPDF_Metadata. Add missing nullptr check. | Lei Zhang |
2015-08-04 | clang-format all pdfium code. | Nico Weber |
2015-07-27 | Revert "FX Bool considered harmful, part 3" | Tom Sepez |
2015-07-27 | FX Bool considered harmful, part 3 | Tom Sepez |
2015-07-23 | Revert "FX_BOOL considered harmful, part 2." | Tom Sepez |
2015-07-23 | FX_BOOL considered harmful, part 2. | Tom Sepez |
2015-07-22 | Re-land else-after-returns | Tom Sepez |
2015-07-22 | Revert "Fix else-after-returns throughout pdfium." | Tom Sepez |
2015-07-22 | Fix else-after-returns throughout pdfium. | Tom Sepez |
2015-06-22 | Cleanup: Get rid of CPDF_Reference::Create(). | Lei Zhang |
2015-06-19 | Replace CFX_MapPtrTemplate with std::map. | Lei Zhang |
2015-06-19 | Cleanup: Do not check pointers before deleting them. | Lei Zhang |
2015-06-15 | Do some IWYU cleanups. | Lei Zhang |
2015-06-12 | Remove unneeded checks in CPDF_DocPageData::GetFontFileStreamAcc(). | Lei Zhang |
2015-06-11 | Remove trailing whitespaces in core. | Lei Zhang |
2015-06-11 | Kill FXSYS_mem{cpy,cmp,set.move}{32,8}. | Tom Sepez |
2015-06-10 | Cleanup: Remove uses of "this->" in core/ | Lei Zhang |
2015-06-10 | Remove FX_BSTR and FX_WSTR typedefs.chromium/2434chromium/2433chromium/2432chromium/2431chromium/2430 | Tom Sepez |
2015-06-10 | Cache the CPDF_Annot's subtype, since it should never changes. | Lei Zhang |
2015-06-10 | Remove typdefs for pointer types in fx_system.h. | Tom Sepez |
2015-06-09 | Use stdint.h types throughout PDFium. | Tom Sepez |
2015-06-08 | Remove more cruft from fx_system.h | Tom Sepez |
2015-06-05 | Cleanup: Make CPDF_Annot::m_pAnnotDict private. | Lei Zhang |
2015-06-04 | Move fx_safe_types.h to include/ directory. | Tom Sepez |
2015-05-28 | Fix ALL the include guards. | Tom Sepez |
2015-05-19 | Re-land: Remove FX_Alloc() null checks now that it can't return NULL. | Tom Sepez |
2015-05-19 | Revert "Remove FX_Alloc() null checks now that it can't return NULL." | Tom Sepez |
2015-05-19 | Remove FX_Alloc() null checks now that it can't return NULL. | Tom Sepez |
2015-05-08 | Move function prototypes to new doc_utils.h file | Tom Sepez |
2015-05-06 | Support arrays in nonstd::unique_ptr<>. | Tom Sepez |
2015-04-28 | Make CFX_WideString::LockBuffer() completely unused. | Tom Sepez |
2015-04-28 | Revert "Make CFX_WideString::LockBuffer() completely unused." | Tom Sepez |
2015-04-28 | Make CFX_WideString::LockBuffer() completely unused. | Tom Sepez |
2015-04-27 | Revert "Make CFX_WideString::LockBuffer() completely unused." | Tom Sepez |
2015-04-27 | Make CFX_WideString::LockBuffer() completely unused. | Tom Sepez |
2015-04-27 | Fix windows-specific usage of CFX_WideStr::operator LPCWSTR(). | Tom Sepez |
2015-04-27 | Reduce usage of operator LPCWSTR from CFX_WideString(). | Tom Sepez |
2015-04-27 | Revert "Kill operator LPCWSTR from CFX_WideString()." | Tom Sepez |
2015-04-27 | Kill operator LPCWSTR from CFX_WideString(). | Tom Sepez |
2015-04-20 | Remove Release() from CPDF_PageObject | Tom Sepez |
2015-04-16 | Replace FX_NEW with new, remove tests in fpdfdoc. | Tom Sepez |
2015-04-14 | Land on Master: Fix two new / free mismatches | Tom Sepez |
2015-04-14 | Kill CFX_Object. | Tom Sepez |
2015-03-06 | Make conversions for CPDF_Link explicit. | Tom Sepez |