Age | Commit message (Expand) | Author |
2017-01-03 | Remove the ::GetCapacity methods. | Dan Sinclair |
2017-01-03 | Create individual exception methods. | Dan Sinclair |
2017-01-03 | Convert CFWL_MonthCalendar to use return values | Dan Sinclair |
2017-01-03 | Check for overflow in JBig2 Huffman decoder | Dan Sinclair |
2017-01-03 | Remove more CFX_ArrayTemplate in cfwl_notedriver.h. | tsepez |
2017-01-03 | Kill last use of CFX_PtrList. | tsepez |
2017-01-03 | Remove CFWL_ListBox::GetDataProviderItemText | Dan Sinclair |
2017-01-03 | Cleaning out params in CPDFXFA_Context | Dan Sinclair |
2017-01-03 | Use return values in CFWL_Scrollbar instead of out params | Dan Sinclair |
2017-01-03 | Force stop of page tree traversal when max level reached | Nicolas Pena |
2017-01-03 | Libtiff update with upstream | Nicolas Pena |
2017-01-02 | Gold support in PDFiumchromium/2970 | stephana |
2017-01-02 | Use vector of unique_ptrs for page node children. | tsepez |
2016-12-28 | Make CFX_Observable copy constructable.chromium/2969chromium/2968chromium/2967chromium/2966 | tsepez |
2016-12-19 | Missing null initializer in CPDF_StreamParser::ReadInlineStreamchromium/2965chromium/2964chromium/2963chromium/2962chromium/2961chromium/2960chromium/2959chromium/2958 | tsepez |
2016-12-19 | Relax the EncryptMetadata check.chromium/2957 | tsepez |
2016-12-16 | lcms: Sanitize floating point readchromium/2956chromium/2955 | kcwu |
2016-12-16 | Return unique_ptr<> from IPDF_StructTree | tsepez |
2016-12-16 | Better tests for password protected documents.chromium/2954 | tsepez |
2016-12-15 | Return unique_ptr from CFX_BinaryBuf::DetachBuffer() | tsepez |
2016-12-15 | Move window type mask up with masked flags | dsinclair |
2016-12-15 | Remove widget offscreen code. | dsinclair |
2016-12-15 | Cleanup widget edge related code | dsinclair |
2016-12-15 | Remove more unused widget styles | dsinclair |
2016-12-15 | Remove unused widget state flags | dsinclair |
2016-12-15 | Remove unused sysbtn code | dsinclair |
2016-12-14 | Remove unused m_OtfFontData.chromium/2953 | tsepez |
2016-12-14 | Return unique_ptr from CXFA_FFApp::CreateDoc. | tsepez |
2016-12-14 | More unique_ptr returns from DIB methods. | tsepez |
2016-12-14 | Remove unused flags in CFWL_PushButtonchromium/2952 | dsinclair |
2016-12-14 | Return unique_ptr from GetAlphaMask. | tsepez |
2016-12-14 | Cleanup CFWL_MonthCalendar flags | dsinclair |
2016-12-14 | Remove some usage of |return XXX.release()| anti-pattern. | tsepez |
2016-12-14 | Remove unused CFWL_Form flags | dsinclair |
2016-12-14 | Remove unused CFWL_Edit flags. | dsinclair |
2016-12-14 | This CL removes some of the unused CFWL widget flags. | dsinclair |
2016-12-14 | Remove unused CFWL_ListBox code | dsinclair |
2016-12-14 | Add inline JPEGs. | rbpotter |
2016-12-14 | Remove CJBig2_List in favor of std::vector<std::unique_ptr<>> | tsepez |
2016-12-14 | Update CFWL_ListBox to return instead of using out params. | dsinclair |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-14 | Verify precision length before converting to string. | dsinclair |
2016-12-13 | Return unique_ptr<>s from fxcodec/chromium/2951 | tsepez |
2016-12-13 | Replace CFX_FloatArray with std::vector | tsepez |
2016-12-13 | Use CFX_MaybeOwned<> in CPDF_Annot. | tsepez |
2016-12-12 | fix linux build | caryclark |
2016-12-12 | Fix JBig2 decoding logic | weili |
2016-12-12 | add flag for future Skia CL | reed |
2016-12-12 | sync with latest skia api | caryclark |
2016-12-12 | Fix dotted line drawing for GDI device driver | weili |