Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-03-21Bug 579335: Fix crash on long styled lines on WindowsJonah Graham1-0/+63
2022-03-17Bug 573616 - [GTK] BrowserFunction only work in first browser instance (Part 2)Nikita Nemkin1-0/+41
2022-01-31Bug 577922 - Include a BorderLayout in SWTChristoph Läubrich1-0/+173
2021-12-08Bug 23406 - Split long runs into shorter runsJonah Graham2-0/+349
2021-11-29Improve asserts in Browser tests.Alexander Kurtakov1-5/+6
2021-11-29Streamline Junit AssertsJoel Majano14-123/+122
2021-11-29Junit StreamliningJoel Majano6-81/+80
2021-11-19Streamline Junit Asserts - Nov18Joel Majano13-68/+61
2021-11-17Remove GTK2 commentsAlexander Kurtakov3-4/+4
2021-11-17Junit Streamlining - Tool(Bar/Item) and Tree(Column/Item)Joel Majano4-50/+50
2021-11-12Junit streamlining - Set 2Joel Majano4-30/+35
2021-11-08Streamline Display tests asserts.Alexander Kurtakov1-7/+7
2021-11-04Streamline Junit assertsJoel Majano1-39/+17
2021-11-04JUnit Streamlining Tests - StyledText Part 2Joel Majano1-157/+157
2021-11-04Streamline Junit asserts - StyledTextJoel Majano1-272/+273
2021-10-22Streamline Junit Tests - StyledText (part 1)jmajano1-161/+160
2021-10-17Bug 576655 - Use ResourceTracker in JUnit testsAlexandr Miloslavskiy3-1/+59
2021-10-13Bug 575393 - Normalize line endings to LFThomas Wolf1-7/+7
2021-10-09Streamline JUnit assertsAlexander Kurtakov4-126/+87
2021-10-08Bug 576422 - Remove chromium sourcesAlexander Kurtakov2-308/+11
2021-09-22Bug 553598 - Fire a new EmptinessChanged event from Tree after first addition...Eike Stepper1-0/+48
2021-09-20Bug 545846 - StyledText: wrong word selected on double-clickThomas Wolf1-0/+141
2021-09-18Bug 576052 - Cursor jumps to 1st column on arrow down in code blockI20210918-1800Mickael Istria1-0/+22
2021-09-16Bug 575823 - Let Display.syncCall() return a valueJoerg Kubitz1-0/+85
2021-09-15Bug 575983 - Stop disposing colors in swtI20210915-0510Alexander Kurtakov11-191/+40
2021-09-14Improve Combo testsAlexander Kurtakov1-271/+118
2021-08-12[NO BUG] Spelling fix in test method namesThomas Wolf1-4/+4
2021-07-23Bug 575000 - [StyledText] Improve copy/paste support for multi-selectionMickael Istria1-0/+11
2021-07-12Revert "Revert bug 562676 changes (multiple carets in StyledText)"Mickael Istria3-10/+280
2021-07-09Revert bug 562676 changes (multiple carets in StyledText)Andrey Loskutov3-254/+10
2021-07-06Bug 562676 - Test+Fix for AIOOBEMickael Istria1-0/+22
2021-07-02Bug 562676 - Support multiple selection rangesMickael Istria3-10/+232
2021-06-25Bug 574443 - Update readability on org.eclipse.swt.tests JUnit testsJoel Majano4-53/+62
2021-04-01[dogfooding][cleanup] Use static inner class clean upLars Vogel1-1/+1
2021-02-15Bug 538991 - [Win32] Edge/WebView2 support for BrowserNikita Nemkin1-13/+16
2021-02-05[Cleanup] Redundant substring() operationLars Vogel2-4/+4
2021-01-20Remove useless code in tests.Alexander Kurtakov1-1/+1
2021-01-14Bug 570342 - [StyledText] corrupted displayMickael Istria1-4/+9
2021-01-13Bug 570208 - Rendering/Scroll issue with vertical indent (cont'd)Mickael Istria1-3/+23
2021-01-12Remove useless throws declaration in tests.Alexander Kurtakov1-1/+1
2021-01-11Bug 570208 - Rendering/Scroll issue with vertical indentMickael Istria2-6/+40
2021-01-08Bug 566545 - [Win32] Image may reduce quality of 8-bit ImageDataPaul Pazderski2-10/+68
2020-12-11Bug 569550 - Rendering vert.indent keeps caret position unchangedMickael Istria1-1/+40
2020-12-10Bug 569550 - Rendering vert.indent keeps caret position unchangedMickael Istria1-0/+19
2020-12-10Bug 569626 - [StyledText] variable line height moves visible areaMickael Istria2-5/+19
2020-11-17Bug 568740 - [Win32] TextLayout renders underscore, strikeout and borderPaul Pazderski3-48/+151
2020-11-13Bug 568033 - IllegalArgumentException in StyledText.replaceTextRange()Alexandr Miloslavskiy1-0/+26
2020-11-12Bug 568475 - NPE problems with comparing colorsJeeeyul Lee1-0/+10
2020-11-05Bug 565305 - [GTK] SWT List.getItemHeight inconsistent heights dependingPaul D'Pong1-0/+13
2020-10-05[Tests] Add test for exception type on null key in Widget.setDataPaul Pazderski1-0/+7

Back to the top