Age | Commit message (Expand) | Author |
2015-09-22 | Use std::set<> to track active event handlers. | Tom Sepez |
2015-09-22 | Add nonstd::unique_ptr move assigment operator. | Tom Sepez |
2015-09-22 | Add missing 'return' keyword. | Lei Zhang |
2015-09-22 | [Docs] Add wiki content to Markdown docs | Tom Sepez |
2015-09-21 | Remove CJS_RuntimeFactorychromium/2519chromium/2518chromium/2517 | Tom Sepez |
2015-09-21 | More tidy of CJS_Object, kill implicit cast operator | Tom Sepez |
2015-09-17 | Don't pass null isolates to FXJS_ when we have a real isolate. | Tom Sepez |
2015-09-18 | Fix a #include in fpdf_page_func.cpp. | David Lattimore |
2015-09-16 | Remove several dead functions from fxjs_v8.{cpp,h}. | Tom Sepez |
2015-09-16 | Make pdfium_embeddertests link in debug component builds.chromium/2516chromium/2515chromium/2514chromium/2513chromium/2512chromium/2511 | Nico Weber |
2015-09-16 | Fix build broken at 506df426d5d6. | Tom Sepez |
2015-09-16 | Ensure functions in FXJS_V8 are prefixed by FXJS_. | Tom Sepez |
2015-09-15 | Check for empty embedder data before using it in PDFium JS bindings.chromium/2510 | Tom Sepez |
2015-09-15 | gyp_pdfium should use ninja by default. | Lei Zhang |
2015-09-15 | Fix typo from commit a9d4bc5. (Autocomplete fail) | Lei Zhang |
2015-09-15 | Fix build on Windows after commit 0b3c8f7. | Lei Zhang |
2015-09-15 | Implement FPDFAction_GetFilePath(). | Lei Zhang |
2015-09-15 | Fix build broken at 09ed30750282 | Tom Sepez |
2015-09-15 | Refactor fxjs_v8 and add embeddertests for it. | Tom Sepez |
2015-09-15 | Fix build broken at ac8fda05418b on windows | Tom Sepez |
2015-09-15 | Add move ctor to nonstd::unique_ptr. | Tom Sepez |
2015-09-15 | Cleanup JBig2_GeneralDecoder.cpp. | Lei Zhang |
2015-09-15 | Cleanup: Fix a typo. s/Processive/Processing/ | Lei Zhang |
2015-09-15 | Add a missing #include that's needed for call to FXSYS_tolower. | David Lattimore |
2015-09-14 | Get CJS_RuntimeFactory out of the CJS_GlobalData management business. | Tom Sepez |
2015-09-11 | Convert some unneeded gotos into returns. | Lei Zhang |
2015-09-11 | Cleanup casting of FX_Alloc() return values. | Lei Zhang |
2015-09-11 | Fix strings, remove stringify macros, void return types for Consts.h. | Tom Sepez |
2015-09-11 | Rename Init methods to more accurately describe purpose | Tom Sepez |
2015-09-10 | Guard against null image data in CJBig2_GRRDProc.chromium/2509chromium/2508 | Lei Zhang |
2015-09-10 | Remove CJBig2_Object, CJBig2_Module, and friends. | Lei Zhang |
2015-09-10 | Remove some abstractions in fxjs_v8.h. | Tom Sepez |
2015-09-10 | Fix JS_GetArrayElement to not return an empty handle on successchromium/2507 | Jochen Eisinger |
2015-09-10 | Resolve bad cast to CJS_EventHandler | foxit |
2015-09-09 | Remove existing generated images before running a test. | Lei Zhang |
2015-09-09 | Fix heap use after free in CPDFSDK_Annot::GetPDFAnnot. | Tom Sepez |
2015-09-09 | Test files for issue 507316 | Tom Sepez |
2015-09-08 | Beef up app_props.in and tidy app.cpp. | Tom Sepez |
2015-09-08 | Change the JS app.viewerType() return value to "pdfium" | Lei Zhang |
2015-09-08 | Remove unneeded checks for CPDF_Object::GetDict() return values. | Lei Zhang |
2015-09-04 | Fix typos, nits and remove dead code in fpdf_text_int.cpp. | Lei Zhang |
2015-09-03 | Remove CJBig2_Module::JBig2_Error and friends. | Lei Zhang |
2015-09-03 | Make a bunch of JBig2 classes independent of CJBig2_Object. | Lei Zhang |
2015-09-03 | Turn a failing assert into an actual check.chromium/2506chromium/2505chromium/2504chromium/2503chromium/2502chromium/2501 | Lei Zhang |
2015-09-02 | Change fixup_pdf_template.py to open files in binary mode. | Lei Zhang |
2015-09-02 | Remove dead JBig2 code. | Lei Zhang |
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-09-01 | Remove IPDFSDK_AnnotHandler interface. | Tom Sepez |
2015-09-01 | CPDFSDK_MediaActionHandler is unused. | Tom Sepez |