Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-12-20Bug 509494 - Enable multi selection for Lists in DNDExample Alexander Kurtakov1-1/+1
2016-12-19Bug 509454 - Use lambdas in org.eclipse.swt.examples for sorting andLars Vogel2-25/+10
2016-12-14Bug 509135 - Use varargs in ControlExample#getResourceString to matchI20161214-1005Alexander Kurtakov3-14/+14
2016-12-14Bug 509199 - Convert DNDExample to SelectionListener lambdaAlexander Kurtakov1-402/+296
2016-12-13Bug 509135 - Use varargs in ControlExample#getResourceString to matchLars Vogel9-15/+15
2016-12-13Bug 509091 - Use enhanced for loop in org.eclipse.swt.examplesFabian Pfaff9-67/+84
2016-12-13Bug 509086 - Use SelectionListener lambda helper methods inDavid Weiser3-210/+108
2016-12-13Bug 509086 - Use SelectionListener lambda helper methods inDavid Weiser1-51/+45
2016-12-12Bug 509091 - Use enhanced for loop in org.eclipse.swt.examplesI20161212-2000Fabian Pfaff22-195/+184
2016-12-12Bug 509089 - Remove trailing whitespace from org.eclipse.swt.examplesLars Vogel99-1481/+1481
2016-07-15Bug 497807 - Use varargs in DropTarget#setTransferI20160716-1900Alexander Kurtakov1-2/+2
2016-07-13Bug 497809 - Remove useless non-Javadoc commentsAlexander Kurtakov10-66/+21
2016-07-12Bug 497575 - [ControlsExample] extends ControlsExample with rectableLars Vogel1-1/+10
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-22Bug 461486 - Updated ShellTab of the ControlExample with the NO_MOVEAlexandra Buzila1-2/+6
2015-07-31Bug 474049 - Move examples to Java 1.7Alexander Kurtakov13-36/+40
2015-07-07Bug 470568 - Replace `new Boolean` with `Boolean.valueOf`Alex Blewitt1-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-02-05Bug 458863 - Replace Vector with ArrayList where appropriate Jacek Sieka16-91/+99
2015-01-16Bug 457657 - Move swt.examples to Java 1.6Alexander Kurtakov74-341/+1791
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-03-21Bug 430913 - Remove trailing whitespaceSami Wagiaalla1-23/+23

Back to the top