Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-16Bug 457657 - Move swt.examples to Java 1.6Alexander Kurtakov92-375/+2059
2014-12-17Bug 454914: MenuItem.setToolTip() doesn't work for items in the shell menubar...Markus Keller1-4/+6
2014-12-10Added new API to ControlExample (Bug 62575 - No Tooltip support forLakshmi Shanmugam2-2/+9
2014-10-02Bug 433818 - ControlExample: should be able to set text for ShellMarkus Keller3-5/+9
2014-10-02Bug 433818 - ControlExample: should be able to set text for ShellAbhishek Kishore2-0/+19
2014-10-02added MouseHorizontalWheel, replaced MouseWheel with MouseVerticalWheelMarkus Keller1-1/+2
2014-09-22Bug 444725 - Remove carbon support from swtI20140923-0800Alexander Kurtakov15-154/+5
2014-09-22Bug 444715 - Remove photon support from swtAlexander Kurtakov12-26/+14
2014-08-20Bug 441791 - Remove motif specific things from codebaseAlexander Kurtakov12-33/+3
2014-08-20Bug 441602: Shell#setRegion fails to mirror for RTL contextMarkus Keller4-11/+13
2014-08-14Try to close the reader in SnippetLauncher always.Alexander Kurtakov1-2/+13
2014-08-14Remove non-needed casts from Snippet361.Alexander Kurtakov1-5/+5
2014-07-21Add missing Deprecated annotation.Alexander Kurtakov1-0/+1
2014-07-16Bug 439640 - SWT should increase bundle version in master toArun Thondapu10-10/+10
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsPaul Webster5-5/+5
2014-05-07Bug 429144 - Retire broken org.eclipse.swt.opengl plug-inv4426dI20140508-2000I20140507-2000Arun Thondapu1-0/+6
2014-03-21Bug 430913 - Remove trailing whitespaceSami Wagiaalla1-23/+23
2014-03-10Bug 407927 - Javadoc updates in Snippet332Lina Kemmel1-2/+6
2014-03-06Fix indentationLina Kemmel1-23/+23
2014-03-06Add to Snippet332 a snippet that shows using of bidi segments in ComboLina Kemmel1-5/+21
2014-02-23Bug 428514 - Merge the examples project that contain only views. Alexander Kurtakov52-682/+185
2014-02-21Add missing javacProjectSettings to watchdoe example.Alexander Kurtakov1-0/+1
2014-02-19Fix warnings in examples.watchdog.Alexander Kurtakov5-4/+108
2014-02-19Bug 428543 - Remove import.properties filesAlexander Kurtakov1-14/+0
2014-02-19Bug 428543 - Remove import.properties filesAlexander Kurtakov6-96/+0
2014-02-19Bug 428512 - Adapt Java 1.5 in examplesAlexander Kurtakov19-129/+107
2014-02-18Bug 428390 - Remove unneeded activators from examplesAlexander Kurtakov7-135/+4
2014-01-17added missing APIs in StyledText and Textv4417aI20140120-0800I20140119-2000Markus Keller3-12/+20
2014-01-09Bug 425157 - Do not use nested jars in swt examples.Alexander Kurtakov17-101/+30
2014-01-09Fix snippets build.properties.Alexander Kurtakov1-1/+1
2013-11-20Clean up browser.demo.Alexander Kurtakov3-2/+4
2013-11-20Snippet337 - access static method directly.Alexander Kurtakov1-1/+1
2013-11-20Use vararg methods in ControlExample.Alexander Kurtakov1-3/+3
2013-11-20Graphics example - remove unused members.Alexander Kurtakov1-14/+16
2013-11-20Add @Override annotations.Alexander Kurtakov265-18/+629
2013-11-19Remove unnecessary casts.Alexander Kurtakov1-1/+1
2013-11-19Remove unnecessary semicolons.Alexander Kurtakov7-13/+13
2013-11-19SWT examples cleanup.Alexander Kurtakov131-39/+1130
2013-11-19SWT Examples - bump to Java 1.5.Alexander Kurtakov25-119/+119
2013-11-18Set BREE for examples.Alexander Kurtakov16-50/+49
2013-11-18Fix warnings about generics in snippets.Alexander Kurtakov4-9/+7
2013-10-11try to solve raw type warnings for HashMap in LauncherPlugin in the buildv4409cI20131022-0800I20131015-0800Markus Keller2-2/+3
2013-09-10Review for Bug 360052 - New API for monitoring UI delaysforemans7-0/+483
2013-08-27Bug 413734 - SWT should increase bundle version in master to 3.103.0.qualifierSilenio Quarti16-16/+16
2013-07-17Bug 413116 - Build fails due to SWT at 1.5 level?v4401bI20130717-1600Silenio Quarti3-8/+9
2013-07-17Bug 411356: Move requirement for SWT to Java 1.5Markus Keller1-7/+6
2013-07-15Bug 411356 - Move requirement for SWT to Java 1.5. Bug 412067 - isLoadable();...Silenio Quarti2-2/+2
2013-07-01converted to OSGi bundle and set BREE to 1.6Markus Keller5-15/+23
2013-06-26Bug 411167 - Update parent POMs for LunaSilenio Quarti8-8/+8
2013-04-30added setTopIndexCarolyn MacLeod1-1/+4

Back to the top