Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-12-11Version increments for 4.15 streamKarsten Thoms1-1/+1
2019-12-11Use jdk 5 for-each loopCarsten Hammer44-144/+127
2019-09-25Bug 551438 - Fix files that have ended up with CRLF in the gitEd Merks2-170/+170
2019-07-05Using indexOf char instead of indexOf StringLars Vogel1-1/+1
2019-06-28Enable search icon in SnippetExplorer's filter text fieldPaul Pazderski2-1/+1
2019-06-19Bug 548320: [Mac] Add color constants for disabled background andLakshmi Shanmugam1-0/+4
2019-06-18Use String.contains instead of indexOfLars Vogel2-6/+6
2019-06-17StringBuilder instead of StringBufferLars Vogel1-2/+2
2019-06-14Bug 547304 - [cleanup] Fix wrong space/tab indentationPaul Pazderski23-524/+524
2019-06-14Stop using deprecated number constructors.Alexander Kurtakov1-4/+4
2019-06-10Bug 547935 - [Snippets] Add preview image for SWT SnippetsPaul Pazderski330-0/+0
2019-06-10Bug 547938 - [Snippets] Add recommendations to Snippet ReadmePaul Pazderski1-0/+19
2019-06-10Bug 547934 - [Snippets] Add SnippetExplorer to filter and launch SWTPaul Pazderski3-6/+1275
2019-06-10Bug 547937 - [Snippets] Update OpenGL Snippets for current libraryPaul Pazderski3-57/+52
2019-06-10Bug 547936 - [Snippets] Every Snippet should set a window titlePaul Pazderski303-133/+435
2019-06-05Bug 547938 - [Snippets] Move mouse over test Shell before startingPaul Pazderski1-0/+9
2019-06-05Bug 547938 - [Snippets] End daemon threads properly and do not rely onlyPaul Pazderski2-5/+11
2019-06-05Bug 547938 - [Snippets] Use empty Shell for Snippet explanationPaul Pazderski1-0/+4
2019-06-05Bug 547938 - [Snippets] Snippet13: do paint in paint listenerPaul Pazderski1-13/+14
2019-06-05Bug 547938 - [Snippets] Make Snippets reusable without class reloadPaul Pazderski2-5/+7
2019-06-04Bug 547938 - [Snippets] should not use System.exitPaul Pazderski2-5/+32
2019-05-19Bug 547304 - [cleanup] Fix wrong line delimitersPaul Pazderski7-921/+921
2019-04-16Bug 545884 - [Win32] Remove TCHAR string wrapper (Part 1)Nikita Nemkin1-3/+2
2019-02-14Bug 542777 - Mouse Navigation for Styled TextLaurent Caron1-0/+126
2018-11-21Bug 541356 - [HiDPI] Fix ImageDataProvider and FileDataProviderNiraj Modi1-3/+7
2018-11-19Bug 540809 - Wait for shell in Snippet146Xi Yan1-0/+5
2018-11-16Bug 539618 - [StyledText] Allow to define a top margin for a given lineangelozerr1-0/+50
2018-09-22Suppress restriction in test snippets.Alexander Kurtakov1-0/+1
2018-08-21Bug 530393 - EPL 2.0 update for SWT for swt.example plug-insLars Vogel364-1082/+2164
2018-08-14Bug 515502 - [HiDPI][Win10] SWT to receive/handle DPI changeI20180814-0900Niraj Modi1-0/+263
2018-07-18Bug 536024 [Win32][GTK] Show calendar week in SWT.CALENDAR AddedChristoph Luder1-2/+2
2018-06-05Bug 535318 - Update license to EPL-2.0 for platform.swt in about.htmlLars Vogel1-13/+27
2018-06-01Version 4.9 update in plaform.set as prep for the EPL 2.0 updateI20180601-0900Lars Vogel1-1/+1
2018-04-26Bug 232501 - Snippet to compute browser sizeLucas Bullen1-0/+70
2018-04-13Bug 533124 - Allow multi line text in CTabFolder.I20180413-2000ncazottes1-0/+57
2018-03-10Bug 248075 fix problem with date and +/- buttonslaeubi1-0/+1
2018-03-07Bug 532063: Replace calls to getAverageCharWidth() withI20180307-0800Lakshmi Shanmugam3-5/+6
2018-02-12Bug 248075 - DateTime does not support localizationlaeubi1-0/+54
2018-02-06Bug 530764 - Improve readability of Snippet19Lars Vogel1-22/+21
2018-01-07Bug 529494 - Convert to StringBuilderAlexander Kurtakov6-19/+20
2017-12-20Bug 528746 - [performance] Added getOffsetAtPoint(Point)Karsten Thoms1-6/+8
2017-12-12Bug 527738 [Webkit2] implement setUrl(...POST..) support. (snippet 330)Roland Grunberg1-39/+71
2017-11-30Bug 527935 - Add Automatic-Module-Name to MANIFEST.MF in SWT repoAlexander Kurtakov1-0/+1
2017-11-24Bug 527565 - [Webkit2] Ensure all Browser Snippets work (popup bloker)Leo Ufimtsev1-1/+1
2017-11-09Bug 527018 - [refactoring] Replace use of Number constructors by valueOfKarsten Thoms2-2/+2
2017-10-31Bug 522020 - Customize different line spacing of StyledText withangelozerr2-0/+109
2017-09-27Bug 525264 - Use foreach in snippets and examplesAlexander Kurtakov1-4/+2
2017-08-17Bug 521024 - [api] Provide helpers to use lambda expressions for BrowserAlexander Kurtakov8-113/+82
2017-08-17Bug 521018 - [api] Provide helpers to use lambda expressions forAlexander Kurtakov1-8/+5
2017-08-11Bug 520822 - [api] Provide helpers to use lambda expressions forAlexander Kurtakov1-17/+14

Back to the top