Age | Commit message (Expand) | Author |
2015-10-01 | Clean up some image decoder classes: | Lei Zhang |
2015-09-29 | Fix blank page issue caused by too strict correction on bpcchromium/2523 | Jun Fang |
2015-09-02 | Reapply Foxit's libopenjpeg modifications. | Lei Zhang |
2015-09-01 | Cleanup dead code in CPDF_DIBSource::LoadJpxBitmap() and friends. | 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-18 | Cleanup CFX_Font a bit. | Lei Zhang |
2015-08-17 | CFX_MapByteStringToPtr considered harmful. | Tom Sepez |
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-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-07-22 | Remove dead code found by Scythe. | Lei Zhang |
2015-07-17 | Refactor progressive renderer class.chromium/2467chromium/2466chromium/2465chromium/2464chromium/2463chromium/2462chromium/2461 | Tom Sepez |
2015-07-16 | Cleanup: Do not check pointers before deleting them, part 2. | Lei Zhang |
2015-06-19 | Cleanup: Remove dead CPDF_InlineImages code. | 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 | Make CPDF_PageModuleDef and CPDF_RenderModuleDef pure virtual. | Lei Zhang |
2015-06-15 | Do some IWYU cleanups. | Lei Zhang |
2015-06-15 | Provide a constructor for CPDF_CountedObject. | 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 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 | Fix potentially massive memory leak in CPDF_DIBSource::LoadJpxBitmap().chromium/2429chromium/2428chromium/2427 | Lei Zhang |
2015-06-04 | Move fx_safe_types.h to include/ directory. | Tom Sepez |
2015-06-03 | Kill unused IPDF_ classes. | 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-08 | Fix a bunch of -Wunused-but-set-variable warnings. | Lei Zhang |
2015-04-21 | Fix a regression with cut off images.chromium/2387chromium/2386chromium/2385chromium/2384chromium/2383chromium/2382chromium/2381chromium/2380chromium/2379chromium/2378 | Lei Zhang |
2015-04-16 | Replace FX_NEW with new, remove tests from fpdfapi | Tom Sepez |
2015-04-14 | Kill CFX_Object. | Tom Sepez |
2015-04-11 | Fix a heap buffer overflow issue in CPDF_CMap::GetNextChar | JUN FANG |
2015-03-17 | Revert "Fix a problem that JP2 image is not displayed because index color spa... | Tom Sepez |
2015-03-16 | Fix a problem that JP2 image is not displayed because index color space is used | JUN FANG |
2015-03-16 | Fix potential integer overflow in fpdf_render_image.cpp | JUN FANG |
2015-02-13 | Fix JPX image rendering that regressed due to several security fixes. | Lei Zhang |
2015-02-09 | Fix some typos in fpdf_render_loadimage.cpp. | Lei Zhang |