Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-10-29v4881v4881cR4_8_maintenanceEclipse Releng Bot1-1/+1
2021-10-29v4881Eclipse Releng Bot3-4/+4
2021-10-29Bug 531341 - [Webkit2] Can't access self signed web sites using internalNiraj Modi1-2/+2
web browser on fedora 27 - Adjusting library count to ignore ppc64 library Change-Id: Idcb7768e5ea41952e6c3882e7643f26014420408 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/187178
2021-10-29Bug 572308 - [Win32] Update SWT Windows native build scripts to workNiraj Modi2-51/+65
with latest VisualStudio2019/Win10 SDK - Back-porting latest build.bat to R4_8_maintenance branch Change-Id: Ie536bec705108e87a087ab53724989f84b59acf8 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/187176
2021-10-29Bug 531341: [Webkit2] Can't access self signed web sites using internalEric Williams3-5/+62
web browser on fedora 27 Implemented more detailed error messages for the MessageBox. Added G_TLS_* constants into SWTMessages.properties, as well as German language support for those constants. Change-Id: I7a4122186a534a6e7a6a391a0c12b6f189b5ce60 Signed-off-by: Eric Williams <ericwill@redhat.com>(cherry picked from commit 77730876131db1dee338b59ab954b3eb11345e9a) Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/187114 Tested-by: Niraj Modi <niraj.modi@in.ibm.com> Reviewed-by: Niraj Modi <niraj.modi@in.ibm.com>
2021-10-29Bug 531341: [Webkit2] Can't access self signed web sites using internalEric Williams5-3/+123
web browser on fedora 27 Added functionality that prompts a user if they'd like to ignore TLS errors for certain hosts. If a user visits a website that uses a self-signed certificate, they will be prompted to either ignore TLS errors for that host, or to go back. Tested on GTK3.22 with Webkit2.20. No AllBrowser JUnit tests fail, and Snippet128 works as expected. Change-Id: I7c7a07ae27017a70e4a06c720f5640d094a6114c Signed-off-by: Eric Williams <ericwill@redhat.com>(cherry picked from commit a8f4d8012ebe238243cfee7b3a063bd66a2b6f00) Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/187113 Tested-by: Niraj Modi <niraj.modi@in.ibm.com> Reviewed-by: Niraj Modi <niraj.modi@in.ibm.com>
2021-10-29Bug 531341 - [Webkit2] Can't access self signed web sites using internalAlexander Kurtakov5-0/+75
web browser on fedora 27 Add system property -Dorg.eclipse.swt.internal.webkitgtk.ignoretlserrors=true to allow setting WebKitGTK to ignore TLS errors for development purposes. Features a big loud warning when used on the console. Change-Id: I044ed91656476818f7030080302ce7eda38101a6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> (cherry picked from commit dca8ee994b2a4a77c38d398512ee5e53a9c77a6b) Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/187112 Tested-by: Niraj Modi <niraj.modi@in.ibm.com> Reviewed-by: Niraj Modi <niraj.modi@in.ibm.com>
2021-05-20v4880v4880uEclipse Releng Bot1-1/+1
2021-05-18Bug 558214 - [Cocoa] NPE in drawRectanglesLakshmi Shanmugam1-0/+18
NSWindow.grahicsContext() has been deprecated since 10.14 and returns null. Try to create a graphics context from a new ImageRep. Change-Id: Ia96229bff2db0bdd3424ea276c5201b117a2a05e (cherry picked from commit c7ca9232da80053f1bf78c9f610574643ed39c12) Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/179635 Tested-by: Lakshmi P Shanmugam <lshanmug@in.ibm.com> Reviewed-by: Lakshmi P Shanmugam <lshanmug@in.ibm.com>
2021-04-27Bug 567132 - Big Sur rendering: text shrinks in Preferences tree whenLakshmi Shanmugam2-1/+16
filter string entered NSView.setNeedsDisplay() applies only to the view to which it is sent. When Control.setRedraw(true) is called on a Composite, call setNeedsDisplay() on the views of the children too. Change-Id: Ia460a71a84c7b76204690eb9b4bec26b10e1ee77 (cherry picked from commit f739d6defa67a01edd5217b536951276e10f6c4d) Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/178525 Tested-by: Lakshmi P Shanmugam <lshanmug@in.ibm.com> Reviewed-by: Lakshmi P Shanmugam <lshanmug@in.ibm.com>
2021-04-07Bug 567787 - [Big Sur] Setting Shell visible doesn't send SWT.SetDataLakshmi Shanmugam1-2/+6
for Virtual Tree/Table (Debug hover and inspect dialog are empty) On macOS 11, set FIRST_COLUMN_MINIMUM_WIDTH to 19, a value less than that doesn't work. Change-Id: I906931c7283c3e1c2a5076792171f47b7aa399a2 (cherry picked from commit 5c335bf45fed632fc79e2228becb6037a66c373b)
2021-04-07Bug 567389 - [Big Sur] Selected TabFolder's text is invisible on macOSLakshmi Shanmugam1-1/+1
11 On BigSur, alternateSelectedControlTextColor doesn't give the correct foreground color for selected TabItem. Change-Id: I2a9b0bd545eb1cf76878ad3d24cc2a72ece631c1 Signed-off-by: Lakshmi Shanmugam <lshanmug@in.ibm.com>(cherry picked from commit 4485d6db71223cb913565a70f62efe6d51392162) (cherry picked from commit 35f498ace1775764c94619803ff01347bd4886e7)
2021-04-07Bug 567389 - [Big Sur] Selected TabFolder's text is invisible on macOS11Lakshmi Shanmugam1-0/+11
Added method OS.isBigSurOrLater to detect BigSur OS. Change-Id: Iddebc964426aada862934c7d60481678ed2a89f3
2021-03-29v4880v4880tSravan Kumar Lakkimsetti1-1/+1
Change-Id: I7d37889d2e95c21ab5805855ca6a2d811659a051 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2021-03-29Bug 547399 - [10.14] NPEs caused by NSGraphicsContext.currentContext()Till Brychcy2-0/+35
etc. returning null Change-Id: I1c3565fb54942a330fff82092d70d8c0114e3b97 (cherry picked from commit 0daa8702b7a82e99f264cd1ef41f61438541bad1)
2020-09-07v4880v4880sEclipse Releng Bot1-1/+1
2020-09-07v4880v4880rSravan Kumar Lakkimsetti1-1/+1
Change-Id: Ibf76004c4bec08c8d67fa5afcccc0dd4182a3074 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2020-09-07Bug 538377 - Java crash afterTill Brychcy1-3/+15
org.eclipse.swt.internal.cocoa.NSApplication.setDelegate on macos 10.14 mojave with touch bar Change-Id: I1581bad23de972009bf5308bf66a8ebeef03c040 (cherry picked from commit 6b498d085fe2e1e0f03402782ee7c8203d9d2202)
2020-01-22v4880v4880qEclipse Releng Bot1-1/+1
2020-01-22Bug 543747 - [Win32] JVM crash after connecting Windows Remote DesktopNikita Nemkin4-47/+7
Remove per-shell IMM context creation and propagation to work around Windows bug. Remove obsolete workaround for Bug 14656 (IME window doesn't close on shell deactivation). Shell.setImeInputMode effect becomes global, instead of per-shell. Change-Id: I8a4bbb9f7f3b247bc37e7b86444d12050ff3767b Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2020-01-07v4880v4880pEclipse Releng Bot1-1/+1
2020-01-07Bug 542621: [GTK] Unhandled event loop exception when running Health CenterEric Williams1-0/+2
Set Table.ignoreSize to true in order to block out the overridden GtkCellRendererClass->get_preferred_width callback. Tested on GTK3.24 and Fedora 31. No AllNonBrowser JUnit tests fail. Change-Id: Ib8d4829c7949931b8c18af7c86e66fe90e202265 Signed-off-by: Eric Williams <ericwill@redhat.com>
2019-05-06v4880v4880ogenie.releng1-1/+1
2019-05-06Bug 536621 - [Win32] Custom cell style on Table doesn't workNikita Nemkin1-50/+45
Only force custom background color if the widget is disabled. The regression was introduced in 15eb1ba with the fix for Bug 516365. Change-Id: Ib39f0b19303be7f6fbc934e8c83d2d9020156e80 Signed-off-by: Nikita Nemkin <nikita@nemkin.ru>
2018-10-10539220 : GLCanvas does not work with GTK3Felix Hirsch1-1/+1
Specify GDK_WA_VISUAL constant depending weather GTK2 or GTK3 is used. Use the snippet in bug description and follow the instructions to run the snippet. No JUnit Tests performed Change-Id: Iafe5261441b2de7043b3b402abe0e528abcbff11 Signed-off-by: Felix Hirsch <felix.hirsch@gmail.com>
2018-08-13Bug 533753 - Errors trying to build 4.8 SDK locally: ↵Sravan Kumar Lakkimsetti1-0/+14
eclipse.platform.repository requires 'org.eclipse.releng.tools.source.feature.group 0.0.0' but it could not be found Change-Id: If6aab7a61337c49f893a0e963db65edf879665ea Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-06-11v4880v4880nS4_8_0_RC4aR4_8I20180611-0500Eclipse Platform RelEng Bot1-1/+1
2018-06-08Bug 535123 - [HiDPI][GTK3] Black bands visible in Eclipse UI on x2Sravan Kumar Lakkimsetti3-11/+27
display Fixes black band issues in snippet 365 and tool bars and CTabFolder. this uses setting of scale factor to surface. rather than manipulating the co-ordinates. Revert "Revert "Bug 534817 - screenshots do not change"" This reverts commit 742c1cbd39bb33d4c9827db948582faef531b1ba. This revert fixes SWTBot problem in capturing screenshots Change-Id: Ibd8dc7ae70befe6db98d89e9d76f7ce68e7ffc8f Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-06-07v4880v4880mS4_8_0_RC4I20180607-1630Eclipse Platform RelEng Bot1-1/+1
2018-06-07Revert "Bug 534817 - screenshots do not change"Sravan Kumar Lakkimsetti2-12/+9
This reverts commit 809b38a9c2e5537b4a532a4680f7fc06d8c7dbb2. Change-Id: I093d48e222bc9b93ee23f7619e64e7c8aa3676e3
2018-05-29v4880S4_8_0_RC3I20180607-0300I20180606-2000I20180606-0800I20180605-2000I20180605-0800I20180605-0430I20180604-2000I20180604-0800I20180603-2000I20180603-0800I20180602-1500I20180602-0800I20180601-2000I20180531-0700I20180530-2000I20180530-0800I20180530-0200I20180530-0035I20180529-2345I20180529-2000I20180529-0800I20180529-0600I20180529-0210Eclipse Platform RelEng Bot1-1/+1
2018-05-28Bug 498217 [GTK3][DnD] Dragging parts does not show rectangle (fix)I20180528-2020I20180528-2000Leo Ufimtsev1-48/+128
As of Gtk 3.9.1, Commit a60ccd3672467efb454b121993febc36f33cbc79, off-screen GDK windows are not processed. Because of this gtk doesn't send move events to SWT. Platform.UI uses an off-screen tracker for SWT.MOVE events to draw custom rectangles on a transparent shell for it's part-drag-preview. Drawing/updates for these broke because tracker is off screen and no longer sent mouse move events. Solution: If a tracker is to move off-screen, then instead draw it 1x1 and make it transparent. Tests: - Child eclipse. Now part-preview works when dragging editor/views around. - Snippet 31/23 (tracker) work as before. Note, this fix is only for X11. On Wayland part-preview is still broken due to bug 535083. This bugfix seems to make part-preview more fluent on wayland, but there's still a black shell over eclipse. https://bugs.eclipse.org/bugs/show_bug.cgi?id=498217 Change-Id: Ia69c494d3d08b9565e6647073bbfd4870f20ade3 Signed-off-by: Leo Ufimtsev <lufimtse@redhat.com> (cherry picked from commit 34be01e01753fd8ff9109cdad0dad9052e65dd4f)
2018-05-23v4880v4880kS4_8_0_RC2I20180528-0800I20180527-2250I20180527-2000I20180527-0800I20180526-1500I20180526-0800I20180525-2000I20180524-0900I20180523-2000Eclipse Platform RelEng Bot1-1/+1
2018-05-23Bug 534646 - Do the annual Javadoc bash for 4.8Niraj Modi16-5/+73
Change-Id: I0d6933e70c2c3f94b775aba903c2795824f12da9 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2018-05-21v4880v4880jI20180523-0800I20180522-2000I20180522-0800I20180521-2000I20180521-0800Eclipse Platform RelEng Bot1-1/+1
2018-05-21Bug 534817 - screenshots do not changeSravan Kumar Lakkimsetti2-9/+12
Change-Id: I8cf7d72ab79e6dc04a456da999c8901cf2f4d2a6 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-05-16v4880v4880iS4_8_0_RC1I20180520-2000I20180520-0800I20180519-1500I20180519-0800I20180518-2000I20180516-2000Eclipse Platform RelEng Bot1-1/+1
2018-05-16Bug 534783 – SWT tools isn't rebuilding natives after foreach patchLeo Ufimtsev23-116/+177
Revert "For each conversion in swt.tools." This reverts commit 9a92da14a27e579409c00ff3eefd197eac4209da. https://bugs.eclipse.org/bugs/show_bug.cgi?id=534783 Change-Id: I464b41bdc9bdd125b1f56b501e226fb89ceca310 Signed-off-by: Leo Ufimtsev <lufimtse@redhat.com>
2018-05-15v4880v4880hI20180516-0800I20180515-2000I20180515-1755I20180515-1620I20180515-1440I20180515-1300Eclipse Platform RelEng Bot1-1/+1
2018-05-15Bug 534692 - Scrollbar area in compare editor too smallSimeon Andreev3-7/+2
The fix for bug 533799 causes a regression, which manifests as a too-short vertical scroll bar in the Compare Editor. The regression is caused by changing the implementation of Scrollable.hScrollBarWidth() to return the width instead of the height of the computed GTK preferred size requisition. This was due to an oversight during refactoring. This change restores the original API functionality, in return fixing the layout of the compare editor. Change-Id: I776df3efd8811b8a5fd2360691396d72cc3a6a3f Signed-off-by: Simeon Andreev <simeon.danailov.andreev@gmail.com>
2018-05-15v4880v4880gI20180515-0950Eclipse Platform RelEng Bot1-1/+1
2018-05-15Bug 518717 - [GTK3] Replace deprecated gdk_screen_width_mm()Sravan Kumar Lakkimsetti1-12/+9
Change-Id: Ibfa8e61d71f49dd0c64d0f94d79e403ec453542a Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-05-14v4880v4880fI20180515-0800I20180514-2000Eclipse Platform RelEng Bot1-1/+1
2018-05-14Bug 534654: [GTK3] Free strings from native *to_string() functionsEric Williams1-0/+1
Add a g_free() call to free string from gdk_rgba_to_string(). Change-Id: Ie54850e2f8c1658f797bb6e3d4d3a78bb912f994 Signed-off-by: Eric Williams <ericwill@redhat.com>
2018-05-14Bug 534555 - [GTK] Browser stops responding and throws an error onLeo Ufimtsev1-8/+10
dispose (Browser crash) I found an subtle issue in javascript execution logic. The javascript execution logic is canceled if browser's *shell* is disposed. This is wrong, the javascript logic should check if the *browser* is disposed, not the browser's shell because you can have the situation where the shell is not disposed but the browser is. Also updating error message to clarify slow javascript execution for users. I can't reproduce the issue locally, so I can only assume this fixes the reported issue. But I tested jUnits and child Eclipse and didn't have issues. Change-Id: Icae4ec6c28dd17fb1e555f24fbd5b0b984702917 Signed-off-by: Leo Ufimtsev <lufimtse@redhat.com>
2018-05-12v4880v4880eI20180514-0800I20180513-2000I20180513-0800I20180512-1500I20180512-0830Eclipse Platform RelEng Bot1-1/+1
2018-05-12Bug 534597 - Unanticipated comparator errors in I20180511-2000Sravan Kumar Lakkimsetti1-1/+2
Change-Id: I887c5a1913fd321e279bd221bd888ff04a5930dd Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-05-09v4880v4880dS4_8_0_M7I20180511-2000I20180509-2000Eclipse Platform RelEng Bot1-1/+1
2018-05-09Bug 534500 - Double Scaling with X11 backend for images drawn with gcSravan Kumar Lakkimsetti1-1/+5
Change-Id: I0b38c0d72f32831f7b579bc11e3aaff08b028025 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-05-07v4880v4880cI20180509-0800I20180508-2000I20180508-0800I20180507-2205I20180507-2000Eclipse Platform RelEng Bot1-1/+1

Back to the top