Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SWT/Plan/4.7"

< SWT
m (GTK)
Line 17: Line 17:
  
 
== GTK ==  
 
== GTK ==  
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=441568 Bug 441568 - [GTK3<nowiki>]</nowiki> Port SWT Browser to webkit2gtk]  
+
* [IN PROGRESS] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=441568 Bug 441568 - [GTK3<nowiki>]</nowiki> Port SWT Browser to webkit2gtk]  
 
* Implement transparency support [https://bugs.eclipse.org/bugs/show_bug.cgi?id=477950 Bug 477950 - [GTK3<nowiki>]</nowiki> Port SWT colors from using GdkColor to GdkRGBA so alpha is not lost]
 
* Implement transparency support [https://bugs.eclipse.org/bugs/show_bug.cgi?id=477950 Bug 477950 - [GTK3<nowiki>]</nowiki> Port SWT colors from using GdkColor to GdkRGBA so alpha is not lost]
* Automate testing of SWT on multiple GTK versions [https://bugs.eclipse.org/bugs/show_bug.cgi?id=494540 Bug 494540 - [GTK<nowiki>]</nowiki> [autotester<nowiki>]</nowiki> Automated testing script for running SWT JUnit on multiple versions of GTK]
+
* [DONE] Automate testing of SWT on multiple GTK versions [https://bugs.eclipse.org/bugs/show_bug.cgi?id=494540 Bug 494540 - [GTK<nowiki>]</nowiki> [autotester<nowiki>]</nowiki> Automated testing script for running SWT JUnit on multiple versions of GTK]
 
* Ongoing improvements to Eclipse stability on GTK3, (graphical glitches, missing icons etc..) - {{Bug|494883}}
 
* Ongoing improvements to Eclipse stability on GTK3, (graphical glitches, missing icons etc..) - {{Bug|494883}}
* Make Eclipse usable on Wayland as backend with GTK3 - {{Bug|496923}}
+
* [IN PROGRESS] Make Eclipse usable on Wayland as backend with GTK3 - {{Bug|496923}}
* Tree should expand/collapse on Arrow_Left/Arrow_Right - {{Bug|372607}}
+
* [DONE] Tree should expand/collapse on Arrow_Left/Arrow_Right - {{Bug|372607}}
 
* Fix accessibility issues on Linux - {{Bug|470031}} and {{Bug|481824}}
 
* Fix accessibility issues on Linux - {{Bug|470031}} and {{Bug|481824}}
  

Revision as of 11:00, 2 November 2016

Planning page for SWT work for Oxygen (4.7)

This page disscusses target fixes and improvements to SWT for upcomming Oxygen release. A list of open and resolved bugs for 4.7-4.7M4 can be found via this query.


Common

  • Update SWT to use Java 8
  • Evaluate and provide (if possible) Java 8 lambda enabled API for listeners - bug 441116
  • SWT_ AWT bridge support for Java 9 - bug 482318
  • Investigate support for CTabfolder vertical tabs - bug 58945
  • Investigate SWT support for Chromium based on external contributions - bug 405031

Cocoa

  • Provide better support for Mac OS X 10.11 - bug 494879
  • Provide support for Mac OS X 10.12 (macOS Sierra)
  • HiDPI Support of GC APIs on Mac - bug 489451

GTK

Win32

  • Provide/Leverage native HiDPI support for IE Browser's Image to scale - bug 493666
  • Provide custom support for Button to respect foreground and background color on Windows to improve Dark Theme experience - bug 23837
  • Improve HiDPI support w.r.t. to Printer usage, with an API option to skip auto-scaling for devices like Printer - bug 498876

Back to the top