1. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 8 years ago
  2. d71bae0 Cleanup some cjs_runtime ifdefs. by dsinclair · 8 years ago
  3. 8bd9ce0 Move xfa/fxjse/ to fxjse/ by dsinclair · 8 years ago
  4. 23ae4a5 Remove redundant casts, part 4 by tsepez · 8 years ago
  5. f27aeec Remove various FXJSE Value methods. by dsinclair · 8 years ago
  6. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 8 years ago
  7. 9896339 Fix more code which has shadow variables by weili · 8 years ago
  8. 884b4f9 Remove unused context param from execute. by dsinclair · 8 years ago
  9. 12367cb Fix some code which causes warnings when compiled by /analyze tool by weili · 8 years ago
  10. db444d2 Fix all the code which has duplicate variable declarations by weili · 8 years ago
  11. 8abd7a2 Remove use of v8:Lockers by tsepez · 8 years ago
  12. 12a6b0c Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value* by dsinclair · 9 years ago
  13. ded3634 Change CPDF_Boolean to use bool instead of FX_BOOL. by thestig · 9 years ago
  14. 92cb5e5 Convert border style defines to an enum class. by dsinclair · 9 years ago
  15. a0a3bc3 Fix use of an uninitialised CFX_Widestring in AFNumber_Keystroke. by ochang · 9 years ago
  16. cf03f8e Remove std::string usage in PublicMethods.cpp. by thestig · 9 years ago
  17. fbe14b9 Fix lint bugs. by thestig · 9 years ago
  18. b2f6f91 Fix incorrect v8 TryCatch. by etienneb · 9 years ago
  19. b959010 Remove IFX_SystemHandler. by dsinclair · 9 years ago
  20. 5cc2465 Clean up CPDF_Page. by thestig · 9 years ago
  21. b6853cf Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. by tsepez · 9 years ago
  22. df964df Replace CFX_RectArray with std::vector<CFX_FloatRect> by tsepez · 9 years ago
  23. 018935c Pass WideStrings without narrowing to c_str in javascript/ by tsepez · 9 years ago
  24. bd9748d Remove implicit cast from CFX_WideString to (const wchar_t*) by tsepez · 9 years ago
  25. b4c9f3f Remove implicit cast from CFX_ByteString to (const char*). by tsepez · 9 years ago
  26. 745611b Make CJS_PublicMethods::StrTrim() take a CFX_ByteString by tsepez · 9 years ago
  27. 24a4888 Pass CFX_ByteStrings rather than raw ptrs to JS_GlobalData. by tsepez · 9 years ago
  28. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  29. 8b36e5c Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg by tsepez · 9 years ago
  30. 6fe7d21 Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. by tsepez · 9 years ago
  31. 89bdd08 Move code from fpdfsdk/include to the sub directories. by dsinclair · 9 years ago
  32. fc58ad1 Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. by tsepez · 9 years ago
  33. 179bebb Rename GetCStr and GetPtr to match CFX_ByteString. by dsinclair · 9 years ago
  34. 64376be Move the fpdfsdk/include/javascript folder by dsinclair · 9 years ago
  35. 05d53f0 Code change to avoid signed/unsigned mismatch warnings. by Wei Li · 9 years ago
  36. 90d8779 Add test for util.byteToChar() and fix error msg. by tsepez · 9 years ago
  37. 41a53ad use std::vector in more places in JavaScript bindings code. by tsepez · 9 years ago
  38. 4f1f41f Added test for util.printx() and make it match spec. by tsepez · 9 years ago
  39. 8940993 Reduce signed/unsigned comparison warnings by Wei Li · 9 years ago
  40. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  41. 46c8b1e Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>. by Tom Sepez · 9 years ago
  42. 86a61dc util.printd() replaces specified date with current date. by tsepez · 9 years ago
  43. 89e904b Move the fpdfsdk/include/pdfwindow/ headers into fpdfsdk/pdfwindow. by dan sinclair · 9 years ago
  44. 61b2fc7 Split core/include/fpdfapi/fpdf_resource.h by dan sinclair · 9 years ago
  45. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 9 years ago
  46. e91afba Re-enable MSVC warning 4702 by Wei Li · 9 years ago
  47. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 9 years ago
  48. 4161c5c Make a few more const tables smaller. by Tom Sepez · 9 years ago
  49. d4e8f12 Re-enable several MSVC warnings by Wei Li · 9 years ago
  50. 584b1e6 Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi. by Dan Sinclair · 9 years ago
  51. 455a419 Move core/include/fpdfapi/fpdf_page.h to correct locations. by Dan Sinclair · 9 years ago
  52. 614d20a Fix CJS_PublicMethods::IsNumber() with unit test and some cleanup by Wei Li · 9 years ago
  53. 56c1019 Remove CFX_DWordArray from Document.h by Tom Sepez · 9 years ago
  54. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  55. 13ee55a Move fx_crypto.h and fpdf_text.h out of core/include. by Dan Sinclair · 9 years ago
  56. 544bbc6 Add missing DEPS files; enable checkdeps. by Dan Sinclair · 9 years ago
  57. 1770c02 Move xfa/src up to xfa/. by Dan Sinclair · 9 years ago
  58. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago