Age | Commit message (Expand) | Author |
2015-12-10 | Remove CFX_AffineMatrix/CPDF_Matrix | Tom Sepez |
2015-11-12 | Remove relative includes. | Lei Zhang |
2015-11-10 | Fix relative includes within core/ | Lei Zhang |
2015-11-04 | Remove unused variables in Transform1bppBitmap. | Oliver Chang |
2015-10-30 | Remove two more unused variables that compilers now complain about. | Nico Weber |
2015-10-30 | More chromium_code whack-a-mole. | Nico Weber |
2015-10-19 | Sanity check the values of TRUE and FALSE. | Lei Zhang |
2015-10-16 | Don't bother passing -1 as the length to the CFX_ByteString ctor. | Lei Zhang |
2015-10-05 | Original patch by forshaw. | Tom Sepez |
2015-08-16 | Fix -Wunused-function warnings on Windows. | Nico Weber |
2015-08-14 | Don't bother checking pointers before delete[] and FX_Free(). | Lei Zhang |
2015-08-14 | Use override in more classes in core/ | Lei Zhang |
2015-08-13 | Allow external font-path configuration from pdfium_test. | Tom Sepez |
2015-08-13 | Revert "Allow external font-path configuration from pdfium_test." | Tom Sepez |
2015-08-13 | Allow external font-path configuration from pdfium_test. | Tom Sepez |
2015-08-04 | clang-format all pdfium code. | Nico Weber |
2015-07-31 | Name IFX_SysFontInfo subclasses consistently. | Tom Sepez |
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-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-07-16 | Cleanup: Do not check pointers before deleting them, part 2. | Lei Zhang |
2015-07-04 | Remove a superfluous qualifier. No behavior change. | Nico Weber |
2015-07-02 | Add parentheses around && within ||.chromium/2453chromium/2452chromium/2451chromium/2450chromium/2449chromium/2448 | Nico Weber |
2015-06-30 | Fix a clang warning about a dangling else.chromium/2447chromium/2446 | Tom Sepez |
2015-06-19 | Cleanup: Do not check pointers before deleting them. | Lei Zhang |
2015-06-16 | Separate agg-authored code from fx-authored code.chromium/2439chromium/2438chromium/2437chromium/2436chromium/2435 | Tom Sepez |
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 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-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 | Remove checks in fxge/{apple,win32,skia,dib} now that FX_NEW cant return 0 | Tom Sepez |
2015-04-14 | Kill CFX_Object. | Tom Sepez |
2014-12-30 | Get rid of FX_LPCSTR cast. | Bo Xu |
2014-12-12 | Simplify PDFium by removing code that's not used in the open source repo. | John Abd-El-Malek |
2014-11-10 | Fix a bug when performing StretchDIBits on bit mask | Bo Xu |
2014-08-22 | Don't stretch bitmaps if destination size is empty. | Vitaly Buka |
2014-07-31 | Fix for min/max compile error on Windows | Scott Graham |
2014-07-31 | Fix integer overflow when stretch bitmap | Bo Xu |
2014-07-21 | Fix remaining -Wdelete-non-virtual-dtor violations on Windows. | Nico Weber |