1. c0d74aa TextFlowEdit: fix typo in docs (closes #6) by Josh Tynjala · 8 weeks ago develop
  2. 1502bd3 another search path for flexTasks.jar by Josh Tynjala · 8 weeks ago
  3. 87259fe build.xml: allow env.FLEX_HOME by Josh Tynjala · 8 weeks ago
  4. ce009fa env-template.properties by Josh Tynjala · 8 weeks ago
  5. 6d4fd30 FLEX-35078 removing unused functions, local variables and inner classes while reading the code. by Mihai Chira · 6 years ago
  6. 7fe2284 Fixed a range error when accessing TextBlocks in paragraphs with tables. by Harbs · 8 years ago
  7. cb2794e FLEX-35100 by Mihai Chira · 8 years ago
  8. 9526d45 FLEX-35100 by Mihai Chira · 8 years ago
  9. 3ce6a7b FLEX-35078 by Mihai Chira · 8 years ago
  10. 9130560 Improved keyboard navigation in text surrounding tables by Harbs · 8 years ago apache-flex-sdk-14.5.0 apache-flex-sdk-14.5.0RC1
  11. 235cd97 Moved the logic for composing the table on cell resizing out of EditManager and into StandardFlowComposer where it belongs. by Harbs · 8 years ago
  12. 095a165 Better handling of nested table composition (related to operations) by Harbs · 8 years ago
  13. 601f097 Added support for selection based operations when the selection is in a table cell by Harbs · 8 years ago
  14. 3c68f91 Fixed getText() to be more technically correct. by Harbs · 8 years ago
  15. d452c49 Changed Table getText() to return a single code point. by Harbs · 8 years ago
  16. dd7faa3 Attempt at fixing FLEX-34988 by Harbs · 8 years ago
  17. 96407e2 FLEX-34769 by Harbs · 8 years ago
  18. c31ddf7 Fix for FLEX-34744 by Harbs · 9 years ago
  19. 7710afb Fix for broken unit FLEX_34807_Test by piotrz · 9 years ago
  20. 5eff80e FLEX-34876 Added/fixed tests by Harbs · 9 years ago
  21. 4a01f57 Disabled PasteWithMutliParagraph_FLEX_34876_Test because that bug is not yet fixed. by Harbs · 9 years ago
  22. 9f60626 FLEX-34807 by Mihai Chira · 9 years ago
  23. 0f33c43 FLEX-34807 Renaming variable to clarify its role. by Mihai Chira · 9 years ago
  24. 7b3f374 FLEX-34807 by Mihai Chira · 9 years ago
  25. 422b553 FLEX-34807 by Mihai Chira · 9 years ago
  26. 2d5df2a FLEX-34807 Removed unused variables and optimised Array and Object construction. by Mihai Chira · 9 years ago
  27. 2192608 FLEX-34807 Fixed the case where it's not he last paragrpah by Harbs · 9 years ago
  28. 96a959d FLEX-34807 by Harbs · 9 years ago
  29. 2ae5355 Fixed a RTE when trying to justify lines which contain Table Blocks by Harbs · 9 years ago
  30. fa50829 FLEX-34876 - Switch on to AllTestsSuite by piotrz · 9 years ago
  31. 1a4af20 FLEX-34876 - Temporary launch MinimalTestsSuite to see whether test is failing on jenkins machine by piotrz · 9 years ago
  32. 9a20994 Merge remote-tracking branch 'origin/develop' into develop by piotrz · 9 years ago
  33. f4a26bd FLEX-34876 - Add unit test which reproducing the issue by piotrz · 9 years ago
  34. e86e835 Replace line tab characters with new line characters on paste by Harbs · 9 years ago
  35. 8046398 Migrate ScrollToRangeTest to FU 4 Ignored test: aliceTest by piotrz · 9 years ago
  36. 5634c7e Remove redundant methods by piotrz · 9 years ago
  37. 580bccf Merge pull request #1 from typhoid/typhoid-patch-1 by typhoid · 9 years ago
  38. ac06947 update inlinegraphicelement.as by typhoid · 9 years ago
  39. bf87ae8 Migrate LeadingTest to FU 4 by piotrz · 9 years ago
  40. b17fe00 Migrate MeasurementTest to FU 4 Ignored test: listInsideAlignmentMeasure by piotrz · 9 years ago
  41. fe3fa33 Migrate ParagraphTest to FU 4 Ignored test: setSpaceAfterNegativeTest by piotrz · 9 years ago
  42. 372126a Migrate SelectionTest to FU 4 Ignored test: wordSelection by piotrz · 9 years ago
  43. fba0c99 Migrate StyleTest to FU 4 by piotrz · 9 years ago
  44. 8b27030 Fix broken build adding missing import by piotrz · 9 years ago
  45. 99e7739 Migrate TCYTest to FU 4 by piotrz · 9 years ago
  46. f16de09 Migrate TextContainerManagerTest to FU 4 by piotrz · 9 years ago
  47. 68b88fe Migrate TextFlowTextLineFactoryTest to FU 4 by piotrz · 9 years ago
  48. 9a964d4 Migrate TextLineFilterTest to FU 4 by piotrz · 9 years ago
  49. 6200c13 Remove unused function from OperationTest by piotrz · 9 years ago
  50. 6931b44 Migrate LocaleTests to FU 4 by piotrz · 9 years ago
  51. 9a2916a Migrate LinkTest to FU 4 with one ignored test "interactiveObjectCount" by piotrz · 9 years ago
  52. e5fa983 Migrate ListTest to FU 4. Remove unused variables from VellumTestCase by piotrz · 9 years ago
  53. 474e759 Merge remote-tracking branch 'origin/develop' into develop by piotrz · 9 years ago
  54. 5844fdb Fix all Ignored tests in KeyboardGestureTest by piotrz · 9 years ago
  55. fc83b76 FLEX-34756 renamed the unit tests task to 'test', to match the pattern created by the sdk build script. Also renamed a misspelled variable in AllTestsSuite. by Mihai Chira · 9 years ago
  56. b08af46 Merge remote-tracking branch 'origin/develop' into develop by Mihai Chira · 9 years ago
  57. 2b0977d FLEX-34756 Split the functionality provided by FlowComposerBase.isDamaged() and StandardFlowComposer.isDamaged() into two separate functions, because 1) they do very different things, and 2) to solve FLEX-34756 I need the former. by Mihai Chira · 9 years ago
  58. dd7df80 Migrate VerticalScrollingTest to FU 4 by piotrz · 9 years ago
  59. ec066bb Migrate SpacingTest to FU 4 Move SingleContainer class to helper package. by piotrz · 9 years ago
  60. aeab181 Rename test in AllTestsSuite to fix build by piotrz · 9 years ago
  61. 4991d3e Migrate KeyboardGestureTest to FU 4 by piotrz · 9 years ago
  62. ea6ff6f Add missing test in ImportAPITest by piotrz · 9 years ago
  63. 22cd0f8 Migrate ImportAPITest to FU 4 by piotrz · 9 years ago
  64. 2f36aee Migrate ImpliedParagraphTest to FU 4 Change TestId for HorizontalScrollingTest by piotrz · 9 years ago
  65. 3f6abdd Migrate HorizontalScrollingTest to FU 4 Move helper classes to separate folder by piotrz · 9 years ago
  66. 4538bda Add configuration loader for TabTest by piotrz · 9 years ago
  67. 820ab43 Fix name of loaded configuration file for WritingModeTest by piotrz · 9 years ago
  68. 32fa05b Add configuration loader to WritingModeTest by piotrz · 9 years ago
  69. 99f6213 Add configuration loader to UndoRedoTest by piotrz · 9 years ago
  70. 1bfedb7 Remove unused variables from OperationTest.as by piotrz · 9 years ago
  71. a61535e Ignore all failing test in AllEventTest by piotrz · 9 years ago
  72. 53098ae Update ContainerTypeTests.xml configuration by piotrz · 9 years ago
  73. dcf47fd Add missing configuration loaders to ContainerTypeTest by piotrz · 9 years ago
  74. 712c063 Add test configuration to ContainerTypeTest by piotrz · 9 years ago
  75. a576c24 Update FactoryImportTests.xml configuration by piotrz · 9 years ago
  76. a3dbb20 Change TestConfigurationLoader to handle loading files with TextFlow from configuration by piotrz · 9 years ago
  77. 4a5d033 Fix function name provided for test configuration loader by piotrz · 9 years ago
  78. 2852b10 Load tests configuration for AllEventTest.as Uncomment ignored tests. by piotrz · 9 years ago
  79. 4c953f3 Refactor TestConfigurationLoader. by piotrz · 9 years ago
  80. a876626 FLEX-34729 remove test that we're not legally allowed to use and replace it with machine translated version of the Apache Flex README by Justin Mclean · 9 years ago
  81. 241b161 Couple of tweaks with loops for ContainerAttributeTest.as by piotrz · 9 years ago
  82. 8ae7df4 Remove traces and all unused vars by piotrz · 9 years ago
  83. eda4997 Fix tlf build - add missing swc to build.xml and imports in automation_core module. by piotrz · 9 years ago
  84. 6155a8a - Add custom loader for loading external tests configuration from existing xml config files. by piotrz · 9 years ago
  85. 9d30d69 FLEX-34729 - Replaced all puglic domain texts in FloatTest by piotrz · 9 years ago
  86. 46b80e0 FLEX-34729 - Remove FIXME by piotrz · 9 years ago
  87. 492fcd1 FLEX-34729 by piotrz · 9 years ago
  88. 06c0c83 update years to be correct by Justin Mclean · 9 years ago
  89. e05f18a fix minor typo by Justin Mclean · 9 years ago
  90. f0564ce added FIXME for logo we don't have permission to use by Justin Mclean · 9 years ago
  91. a50e051 added FIXMEs for images we don't have permission to use by Justin Mclean · 9 years ago
  92. 0860499 replaced with swf of same size by Justin Mclean · 9 years ago
  93. 3be9169 replace image with blue image of same size by Justin Mclean · 9 years ago
  94. 9664fdb added FIXME to remove unlicensed content by Justin Mclean · 9 years ago
  95. d08f4e3 Removed New York times content by Justin Mclean · 9 years ago
  96. a7978f6 removed unneeded "-->" by Justin Mclean · 9 years ago
  97. 719a951 Fix up headers and license for public domain content. by Justin Mclean · 9 years ago
  98. 83faaa6 Fix keyDownDerivedTest in EventOverrideTest by piotrz · 9 years ago
  99. dc3b581 Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-tlf into develop by piotrz · 9 years ago
  100. b033b98 Force ordering unit tests by piotrz · 9 years ago