Age | Commit message (Expand) | Author |
2017-07-14 | Create ParseDataType unit tests based on specs.chromium/3159chromium/3158 | Henrique Nakashima |
2017-07-14 | Updated pdfium_test's WriteAnnot() | Jane Liu |
2017-07-14 | Fixup naming of XFA graphics classes | Dan Sinclair |
2017-07-13 | Restore FPDF_SetPrintingPostscriptLevel API | rbpotter |
2017-07-13 | Fix invalid write for util.printf | Dan Sinclair |
2017-07-13 | Cleanup CPDF_RenderOptions colour members. | Dan Sinclair |
2017-07-13 | Rename CPWL_Color to CFX_Color | Dan Sinclair |
2017-07-13 | Move CPWL_Utils::ScaleRect to CFX_FloatRect | Dan Sinclair |
2017-07-13 | Move CPWL_Utils::OverlapWordRange to CPVT_WordRange::Intersect | Dan Sinclair |
2017-07-13 | Move CPWL_Utils::GetCenterSquare to CFX_FloatRect | Dan Sinclair |
2017-07-13 | Use Translate instead of OffsetRect | dan sinclair |
2017-07-13 | Remove CPWL_Utils::{In,De}flateRect | dan sinclair |
2017-07-13 | Remove unused CPDF_RenderOptions members | Dan Sinclair |
2017-07-13 | Changed CPDF_FileSpec::GetFileName() to directly return CFX_WideString | Jane Liu |
2017-07-13 | Basic APIs and test for retrieving embedded attachment count and name | Jane Liu |
2017-07-11 | Added API for removing objects from annotations | Jane Liu |
2017-07-11 | Add Windows generic / text only printer driver support. | rbpotter |
2017-07-10 | Roll FreeType to c56d8851ea987023cc73981a70d261b3f6427545chromium/3156chromium/3155chromium/3154 | Nicolas Pena |
2017-07-10 | Fix nits in CFFL_FormFiller | Dan Sinclair |
2017-07-10 | Force unicodes into valid ranges | Nicolas Pena |
2017-07-10 | Change parameter type to IPWL_FocusHandler::OnSetFocus(). | Lei Zhang |
2017-07-06 | Rename OnNotifySelChanged to OnNotifySelectionChanged | Dan Sinclair |
2017-07-06 | Convert OnBeforeKeyStoke to remove in-out param | Dan Sinclair |
2017-07-06 | Remove in-out param from OnNotifySelChangedchromium/3151 | Dan Sinclair |
2017-07-06 | Remove in-out param from OnCharWithExit | Dan Sinclair |
2017-07-06 | Remove in-out param from OnKeyDownWithExit | Dan Sinclair |
2017-07-06 | Convert OnButtonUp to not have in-out params | Dan Sinclair |
2017-07-06 | Remove in-out from OnPopup{Pre|Post}Open | Dan Sinclair |
2017-07-06 | Cleanup more in-out params in CFFL_InteractiveFormFiller. | Dan Sinclair |
2017-07-06 | Remove some in/out params from CFFL_InteractiveFormFiller | Dan Sinclair |
2017-07-06 | Added APIs for getting/setting string pairs in annotation dictionaries | Jane Liu |
2017-07-06 | Generalized annotation APIs to support image and text objects | Jane Liu |
2017-07-06 | Cleanup CPWL_SBButton::DrawThisAppearance | Dan Sinclair |
2017-07-06 | Added APIs for setting annotation flag values | Jane Liu |
2017-07-05 | Converting CFX_ByteTextBuf to ostringstream in fpdfedittext.cpp. | Henrique Nakashima |
2017-07-05 | Cleanup IOn* methods and CPWL_CBEdit | Dan Sinclair |
2017-07-05 | Cleanup some CPWL_Wnd defines | Dan Sinclair |
2017-07-05 | Remove PNM_ mouse methods and OnNotify | Dan Sinclair |
2017-07-05 | Remove PNM_SETCARETINFO and call SetCaret directly | Dan Sinclair |
2017-07-05 | Remove PNM_SCROLLWINDOW and replace with direct method | Dan Sinclair |
2017-07-05 | Move PNM_SETSCROLLPOS to custom method | Dan Sinclair |
2017-07-05 | Allow EmbedderTest to test saving | Nicolas Pena |
2017-07-05 | Move PNM_SETSCROLLINFO out of OnNotify | Dan Sinclair |
2017-07-05 | Remove PNM_{ADD|REMOVE}Child | Dan Sinclair |
2017-06-30 | Add embedder tests for form combobox text selection.chromium/3149chromium/3148chromium/3147 | Diana Gage |
2017-06-30 | Remove pointless CFX_FloatRect construction. | Lei Zhang |
2017-06-30 | Use early returns in CFFL_FormFiller. | Lei Zhang |
2017-06-30 | Replaced static casts with CPDFPageObjectFromFPDFPageObject() | Jane Liu |
2017-06-29 | Basic APIs and tests for extracting and setting annotation paths | Jane Liu |
2017-06-29 | Change SetReverse to GetInverse in CFX_Matrix | Nicolas Pena |