Age | Commit message (Expand) | Author |
2015-07-28 | Missing bExact -> iExact conversions | 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-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-07-22 | Remove dead code found by Scythe. | Lei Zhang |
2015-07-16 | Cleanup: Do not check pointers before deleting them, part 2. | Lei Zhang |
2015-07-13 | Fix a crashier due to incorrect type conversion | JUN FANG |
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 | Replace CFX_MapPtrTemplate with std::map. | Lei Zhang |
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-15 | Do some IWYU cleanups. | Lei Zhang |
2015-06-11 | Remove trailing whitespaces in core. | Lei Zhang |
2015-06-11 | Correct unexpected hinting fonts | Tom Sepez |
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 | Fix font rendering issues because of an incorrect transform. | John Abd-El-Malek |
2015-06-10 | Remove typdefs for pointer types in fx_system.h. | Tom Sepez |
2015-06-09 | Revert 'Correct unexpected hinting fonts' | JUN FANG |
2015-06-09 | Correct unexpected hinting fonts | JUN FANG |
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-05-15 | Abort on OOM by default in FX_Alloc(). | Tom Sepez |
2015-05-14 | Fix another batch of compiler warnings. | Lei Zhang |
2015-05-08 | Fix errors from commit f0a169e. | Lei Zhang |
2015-05-08 | Fix a bunch of -Wunused-but-set-variable warnings. | Lei Zhang |
2015-04-17 | Fix all remaining instances of FX_NEW. | Tom Sepez |
2015-04-16 | Remove checks in fxge/{apple,win32,skia,dib} now that FX_NEW cant return 0 | Tom Sepez |
2015-04-16 | Remove checks in fxge/ge now that FX_NEW can't return 0. | Tom Sepez |
2015-04-14 | Kill CFX_Object. | Tom Sepez |
2015-04-02 | Fix uninitialized face in fx_ge_font.cpp | JUN FANG |
2015-03-30 | Fix no text displayed issue when font embedded and font subsetting enabledchromium/2356chromium/2355chromium/2354chromium/2353chromium/2352 | JUN FANG |
2015-02-06 | Cleanup: Fix some unused-function warnings. | Lei Zhang |
2015-01-30 | Use system FreeType on Linux. | John Abd-El-Malek |
2015-01-05 | Cleanup: Get rid of CRLF line endings. | Lei Zhang |
2014-12-30 | Get rid of FX_LPCSTR cast. | Bo Xu |