Age | Commit message (Expand) | Author |
2016-03-29 | Code change to avoid signed/unsigned mismatch warnings. | Wei Li |
2016-03-29 | Add a Retained Pointer smart class. | tsepez |
2016-03-29 | Rename GetElementValue() to GetDirectObject{By,At}(). | tsepez |
2016-03-28 | Cleanup one mac header | Wei Li |
2016-03-28 | Reduce signed/unsigned comparison warnings | Wei Li |
2016-03-25 | Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692 | tsepez |
2016-03-25 | Fix FXSYS_StrToInt() | Wei Li |
2016-03-25 | support gradients and stroke+fill | caryclark |
2016-03-25 | Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>. | Tom Sepez |
2016-03-25 | Remove unused params of CPDF_Image::SetImage. | dsinclair |
2016-03-25 | Cleanup some extern method declarations. | dsinclair |
2016-03-24 | Added bounds checking to GetNameFromTT to handle corrupt files. | Tom Sepez |
2016-03-24 | Remove strange integral constants for "true", "false", "%PDF". | Tom Sepez |
2016-03-24 | Add missing comma. | dan sinclair |
2016-03-24 | fix windows build; add blend modes | Cary Clark |
2016-03-23 | Split core/include/fpdfapi/fpdf_resource.h | dan sinclair |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-23 | Fix win/clang part 2. | Dan Sinclair |
2016-03-23 | Fix build on win/clang | Dan Sinclair |
2016-03-22 | Re-enable MSVC warning 4702 | Wei Li |
2016-03-21 | Make predefined character table slightly smaller. | Tom Sepez |
2016-03-21 | Remove FX_WORD in favor of uint16_t. | Tom Sepez |
2016-03-21 | Make a few more const tables smaller.chromium/2689chromium/2688 | Tom Sepez |
2016-03-21 | Remove unused FXDIB_PALETTE_ options | Tom Sepez |
2016-03-21 | Re-enable several MSVC warnings | Wei Li |
2016-03-21 | Handle empty objects in IsSameTextObject() and free from warning | Wei Li |
2016-03-21 | Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi. | Dan Sinclair |
2016-03-18 | Replace additional FX_WCHAR tables with uint16_t. | Tom Sepez |
2016-03-18 | Reduce size of several PDFium constant tables. | Tom Sepez |
2016-03-17 | fix paths and remove dead code | Cary Clark |
2016-03-16 | Enable building pdf_use_skia in the standalone build. | Dan Sinclair |
2016-03-16 | Move core/include/fpdfapi/fpdf_page.h to correct locations. | Dan Sinclair |
2016-03-15 | Remove -Wno-inconsistent-missing-override for clang-cl builds. | Oliver Chang |
2016-03-15 | Fix CJS_PublicMethods::IsNumber() with unit test and some cleanup | Wei Li |
2016-03-15 | core/include/fdpfapi cleanup Part I. | Dan Sinclair |
2016-03-15 | Modify xfa code to avoid c4800 warnings | Wei Li |
2016-03-15 | Reland "Fix sycc{420,422}_to_rgb issues."chromium/2680 | Oliver Chang |
2016-03-15 | Split CPDF_Stream/CPDF_StreamAcc into separate files | Tom Sepez |
2016-03-15 | Revert "Fix sycc{420,422}_to_rgb issues." | Oliver Chang |
2016-03-15 | Fix sycc{420,422}_to_rgb issues. | Oliver Chang |
2016-03-15 | Tidy fpdftext/ directory | Tom Sepez |
2016-03-14 | Add bitmaps and skp output to Skia port | Cary Clark |
2016-03-14 | Move fx_crypto.h and fpdf_text.h out of core/include. | Dan Sinclair |
2016-03-14 | Add missing DEPS files; enable checkdeps. | Dan Sinclair |
2016-03-14 | Move fpdfsdk/src up to fpdfsdk/. | Dan Sinclair |
2016-03-14 | Fix offset outside bounds warning on GCC | Tom Sepez |
2016-03-14 | Move core/src/ up to core/. | Dan Sinclair |
2016-03-11 | Re-enable MSVC warning 4800 for compiling with chromium_code | Wei Li |
2016-03-10 | Split fpdf_parser_objects.cpp into per-class .cpp/.h files. | Tom Sepez |
2016-03-10 | Change colorspace's number of components to be unsigned | Wei Li |