summaryrefslogtreecommitdiffstats
path: root/make/lib/swt
Commit message (Collapse)AuthorAgeFilesLines
* SWT Solaris x86 files: Use version 4.2, 4.3.0-M3 fails, see README.txtSven Gothel2012-11-282-0/+9
|
* Complete commit 541bcc1eecc50656392e1fec1a27b08ab78eceff (SWT version bump ↵Sven Gothel2012-11-281-0/+1
| | | | 3.7.1 -> 4.3.0-M3): gtk-freebsd-x86_64 is still on 3.7.1
* SWT: Bump to version 4.3.0 M3 201210312000Sven Gothel2012-11-2621-375/+31
|
* Enable FreeBSD x86_64 builds (and add swt.jar)Jacob Senglea2011-11-211-0/+0
|
* bump swt to version 3.7.1Sven Gothel2011-10-1810-1/+3
|
* Fixing build errors on Solaris systems. FIX: 481Barcsik Attila2011-03-1214-0/+3189
|
* Added two simple SWT unit tests.Wade Walker2011-02-0236-0/+8227
Added a test that draws one triangle, using both the SWT canvas and the AWT canvas with the SWT_AWT bridge. Also added the SWT JARs for each platform to make/lib (since that's where antlr.jar and junit.jar were stored). Modified the make files to build and run the new tests.