1. 017052a Change CXFA_Node::GetClassName to return by dsinclair · 8 years ago
  2. 88b56f4 Remove IFWL_ToolTipTarget. by thestig · 8 years ago
  3. ce56557 Use some FXSYS methods instead of duplicating by dsinclair · 8 years ago
  4. b977847 Pass needed value to CXFA_Node constructor by dsinclair · 8 years ago
  5. 85d1f2c Remove NULL in xfa/ by dsinclair · 8 years ago
  6. 6e12478 Change XFA_GetElementByName to XFA_GetElementTypeForName by dsinclair · 8 years ago
  7. 41cb62e Cleanup some variable namings. by dsinclair · 8 years ago
  8. a5c8598 Remove IsOrdinaryList; rename to OrdinaryList to List by dsinclair · 8 years ago
  9. 937a113 Remove CXFA_OrdinaryObject class by dsinclair · 8 years ago
  10. 070fcdf Update GetClassID to GetElementType by dsinclair · 8 years ago
  11. a5ab26b Remove unused GetScriptObjHash(). by dsinclair · 8 years ago
  12. 907a522 Use FXFONT defines in place of integers. by thestig · 8 years ago
  13. 56a8b19 Convert XFA_ELEMENT to an enum class by dsinclair · 8 years ago
  14. 4701fcd Fix clang_use_chrome_plugin for Mac and Skia builds by weili · 8 years ago
  15. bff506d Change func(void) to func() by weili · 8 years ago
  16. c5a8f21 Split the XFA_OBJECTTYPE enum into two parts. by dsinclair · 8 years ago
  17. ec51ac3 Another round of fx_ge cleanup. by thestig · 8 years ago
  18. eec3a36 Make code compile with clang_use_chrome_plugin (final) by weili · 8 years ago
  19. 4ce94e1 Make code compile with clang_use_chrome_plugin (part VI) by weili · 8 years ago
  20. d931476 Remove unused code. by dsinclair · 8 years ago
  21. 2f284d5 Remove unused XFA_GetElementChildren. by dsinclair · 8 years ago
  22. a261534 Remove barcode reading code. by dsinclair · 8 years ago
  23. 8320ee2 Rename fxmath_barcodeimp to cfx_barcode by dsinclair · 8 years ago
  24. 9d6ca99 Cleanup FWL RenderWidget method parameters. by dsinclair · 8 years ago
  25. 47bcd4c Make code compile with clang_use_chrome_plugin (part V) by weili · 8 years ago
  26. 3fa3351 Cleanup XML parser code. by dsinclair · 8 years ago
  27. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 8 years ago
  28. 29b8ad0 Make code compile with clang_use_chrome_plugin (part III) by weili · 8 years ago
  29. ee2abec Cleanup ownership in CXFA_ScriptContext. by dsinclair · 8 years ago
  30. 756d379 Add fuzzer for FDE CSS syntax parser. by dsinclair · 8 years ago
  31. 82e24b1 Optionally skip image type detection in progressive decoder. by dsinclair · 8 years ago
  32. f49747f Trust the compiler to do array indexing and superclass promotion. by tsepez · 8 years ago
  33. 17e15d2 Add missing const, remove casts in BC_QRCoderErrorCorrectionLevel by tsepez · 8 years ago
  34. bbf2713 Remove redundant make_pair* cast in fxbarcode by tsepez · 8 years ago
  35. c14c958 Remove redundant casts, part 9. by tsepez · 8 years ago
  36. cfb77cc Get rid of NULLs in xfa/fde/ by thestig · 8 years ago
  37. 855665d remove redundant CFX_Matrix* cast in one-d barcode by tsepez · 8 years ago
  38. 215507d Avoid casts via correct types in fgas_textbreak by tsepez · 8 years ago
  39. 6dc1d77 Get rid of NULLs in xfa/fxbarcode/ by thestig · 8 years ago
  40. 77b909e Remove more casts, part 7. by tsepez · 8 years ago
  41. 8bd9ce0 Move xfa/fxjse/ to fxjse/ by dsinclair · 8 years ago
  42. 3cace32 Change CFXJSE_Context::GetGlobalObject to return by dsinclair · 8 years ago
  43. 2f5582f Convert CFXJSE_Value::ToString to return. by dsinclair · 8 years ago
  44. bd136fb xfa_fm2jscontext method cleanup - pt IX of IX by dsinclair · 8 years ago
  45. 20d6b76 Use static_cast<CXFA_WidgetAcc*> in xfa. by tsepez · 8 years ago
  46. e64c3c6 Remove C-style casts in xfa/fde. by tsepez · 8 years ago
  47. 2334e9e Fix crash in CXFA_Node::TryUserData() (speculative) by tsepez · 8 years ago
  48. 947c873 xfa_fm2jscontext method cleanup - pt VIII by dsinclair · 8 years ago
  49. cf7f322 xfa_fm2jscontext method cleanup - pt VII by dsinclair · 8 years ago
  50. 769b137 Remove more FXJSE c-method wrappers. by dsinclair · 8 years ago
  51. d3be111 Fix GetPageIndex() for dynamic XFA documents. by thestig · 8 years ago
  52. f27aeec Remove various FXJSE Value methods. by dsinclair · 8 years ago
  53. a7c03c6 Remove dead code in CFGAS_FontMgrImp. by thestig · 8 years ago
  54. a4fdfc5 Replace IFGAS_Font with underlying concrete type by thestig · 8 years ago
  55. 759de38 xfa_fm2jscontext method cleanup - pt VI by dsinclair · 8 years ago
  56. 5c147bd Remove casts to same type in xfa_script_imp.cpp by tsepez · 8 years ago
  57. bd1aa37 Remove some casts to same type in cfx_graphics.cpp by tsepez · 8 years ago
  58. 9896339 Fix more code which has shadow variables by weili · 8 years ago
  59. 4997b22 Get rid of NULLs in core/ by thestig · 8 years ago
  60. 705f829 Remove FDE_HVISUALOBJ. by dsinclair · 8 years ago
  61. 96a05f4 xfa_fm2jscontext method cleanup - pt V by dsinclair · 8 years ago
  62. 2e9cd3a Remove unused CFDE_TxtEdtEngine::SetBufChunkSize(). by tsepez · 8 years ago
  63. 6f4f233 Remove FWL_HTIMER in favor of IWFL_TimerInfo by tsepez · 8 years ago
  64. 52d7856 Clean up C-Style casts in CBC_CodeBase and subclasses by tsepez · 8 years ago
  65. fe433f1 Remove FDE_HDEVICESTATE. by dsinclair · 8 years ago
  66. 2b6d64e xfa_fm2jscontext method cleanup - pt IV by dsinclair · 8 years ago
  67. 48ddd86 Make GetDevFont() return a CFX_Font* instead of void* by tsepez · 8 years ago
  68. d1b859c Rename CFX_GEFont to CFGAS_GEFont by tsepez · 8 years ago
  69. 16e587e Rename IFX_FontMgr to IFGAS_FontMgr by tsepez · 8 years ago
  70. 8d4e0d4 Fix more bugs found by /analyze tool by weili · 8 years ago
  71. b71dc76 Rename IFX_Font to IFGAS_Font by tsepez · 8 years ago
  72. b5032dd Remove two unused opaque handle types by tsepez · 8 years ago
  73. 8f3074b Remove FXJSE_Value_ToObject and call methods directly by dsinclair · 8 years ago
  74. db444d2 Fix all the code which has duplicate variable declarations by weili · 8 years ago
  75. ad700c2 Replace FWL_HLISTITEM with class IFWL_ListItem {} by tsepez · 8 years ago
  76. 2235b7b Change ThrowScriptErrorMessage() to just ThrowException(). by dsinclair · 8 years ago
  77. a31d4a9 Change CFX_Font::GetPsName() to return a CFX_ByteString. by thestig · 8 years ago
  78. dbdcb81 xfa_fm2jscontext method cleanup - pt III by dsinclair · 8 years ago
  79. 0e0a86a Remove unused LoadString values, cleanup remaining strings. by dsinclair · 8 years ago
  80. 4ee98cd Stop casting struct CFXJSE_ArgumentsImpl to unrelated class CFXJSE_Arguments by tsepez · 8 years ago
  81. fb2a824 Don't use array for only one compatible mode script by tsepez · 8 years ago
  82. 44f8faf Clean up part of CXFA_Node class by weili · 8 years ago
  83. d5f7261 Track shared isolates better in FXJSE. by tsepez · 8 years ago
  84. 8abd7a2 Remove use of v8:Lockers by tsepez · 8 years ago
  85. f6be145 Fix some signed/unsigned comparisons in xfa_fm2jscontext.cpp by ochang · 8 years ago
  86. e80e9f8 Remove XFA_HFM2JSCONTEXT. by dsinclair · 8 years ago
  87. 73167ff Remove unused CFXJSE_ScopeUtil_IsolateHandleRootOrNormalContext by tsepez · 8 years ago
  88. 29adee7 Replace void* with CFXJSE_HostObect and make wrapped objects inherit from it by tsepez · 8 years ago
  89. f02f7e5 Fix compile error ‘isnan’ was not declared in this scope by phajdan.jr · 8 years ago
  90. 89ba6de xfa_fm2jscontext method clean - pt II by dsinclair · 8 years ago
  91. 48d91dd xfa_fm2jscontext formatting and cleanup - pt I by dsinclair · 8 years ago
  92. 86fad99 Replace CFXJSE_Value create/destroy with new and delete. by dsinclair · 8 years ago
  93. 4dce6d4 Fix a leak in CXFA_FontMgr. by thestig · 8 years ago
  94. 3a005f2 Workaround dubious casting between CXFA_Object and void* in FXJSE by tsepez · 8 years ago
  95. 2f109ab Avoid two C-style FX_WCHAR* casts in pdfium by brucedawson · 8 years ago
  96. bbff419 Fix two bugs found by /analyze tool by weili · 8 years ago
  97. a54bc40 Add back-pointer to "Associated widget" to CFWL_WidgetImp. by tsepez · 8 years ago
  98. 816ff7b Make sure CFDE_XMLSyntaxParser's buffer is null terminated. by ochang · 8 years ago
  99. 800222e Fix MSVC C4800 build warnings. by thestig · 9 years ago
  100. befa450 Remove default arguments from CFX_FxgeDevice. by thestig · 9 years ago