Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2021-02-15Bug 538991 - [Win32] Edge/WebView2 support for BrowserNikita Nemkin1-13/+16
2021-02-12Bug 570286 - [GTK][Tree] Pressing Enter does not generate KeyDown eventPaul D'Pong1-0/+47
2021-02-08Bug 569691 - Large view toolbar icons are shown full sizePaul D'Pong1-0/+56
2021-02-05[Cleanup] Redundant substring() operationLars Vogel2-4/+4
2021-01-23Bug 570238 - [GTK] Native memory leak from Control.getFontDescription()Alexandr Miloslavskiy1-0/+57
2021-01-21Bug 570468 - [Win32] Tree: don't change the header background color forNiraj Modi1-0/+58
2021-01-20Remove useless code in tests.Alexander Kurtakov2-7/+20
2021-01-19Bug 570489 - [GTK] Combo's selection background is broken after Combo.setBack...Alexandr Miloslavskiy1-0/+62
2021-01-19Bug 569752 - Detect non disposed OS resources via Object.finalize()Alexandr Miloslavskiy1-5/+6
2021-01-19Bug 536020 Part2 - [Win32] Table: don't change the header backgroundNiraj Modi1-0/+58
2021-01-18Bug 570331 - [GTK] Combo can't be interacted with after .setRedraw(false) + ....Alexandr Miloslavskiy1-63/+90
2021-01-14Bug 570342 - [StyledText] corrupted displayMickael Istria1-4/+9
2021-01-13Bug 568501 - JNI warning when disposing Accessible with -Xcheck:jniAlexandr Miloslavskiy1-0/+60
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 Pazderski3-10/+169
2021-01-01Bug 569707 - [GTK] JVM terminates with SIGTRAP on display.post(SWT.KeyDown)Alexandr Miloslavskiy1-0/+90
2021-01-01Bug 569647 - [GTK] Memory leak related to GesturesAlexandr Miloslavskiy1-0/+60
2021-01-01Bug 569752 - Detect non disposed OS resources via Object.finalize()Alexandr Miloslavskiy1-0/+71
2020-12-17Bug 550958 - [Cocoa] Table loses header after .setParent() to invisible Compo...Alexandr Miloslavskiy1-0/+72
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-12-10Bump SWT tests version + Move to Java 11Mickael Istria4-11/+26
2020-12-10Bug 569593 - [Cocoa] rename 'Manual Tests' folderAlexandr Miloslavskiy2-1/+1
2020-12-10Bug 569529 - [Cocoa] Link and multi-line Text hog CPU in dark themeAlexandr Miloslavskiy1-0/+196
2020-12-03Bug 569318 - POM and product version change for 4.19 releaseSravan Kumar Lakkimsetti5-5/+5
2020-12-02Bug 569367 - Editor performance regression in 4.18 M3Sravan Kumar Lakkimsetti1-68/+0
2020-11-23Bug 567826 - [GTK] JVM crash on Display.dispose() due to ClipboardAlexandr Miloslavskiy1-0/+78
2020-11-20Bug 568590 - [win32] Numbers in Spinner control are not vertically centredAlexandr Miloslavskiy1-0/+68
2020-11-18Remove unnecessary semicolon.Alexander Kurtakov1-1/+1
2020-11-17Bug 568740 - [Win32] TextLayout renders underscore, strikeout and borderPaul Pazderski3-48/+151
2020-11-13Bug 568777 - `GC.drawText(.., transparent = true)` uses wrong font forSravan Kumar Lakkimsetti1-0/+68
2020-11-13Bug 568033 - IllegalArgumentException in StyledText.replaceTextRange()Alexandr Miloslavskiy2-0/+127
2020-11-13Bug 568550 - Java editor inactive after refactor to extract methodAndrey Loskutov1-0/+93
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-20Bug 427882 - StyledText: IME-related "Argument not valid" error handling keyDownAlexandr Miloslavskiy1-0/+62
2020-10-19Bug 565526 - test snippetAlexandr Miloslavskiy1-0/+59
2020-10-05[Tests] Add test for exception type on null key in Widget.setDataPaul Pazderski1-0/+7
2020-10-05Shell#getShells(): Synched implementations & extended test caseKarsten Thoms1-1/+3
2020-10-01Bug 567422 - [Win32][DND] Drag and Drop can crash if target keepPaul Pazderski1-0/+233
2020-09-25Bug 381668 - NPE when disposing radio buttons right before they shouldPaul Pazderski1-0/+36
2020-09-16Modernize DateTime tests.Alexander Kurtakov1-56/+22
2020-09-16Bug 567006 - [4.18][GTK3] DateTime widget is brokenPaul D'Pong1-0/+2
2020-09-16Version bump for 4.18.Alexander Kurtakov2-2/+2
2020-09-08Bug 563473 - [Dark theme][WIN32] Progress bar background is lightAlexandr Miloslavskiy1-0/+63
2020-09-03Bug 566356 - POM and product version change for 4.18 releaseAlexander Kurtakov5-5/+5
2020-08-20Bug 566222 - [Win32][Dark theme] Combos dark light in the dark themeAlexandr Miloslavskiy1-0/+72

Back to the top