Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-01-25Bug 559458 - Add Cursors section to ControlExample Colors tabNikita Nemkin1-6/+60
2020-01-10Use System.lineSeparator()Alexander Kurtakov1-1/+1
2019-12-11Use jdk 5 for-each loopCarsten Hammer5-14/+12
2019-12-11Replace occurrences of manual array copying via for loopCarsten Hammer1-3/+1
2019-11-19Bug 349112 - Allow setting alignment on CCombo text fieldPaul Pazderski1-6/+24
2019-06-26Removes unsed import from FileViewerLars Vogel1-1/+0
2019-06-25Using multi-catchLars Vogel2-30/+7
2019-06-20Bug 548191: [GTK] Add color constant for disabled background andEric Williams1-0/+2
2019-06-18Use String.contains instead of indexOfLars Vogel2-3/+3
2019-06-14Bug 547304 - [cleanup] Fix wrong space/tab indentationPaul Pazderski33-249/+249
2019-04-24Bug 475833: Delete TableTree and related itemsLars Vogel1-3/+2
2019-03-05Bug 544658 (Part 2) - Update SWT Examples for StyledText's MouseNiraj Modi1-10/+11
2019-02-25Bug 544658 - Update SWT Examples for StyledText's Mouse NavigationNiraj Modi4-3/+32
2019-02-08Bug 472417 - Typo in examples_texteditor.propertiesAlexander Kurtakov1-2/+2
2018-10-18Bug 267981 - SWT.Border Checkbox not working in ControlExample for theXi Yan7-7/+9
2018-08-21Bug 530393 - EPL 2.0 update for SWT for swt.example plug-insLars Vogel163-489/+978
2018-07-18Bug 536024 [Win32][GTK] Show calendar week in SWT.CALENDAR AddedChristoph Luder1-1/+10
2018-06-11Bug 267981 - SWT.Border Checkbox not working in ControlExample for theXi Yan7-23/+45
2018-04-13Bug 533252 - Iterate over entrySet inLars Vogel1-21/+23
2018-03-07Bug 532063: Replace calls to getAverageCharWidth() withI20180307-0800Lakshmi Shanmugam3-3/+3
2018-02-24Bug 531633 - Replace usage of System.getProperty("file.separator")Karsten Thoms2-4/+5
2018-01-26Bug 530166 - [Sonar] Performance - Method invokes inefficient NumberLars Vogel2-11/+11
2018-01-19Bug 529979 - [sonar] Resolve "Write to static field from instance meth."René Purrio1-3/+3
2018-01-16Bug 517401 - [GTK] ControlExample NPE when selecting listener afterAlexander Kurtakov1-2/+2
2018-01-07Bug 529494 - Convert to StringBuilderAlexander Kurtakov13-45/+45
2017-11-09Bug 527018 - [refactoring] Replace use of Number constructors by valueOfKarsten Thoms2-6/+6
2017-09-26Bug 524692 - Use try-with-resources in examplesAlexander Kurtakov11-166/+92
2017-09-15Bug 522211 - Use valueOf instead of Number constructorKarsten Thoms6-27/+27
2017-08-17Bug 521024 - [api] Provide helpers to use lambda expressions for BrowserAlexander Kurtakov1-21/+9
2017-08-16Bug 520983 - [api] Provide helpers to use lambda expressions forAlexander Kurtakov6-65/+35
2017-08-11Bug 520822 - [api] Provide helpers to use lambda expressions forAlexander Kurtakov3-68/+45
2017-08-10Bug 512342 - [api] Provide helper methods to use lambda expressions forAlexander Kurtakov12-129/+83
2017-06-29Bug 518900 - Show alpha values in ControlExample's color tabIan Pun2-4/+3
2017-06-26Bug 518542: Remove XULRunner related code from SWT source repositoryAlexander Kurtakov1-2/+2
2017-06-22Bug 518542: Remove XULRunner related code from SWT source repositoryAlexander Kurtakov1-10/+4
2017-03-30Bug 510728 - [CSS] Allow styling of tree headers via CSSConrad Groth1-2/+76
2017-03-30Bug 509086 - Use lambda helper methods in org.eclipse.swt.examples -Lars Vogel5-1137/+704
2017-03-30Bug 509086 - Use lambda helper methods in org.eclipse.swt.examples -Lars Vogel6-253/+123
2017-03-29Bug 509086 - Use lambda helper methods in org.eclipse.swt.examples -Lars Vogel10-183/+65
2017-03-29Bug 509086 - Use lambda helper methods in org.eclipse.swt.examplesAlexander Kurtakov6-9/+6
2017-03-29Bug 509086 - Use lambda helper methods in org.eclipse.swt.examples -Lars Vogel10-384/+150
2017-03-06Bug 513037 - [api] Provide helper methods to use lambda expressions forAlexander Kurtakov10-541/+505
2017-03-04Bug 513052 - Use varargs in DropTarget#setTransferAlexander Kurtakov1-4/+3
2017-02-27Bug 384906 - [CSS] Allow styling of table headers in SWTNiraj Modi1-6/+6
2017-02-24Bug 384906 - [CSS] Allow styling of table headers in SWTNiraj Modi1-6/+6
2017-02-24Bug 384906 - [FEEP] [CSS] Allow styling of table headers via CSSConrad Groth2-4/+76
2017-02-07Bug 401015: Add support for styling hyperlinks in the Link widgetMarkus Keller2-3/+76
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

Back to the top