Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-06-18v4936r3v4936r3gY20200622-0340Y20200620-1200I20200622-1800I20200621-1800I20200620-1800I20200619-1800I20200618-1800Eclipse Releng Bot1-1/+1
2020-06-17v4936r3v4936r3fY20200617-2350Y20200617-1200Y20200617-1040Y20200617-0510Y20200617-0320I20200617-1800Eclipse Releng Bot1-1/+1
2020-06-17Bug 563796 - NPE in DropTarget.getOperationFromKeyStateLakshmi Shanmugam1-6/+8
Added null check for NSApplication.currentEvent(). Change-Id: Ic1715e6931c7a675a425d6a38f89f6bba4ae68f5 Signed-off-by: Lakshmi Shanmugam <lshanmug@in.ibm.com>
2020-06-16v4936r3v4936r3eI20200616-1800Eclipse Releng Bot1-1/+1
2020-06-16Bug 564162 - [Win] Disabled Checkbox with set foreground color is drawn ↵Alexandr Miloslavskiy2-8/+76
slightly left compared to an enabled one The problem was caused by a hardcoded value of 16. Change-Id: I173c7d324704b78c8b8259b44144ff03ecba5e60 Signed-off-by: Alexandr Miloslavskiy <alexandr.miloslavskiy@syntevo.com>
2020-06-15v4936r3v4936r3dI20200616-0620I20200616-0320I20200616-0140I20200615-1800Eclipse Releng Bot1-1/+1
2020-06-15Bug 564311 - SWT Tools version bump 3.108.400Paul D'Pong2-2/+2
Change-Id: I95321ccda9d3e7344e5592ddcab4a9940c727048 Signed-off-by: Paul D'Pong <sdamrong@redhat.com>
2020-06-11v4936r3v4936r3cI20200614-1800I20200613-1800I20200612-1800I20200612-0650I20200612-0400I20200611-1800Eclipse Releng Bot1-1/+1
2020-06-11Bug 563560: Remove out of date notes about limited color displaysJonah Graham3-132/+12
Change-Id: Ib9b81352313c71677cdf3e2bbe2fc3afdfe50f97 Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2020-06-11Bug 563560: Stop using Color constructors which take a deviceJonah Graham51-268/+260
Change-Id: I3037f38fa716a7d8486ee7998f90e8fe0a493367 Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2020-06-11Version bump for 4.17 of org.eclipse.swt.examplesAlexander Kurtakov2-2/+2
Needed by https://git.eclipse.org/r/#/c/162998/ Change-Id: Ieb8c14a0e9f8cb78b6c3aa6018724770a60a1cf5 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-06-11Bug 563560: Add new constructors to Color that don't require a DeviceJonah Graham4-5/+819
Change-Id: Icfca812fa3f3ccbf99cd5395e7d3c255fb3e674b Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2020-06-11Version bump for 4.17.Alexander Kurtakov2-2/+2
Needed by https://git.eclipse.org/r/#/c/162994/ Change-Id: I59c0a22aeb37f9effe60f96373900a2fd8a83fb5 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-06-11Bug 563560 - Improve API and usability of SWT Colors no longer requiringAlexander Kurtakov2-2/+2
disposal Bump SWT minor version. Change-Id: Id5940c122e3bfeed94a2c4843cf22c3334707d49 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-06-11Bug 563560: Don't report Colors in S-Leak allocated resourcesJonah Graham1-11/+18
Now that there is no requirement to dispose of colors, they can fill the list of items that require disposal when using S-Leak. This patch does not report Colors anymore. A separate patch does not record the Colors in the first place. Change-Id: I4842abf1e436bd60e052f101f003b73b604df660 Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2020-06-10v4936r3v4936r3bI20200610-1800Eclipse Releng Bot1-1/+1
2020-06-10Version bump of o.e.swt.tools.spies for 4.17.Alexander Kurtakov4-4/+4
Needed by https://git.eclipse.org/r/#/c/163388/ Change-Id: I289c7baa908f9f4e3b6587c06b72854be8661c1a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-06-10Bug 529742 - [CTabFolder] Missing top line border in views (classic)Paul Pazderski1-3/+3
Change-Id: I77611ddc047552111fd66e507750da41c873dc79 Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2020-06-10Bug 489035 - [Dark][GTK] Available software dialog drop-down has mixedPaul D'Pong1-17/+40
colours for items Removing setting the background of the text to the background of the toggle button, therefore removing the mixing of colors. Change-Id: Ibc775f62a1839085c695e8e02bad1d39fd7580c7 Signed-off-by: Paul D'Pong <sdamrong@redhat.com>
2020-06-09v4936r3v4936r3aI20200609-1800Eclipse Releng Bot1-1/+1
2020-06-09Bug 563393 - [GTK] Crash on selection in TreePaul D'Pong1-12/+10
Reverted change from Bug 411452. Moved releasing of the tree items until after the view model is cleared. Verified that reverting would not cause the bug again + fixed crashing on selection of Tree. Change-Id: I076f83849327828c05f811f750610cec38f49ff3 Signed-off-by: Paul D'Pong <sdamrong@redhat.com>
2020-06-09Bug 564117 - Using lazy operator in GCLars Vogel1-1/+1
Use lazy logical operator (&& and ||) as it is potentially faster. Change-Id: Ia35c834e92e4b2f951a5bba7af84683ae97a1422 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2020-06-09Bug 563555 - [GTK] Closing Shell shows annoying "is ready" popup on GNOMEAlexandr Miloslavskiy2-19/+97
To my understanding, the problem here is that `gdk_window_focus()` gets called before the closed Shell is disposed. Moving `fixActiveShell()` below `super.dispose()` works fine (if `fixActiveShell()` is fixed to avoid NPE). However, I found out that entire `fixActiveShell()` can simply be removed. It was added in Bug 135946 as workaround for GTK bug, which is said to be fixed in GTK 2.6.8. Since we're only supporting GTK 3.20 at the moment, it is no longer needed. I have tested using the snippet from this patch and for me, GTK always activates the parent Shell of closed/hidden Shell, that is it does the same that `fixActiveShell()` tried to do. Change-Id: I2ffc7bf81cf4c6a7b117a819e4006fe1fef63807 Signed-off-by: Alexandr Miloslavskiy <alexandr.miloslavskiy@syntevo.com>
2020-06-08v4936r3v4936r3I20200609-0150I20200608-1800Eclipse Releng Bot1-1/+1
2020-06-08v4936r3Eclipse Releng Bot2-3/+3
2020-06-08Bug 562443 - SWT spams temp folder with innumerable foldersPaul D'Pong2-34/+12
Removed unnecessary temporary directory creation, as Linux supports abstract addresses (compared to path-based addresses). Now both implementations (C & Java) of construct_server_address returns a pointer to a string representing the abstract name for the server to use for creation. See: https://dbus.freedesktop.org/doc/dbus-specification.html https://fossies.org/linux/glib/gio/tests/gdbus-peer.c Change-Id: Ia7a29e6833164bae39ba93e12006dba9f018c06e Signed-off-by: Paul D'Pong <sdamrong@redhat.com>
2020-06-08Bug 563803 - Clean up Library.java of 32-bit SWT library supportPaul D'Pong1-12/+3
Removed IS_64 + corresponding ifs, as SWT only supports 64-bit. Removed 32-bit check/translation in arch(). Change-Id: I0117a4d32c203e0ac696c16233cd7bf8a5cc06ab Signed-off-by: Paul D'Pong <sdamrong@redhat.com>
2020-06-08Bug 563737 - Clean up build shell script of 32-bit supportPaul D'Pong1-46/+2
Clearing build.sh of 32-bit compilation support. Change-Id: Ibb91ff5864bddd746a5bf7b81755d42581776825 Signed-off-by: Paul D'Pong <sdamrong@redhat.com>
2020-06-07v4936r2v4936r2bI20200607-1800Eclipse Releng Bot1-1/+1
2020-06-07Fixes outdated link to SWT mailing listLars Vogel1-1/+1
SWT has been retired and we are using the platform-dev list for SWT Change-Id: I56023af547298826834cb1a6d337798064cf73de Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2020-06-07Using Arrays.toString to convert the array into a readable StringCarsten Hammer3-4/+4
That way it gives the contents of the array Change-Id: I880d90f5e720b1716e3fa0648daff69b7f954611 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2020-06-07Fix comparison for values above 127Carsten Hammer1-1/+3
Change-Id: If6a8dda2e40c19307fb21a0d8cdce45a31e93b28 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2020-06-07Bug 563845 - Version bumps for 4.17 streamAlexander Kurtakov2-2/+2
Change-Id: I79483da859379032b7454e55edd6ed585e79f0c9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-06-05v4936r2v4936r2aI20200606-1800I20200606-0940I20200606-0910I20200606-0700I20200606-0400I20200606-0050I20200605-2140I20200605-1500I20200605-1230I20200605-1200I20200605-1150I20200605-0950I20200605-0910Eclipse Releng Bot1-1/+1
2020-06-05v4936r2v4936r2I20200605-0720Eclipse Releng Bot1-1/+1
2020-06-05v4936r2Eclipse Releng Bot2-3/+3
2020-06-05v4936r1Eclipse Releng Bot3-6/+6
2020-06-05Bug 563840 - POM and product version change for 4.17 releaseSravan Kumar Lakkimsetti18-18/+18
Change-Id: Ib0b1da31643f1c55a97a476a3eef7993d382de28 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2020-06-04v4934r6v4934r6qY20200609-2100Y20200609-0150S4_16_0_RC2R4_16I20200604-0540R4_16_maintenanceEclipse Releng Bot1-1/+1
2020-06-02Revert "Bug 507611 - CTabFolder has wrong initial size"Paul Pazderski3-152/+4
This reverts commit bfae5c9790e0327102cb5a33397b89aa08090059 which introduced an ArrayIndexOutOfBoundsException in computeControlBounds reported in bug 563822. Change-Id: I66e9e366aa594d44db8ecbd4f37e0dee5ee8952b Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2020-05-27v4934r6v4934r6pY20200528-0030S4_16_0_RC1I20200603-0600I20200602-1800I20200602-0600I20200602-0510I20200602-0010I20200601-1800I20200601-0640I20200601-0140I20200531-1800I20200531-0600I20200530-0600I20200529-0550I20200528-0200I20200528-0000I20200527-1800Eclipse Releng Bot1-1/+1
2020-05-27Bug 536008 - [Dark Theme] Disabled label looks bad in dark themeAlexandr Miloslavskiy4-4/+46
Added a theme tweak to set foreground color for disable Label. Image labels are not supported due to complexity and lack of demand. Change-Id: Ib81641b3cbeeb3ddd84435f71fef583a81a52d93 Signed-off-by: Alexandr Miloslavskiy <alexandr.miloslavskiy@syntevo.com>
2020-05-27Bug 536008 - [Dark Theme] Disabled label looks bad in dark themeAlexandr Miloslavskiy2-125/+345
This is a preparation patch. Changes: 1) Get rid of `IMAGE_AND_TEXT` that was disabled for 15 years. Owner draw code for text Labels is preserved for the next patch. It is also fixed to always draw text on top, as native Label does. 2) Also remove duplicate code in `Label.setAlignment()`. Change-Id: I74b048d8f12eba13000b5264fdd4549359a61f56 Signed-off-by: Alexandr Miloslavskiy <alexandr.miloslavskiy@syntevo.com>
2020-05-26v4934r6v4934r6oI20200527-0600I20200526-1800Eclipse Releng Bot1-1/+1
2020-05-26Bug 563531 - [Tests][StyledText] Scrolling with arrow down key does notPaul Pazderski1-0/+33
update caret painting A test case for regression from 2abb22fa4db3f7c87fc38290f55d0d8c4d4a4465. Change-Id: I5622f35d8819866078f8f1376111b26803d14990 Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2020-05-26Bug 563407 - Icons from disabled CommandContributionItem are invisibleAndrey Loskutov1-1/+1
Change-Id: I1ffeb554724c4908de7031ffdb281a6cff1feb09 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2020-05-26Bug 563018: Improve description of Color.disposeJonah Graham3-3/+6
Change-Id: Ie4d98d4249a9f7a7ef36a1483de9c6ffc2b5fc21 Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2020-05-26v4934r6v4934r6nI20200526-0600Eclipse Releng Bot1-1/+1
2020-05-26Bug 563531 - [regression][StyledText] Scrolling with arrow down key doesNiraj Modi1-5/+1
not update caret painting - Partially reverting one of the change w.r.t. to "setCaretLocation()" from bug 168557 fix Change-Id: I60278489b05fa222f4a368572438b16730505e49 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2020-05-22v4934r6v4934r6mI20200525-1800I20200525-0640I20200524-1800I20200524-0850I20200524-0600I20200524-0220I20200523-1800I20200523-0600I20200522-1800Eclipse Releng Bot1-1/+1

Back to the top