Age | Commit message (Expand) | Author |
2015-09-11 | Cleanup casting of FX_Alloc() return values. | Lei Zhang |
2015-08-20 | Fix some -Wmaybe-uninitialized errors. | Lei Zhang |
2015-08-19 | Extern in .cpp file is a code smell, part 2. | Tom Sepez |
2015-08-19 | Extern in .cpp files is a code smell. | Tom Sepez |
2015-08-18 | Cleanup CFX_Font a bit. | Lei Zhang |
2015-08-17 | Cleanup CFX_UnicodeEncoding and remove IFX_FontEncoding. | Lei Zhang |
2015-08-14 | Don't bother checking pointers before delete[] and FX_Free(). | Lei Zhang |
2015-08-05 | FPDF_Creator can only create file through embedder-supplied callback. | Tom Sepez |
2015-08-04 | clang-format all pdfium code. | Nico Weber |
2015-07-27 | Fix FX_BOOL compilation errors under windows | Tom Sepez |
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-23 | Fix FX_BOOL type mismatches. | 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 | Cleanup: Do not check pointers before deleting them. | Lei Zhang |
2015-06-15 | Do some IWYU cleanups. | 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 | Remove FX_BSTR and FX_WSTR typedefs.chromium/2434chromium/2433chromium/2432chromium/2431chromium/2430 | Tom Sepez |
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-05-28 | Fix ALL the include guards. | Tom Sepez |
2015-05-21 | Fix four annoying warnings: | 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-18 | Add safe FX_Alloc2D() macro | Tom Sepez |
2015-04-16 | Replace FX_NEW with new, remove tests from fpdfapi | Tom Sepez |
2015-04-14 | Kill CFX_Object. | Tom Sepez |
2014-12-30 | Get rid of FX_LPCSTR cast. | Bo Xu |
2014-11-17 | Zero initialize ch to avoid possible bug - conditions are very subtle. | Bruce Dawson |
2014-08-19 | Fix bug in CPDF_PageContentGenerate constructor and destructor | Bo Xu |
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-08 | Remove custom memory manager | Bo Xu |
2014-06-30 | Remove "this==NULL" and adjust corresponding callers | Bo Xu |
2014-06-12 | Enable security removal in FPDF_Doc_Save | Bo Xu |
2014-05-23 | Convert all line endings to LF. | John Abd-El-Malek |
2014-05-20 | Fix warning on Mac. | John Abd-El-Malek |
2014-05-17 | Initial commit. | John Abd-El-Malek |