Age | Commit message (Expand) | Author |
2016-07-06 | Change class member variables in raw pointer type into unique_ptr | weili |
2016-07-01 | Clean up parts of CPDF_CIDFont. | thestig |
2016-06-27 | Clean up some CPDF_Font subclasses. | thestig |
2016-06-23 | Remove FPDFAPI_LoadCID2UnicodeMap. | dsinclair |
2016-06-21 | Move ifx_renderdevicedriver to a separate file to share | weili |
2016-06-20 | Change func(void) to func() | weili |
2016-06-20 | Another round of fx_ge cleanup. | thestig |
2016-06-13 | Make code compile with clang_use_chrome_plugin (part I) | weili |
2016-06-08 | Remove even more const casting from core. | tsepez |
2016-06-07 | Avoid const-cast in CPDF_Font | tsepez |
2016-06-07 | Use static_casts for cpdf_type1font bsearch on mac. | tsepez |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-06-01 | Change CFX_Font::GetPsName() to return a CFX_ByteString. | thestig |
2016-05-23 | Use unique_ptr in CPDF_CidFont | tsepez |
2016-05-12 | Add CFX_ByteStringC::CharAt() to avoid c_str() and casts. | tsepez |
2016-05-12 | Clean up CFX_ImageTransformer. | thestig |
2016-05-11 | Remove c_str() from fpdf_font.cpp | tsepez |
2016-04-26 | Remove several IPDF_ interfaces and CPDF_RenderModule. | dsinclair |
2016-04-26 | Clean up CPDF_Page. | thestig |
2016-04-22 | Remove #ifdef platform which is always true. | tsepez |
2016-04-21 | Remove one warning from PDFium compilation in Cros | weili |
2016-04-14 | Explicity use CFX_ByteStrings in a couple of places | tsepez |
2016-04-14 | Avoid string allocs for CMap_GetString() return value. | tsepez |
2016-04-13 | Remove implicit cast from CFX_ByteString to (const char*). | tsepez |
2016-04-12 | Cleanup various IFX_ text interfaces. | dsinclair |
2016-04-11 | Use std::vector as internal storage for CPDF_Array | Wei Li |
2016-04-08 | Rename both As{Byte,Wide}StringC() helpers to AsStringC(). | tsepez |
2016-04-06 | Move core/include/fxge to core/fxge/include. | dsinclair |
2016-04-05 | Rename GetCStr and GetPtr to match CFX_ByteString. | dsinclair |
2016-04-04 | Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. | tsepez |
2016-03-29 | Code change to avoid signed/unsigned mismatch warnings. | Wei Li |
2016-03-29 | Rename GetElementValue() to GetDirectObject{By,At}(). | tsepez |
2016-03-28 | Cleanup one mac header | Wei Li |
2016-03-25 | Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692 | tsepez |
2016-03-25 | Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>. | Tom Sepez |
2016-03-23 | Split core/include/fpdfapi/fpdf_resource.h | dan sinclair |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-23 | Fix win/clang part 2. | Dan Sinclair |
2016-03-23 | Fix build on win/clang | Dan Sinclair |
2016-03-22 | Re-enable MSVC warning 4702 | Wei Li |
2016-03-21 | Make predefined character table slightly smaller. | Tom Sepez |
2016-03-21 | Remove FX_WORD in favor of uint16_t. | Tom Sepez |
2016-03-21 | Re-enable several MSVC warnings | Wei Li |
2016-03-21 | Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi. | Dan Sinclair |
2016-03-16 | Move core/include/fpdfapi/fpdf_page.h to correct locations. | Dan Sinclair |
2016-03-15 | core/include/fdpfapi cleanup Part I. | Dan Sinclair |
2016-03-14 | Move core/src/ up to core/. | Dan Sinclair |