1. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago
  2. 39c62fd Move core/fpdfapi/include to core/fpdfapi by dsinclair · 8 years ago
  3. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  4. 166bc16 Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font by dsinclair · 8 years ago
  5. d4c34f2 Replace std::unique_ptr.reset() with WrapUnique assignment. by thestig · 8 years ago
  6. ea3c3be Remove duplicated charset definitions, and move them to fx_font.h by npm · 8 years ago
  7. 163a9a6 Deleted unused defintions and methods from PWL_FontMap by npm · 8 years ago
  8. 8faac62 Cleanup CFX_SystemHandler. by dsinclair · 8 years ago
  9. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  10. 63f545c CFX_FloatPoint default constructor and equals operators by tsepez · 8 years ago
  11. f86ca38 Remove more strcmp/memcmp usage. by tsepez · 8 years ago
  12. 067990c Stop converting widestring -> c_str -> widestring in several places. by tsepez · 8 years ago
  13. cba85ab CPWL_Color::ConvertColorType should compare current color type with the given convert color type. by jaepark · 8 years ago
  14. 0e3e890 Cleanup some PWL_FontMap methods by dsinclair · 8 years ago
  15. cedaa55 Flip document and parser ownership by dsinclair · 8 years ago
  16. 9ada2d8 Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own files. by npm · 8 years ago
  17. 660de3c Move CFX_ClipRgn and CFX_PathData into their own files. by npm · 8 years ago
  18. 2d5b020 Use smart pointers for class owned pointers by weili · 8 years ago
  19. 448c433 Splitting fpdfdoc/doc_* part II. by dsinclair · 8 years ago
  20. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 8 years ago
  21. 3617751 Remove m_pList conditionals from CPWL_ListBox by dsinclair · 8 years ago
  22. e6a6561 Reset notify parameter in CPWL_ListBox OnDestroy(). by dsinclair · 8 years ago
  23. efd5a99 Removing default params from CFX_Edit. by dsinclair · 8 years ago
  24. dbc7716 Cleanup some PWL interfaces. by dsinclair · 8 years ago
  25. e35af1e Remove some IFX_* wrappers. by dsinclair · 8 years ago
  26. a2919b3 Remove RichText support from fpdfsdk/fxedit. by dsinclair · 8 years ago
  27. 8ea3f51 Clean up some CPDF_Font subclasses. by thestig · 8 years ago
  28. 907a522 Use FXFONT defines in place of integers. by thestig · 8 years ago
  29. d931476 Remove unused code. by dsinclair · 8 years ago
  30. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 8 years ago
  31. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 8 years ago
  32. db444d2 Fix all the code which has duplicate variable declarations by weili · 8 years ago
  33. 41846a0 Remove default argument from RestoreState() methods. by thestig · 8 years ago
  34. ded3634 Change CPDF_Boolean to use bool instead of FX_BOOL. by thestig · 8 years ago
  35. 92cb5e5 Convert border style defines to an enum class. by dsinclair · 8 years ago
  36. 71a452f Make CFX_ByteString(const CFX_ByteStringC&) explicit. by tsepez · 8 years ago
  37. 594b20b Fix some misc nits. by thestig · 8 years ago
  38. 732f6a0 IFX_Edit::NewEdit never returns nullptr. by thestig · 8 years ago
  39. 821d59e CPDF_VariableText::GetIterator() never returns NULL. by thestig · 8 years ago
  40. 224bc5a Change bool type to fix warnings. by dsinclair · 9 years ago
  41. b959010 Remove IFX_SystemHandler. by dsinclair · 9 years ago
  42. 931bf37 Move CPDF_Document code into cpdf_document.cpp. by thestig · 9 years ago
  43. 8e4c505 Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). by tsepez · 9 years ago
  44. 774bdde Replace calls to deprecated CFX_{Wide,Byte}String::Empty() by tsepez · 9 years ago
  45. b4c9f3f Remove implicit cast from CFX_ByteString to (const char*). by tsepez · 9 years ago
  46. e1aebd4 Use std::vector as internal storage for CPDF_Array by Wei Li · 9 years ago
  47. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  48. 8da140e Remove all PWL_Note classes by dsinclair · 9 years ago
  49. 0b5adb6 Remove IPWL_NoteNotify and CPWL_Note. by dsinclair · 9 years ago
  50. 0cf9984 Remove IPWL_IconList_Notify. by dsinclair · 9 years ago
  51. e530fb7 Move remaining fpdfdoc files by dsinclair · 9 years ago
  52. 89bdd08 Move code from fpdfsdk/include to the sub directories. by dsinclair · 9 years ago
  53. 48baa5f Move core/include/fxge to core/fxge/include. by dsinclair · 9 years ago
  54. c7a7349 Remove core/include/fpdfdoc/fpdf_vt.h by dsinclair · 9 years ago
  55. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 9 years ago
  56. 8940993 Reduce signed/unsigned comparison warnings by Wei Li · 9 years ago
  57. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  58. 89e904b Move the fpdfsdk/include/pdfwindow/ headers into fpdfsdk/pdfwindow. by dan sinclair · 9 years ago
  59. 61b2fc7 Split core/include/fpdfapi/fpdf_resource.h by dan sinclair · 9 years ago
  60. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 9 years ago
  61. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 9 years ago
  62. 455a419 Move core/include/fpdfapi/fpdf_page.h to correct locations. by Dan Sinclair · 9 years ago
  63. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  64. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago