Age | Commit message (Expand) | Author |
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 |
2017-09-08 | Store raw json with run results when running safetynet_job.py. | Henrique Nakashima |
2017-09-07 | Use std::move so this code compiles properly using gcc.chromium/3210chromium/3209 | Andrew Weintraub |
2017-09-07 | Implement CPDF_SyntaxParser::PeekNextWord. | Artem Strygin |
2017-09-07 | Simplify CPDF_SyntaxParser::GetNextWordInternal. | Artem Strygin |
2017-09-07 | Roll DEPS for build to 34f9a2b. | Lei Zhang |
2017-09-07 | Roll DEPS for build to a049c43. | Lei Zhang |
2017-09-06 | Unify checksum calculation of EAN-8 and EAN-13. | Henrique Nakashima |
2017-09-06 | Adding in missed ) | Ryan Harrison |
2017-09-06 | Fix issue with integer types on win32 in std::min | Ryan Harrison |
2017-09-06 | Merge CFX_WordBreak into CFDE_TextEditEngine::Iterator. | Dan Sinclair |
2017-09-06 | Implement word selection in CFDE_TextEditEngine | Dan Sinclair |
2017-09-06 | Add unit tests for UPC-A barcode writer. | Henrique Nakashima |
2017-09-06 | Convert FX_STRSIZE int->size_t | Ryan Harrison |
2017-09-06 | GUID cleanup | Dan Sinclair |
2017-09-06 | Remove unused CFX_WordBreak::Next methodchromium/3208 | Dan Sinclair |
2017-09-05 | Add unit tests for Codabar barcode writer.chromium/3207 | Henrique Nakashima |
2017-09-05 | Add unit tests for Code 39 barcode writer. | Henrique Nakashima |
2017-09-05 | Rename fx_rand to fx_random | Dan Sinclair |
2017-09-05 | Remove isDevice parameter from barcode Render(). | Henrique Nakashima |
2017-09-05 | Cleanup CFX_WordBreak | Dan Sinclair |
2017-09-05 | Remove redundant code. | Artem Strygin |
2017-09-05 | Remove unused CFX_CharIter class | Dan Sinclair |
2017-09-05 | Leave space for null characters when getting text | Ryan Harrison |
2017-09-05 | Split fx_guid from fx_extension | Dan Sinclair |
2017-09-05 | Split random code from fx_extension.h | Dan Sinclair |
2017-09-05 | Fix length field in dictionary on create stream | Artem Strygin |
2017-09-05 | Refactoring of CPDF_IndirectObjectHolder. | Artem Strygin |
2017-09-05 | Move Parsing of indirect object logic into CPDF_SyntaxParser. | Artem Strygin |
2017-09-05 | Upgrade OpenJPEG to 2.2.0 | Nicolas Pena |
2017-09-05 | Split fx_ucd.h into fx_unicode.h and fx_ucddata.h. | Tom Sepez |
2017-09-01 | Add unit tests for EAN-8 barcode writer.chromium/3204 | Henrique Nakashima |
2017-09-01 | Fix EAN-13 checksum and add unit tests. | Henrique Nakashima |
2017-09-01 | Cleanup usages of Mid(foo, 1), Right(1), and Left(1)chromium/3203 | Ryan Harrison |
2017-09-01 | Prepare for converting FX_STRSIZE int->size_t | Ryan Harrison |
2017-09-01 | Fix integer overflow in Buffer_itoa when passing INT_MIN. | Henrique Nakashima |
2017-09-01 | Adjust loops in preperation for FX_STRSIZE int->size_t | Ryan Harrison |
2017-08-31 | Remove unused FXFORMAT_HEX and FXFORMAT_CAPITAL. | Henrique Nakashima |
2017-08-31 | Rename fxcrt_ and ifxcrt_ files to better names | Dan Sinclair |
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 | Move implementations into fx_system.cpp | Dan Sinclair |
2017-08-31 | Move fx_extension implementation to cpp file | Dan Sinclair |
2017-08-31 | Move stream code into fx_stream.cpp | Dan Sinclair |
2017-08-31 | Disable objects decryption if it is useless. | Artem Strygin |
2017-08-31 | Move methods string methods to fx_string.cpp | Dan Sinclair |
2017-08-31 | Fix colorspace loading for mutually referencing colorspaces. | Henrique Nakashima |