Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-03-16Merge branch 'master' of ssh://tschindl@git.eclipse.org:29418/efxclipse/org.e...Tom Schindl21-217/+317
2015-08-17image needs to throw an SWTException if the file is not found becauseTom Schindl1-5/+6
2015-08-17date time needs to create a simple date instance if SWT.TIME norTom Schindl1-22/+31
2015-08-17canvas needs to delegate to correct object to check the client-areaTom Schindl1-14/+24
2015-08-17redraw needs to delegate to the children for redrawingTom Schindl1-107/+110
2015-08-17add browser sampleTom Schindl6-46/+54
2015-08-17util lib to launch swt in javafx and native compat wayTom Schindl9-0/+297
2015-07-17Merge branch 'master' of ssh://tschindl@git.eclipse.org:29418/efxclipse/org.e...Tom Schindl84-9576/+0
2015-07-07added iconsTom Schindl2-0/+0
2015-07-07add a default outline viewerTom Schindl1-0/+101
2015-07-07adding navigator forTom Schindl2-1/+41
2015-06-19moved the model stuff out of the generic editor thingsTom Schindl3-62/+1
2015-06-19fire a new event when the document is modified and pass on theTom Schindl3-0/+17
2015-06-19remove hack to replace tabsTom Schindl1-10/+3
2015-06-19factored out code to be reuseable more easilyTom Schindl14-0/+598
2015-05-11fixed target definitionTom Schindl1-8/+13
2015-05-11share missing projectTom Schindl9-0/+202
2015-05-08latest sources from EclipseConTom Schindl28-549/+410
2015-05-08removed unneeded importsTom Schindl1-37/+1
2015-05-08removed unneeded importsTom Schindl1-35/+0
2015-05-08removed unneeded importsTom Schindl1-35/+0
2015-05-08removed unneeded importsTom Schindl1-37/+1
2015-05-08removed unneeded importsTom Schindl1-37/+1
2015-05-08removed unneeded importsTom Schindl1-37/+1
2015-05-08removed unneeded importsTom Schindl1-37/+1
2015-05-08removed unneeded importsTom Schindl1-37/+1
2015-05-08improved stylesheet loadingTom Schindl1-2/+5
2015-05-08removed custom gsonTom Schindl1-7/+0
2015-05-08adjust to latest code baseTom Schindl23-44/+324
2015-05-08only viewer is usedTom Schindl1-10/+8
2015-03-30Bug 463428 - [swtonjavafx] enable SWTActiveShellFunction to be calledChristoph Keimel2-2/+9
2015-03-30Bug 463413 - [swtonjavafx] Enable FXToSWTAdapterFunction for containersChristoph Keimel2-4/+37
2015-03-27removed debugTom Schindl3-26/+38
2015-03-27Merge branch 'master' of ssh://tschindl@git.eclipse.org:29418/efxclipse/org.e...Tom Schindl10-14/+63
2015-03-27removed debugTom Schindl1-0/+1
2015-03-26Bug 463220 - [swtonjavafx] Add possibility to inject active SWT ShellChristoph Keimel8-6/+56
2015-03-26Bug 463201 - [swtonjavafx] Allow null as parent in constructor of ShellChristoph Keimel2-8/+7
2015-03-26Bug 463182 - [swtonjavafx] Add ContextFunction to inject DisplayChristoph Keimel3-1/+33
2015-03-26Bug 462848 - [swtonjavafx] Remove javafx package importsChristoph Keimel2-115/+0
2015-03-26Bug 462849 - Fix StyledText.toFXRange because of API Change in TextStyle Christoph Keimel1-1/+1
2015-03-26Bug 462925 - [swtonjavafx] Request implementation ofChristoph Keimel1-0/+5
2015-03-26Bug 462926 - [swtonjavafx] Add stub for Display.close()Christoph Keimel1-2/+4
2015-02-16current source state of compensatorTom Schindl86-207/+1735
2015-02-16current source state of compensatorTom Schindl22-7/+720
2015-02-16more junit stuffTom Schindl1-0/+29
2015-02-16add support for JUnitTom Schindl1-0/+13
2015-02-13prevent from NPE when no annotation processor is availableTom Schindl1-2/+4
2015-02-06adding new iconsTom Schindl4-0/+0
2015-02-06start on annotion supportTom Schindl15-62/+1074
2015-02-06switched input creation to DITom Schindl11-60/+118

Back to the top