1. f8cbc54 object representing a range by Tom Schindl · 7 years ago master
  2. b90b296 added javadoc by Tom Schindl · 7 years ago
  3. 20cf8af adding new operation by Tom Schindl · 7 years ago
  4. d7e9331 adding new method by Tom Schindl · 7 years ago
  5. 46c9e63 started adding tests for AnnotatedString by Tom Schindl · 7 years ago
  6. c10c885 temporarily remove segment tests by Tom Schindl · 7 years ago
  7. 131128b use new util class by Tom Schindl · 7 years ago
  8. 5a96b09 make styleresource static by Tom Schindl · 7 years ago
  9. 12ce003 adding new dependencies by Tom Schindl · 7 years ago
  10. ead211f started adding a property-cell by Tom Schindl · 7 years ago
  11. 09f8bb1 adding experimental code for a new styled text control by Tom Schindl · 7 years ago
  12. e96de69 adding sizeing features by Tom Schindl · 7 years ago
  13. 805acb0 moved ArrayUtils and added new methods by Tom Schindl · 7 years ago
  14. 18e5434 started adding a segmented list by Tom Schindl · 7 years ago
  15. bc7bd1b adding an annotated string by Tom Schindl · 7 years ago
  16. 647e977 adding some text helpers by Tom Schindl · 7 years ago
  17. 15c1718 started adding a observable interface by Tom Schindl · 7 years ago
  18. 1645083 Bug 511877 - Update Runtime Target to 4.6.2 by Tom Schindl · 7 years ago
  19. b4ddd24 added a location accessor by Tom Schindl · 7 years ago
  20. 8d40e8c add fixed resize support to CompositePart by Tom Schindl · 7 years ago
  21. b313b42 feature got lost when merging by Tom Schindl · 7 years ago
  22. 050e362 make code compile on Neon by Tom Schindl · 7 years ago
  23. bf303fc fix for JavaFX regression https://bugs.openjdk.java.net/browse/JDK-8174048 by Tom Schindl · 7 years ago
  24. bc17a93 Bug 511699 - Add a new size type by Tom Schindl · 7 years ago
  25. fdd4832 Bug 511699 - Add a new size type by Tom Schindl · 7 years ago
  26. 766b388 Bug 511698 - Add ModuleSystem abstraction (provisional API) by Tom Schindl · 7 years ago
  27. 4e65bd5 Bug 511695 - Add a new TextUtil method to convert tab to spaces by Tom Schindl · 7 years ago
  28. 96088c0 Bug 511694 - Add a new Triple type by Tom Schindl · 7 years ago
  29. dc219fe Bug 511685 - Add a new MultiStatus type by Tom Schindl · 7 years ago
  30. 25ddbdf Bug 511684 - Adding a ListCell implementation who use TextRegistry by Tom Schindl · 7 years ago
  31. 89410f2 Merge branch 'master' of ssh://tschindl@git.eclipse.org:29418/efxclipse/org.eclipse.efxclipse by Tom Schindl · 7 years ago
  32. f3a9826 Bug 511683 - TextRegistry#getSupplierByKey ALWAYS returns null if VARGS are passed by Tom Schindl · 7 years ago
  33. 5a83445 Merge branch 'master' of ssh://tschindl@git.eclipse.org:29418/efxclipse/org.eclipse.efxclipse by Tom Schindl · 7 years ago
  34. 2a781fd Bug 511625 - FXML-Loading should not fail because of missing Resource-Key by Tom Schindl · 7 years ago
  35. fd2d515 Bug 511600 - PDE-Classpath container needs to support Java9 for javafx.swt by Tom Schindl · 7 years ago
  36. 8ced3dc Bug 510656 - Make e(fx)clipse applications run on Java9 by Tom Schindl · 7 years ago
  37. 874e684 Bug 510656 - Make e(fx)clipse applications run on Java9 by Tom Schindl · 7 years ago
  38. 7b0de5e Merge remote-tracking branch 'origin/2.6.x' by Tom Schindl · 7 years ago
  39. 4504a0f Bug 511600 - PDE-Classpath container needs to support Java9 for javafx.swt by Tom Schindl · 7 years ago
  40. 954b441 Ensure that the final properties never see a NaN by Tom Schindl · 7 years ago 2.6.x
  41. 2ea7cb8 Check if the current scroll value is NaN and convert that to 0.0 by Tom Schindl · 7 years ago
  42. b750041 Bug 511373 - Add an ImageViewer who scales the contained image accordion to the maximal available space by Tom Schindl · 7 years ago
  43. cac391b Bug 511373 - Add an ImageViewer who scales the contained image accordion to the maximal available space by Tom Schindl · 7 years ago
  44. 7b293aa Bug 511373 - Add an ImageViewer who scales the contained image accordion to the maximal available space by Tom Schindl · 7 years ago
  45. 0d82a7e Bug 511329 - Add Utility to deal with JavaFX-Observables in a sane way by Tom Schindl · 7 years ago
  46. 642d937 fixed copyright by Tom Schindl · 7 years ago
  47. 5d044bf Bug 511329 - Add Utility to deal with JavaFX-Observables in a sane way by Tom Schindl · 7 years ago
  48. de25b81 Bug 511309 - Add a BiDoubleFunction to reduce the amount of auto-boxing by Tom Schindl · 7 years ago
  49. 1eb6bff Bug 511309 - Add a BiDoubleFunction to reduce the amount of auto-boxing by Tom Schindl · 7 years ago
  50. 17264ef [Bug 498930] StyledTextArea#setEditable(false) does not entirely disable text editing by Tom Schindl · 7 years ago
  51. 8b0e9ba annotations need to be optional by Tom Schindl · 7 years ago
  52. c7c68e6 Bug 511177 - Status should have a method isOK by Tom Schindl · 7 years ago
  53. 11a5428 Bug 511177 - Status should have a method isOK by Tom Schindl · 7 years ago
  54. b642e72 add comment about changes on the build by Tom Schindl · 7 years ago
  55. 21887af Bug 511024 fixed (ignore for MApplication) by Martin Bluehweis · 7 years ago
  56. faf09aa Merge branch 'master' of ssh://tschindl@git.eclipse.org:29418/efxclipse/org.eclipse.efxclipse by Tom Schindl · 7 years ago
  57. 6937d82 Bug 510792 - Add support to pass non string types through the command-service by Tom Schindl · 7 years ago
  58. a9e1b6a Bug 510656 - Make e(fx)clipse applications run on Java9 by Tom Schindl · 7 years ago
  59. 1d0ce8c Bug 510656 - Make e(fx)clipse applications run on Java9 by Tom Schindl · 7 years ago
  60. 0164714 Bug 510916 - AdaptValueSupplier does not work for Command-Arguments by Tom Schindl · 7 years ago
  61. c0133bf Bug 510916 - AdaptValueSupplier does not work for Command-Arguments by Tom Schindl · 7 years ago
  62. 0cc9021 Bug 510792 - Add support to pass non string types through the command-service by Tom Schindl · 7 years ago
  63. 28d9189 Bug 510792 - Add support to pass non string types through the command-service by Tom Schindl · 7 years ago
  64. 7490c32 Bug 510792 - Add support to pass non string types through the command-service by Tom Schindl · 7 years ago
  65. 8997436 Bug 510792 - Add support to pass non string types through the command-service by Tom Schindl · 7 years ago
  66. aaa3aeb Bug 510792 - Add support to pass non string types through the command-service by Tom Schindl · 7 years ago
  67. 1d386ee Bug 510792 - Add support to pass non string types through the command-service by Tom Schindl · 7 years ago
  68. 75574e3 Bug 510792 - Add support to pass non string types through the command-service by Tom Schindl · 7 years ago
  69. 49b77ff Bug 510792 - Add support to pass non string types through the command-service by Tom Schindl · 7 years ago
  70. 5d1b9f8 Bug 510792 - Add support to pass non string types through the command-service by Tom Schindl · 7 years ago
  71. 3f395c0 Bug 510792 - Add support to pass non string types through the command-service by Tom Schindl · 7 years ago
  72. e653eea Bug 510792 - Add support to pass non string types through the command-service by Tom Schindl · 7 years ago
  73. 6055ceb Bug 510792 - Add support to pass non string types through the command-service by Tom Schindl · 7 years ago
  74. 5673379 Bug 510792 - Add support to pass non string types through the command-service by Tom Schindl · 7 years ago
  75. 091912b fix build to publish correct source attachment for antlr by Tom Schindl · 7 years ago
  76. 637b77c Bug 510656 - Make e(fx)clipse applications run on Java9 by Tom Schindl · 7 years ago
  77. 45f9243 Merge branch 'master' of ssh://tschindl@git.eclipse.org:29418/efxclipse/org.eclipse.efxclipse by Tom Schindl · 7 years ago
  78. 8eaeaba fixed orbit url by Tom Schindl · 7 years ago
  79. 4064c4d Bug 510656 - Make e(fx)clipse applications run on Java9 by Tom Schindl · 7 years ago
  80. 37a18ce Bug 510656 - Make e(fx)clipse applications run on Java9 by Tom Schindl · 7 years ago
  81. a1d1341 Bug 510656 - Make e(fx)clipse applications run on Java9 by Tom Schindl · 7 years ago
  82. 0766adc Bug 510656 - Make e(fx)clipse applications run on Java9 by Tom Schindl · 7 years ago
  83. c7339fb Bug 510656 - Make e(fx)clipse applications run on Java9 by Tom Schindl · 7 years ago
  84. f38a31e Bug 510656 - Make e(fx)clipse applications run on Java9 by Tom Schindl · 7 years ago
  85. 60306c9 Bug 510656 - Make e(fx)clipse applications run on Java9 by Tom Schindl · 7 years ago
  86. 992dcca Bug 510656 - Make e(fx)clipse applications run on Java9 by Tom Schindl · 7 years ago
  87. f0751fa Bug 510656 - Make e(fx)clipse applications run on Java9 by Tom Schindl · 7 years ago
  88. 167d873 Bug 510656 - Make e(fx)clipse applications run on Java9 by Tom Schindl · 7 years ago
  89. 3a540e5 Bug 510656 - Make e(fx)clipse applications run on Java9 by Tom Schindl · 7 years ago
  90. 78c93d1 Bug 510736 - Add set of utilities to single-source for JavaFX8 and JavaFX9 by Tom Schindl · 7 years ago
  91. 80404e2 Merge branch 'master' of ssh://tschindl@git.eclipse.org:29418/efxclipse/org.eclipse.efxclipse by Tom Schindl · 7 years ago
  92. 0031013 Bug 510650 - Add support for JavaFX development with Java9 by Tom Schindl · 7 years ago
  93. 19e6c03 Bug 510656 - Make e(fx)clipse applications run on Java9 by Tom Schindl · 7 years ago
  94. 70cb51c Bug 510656 - Make e(fx)clipse applications run on Java9 by Tom Schindl · 7 years ago
  95. 6bb0065 Bug 510650 - Add support for JavaFX development with Java9 by Tom Schindl · 7 years ago
  96. ed476ef Bug 510650 - Add support for JavaFX development with Java9 by Tom Schindl · 7 years ago
  97. 43f5c82 Bug 482428 - Support FXCanvas in Java9 by Tom Schindl · 7 years ago
  98. 503b16d Bug 509772 - [API-Break] Provide application launcher APIs to replace IApplication and friends by Tom Schindl · 7 years ago
  99. c16a878 Bug 482428 - Support FXCanvas in Java9 by Tom Schindl · 7 years ago
  100. 98e1867 Bug 482428 - Support FXCanvas in Java9 by Tom Schindl · 7 years ago