Age | Commit message (Expand) | Author |
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 |
2015-03-06 | Make conversion between CPDF_Dest and its object explicit. | Tom Sepez |
2015-03-05 | Make conversion between CPDF_Action and its dictionary explicit. | Tom Sepez |
2015-02-27 | Do hit tests against Annots in reverse order. | Lei Zhang |
2015-02-06 | Cleanup: Fix some unused-function warnings. | Lei Zhang |
2015-02-04 | Prevent base::CheckedNumeric from leaking outside of pdfium. | Tom Sepez |
2015-01-09 | Fix -Wnon-virtual-dtor compiler warnings. | Tom Sepez |
2015-01-08 | Land: Protect against a seg fault in CPDF_StructElementImpl constructor. | Tom Sepez |
2015-01-05 | Clean up bookmark related codes. | Bo Xu |
2014-12-30 | Get rid of FX_LPCSTR cast. | Bo Xu |
2014-12-08 | Getting rid of more (FX_LPCWSTR) casts and fixing two bugs revealed by this. | Bruce Dawson |
2014-11-14 | Remove FX_LPCWSTR cast to wchar_t* literals | Bo Xu |
2014-08-18 | Add a null check before getting unicode text in CPDF_FormField::GetValue | Jun Fang |
2014-08-12 | Fix missing or broken include guard macros in pdfium headers. | Tom Sepez |
2014-08-05 | Fix the problem that memory is accessed after released due to invalid type-cast | Jun Fang |
2014-07-31 | Fix a few more -Wreorder warnings. | Nico Weber |
2014-07-30 | Remove a few unused variables, functions, and member variables. | Nico Weber |
2014-07-29 | Fix a few more warnings in chromium_code mode. | Nico Weber |
2014-07-29 | Remove a few unused variables, functions, and tables. | Nico Weber |
2014-07-28 | Remove 'inline' from two methods. | Nico Weber |
2014-07-21 | Adjust null object checkchromium/2103chromium/2102 | Bo Xu |