Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-04-27v4934r5v4934r5pY20200428-0250Y20200428-0140Y20200427-2330I20200428-0230I20200427-1800Eclipse Releng Bot1-1/+1
2020-04-27Fix for bug 562126 SWT Toolbar not Visible with Certain Scaling Factors (HiDPI)Thomas Rohwer1-1/+1
The option TBSTYLE_EX_HIDECLIPPEDBUTTONS hides toolbar items completely instead of clipping them. A slight reduction in size can happen on certain scaling factors for a sequence of computeSize, setSize on certain scaling factors as described in the bug description. I think it is in general better to show a slightly clipped button than nothing at all, but this should be reviewed. Change-Id: If70bac6b8efd8a33f58fa6b5468d9466fe0d0ad1 Signed-off-by: Thomas Rohwer <trohwer85@gmail.com>
2020-04-21v4934r5v4934r5oI20200426-1800I20200425-1800I20200424-1800I20200424-0540I20200423-1800I20200422-1800I20200421-1800Eclipse Releng Bot1-1/+1
2020-04-21Bug 562370 - Remove tycho-extras.version maven propertyAlexander Kurtakov1-1/+1
Handle platform.swt repo. Change-Id: I5ae802fef371b082a66baee9f3625f96df410066 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-04-21Bug 515835 - [Cocoa] Text : undo after paste via Cmd-V garbles textLakshmi Shanmugam6-7/+54
content on MacOS Enable undo of paste by Ctrl+V on SINGLE style Text widget. Use NSTextView's insertText:replacementRange: method to insert the text so that it's recorded for undo operation. Don't change behavior of paste() API, change applies only when paste is invoked via Ctrl+V Change-Id: Iab7df0ce93cdfda3f0ae5fec366c69b5ea9edf8e Signed-off-by: Lakshmi Shanmugam <lshanmug@in.ibm.com>
2020-04-21Bug 548430 - [Cocoa] NullPointerException in Image.internal_new_GCSravan Kumar Lakkimsetti2-0/+12
(4.12.0RC2) Change-Id: I92b65d02e9ff3601f38bdc097af28b8b4c4b5f32 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2020-04-20v4934r5v4934r5nI20200420-1800Eclipse Releng Bot1-1/+1
2020-04-20Bug 562312 - [Dark theme]Button with WRAP style have black foregroundLakshmi Shanmugam1-1/+1
Buttons get the default foreground color for the theme from Cocoa. But, looks this doesn't work for Buttons with WRAP style because drawTitleWithFrameInView() returns without calling super. Fix is to use NSColor.textColor() as the default foreground color when foreground color is not explicitly set. Change-Id: Ief03e05392a18085b7290c9a48c2ee527d7f71ab
2020-04-10v4934r5v4934r5mI20200419-1800I20200418-1800I20200417-1800I20200416-1800I20200416-0410I20200415-1800I20200415-0620I20200415-0200I20200414-1010I20200414-0630I20200413-1800I20200412-1800I20200411-1800I20200411-0950I20200411-0720I20200411-0510I20200411-0300I20200410-2300I20200410-1800Eclipse Releng Bot1-1/+1
2020-04-09Bug 561932 - [Dark][Mac] Toolbar items look (almost) the same whenTill Brychcy1-2/+5
selected This repeats commit 0b919689b3456d3dba9514a08d8e97a55f61cca2 which was temporarily reverted by commit 1ba521bdb50158078b35a1f415c06c8fcd0419e5 because of milestone week. Change-Id: Icf16257c754ed2233b4c5b6302c9fb3a44924219
2020-04-09Revert "Bug 561932 - [Dark][Mac] Toolbar items look (almost) the sameTill Brychcy1-5/+2
when selected" This reverts commit 0b919689b3456d3dba9514a08d8e97a55f61cca2. Reverting because of milestone week. Will resubmit after 4.16M1 is done. Change-Id: I6d58de32dd0b274e0f43daf419aa5f41abd8d0a8
2020-04-08Bug 561932 - [Dark][Mac] Toolbar items look (almost) the same whenTill Brychcy1-2/+5
selected Change-Id: I7caa2bf1a48c0146115ce70a55b68f97ac16dc34
2020-04-08v4934r5v4934r5lS4_16_0_M1I20200409-0200I20200408-1800I20200408-0600Eclipse Releng Bot1-1/+1
2020-04-08Bug 561487 - [Preferences] Preferences dialog empty treeLakshmi Shanmugam2-38/+42
Added version guard for the fix so that macOS versions < 10.15 are not affected Change-Id: I96fea3a82e4e7fe0fee610c3eac30f3b445ab4e7
2020-04-06v4934r5v4934r5kI20200407-1800I20200407-1210I20200407-0120I20200406-1800Eclipse Releng Bot1-1/+1
2020-04-06Bug 558496 - [gtk] [regression] Tree.showItem() scrolls even if the itemSravan Kumar Lakkimsetti1-1/+1
is visible Change-Id: I3aa49fc40ab7a25374f09366678ed698a2327e1b Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2020-04-05v4934r5v4934r5jI20200406-0600I20200406-0350I20200406-0120I20200405-1800Eclipse Releng Bot1-1/+1
2020-04-05Bug 484682 - keep "force resize" on WaylandAndrey Loskutov1-1/+1
Until we have a better solution, limit the new behavior to X11 only, as we have reports that on Wayland some wizards seem to be affected. Change-Id: I732926e411ee754974ecedd4c5e8d4e9e07a5240 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2020-04-03v4934r5v4934r5iI20200405-0600I20200404-1800I20200404-1220I20200404-0600I20200404-0330I20200403-1800Eclipse Releng Bot1-1/+1
2020-04-03Bug 546859 - Provide APIs for Dark theme supportNiraj Modi1-1/+18
- Adding Windows OS internal API. Change-Id: I3c415454103dc843ae151fdc67237d09fac44a1e Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2020-04-02v4934r5v4934r5hI20200402-2250I20200402-1800Eclipse Releng Bot1-1/+1
2020-04-01Bug 384851 - [CTabFolder] Top right control destroys border for lastPaul Pazderski3-13/+230
CTabItem in 4.2 If the setTopRight control with style SWT.FILL is the only control apart from the actual CTabItems - i.e. no min/max button, no visible chevron - the required spacing for the topRight control is missing. The consequence is that the topRight control is moved left on top of the last item or outside the tab folder bar if no item available. With an item available this is barely visible because the spacing is only 3 pixel. Change-Id: I51bd58c05b6ef0a8f89072d7de6e2ddd9ef64cea Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2020-03-31v4934r5v4934r5gI20200402-0850I20200402-0410I20200401-1800I20200331-1800Eclipse Releng Bot1-1/+1
2020-03-31Bug 444560 (Part 2)- [Win32] Support background color for scrollbarsNiraj Modi2-5/+9
- Moving to System Property approach instead of Display.setData() Change-Id: Ie991fcf4f46f9f577799ea20c289e47675b4f3d5 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2020-03-30v4934r5v4934r5fI20200330-1800Eclipse Releng Bot1-1/+1
2020-03-30Bug 168557 - [StyledText] StyledText is very slow with long string +Conrad Groth4-39/+98
word wrap Avoid the synchronous calculation of the line height in the UI thread and let the idle job do it. For scrolling and resizing, especially when huge amounts of line heights are not yet calculated, the average line height is good enough. Change-Id: I4a7a25d78597e08efc379b53ba7985adccab0eec Signed-off-by: Conrad Groth <info@conrad-groth.de>
2020-03-30Bug 444560 - [Win32] Support background color for scrollbarsConrad Groth7-4/+49
Change-Id: Iaf06d2ba5a05419611f78a483d6e37799cec1685 Signed-off-by: Conrad Groth <info@conrad-groth.de>
2020-03-27v4934r5v4934r5eI20200329-1800I20200328-1800I20200327-1800Eclipse Releng Bot1-1/+1
2020-03-27Bug 561235 - Appearance color options table in preferences is flippedLakshmi Shanmugam2-6/+8
Set the content view height and width only when it it's 0. Change-Id: Ia9fffa52ba2fb55ee8e70e751c743939797287f2 Signed-off-by: Lakshmi Shanmugam <lshanmug@in.ibm.com>
2020-03-26v4934r5v4934r5dI20200326-1800Eclipse Releng Bot1-1/+1
2020-03-26Bug 552223 - [cocoa] NPE in Menu._setVisible when clicking a menuitem ofChristoph Läubrich2-0/+78
a disposed menu Change-Id: I9c8c59418c5fbfc8581c5d7cc55526c5d0465a09 Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
2020-03-18v4934r5v4934r5cI20200325-1800I20200324-1800I20200323-1800I20200322-1800I20200322-1150I20200322-0300I20200321-1800I20200321-0440I20200320-1800I20200319-1800I20200319-0550I20200318-1800I20200318-1400Eclipse Releng Bot1-1/+1
2020-03-184.16 update for org.eclipse.swt.testsLars Vogel2-2/+2
Required for https://git.eclipse.org/r/159376 Change-Id: Id5e26e10fe253b32cb89f5d56bfccc8744065a43 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2020-03-18v4934r5v4934r5bI20200318-1100Eclipse Releng Bot1-1/+1
2020-03-18Bug 561177 - [GTK] Wrong text background in Resource properties dialogAndrey Loskutov1-1/+1
Fixed copy/paste error from commit 593b5cd2a666c5f7e2b61577f5d656dab6306026 Change-Id: I7cd3a4b7d03aed5e0a2810361caf569306560418 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2020-03-14v4934r5v4934r5aI20200317-1800I20200316-1800I20200315-2240I20200315-1800I20200314-1800genie.releng1-1/+1
2020-03-14Bug 484682 - don't call forceResize on getClientAreaInPixels()Andrey Loskutov4-4/+15
Beside the fact that get* methods should not modify object state, this can lead to stack overflow. This is experimental and can be switched off to the old behavior via -Dorg.eclipse.swt.resizeOnGetClientArea=true system flag. Change-Id: Ide568466ab2e09b579b4bb3cd2d4914aa7917c8d Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2020-03-12v4934r5v4934r5X20200313-0410X20200312-1900I20200313-1800I20200313-0810I20200312-1835genie.releng1-1/+1
2020-03-12v4934r5genie.releng2-3/+3
2020-03-12Bug 561047 - Require Gtk 3.20+ as minimumI20200312-1800Alexander Kurtakov6-211/+2
Remove non-native file/directory dialogs. Change-Id: I022c0e38dce0578513241f6746439c9ad0ff7b64 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-03-12v4934r4v4934r4X20200312-1530Eclipse Releng Bot1-1/+1
2020-03-12v4934r4Eclipse Releng Bot2-3/+3
2020-03-12Bug 561047 - Require Gtk 3.20+ as minimumAlexander Kurtakov15-133/+66
Drop css machinery for pre 3.20 Gtk. Change-Id: I703b8797a85e11cd46e96c5e5063eb684f59f207 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-03-12Bug 561047 - Require Gtk 3.20+ as minimumAlexander Kurtakov29-656/+162
Remove code for old versions. Change-Id: I0d1beaf87c24f96ed52ce326a1693fab855c3bd6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-03-12Bug 561047 - Require Gtk 3.20+ as minimumAlexander Kurtakov1-2/+2
Set Gtk min version in Display to 3.20. Change-Id: I3d2eccab230c4ecac4465bf90ee6afbd14d86b00 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-03-12v4934r3v4934r3X20200312-1210Eclipse Releng Bot1-1/+1
2020-03-12v4934r3Eclipse Releng Bot2-3/+3
2020-03-12Bug 560203 - [GTK] Automatically cache JVM pointer for callbacksNikita Nemkin8-24/+8
This effectively reverts bug 521487 (2c5879d8d787). Change-Id: I4e5bf1f117a74749a32f43c0a8edf84f97c3f72d Signed-off-by: Nikita Nemkin <nikita@nemkin.ru>
2020-03-11v4934r2v4934r2dX20200312-0700X20200311-2150X20200311-1900X20200311-0820I20200311-1800Eclipse Releng Bot1-1/+1
2020-03-11Bug 548430 - [Cocoa] NullPointerException in Image.internal_new_GCSravan Kumar Lakkimsetti1-3/+0
(4.12.0RC2) - removed disabling of alpha while creating graphics context Change-Id: Ic932db38d7cf4b2cafd6c428412acff2d7d1a9c0 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>

Back to the top