aboutsummaryrefslogtreecommitdiffstats
path: root/make/lib/swt/cocoa-macosx-x86_64/about.html
Commit message (Collapse)AuthorAgeFilesLines
* Bump make/lib/swt to SWT 4.26Sven Gothel2023-01-161-5/+6
|
* Bug 1362: Replace SWT 4.3.0 -> 4.11.0Sven Gothel2019-04-051-21/+2
| | | | | | https://download.eclipse.org/eclipse/downloads/drops4/R-4.11-201903070500/ This binary make/lib drop is only required for build and unit tests.
* SWT: Bump to version 4.3.0 M3 201210312000Sven Gothel2012-11-261-15/+15
|
* Added two simple SWT unit tests.Wade Walker2011-02-021-0/+205
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.