Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-06-28Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance buildsLakshmi Shanmugam1-1/+1
2016-06-17Bug 487493 - Use varargs in List#setItemsAlexander Kurtakov3-4/+4
2016-06-08Bug 494958 - Add color tab to ControlExampleIan Pun3-7/+254
2016-05-19Bug 493047 (part 2)- [HighDPI] Clipboard Example: Image looses it'sNiraj Modi1-17/+7
2016-05-06Bug 493047 - [HighDPI] Clipboard Example: Image looses it's qualityI20160506-0830Niraj Modi1-3/+49
2016-04-01Bug 490853 - Replace new Integer() with Integer.valueOf() inLars Vogel14-107/+107
2016-04-01Bug 490855 - Run copyright tooling on org.eclipse.swt.examplesLars Vogel76-76/+76
2016-03-02Bug 485821 - Make examples/snippets use lambdasAlexander Kurtakov2-56/+35
2016-02-11Bug 485821 - Make examples/snippets use lambdasAlexander Kurtakov45-2364/+1929
2016-01-26Bug 473850: [BiDi] Add text direction test toI20160126-2000Markus Keller1-1/+4
2016-01-24Bug 473850 - [BiDi] Add text direction test toI20160124-2000Lina Kemmel3-2/+128
2016-01-15Bug 485929: CustomControlExample > StyledText: color buttons should not reset...Markus Keller1-5/+9
2016-01-15Bug 485821 - Make examples/snippets use lambdasAlexander Kurtakov32-788/+399
2016-01-15Bug 485821 - Make examples/snippets use lambdasAlexander Kurtakov1-20/+17
2016-01-15Bug 485821 - Make examples/snippets use lambdasAlexander Kurtakov3-88/+61
2016-01-09Bug 484536 - Use String.isEmpty in tests/examplesAlexander Kurtakov3-6/+13
2015-12-17Bug 484541 - Adapt to Combo.setItems and PaletteData varargsAlexander Kurtakov7-32/+55
2015-12-08Revert "Bug 465280 - [GTK3] OS.gtk_widget_get_allocation returns (0,0) for in...Arun Thondapu1-7/+0
2015-12-07Bug 468854 - Add tests and examples for Control.requestLayout.I20151207-0800Stefan Xenos2-3/+3
2015-12-04Bug 465280 - [GTK3] OS.gtk_widget_get_allocation returns (0,0) for invisible ...Snjezana Peco1-0/+7
2015-11-23Bug 463924 - Hashtable -> HashMap, MapJacek Sieka2-9/+10
2015-11-11Bug 481926 - Use vararg reflection methods in tests/examples/toolsAlexander Kurtakov1-1/+1
2015-09-28478520: SWT should increase bundle version in master toSravan Kumar Lakkimsetti2-2/+2
2015-09-22Bug 461486 - Updated ShellTab of the ControlExample with the NO_MOVEAlexandra Buzila1-2/+6
2015-09-03Bug 455399 - Update org.eclipse.swt.examples to Java 8Alexander Kurtakov3-5/+5
2015-07-31Bug 474049 - Move examples to Java 1.7Alexander Kurtakov16-41/+134
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 Keller1-1/+1
2015-03-25Bug 462665 - Remove references to Carbon in SWT code and commentsAlexander Kurtakov1-20/+11
2015-03-23Bug 455263 - Retire Eclipse SWT/wpfLars Vogel1-1/+1
2015-03-16461427 Add build-time dependency to arbitrary SWT fragment versionTobias Oberlies1-2/+2
2015-02-05Bug 458863 - Replace Vector with ArrayList where appropriate Jacek Sieka16-91/+99
2015-01-16Bug 457657 - Move swt.examples to Java 1.6Alexander Kurtakov78-346/+1857
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 Kurtakov11-19/+2
2014-09-22Bug 444715 - Remove photon support from swtAlexander Kurtakov11-25/+13
2014-08-20Bug 441791 - Remove motif specific things from codebaseAlexander Kurtakov11-32/+2
2014-07-16Bug 439640 - SWT should increase bundle version in master toArun Thondapu2-2/+2
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsPaul Webster1-1/+1
2014-03-21Bug 430913 - Remove trailing whitespaceSami Wagiaalla1-23/+23
2014-02-19Bug 428543 - Remove import.properties filesAlexander Kurtakov1-26/+0
2014-02-19Bug 428512 - Adapt Java 1.5 in examplesAlexander Kurtakov14-103/+88
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 Kurtakov2-5/+3
2013-11-20Use vararg methods in ControlExample.Alexander Kurtakov1-3/+3
2013-11-20Graphics example - remove unused members.Alexander Kurtakov1-14/+16

Back to the top