Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-06-14Bug 547304 - [cleanup] Fix wrong space/tab indentationPaul Pazderski2-20/+20
This change fixes space or mixed tab/space indentations in all Java files. This also includes two or three space indentations and even fix most stray single spaces in indentations. The change includes only whitespace formatting and no code changes. Change-Id: Ib7b260691acee06845cc580dd8cb859de0da8bf1
2018-08-21Bug 530393 - EPL 2.0 update for SWT for swt.example plug-insLars Vogel20-60/+120
This updates files to EPL 2.0. As this repo contains also LGPL code, I added only files containing 'Eclipse Public License 2.0' via: git grep --name-only 'Eclipse Public License 2.0' | xargs git add Regex used for replacement: find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' {} + find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)http:\/\/www.eclipse.org\/legal\/epl-v10.html/\1\2https:\/\/www.eclipse.org\/legal\/epl-2.0\/\ \1\ \1\2SPDX-License-Identifier: EPL-2.0/' {} + # Get rid of the All rights reserved find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" ! -name "pom.xml" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: Ifad89e954b50112a71c30842130e558d171631f6 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-05Bug 535318 - Update license to EPL-2.0 for platform.swt in about.htmlLars Vogel1-13/+27
Change-Id: I4526c5c3c2967d58e0e83f4d3eccfeabc268cff3 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2015-02-05Bug 458863 - Replace Vector with ArrayList where appropriate Jacek Sieka1-6/+6
- examples & tools Change-Id: I861981fc3a497c1143adf83f358b1dc61864871f Signed-off-by: Jacek Sieka <arnetheduck@gmail.com>
2011-09-23fix permission of filesSilenio4-0/+0
2011-07-12updated .gitignoreBogdan Gheorghe1-1/+0
2005-09-28Version number and cleanup.Billy Biggs2-6/+6
2005-09-28Update the version number.Billy Biggs1-1/+1
2005-09-28Add a build.properties file, copied from org.eclipse.swt.examples.Billy Biggs1-0/+21
2005-09-28Remove an unused import.Billy Biggs1-1/+0
2005-09-28Whitespace changes.Billy Biggs1-4/+4
2005-09-28Use the NO_BACKGROUND style on the GLCanvas.Billy Biggs1-1/+1
2005-09-24*** empty log message ***Billy Biggs1-4/+1
2005-09-23FixesBilly Biggs4-14/+578
2005-09-23First attempt at turning the OpenGL example into a plugin.Billy Biggs6-42/+146
2005-09-22API update.Billy Biggs14-14/+15
2005-09-22Add an LWJGL example.Billy Biggs1-0/+130
2005-09-21Use GLDataBilly Biggs1-1/+1
2005-09-17Cleanup warnings.Billy Biggs2-7/+1
2005-09-13Request a double-buffered context.Billy Biggs1-0/+1
2005-09-13Code formatting.Billy Biggs1-1/+1
2005-09-13Update the OpenGL examples to use the new API.Billy Biggs10-772/+18
2005-03-09*** empty log message ***Silenio Quarti1-0/+1
2005-02-28Updated legal documentation for Eclipse 3.1 stream and CPL to EPL transitionVeronika Irvine19-81/+81
2005-02-25Updated legal documentation for Eclipse 3.1 stream and CPL to EPL transitionVeronika Irvine1-0/+22
2005-01-21*** empty log message ***Grant Gayed1-2/+1
2004-10-04*** empty log message ***Grant Gayed2-2/+2
2003-07-10initialGrant Gayed26-0/+4548

    Back to the top