1. 55469ae Fix UAF in SetVisible(). by Henrique Nakashima · 8 years ago
  2. 275e260 Convert string class names by Ryan Harrison · 8 years ago
  3. bf15730 Move CPWL_CREATPARAM to CPWL_Wnd::CreateParams by Tom Sepez · 8 years ago
  4. eb14e04 Change a bunch of methods to take a const CFX_Matrix& param. by Lei Zhang · 8 years ago
  5. 33c0300 Remove default argument from CPWL_Wnd::InvalidateRect(). by Lei Zhang · 8 years ago
  6. c411eb9 Move fpdfsdk/pdfwindow to fpdfsdk/pwl by Dan Sinclair · 8 years ago[Renamed (99%) from fpdfsdk/pdfwindow/cpwl_scroll_bar.cpp]
  7. 14ddd42 Consolidate Appearance Stream code in CPWL_AppStream. by Dan Sinclair · 8 years ago
  8. df2122a Remove unused GetThisAppearanceStream by Dan Sinclair · 8 years ago
  9. 0b7378a Move CPWL_Utils Draw methods to CFX_RenderDevice by Dan Sinclair · 8 years ago
  10. d6aff2f Add CFX_FloatRect::GetDeflated by dan sinclair · 8 years ago
  11. 7f55a54 Rename CPWL_Color to CFX_Color by Dan Sinclair · 8 years ago
  12. adf922f Remove CPWL_Utils::{In,De}flateRect by dan sinclair · 8 years ago
  13. c099381 Cleanup CPWL_SBButton::DrawThisAppearance by Dan Sinclair · 8 years ago
  14. a9e2843 Cleanup some CPWL_Wnd defines by Dan Sinclair · 8 years ago
  15. 7f6bec9 Remove PNM_ mouse methods and OnNotify by Dan Sinclair · 8 years ago
  16. 63fbd8d Remove PNM_SCROLLWINDOW and replace with direct method by Dan Sinclair · 8 years ago
  17. 7e0336e Move PNM_SETSCROLLPOS to custom method by Dan Sinclair · 8 years ago
  18. fb00ec2 Move PNM_SETSCROLLINFO out of OnNotify by Dan Sinclair · 8 years ago
  19. f1eae2c Converted low-hanging cpwl classes in CFX_ByteTextBuf to ostringstream. by Henrique Nakashima · 8 years ago
  20. 633a3b7 Rename PWL_FooBar files to cpwl_foo_bar. by Lei Zhang · 8 years ago[Renamed (99%) from fpdfsdk/pdfwindow/PWL_ScrollBar.cpp]
  21. 5e042a1 Fix OnDestroy method for scroll bars by Tom Sepez · 8 years ago
  22. 669a418 Drop FXSYS_ from math methods by Dan Sinclair · 8 years ago
  23. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  24. fc54e05 Cleanup PWL_Utils. by Dan Sinclair · 8 years ago
  25. b147e07 Convert point x,y into CFX_PointF by dan sinclair · 8 years ago
  26. b45ea1f Convert CFWL messages to use CFX_PointF by Dan Sinclair · 8 years ago
  27. e460232 Cleanup CFX_PathData. by Dan Sinclair · 8 years ago
  28. f528eee Reland "Convert CFX_FloatPoint to CFX_PointF" by Dan Sinclair · 8 years ago
  29. 92a32db Revert "Convert CFX_FloatPoint to CFX_PointF" by dsinclair · 8 years ago
  30. 4797c42 Convert CFX_FloatPoint to CFX_PointF by Dan Sinclair · 8 years ago
  31. 79365f7 Use enum class for PathPoint types. by Nicolas Pena · 9 years ago
  32. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 9 years ago
  33. 74a34fc Move core/fxge/include to core/fxge by dsinclair · 9 years ago
  34. f86ca38 Remove more strcmp/memcmp usage. by tsepez · 9 years ago
  35. 9ada2d8 Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own files. by npm · 9 years ago
  36. 660de3c Move CFX_ClipRgn and CFX_PathData into their own files. by npm · 9 years ago
  37. 448c433 Splitting fpdfdoc/doc_* part II. by dsinclair · 9 years ago
  38. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 9 years ago
  39. 92cb5e5 Convert border style defines to an enum class. by dsinclair · 9 years ago
  40. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  41. 48baa5f Move core/include/fxge to core/fxge/include. by dsinclair · 9 years ago
  42. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 9 years ago
  43. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  44. 89e904b Move the fpdfsdk/include/pdfwindow/ headers into fpdfsdk/pdfwindow. by dan sinclair · 9 years ago
  45. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  46. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed from fpdfsdk/src/pdfwindow/PWL_ScrollBar.cpp]
  47. 281a9ea Re-land "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  48. 566b974 Revert "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  49. 3b8fdd3 Replace CPDF_Rect and CPDF_Point with CFX types. by Tom Sepez · 9 years ago
  50. c2fb35f Merge to XFA: Remove header files that only have includes. by Lei Zhang · 10 years ago
  51. 96660d6 Merge to XFA: Get rid of most instance of 'foo != NULL' by Lei Zhang · 10 years ago
  52. 60d909e Merge to XFA: Remove CFX_AffineMatrix/CPDF_Matrix by Tom Sepez · 10 years ago
  53. bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 10 years ago
  54. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 10 years ago
  55. 60f507b Merge to XFA: Cleanup: Get this rid of "this->" in fpdfsdk/ by Lei Zhang · 10 years ago
  56. bfa9a82 Merge to XFA: Use stdint.h types throughout PDFium. by Tom Sepez · 10 years ago
  57. 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 11 years ago
  58. 5110c47 Initial commit. by John Abd-El-Malek · 11 years ago