Skip to main content

Notice: This Wiki is now read only and edits are no longer 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
(Win32)
(Win32)
Line 25: Line 25:
  
 
== Win32 ==
 
== Win32 ==
* Provide/Leverage native HiDPI support for IE Browser Image to scale - {{Bug|493666}}
+
* 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}}
 
* Provide custom support for Button to respect foreground and background color on Windows to improve Dark Theme experience - {{Bug|23837}}
* API to skip auto-scaling, to improve HiDPI support w.r.t. to Printer usage - {{Bug|498876}}
+
* Improve HiDPI support w.r.t. to Printer usage, with an API option to skip auto-scaling for devices like Printer - {{Bug|498876}}

Revision as of 06:54, 6 October 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