Age | Commit message (Expand) | Author |
2017-09-19 | Remove unneeded core/fxcodec/fx_codec.h includes.chromium/3220 | Lei Zhang |
2017-09-19 | Default to c++11 instead of c++14. | 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-19 | Roll DEPS for build to fc826e6. | Lei Zhang |
2017-09-19 | Cleanup FindNextBreakPos variables | Dan Sinclair |
2017-09-19 | Invert flag to CFDE_TextEditEngine::Iterator::IsEOF | Dan Sinclair |
2017-09-19 | Convert selection to use count instead of end index | Dan Sinclair |
2017-09-19 | IWYU: Explicitly include <stdint.h> in some headers. | Raphael Kubo da Costa |
2017-09-19 | Use CPDF_ReadValidator to request linearized hint tables. | Artem Strygin |
2017-09-19 | Simplify CPDF_Parser::LoadCrossRefV4 | Artem Strygin |
2017-09-18 | Use CPDF_ReadValidator to request linearized first page. | Artem Strygin |
2017-09-18 | Remove useless code.chromium/3219 | Artem Strygin |
2017-09-18 | Use CPDF_ReadValidator to request linearized data. | Artem Strygin |
2017-09-18 | Cleanup word break properties | Dan Sinclair |
2017-09-18 | Remove some unused variables. | Lei Zhang |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-18 | Roll DEPS for build to e659d43. | Lei Zhang |
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 | Simplify a couple of CXFA_Node methods. | Lei Zhang |
2017-09-15 | Add ObservedPtrs to KillFocus path | Ryan Harrison |
2017-09-15 | Fix nullptr dereference in XFA_Node::SetScriptContent(). | Lei Zhang |
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 | Fix decoding of JBIG2 integers for values with large magnitude. | Henrique Nakashima |
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 | Move test/ to testing/resources/xfa/ | Lei Zhang |
2017-09-14 | Roll clang to 4db5854chromium/3216 | Tom Sepez |
2017-09-14 | Revert moving JPX library decode from Init to Decode | Ryan Harrison |
2017-09-14 | Fix CPDFPathObjectFromFPDFPageObject() implementation. | Lei Zhang |
2017-09-13 | Change behaviour of FPDF_RenderPageBitmapWithMatrix | Nicolas Pena |
2017-09-13 | Remove includes of xfa/fwl/theme/cfwl_widgettp.h that are unused. | Henrique Nakashima |
2017-09-13 | Add reverse iterators to CFX String classes. | Tom Sepez |
2017-09-13 | Add readme files to some directories.chromium/3215 | Henrique Nakashima |
2017-09-13 | Rewrite IsHyphen using string operations | Ryan Harrison |
2017-09-13 | Avoid double va_list traversal in CFX_WideString::FormatV | Tom Sepez |
2017-09-12 | Don't attempt to decrypt AES streams that are too shortchromium/3214 | Ryan Harrison |
2017-09-12 | Remove ASSERT that was added to understand what was occuring | Ryan Harrison |
2017-09-11 | Address nits missed from original reviewchromium/3213 | Ryan Harrison |
2017-09-11 | Add guard against reading more then expected from the page | Ryan Harrison |
2017-09-11 | Use the right allocate and free functions in OpenJPEG. | Chris Palmer |
2017-09-08 | Fix an off by 1 error in TIFF_PredictLine().chromium/3212 | Lei Zhang |
2017-09-08 | Remove CFWL_SpinButton, which is unused.chromium/3211 | Henrique Nakashima |
2017-09-08 | Fix one-second spin in fx_random.cpp | Tom Sepez |
2017-09-08 | Move decompressing of JPX out of Init and into Decode | Ryan Harrison |