Age | Commit message (Expand) | Author |
2016-06-14 | Make code compile with clang_use_chrome_plugin (part II) | weili |
2016-06-08 | Remove even more const casting from core. | tsepez |
2016-06-08 | Add some consts and remove more casts in core/ | tsepez |
2016-06-08 | Remove implicit CFX_CountedRef::operator T*() | 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-05-25 | Remove CFX_PrivateData inheritance from CPDF_InterForm | tsepez |
2016-05-25 | Remove CFX_PrivateData from CPDF_Page | tsepez |
2016-05-23 | Change CPDF_Boolean to use bool instead of FX_BOOL. | thestig |
2016-05-23 | Remove dead code from CPDF_InterForm. | thestig |
2016-05-23 | Clean up doc_ocg.cpp. | thestig |
2016-05-21 | Get rid of CPDF_Object::GetArray(). | thestig |
2016-05-18 | Use std::vector in CPDF_StructTreeImpl | tsepez |
2016-05-17 | Rename CPDF_Struct{Element,Tree} to IPDF_ | tsepez |
2016-05-16 | Fix a nullptr deref in CPDF_BookmarkTree::GetFirstChild(). | thestig |
2016-05-16 | Convert border style defines to an enum class. | dsinclair |
2016-05-13 | Make CFX_ByteString(const CFX_ByteStringC&) explicit. | tsepez |
2016-05-13 | Make CFX_WideString(const CFX_WideString&) explicit. | tsepez |
2016-05-13 | Move some classes out of doc_vt.cpp into their own files. | thestig |
2016-05-12 | Fix some misc nits. | thestig |
2016-05-11 | Remove CPVT_Size and CPVT_FloatRange.chromium/2734 | thestig |
2016-05-11 | CPDF_VariableText::GetIterator() never returns NULL. | thestig |
2016-05-10 | Remove some dead code. | thestig |
2016-05-04 | Revert of Remove unneeded CPVT classes. (patchset #7 id:140001 of https://cod...chromium/2729chromium/2728chromium/2727chromium/2726chromium/2725 | dsinclair |
2016-05-02 | Remove unneeded CPVT classes. | thestig |
2016-04-29 | Subtract instead of adding the negation. | thestig |
2016-04-27 | Standardize on ASSERT. | dsinclair |
2016-04-26 | Remove several IPDF_ interfaces and CPDF_RenderModule. | dsinclair |
2016-04-26 | Clean up CPDF_Page. | thestig |
2016-04-19 | Re-enable warning 4701 for GN (re-land) | weili |
2016-04-19 | Remove a few more char* members from structs/classes. | tsepez |
2016-04-15 | Avoid narrowing to StringC in CPDF_Name and CPDF_NameTree | tsepez |
2016-04-14 | Avoid needless construction of CFX_ByteStrings during string building | tsepez |
2016-04-14 | Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). | tsepez |
2016-04-14 | Make CPDF_ApSettings take CFX_ByteString args. | tsepez |
2016-04-14 | Make CPDF_Dictionary methods take CFX_ByteString arguments | tsepez |
2016-04-13 | Remove implicit cast from CFX_WideString to (const wchar_t*) | tsepez |
2016-04-13 | Remove implicit cast from CFX_ByteString to (const char*). | tsepez |
2016-04-12 | Fix Windows 32-bit GN build. | ochang |
2016-04-11 | Remove CPDF_Object::GetConstString and overrides | tsepez |
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-08 | Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg | tsepez |
2016-04-06 | Move remaining fpdfdoc files | dsinclair |
2016-04-06 | Move core/include/fxge to core/fxge/include. | dsinclair |
2016-04-06 | Rename CFX_WideStringC::raw_str() to c_str() | tsepez |
2016-04-05 | Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. | tsepez |
2016-04-05 | Remove core/include/fpdfdoc/fpdf_vt.h | 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 |