Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-03Bug 455399 - Update org.eclipse.swt.examples to Java 8Alexander Kurtakov15-25/+25
2015-09-03Bug 455403 - Update org.eclipse.swt.snippets to Java 8Alexander Kurtakov3-5/+5
2015-09-03Bug 476529 - Move swt.snippets to Java 1.7Alexander Kurtakov9-72/+144
2015-07-31Bug 474049 - Move examples to Java 1.7Alexander Kurtakov29-71/+353
2015-07-07Bug 470568 - Replace `new Boolean` with `Boolean.valueOf`Alex Blewitt1-1/+1
2015-07-02Bug 469765: Prep for 4.6 (Neon) and 4.5 (Mars) maintenance builds - update pa...Markus Keller5-5/+5
2015-05-13Revert "Misc changes"Arun Thondapu2-53/+7
2015-05-13Misc changesLina Kemmel2-7/+53
2015-04-24Linux build file changes for XULR31Lakshmi Shanmugam2-8/+3
2015-04-24Merge branch 'lshanmugam/xulrunner-31'Lakshmi Shanmugam2-3/+8
2015-04-22Bug 465129: Comparator errors in I20150421-0800 related to swt ole examplesMarkus Keller2-1/+2
2015-04-21Bug 421383 - [Graphics] Scaling issues on high DPI displaysMarkus Keller1-3/+102
2015-04-21Bug 435384 - Add support for 'transparent' colorsNiraj Modi1-2/+2
2015-04-16Bug 463127 - [Win32][GTK] Transparent background not honored onNiraj Modi1-16/+16
2015-04-09Bug 463127 - [Win32] Transparent background not honored on CompositeNiraj Modi1-10/+23
2015-04-08Bug 463127 - [Win32] Transparent background not honored on CompositeNiraj Modi1-3/+4
2015-03-26Bug 462667 - Remove references to Motif in SWT code and comments Lars Vogel3-134/+2
2015-03-25Bug 462665 - Remove references to Carbon in SWT code and commentsAlexander Kurtakov1-20/+11
2015-03-24Bug 455263 - Retire Eclipse SWT/wpf Alexander Kurtakov2-3/+3
2015-03-23Bug 455263 - Retire Eclipse SWT/wpfLars Vogel1-1/+1
2015-03-19Bug 421383 - [Graphics] Scaling issues on high DPI displaysI20150319-1640I20150319-1430Markus Keller7-33/+45
2015-03-16461427 Add build-time dependency to arbitrary SWT fragment versionTobias Oberlies4-8/+8
2015-03-13Bug 421383 - [Graphics] Scaling issues on high DPI displaysNiraj Modi4-0/+78
2015-03-10Bug 459487 - For GTK3, replacing gtk_arrow_* with gtk_image_*.Leo Ufimtsev1-0/+116
2015-02-05Bug 458863 - Replace Vector with ArrayList where appropriate Jacek Sieka17-97/+105
2015-02-05Add forgotten @Override annotations.Alexander Kurtakov3-0/+65
2015-01-23Bug 435384 - Add support for 'transparent' colorsNiraj Modi1-0/+465
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

Back to the top