Age | Commit message (Expand) | Author |
2017-09-27 | Remove FXSYS_strlen and FXSYS_wcslenchromium/3226 | Ryan Harrison |
2017-09-27 | Remove FX_STRSIZE and replace with size_t | Ryan Harrison |
2017-09-27 | Cleanup FX macros | Dan Sinclair |
2017-09-26 | Rename CFPDF_* classes | Dan Sinclair |
2017-09-25 | API: rename FPDFPage_CountObject() to FPDFPage_CountObjects() | Miklos Vajna |
2017-09-22 | Fix UAF after destroying a widget during OnBeforeKeyStroke().chromium/3223 | Henrique Nakashima |
2017-09-22 | API: rename FPDFPath_CountPoint() to FPDFPath_CountSegments() | Miklos Vajna |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-21 | Move CFX_Observable to Observable | Dan Sinclair |
2017-09-21 | Rename CXFA_DefFontMgr to CFGAS_DefaultFontManager | Dan Sinclair |
2017-09-21 | Move CFX_AutoRestorer to fxcrt::AutoRestorer | Dan Sinclair |
2017-09-21 | Add embeddertest for CFWL_Edit | Dan Sinclair |
2017-09-20 | Add FPDFPath_GetPoint() APIchromium/3221 | Miklos Vajna |
2017-09-20 | Cleanup CPWL_Caret code | Dan Sinclair |
2017-09-19 | Fix draw order of popup annotations. | Henrique Nakashima |
2017-09-19 | Remove unneeded core/fxcodec/fx_codec.h includes.chromium/3220 | Lei Zhang |
2017-09-19 | Setting focus on a widget may destroy the widget | Dan Sinclair |
2017-09-19 | Remove unused methods and field in CFFL_FormFiller. | Henrique Nakashima |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-15 | Use unsigned types for app age, value age in widgets.chromium/3218chromium/3217 | Tom Sepez |
2017-09-15 | Introduce CPWL_Wnd::PrivateData class. | Tom Sepez |
2017-09-15 | Move CPWL_CREATPARAM to CPWL_Wnd::CreateParams | Tom Sepez |
2017-09-15 | Add ObservedPtrs to KillFocus path | Ryan Harrison |
2017-09-15 | Add public method FPDFPath_CountPoint to get # of points of a path object. | Miklos Vajna |
2017-09-15 | Make static const char* arrays more const. | Lei Zhang |
2017-09-15 | OnBeforeKeystroke may invalidate the widget's window. | Tom Sepez |
2017-09-14 | Checkbox event fixed when triggered by a keyboard entry | Claudio DeSouza |
2017-09-14 | Add more FPDF_GetMetaText() tests. | Lei Zhang |
2017-09-14 | Add tests for FPDF_GetMetaText(). | Lei Zhang |
2017-09-14 | Fix CPDFPathObjectFromFPDFPageObject() implementation. | Lei Zhang |
2017-09-13 | Change behaviour of FPDF_RenderPageBitmapWithMatrix | Nicolas Pena |
2017-09-13 | Add readme files to some directories.chromium/3215 | Henrique Nakashima |
2017-09-12 | Remove ASSERT that was added to understand what was occuring | Ryan Harrison |
2017-09-11 | Add guard against reading more then expected from the page | Ryan Harrison |
2017-09-06 | Convert FX_STRSIZE int->size_t | Ryan Harrison |
2017-09-05 | Leave space for null characters when getting text | Ryan Harrison |
2017-09-01 | Prepare for converting FX_STRSIZE int->size_t | Ryan Harrison |
2017-09-01 | Adjust loops in preperation for FX_STRSIZE int->size_t | Ryan Harrison |
2017-08-31 | Make FPDF_GetText stricter on inputs | Ryan Harrison |
2017-08-31 | Change FPDFImageObj_GetImageFilter() to return byte strings. | Lei Zhang |
2017-08-31 | Properly handle \n, \r, \r\n when inserting text | Ryan Harrison |
2017-08-31 | Prevent FPDFAvail_IsDocAvail() from infinite looping. | Lei Zhang |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-31 | Change APIs to use FPDF_BYTESTRING for keys. | Lei Zhang |
2017-08-31 | Implement FORM_OnFocus() API. | Lei Zhang |
2017-08-31 | Change CPDF_Form::ParseContent() to ParseContentWithParams(). | Lei Zhang |
2017-08-31 | Split IFX_Pause out of fx_basic | Dan Sinclair |
2017-08-30 | Add truly const versions of CPDF_Document getters. | Lei Zhang |
2017-08-30 | Move CFX_BinaryBuf out of fx_basic | Dan Sinclair |