Age | Commit message (Expand) | Author |
2016-03-03 | Fix parsing of object numbers > 16,777,216. | Dan Sinclair |
2016-03-02 | Don't load GDI+ if GDI is disabled.chromium/2666 | Tom Sepez |
2016-03-02 | Check that the names buffer is not empty before passing to GetNameFromTT. | Tom Sepez |
2016-03-02 | Remove unused CFX_GrowOnlyPool. | dan sinclair |
2016-03-01 | Remove implicit conversions and some cleanup | Wei Li |
2016-03-01 | Fix and enable lint checks. | Dan Sinclair |
2016-03-01 | Replace FX_LPCRECT typedef with underlying types | Tom Sepez |
2016-03-01 | This Cl adds some whitespace and other formatting while removing some braces ... | Dan Sinclair |
2016-03-01 | Remove _FX_WINAPI_PARTITION_DESKTOP_ | Dan Sinclair |
2016-02-29 | Add CFX_FloatRect::ToFxRect(). | Tom Sepez |
2016-02-29 | Remove fx_fpf.h and IWYU | Dan Sinclair |
2016-02-29 | Pass rect by const reference in SetClip_Rect(). | Tom Sepez |
2016-02-29 | Speculative fix for windows broken at d5e7b355b8c4. | Tom Sepez |
2016-02-29 | Fixup FX_RECT and FX_SMALL_RECT classes. | Tom Sepez |
2016-02-29 | Remove fgas_base.h and IWYU | Dan Sinclair |
2016-02-29 | Add missing field initializers to g_PredefinedCMaps. | Dan Sinclair |
2016-02-27 | Cleanup forward declarations. | dan sinclair |
2016-02-26 | Remove some FX_BOOLs | Tom Sepez |
2016-02-26 | Re-land "Replace CPDF_Rect and CPDF_Point with CFX types." | Tom Sepez |
2016-02-26 | Revert "Replace CPDF_Rect and CPDF_Point with CFX types." | Tom Sepez |
2016-02-26 | Replace CPDF_Rect and CPDF_Point with CFX types. | Tom Sepez |
2016-02-25 | Fix static initializers. | Lei Zhang |
2016-02-25 | Use std::lower_bound() in a couple places. | Lei Zhang |
2016-02-25 | Rename some functions that start with underscore. | Lei Zhang |
2016-02-25 | refactor CPDF_Font and subclasses | Wei Li |
2016-02-25 | Make CFX_PSVTemplate simpler. | Tom Sepez |
2016-02-24 | Clean up some if/else if statements in CPDF_Parser::RebuildCrossRef(). | Lei Zhang |
2016-02-24 | Use stdint types for FX_WORD and FX_DWORD. | Dan Sinclair |
2016-02-24 | Rename fxge .c files to .cpp | Dan Sinclair |
2016-02-24 | Fix android build broken at e238549 | Tom Sepez |
2016-02-24 | Fixing whitespace lint errors. | Dan Sinclair |
2016-02-23 | Store opcode function pointers in an unordered_map | Lei Zhang |
2016-02-23 | Remove FXSYS_MulDiv(a, b, c). | Dan Sinclair |
2016-02-23 | Remove FXSYS_Div. | Dan Sinclair |
2016-02-23 | Remove FXSYS_Mul. | Dan Sinclair |
2016-02-23 | Remove more _CAPS names | Tom Sepez |
2016-02-23 | Remove uses of this->foo. | Lei Zhang |
2016-02-23 | Remove many _CAPS structure names. | Tom Sepez |
2016-02-23 | Sort includes in xfa/. | Dan Sinclair |
2016-02-22 | Remove foo != NULL outside of xfa/ | Lei Zhang |
2016-02-22 | refactor CPDF_PageObject and subclasses | Wei Li |
2016-02-22 | Switch from _DEBUG to NDEBUG. | Lei Zhang |
2016-02-22 | Remove unused stuff from fx_sys.h | Tom Sepez |
2016-02-22 | Define NDEBUG for Release builds. | Lei Zhang |
2016-02-19 | Tidy CFX_FixedBufGrow. | Tom Sepez |
2016-02-19 | Remove IFX_BufferArchive. | Tom Sepez |
2016-02-19 | Revert "Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf."" | Tom Sepez |
2016-02-19 | Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf." | Tom Sepez |
2016-02-19 | Get rid of CFX_CharMap instantiations. | Lei Zhang |
2016-02-19 | Use safe arithmentic in CFX_BinaryBuf::ExpandBuf. | Tom Sepez |