Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-03-16Bug 578987 - [GTK] Snippet 246 needs clarity improvementsJoel Majano1-9/+28
2022-02-01Bug 577922 - fix compilation errors in snippetsAndrey Loskutov2-3/+3
2022-01-31Bug 577922 - Include a BorderLayout in SWTChristoph Läubrich1-0/+63
2021-09-17Bug 575983 - Stop disposing colors in swtAlexander Kurtakov2-6/+1
2021-08-10[Minor] Updating Snippet245 to use var for local variablesLars Vogel1-2/+2
2021-07-12Revert "Revert bug 562676 changes (multiple carets in StyledText)"Mickael Istria1-0/+114
2021-07-09Revert bug 562676 changes (multiple carets in StyledText)Andrey Loskutov1-114/+0
2021-07-02Bug 562676 - Support multiple selection rangesMickael Istria1-0/+114
2021-04-01Bug 571571 part2 - [Win32] Migrate FileDialog to COM-based APINiraj Modi1-3/+3
2021-03-19Bug 571966 - Improve Snippet314 behavior to show visual clues if editorNiraj Modi1-3/+15
2021-02-03Bug 570838 - Fix invalid URL in Snippet327Niraj Modi1-2/+2
2020-08-17Bug 565526 - [win32] Comments with CJK text are not rendered when usedNiraj Modi1-0/+16
2020-08-14Bug 565208: Remove calls to Color.disposeLars Vogel5-16/+0
2020-06-11Bug 563560: Stop using Color constructors which take a deviceJonah Graham10-26/+26
2020-05-22Bug 562165 - [Win32] Text editor should support ligatures on WindowsNiraj Modi1-6/+4
2020-05-11Bug 560197 - Remove SWT.MOZILLA related codeNikita Nemkin2-3/+2
2020-05-11Bug 562165 part3 - [Win32] Text editor should support ligatures onNiraj Modi1-4/+7
2020-05-08Bug 562165 part2 - [Win32] Text editor should support ligatures onNiraj Modi1-0/+67
2020-03-30Bug 168557 - [StyledText] StyledText is very slow with long string +Conrad Groth1-0/+60
2019-12-11Use jdk 5 for-each loopCarsten Hammer44-144/+127
2019-07-05Using indexOf char instead of indexOf StringLars Vogel1-1/+1
2019-06-28Enable search icon in SnippetExplorer's filter text fieldPaul Pazderski1-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 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 Vogel362-1076/+2152
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-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

Back to the top