Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-08 | object representing a rangeHEADmaster | Tom Schindl | 1 | -0/+19 | |
2017-02-08 | added javadoc | Tom Schindl | 1 | -0/+26 | |
2017-02-08 | adding new operation | Tom Schindl | 2 | -3/+8 | |
2017-02-08 | adding new method | Tom Schindl | 1 | -0/+32 | |
2017-02-08 | started adding tests for AnnotatedString | Tom Schindl | 1 | -0/+20 | |
2017-02-08 | temporarily remove segment tests | Tom Schindl | 1 | -5/+53 | |
2017-02-08 | use new util class | Tom Schindl | 1 | -7/+7 | |
2017-02-08 | make styleresource static | Tom Schindl | 1 | -6/+12 | |
2017-02-08 | adding new dependencies | Tom Schindl | 1 | -1/+4 | |
2017-02-08 | started adding a property-cell | Tom Schindl | 1 | -0/+76 | |
2017-02-08 | adding experimental code for a new styled text control | Tom Schindl | 12 | -0/+999 | |
2017-02-08 | adding sizeing features | Tom Schindl | 1 | -21/+107 | |
2017-02-08 | moved ArrayUtils and added new methods | Tom Schindl | 3 | -274/+56 | |
2017-02-08 | started adding a segmented list | Tom Schindl | 1 | -19/+94 | |
2017-02-08 | adding an annotated string | Tom Schindl | 1 | -0/+282 | |
2017-02-08 | adding some text helpers | Tom Schindl | 1 | -1/+93 | |
2017-02-08 | started adding a observable interface | Tom Schindl | 1 | -0/+21 | |
2017-02-07 | added a location accessor | Tom Schindl | 3 | -0/+38 | |
2017-02-07 | add fixed resize support to CompositePart | Tom Schindl | 1 | -18/+30 | |
2017-02-07 | feature got lost when merging | Tom Schindl | 1 | -0/+10 | |
2017-02-07 | make code compile on Neon | Tom Schindl | 1 | -1/+1 | |
2017-02-07 | fix for JavaFX regression https://bugs.openjdk.java.net/browse/JDK-8174048 | Tom Schindl | 1 | -0/+6 | |
2017-02-04 | Bug 511699 - Add a new size type | Tom Schindl | 1 | -1/+1 | |
2017-02-04 | Bug 511699 - Add a new size type | Tom Schindl | 2 | -0/+74 | |
2017-02-04 | Bug 511698 - Add ModuleSystem abstraction (provisional API) | Tom Schindl | 5 | -0/+174 | |
2017-02-04 | Bug 511695 - Add a new TextUtil method to convert tab to spaces | Tom Schindl | 2 | -5/+84 | |
Change-Id: I48efe40c0ce91edf5669e746207ebc75dc69a956 | |||||
2017-02-04 | Bug 511694 - Add a new Triple type | Tom Schindl | 2 | -0/+95 | |
Change-Id: Ie5460c2a58bd7a3e9da246f88db5a896fd31f5b7 | |||||
2017-02-04 | Bug 511685 - Add a new MultiStatus type | Tom Schindl | 2 | -0/+127 | |
Change-Id: I6d38e059d38842619833a00120292e7888b568f9 | |||||
2017-02-04 | Bug 511684 - Adding a ListCell implementation who use TextRegistry | Tom Schindl | 1 | -0/+77 | |
Change-Id: If49075dbe0fe485d9b01ab55f997728327e9c7f8 | |||||
2017-02-04 | Merge branch 'master' of ↵ | Tom Schindl | 1 | -49/+94 | |
ssh://tschindl@git.eclipse.org:29418/efxclipse/org.eclipse.efxclipse | |||||
2017-02-04 | Bug 511683 - TextRegistry#getSupplierByKey ALWAYS returns null if VARGS are ↵ | Tom Schindl | 1 | -2/+5 | |
passed Change-Id: I8ba108fffdd8b4d0c6b868ed7914d80d73c73311 | |||||
2017-02-03 | Merge branch 'master' of ↵ | Tom Schindl | 1 | -0/+1 | |
ssh://tschindl@git.eclipse.org:29418/efxclipse/org.eclipse.efxclipse | |||||
2017-02-03 | Bug 511625 - FXML-Loading should not fail because of missing Resource-Key | Tom Schindl | 1 | -49/+94 | |
2017-02-02 | Bug 511600 - PDE-Classpath container needs to support Java9 for javafx.swt | Tom Schindl | 1 | -0/+1 | |
Change-Id: If73caa06d54bc343c0a033312ffa5a82f8711aa4 | |||||
2017-02-02 | Bug 510656 - Make e(fx)clipse applications run on Java9 | Tom Schindl | 1 | -32/+29 | |
2017-02-02 | Bug 510656 - Make e(fx)clipse applications run on Java9 | Tom Schindl | 4 | -920/+1743 | |
2017-02-02 | Merge remote-tracking branch 'origin/2.6.x' | Tom Schindl | 5 | -47/+73 | |
Conflicts: bundles/runtime/org.eclipse.fx.ui.controls/src/org/eclipse/fx/ui/controls/styledtext/StyledTextArea.java | |||||
2017-02-02 | Bug 511600 - PDE-Classpath container needs to support Java9 for javafx.swt | Tom Schindl | 2 | -3/+3 | |
Change-Id: Icabef54bc0e66608c493f94c1d828918f78452f8 | |||||
2017-02-02 | Ensure that the final properties never see a NaN2.6.x | Tom Schindl | 1 | -2/+35 | |
fixes #44 Change-Id: I321fede25f3f288937cfbce64050909eacb8cef3 | |||||
2017-02-02 | Check if the current scroll value is NaN and convert that to 0.0 | Tom Schindl | 1 | -0/+3 | |
fixes #44 Change-Id: I1c33332ccdfe9d7f8362e59ddc38b57c673664e2 | |||||
2017-01-31 | Bug 511373 - Add an ImageViewer who scales the contained image accordion to ↵ | Tom Schindl | 1 | -0/+3 | |
the maximal available space | |||||
2017-01-31 | Bug 511373 - Add an ImageViewer who scales the contained image accordion to ↵ | Tom Schindl | 1 | -2/+0 | |
the maximal available space | |||||
2017-01-31 | Bug 511373 - Add an ImageViewer who scales the contained image accordion to ↵ | Tom Schindl | 5 | -0/+630 | |
the maximal available space | |||||
2017-01-30 | Bug 511329 - Add Utility to deal with JavaFX-Observables in a sane way | Tom Schindl | 1 | -3/+3 | |
2017-01-30 | fixed copyright | Tom Schindl | 1 | -0/+10 | |
2017-01-30 | Bug 511329 - Add Utility to deal with JavaFX-Observables in a sane way | Tom Schindl | 1 | -0/+106 | |
2017-01-30 | Bug 511309 - Add a BiDoubleFunction to reduce the amount of auto-boxing | Tom Schindl | 1 | -0/+1 | |
2017-01-30 | Bug 511309 - Add a BiDoubleFunction to reduce the amount of auto-boxing | Tom Schindl | 1 | -0/+34 | |
2017-01-30 | [Bug 498930] StyledTextArea#setEditable(false) does not entirely disable ↵ | Tom Schindl | 1 | -1/+1 | |
text editing | |||||
2017-01-30 | annotations need to be optional | Tom Schindl | 1 | -1/+1 | |
- Members
- Working Groups
- Projects
- Community
- Participate
- Eclipse IDE
-
More
-
-
Community
- Marketplace
- Events
- Planet Eclipse
- Newsletter
- Videos
- Blogs
-
Participate
- Report a Bug
- Forums
- Mailing Lists
- Wiki
- IRC
- Research
-
-
-
-
Search
-