Age | Commit message (Expand) | Author |
2017-09-27 | Remove FX_STRSIZE and replace with size_t | Ryan Harrison |
2017-09-27 | Make names of GIF types less opaque | Ryan Harrison |
2017-09-27 | Add in missing ! to conditional | Ryan Harrison |
2017-09-27 | Remove unreachable code in fx_codec_icc | Nicolás Peña |
2017-09-27 | Cleanup FX macros | Dan Sinclair |
2017-09-26 | Remove _FX_IOS_chromium/3225 | Dan Sinclair |
2017-09-26 | Fix checks for FX_WIN64_DESKTOP | Dan Sinclair |
2017-09-26 | Confirm that a global palette has data before attempting to use it | Ryan Harrison |
2017-09-26 | Move LZW decoder out of fx_gif | Ryan Harrison |
2017-09-26 | Remove fx_text_int.h | Dan Sinclair |
2017-09-25 | Hide CFX_UniqueKeyGen | Dan Sinclair |
2017-09-22 | Move C-style functions into CGifContext | Ryan Harrison |
2017-09-22 | Fix crash when rendering invalid GIF | Ryan Harrison |
2017-09-21 | Rename CPDF_SyntaxParser::GetObject to GetObjectBody | Artem Strygin |
2017-09-21 | Move CFX_WeakPtr to WeakPtr | Dan Sinclair |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-09-21 | Move CFX_StringPoolTemplate to StringPoolTemplate | Dan Sinclair |
2017-09-21 | Move CFX_StringDataTemplate to StringDataTemplate | Dan Sinclair |
2017-09-21 | Move CFX_SharedCopyOnWrite to SharedCopyOnWrite | 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 | Move CFX_MaybeOwned to fxcrt::MaybeOwned | Dan Sinclair |
2017-09-21 | Move CFX_AutoRestorer to fxcrt::AutoRestorer | Dan Sinclair |
2017-09-20 | Add bounds checks in CAgg_PathData::BuildPath | Dan Sinclair |
2017-09-20 | Isolate lcms2 usage to a few files. | Lei Zhang |
2017-09-20 | Forward declare codec modules in fx_codec.h. | Lei Zhang |
2017-09-20 | Move CCodec_ScanlineDecoder to its own file. | Lei Zhang |
2017-09-19 | Remove unneeded core/fxcodec/fx_codec.h includes.chromium/3220 | Lei Zhang |
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 | Convert string class names | Ryan Harrison |
2017-09-15 | Make static const char* arrays more const. | Lei Zhang |
2017-09-14 | Fix decoding of JBIG2 integers for values with large magnitude. | Henrique Nakashima |
2017-09-14 | Revert moving JPX library decode from Init to Decode | Ryan Harrison |
2017-09-13 | Change behaviour of FPDF_RenderPageBitmapWithMatrix | Nicolas Pena |
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-11 | Address nits missed from original reviewchromium/3213 | 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 | 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-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 |