Age | Commit message (Expand) | Author |
2018-01-22 | Move WidgetAcc and IsWidgetReady to CXFA_Node | Dan Sinclair |
2018-01-22 | Support jumbo build in XFA targets. | Lei Zhang |
2018-01-22 | Break xfa target into smaller pieces. | Lei Zhang |
2018-01-22 | Move IsNull and PreNull to CXFA_Node | Dan Sinclair |
2018-01-22 | Move the UI elements from CXFA_WidgetAcc to CXFA_Node | Dan Sinclair |
2018-01-22 | Add flag to notify if a node widget is ready | Dan Sinclair |
2018-01-22 | Use MaybeLocal versions of v8::Script APIs | Adam Klein |
2018-01-22 | Tests for composing CFX_Matrix transforms. | Henrique Nakashima |
2018-01-19 | Remove code added in by a bad rebase or mergechromium/3328chromium/3327chromium/3326 | Ryan Harrison |
2018-01-19 | Fix CFX_Matrix.RotateAt() | Henrique Nakashima |
2018-01-19 | Remove NeedAlpha() in CFX_ImageTransformer. | Lei Zhang |
2018-01-18 | Add jumbo build support for fxge and pwl. | Lei Zhang |
2018-01-18 | Move XFA_IsCreateWidget to CXFA_Object | Dan Sinclair |
2018-01-18 | Avoid integer overflows in CJBig2_Image::composeTo_opt2(). | Lei Zhang |
2018-01-18 | Declare variables closer to use in CJBig2_Image::composeTo_opt2(). | Lei Zhang |
2018-01-18 | Remove more unneeded includes and code from headers. | Lei Zhang |
2018-01-18 | Move format specific elements out of ContinueDecode | Ryan Harrison |
2018-01-17 | Move format specific elements out of StartDecodechromium/3324 | Ryan Harrison |
2018-01-17 | Move format specific elements out of DetectImageType | Ryan Harrison |
2018-01-17 | Remove redundant GetNode | Dan Sinclair |
2018-01-17 | Remove param checking from StartScanLine | Ryan Harrison |
2018-01-17 | Move remaining jpeg error handling up a level | Ryan Harrison |
2018-01-17 | Move jpeg header read error handling up a level | Ryan Harrison |
2018-01-17 | Pass Isolate to v8::String::Utf8Value API | Adam Klein |
2018-01-17 | Do more forward declarations in cxfa_node.h. | Lei Zhang |
2018-01-17 | Fix behavior of FPDF_RenderPageBitmapWithMatrix | Henrique Nakashima |
2018-01-17 | Move code related to stroke line dash to CXFA_Stroke | Dan Sinclair |
2018-01-17 | Cleanup some CXFA_Box methods | Dan Sinclair |
2018-01-17 | Rename box arc methods for clarity | Dan Sinclair |
2018-01-17 | Move GetFillpath to CXFA_Rectangle | Dan Sinclair |
2018-01-17 | Move rectangle drawing code to CXFA_Rectangle | Dan Sinclair |
2018-01-17 | Correctly handle errors when starting jpeg codec | Ryan Harrison |
2018-01-17 | Pass ios_base::binary so WriteBitmapToPng works on Windows. | Henrique Nakashima |
2018-01-17 | Move fill draw code to fill classes | Dan Sinclair |
2018-01-17 | Move the box drawing code to CXFA_Box | Dan Sinclair |
2018-01-17 | Remove flags param from CXFA_ImageRenderer | Dan Sinclair |
2018-01-17 | Remove transparency flag from CompositeDIBitmap | Dan Sinclair |
2018-01-17 | Remove m_BlendType from CXFA_ImageRenderer | Dan Sinclair |
2018-01-17 | Remove m_bPrint from CXFA_ImageRenderer | Dan Sinclair |
2018-01-17 | Remove m_Result from CXFA_ImageRenderer | Dan Sinclair |
2018-01-17 | Remove bitmap ARGB from CFX_ImageRenderer | Dan Sinclair |
2018-01-17 | Remove bitmap alpha from CXFA_ImageRenderer | Dan Sinclair |
2018-01-17 | Fold CXFA_ImageRenderer::Start into constructor | Dan Sinclair |
2018-01-16 | Add asm.js to supported platforms | Henrique Nakashima |
2018-01-16 | Clean up xfa/fde/cfde_textout.h. | Lei Zhang |
2018-01-16 | Move CXFA_ImageRenderer to own file | Dan Sinclair |
2018-01-16 | Move StrokePath to the CXFA_Stroke class | Dan Sinclair |
2018-01-16 | Remove CXFA_Graphics::StretchImage() and related code. | Lei Zhang |
2018-01-16 | Rename flag to make usage clearer | Dan Sinclair |
2018-01-16 | Add WriteBitmapToPng to EmbedderTest. | Henrique Nakashima |