Age | Commit message (Expand) | Author |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-18 | Make CPDF_Dictionary use unique pointers.chromium/2926 | tsepez |
2016-11-17 | fix corpus tests | caryclark |
2016-11-04 | Reland "Remove CPDF_Object::Release() in favor of direct delete" | tsepez |
2016-11-04 | Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #... | dsinclair |
2016-11-03 | Remove CPDF_Object::Release() in favor of direct delete | tsepez |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-17 | Strengthen bounds check in CWeightTable::Calc * part II | stackexploit |
2016-10-04 | Move core/fpdfapi/fpdf_render to core/fpdfapi/render | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | dsinclair |
2016-10-03 | Add ptr_util.h from base until std::make_unique<> available | tsepez |
2016-09-30 | Fix build of pdf_hint_table_fuzzer.chromium/2877 | tsepez |
2016-09-29 | Move core/fxge/include to core/fxge | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-29 | Move core/fxcodec/codec/include and core/fxcodec/include files up | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser | dsinclair |
2016-09-28 | Replace a few more std::unique_ptr.reset() with WrapUnique assignments. | thestig |
2016-09-28 | Use string pools in some dictionaries, names, and strings. | tsepez |
2016-09-26 | Strengthen bounds check in CWeightTable::Calc. | stackexploit |
2016-09-15 | Rename dictionary set and get methods | dsinclair |
2016-08-11 | Fix an integer overflow in CStretchEngine constructor | weili |
2016-08-10 | Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ... | npm |
2016-08-09 | Fix typos of the word outer. | thestig |
2016-08-08 | Move CFX_ClipRgn and CFX_PathData into their own files. | npm |
2016-08-04 | Move CFX_GEModule into its own file | npm |
2016-08-04 | Add bounds checks to CWeightTable::Calc() and friends. | thestig |
2016-07-29 | Fix a FPE in CStretchEngine::StartStretchHorz(). | thestig |
2016-07-21 | Use smart pointers for graphics device classes | weili |
2016-07-19 | Use smart pointers for various Jbig2 decoding contexts | weili |
2016-06-22 | Remove some fx_dib functions with unused parameters. | thestig |
2016-06-08 | Remove implicit CFX_CountedRef::operator T*() | tsepez |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-06-02 | The PDFium source in core/fxge/dib implements a bit-blitting backend. | caryclark |
2016-05-26 | Remove default arguments from CFX_FxgeDevice. | thestig |
2016-05-25 | Remove FX_GAMMA() and friends. They do nothing. | thestig |
2016-05-12 | Clean up CFX_ImageTransformer. | thestig |
2016-05-11 | Clean up CFX_ImageStretcher. | thestig |
2016-05-11 | Fix a divide by zero in CFX_ImageStretcher. | thestig |
2016-04-19 | Remove a few more char* members from structs/classes. | tsepez |
2016-04-12 | Remove ICodec_* Interfaces. | dsinclair |
2016-04-06 | Move include/fxcodec to fxcodec/include | dsinclair |
2016-04-06 | Move core/include/fxge to core/fxge/include. | dsinclair |
2016-03-25 | Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692 | tsepez |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-22 | Re-enable MSVC warning 4702 | Wei Li |
2016-03-21 | Remove unused FXDIB_PALETTE_ options | Tom Sepez |
2016-03-21 | Re-enable several MSVC warnings | Wei Li |
2016-03-14 | Move core/src/ up to core/. | Dan Sinclair |