You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by eb...@apache.org on 2020/01/03 15:06:26 UTC

[netbeans] branch master updated (7813792 -> 79ad0e9)

This is an automated email from the ASF dual-hosted git repository.

ebakke pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from 7813792  [NETBEANS-2954] Fix broken tab dragging on HiDPI displays (Windows) (#1804)
     add 79ad0e9  [NETBEANS-3592] Workarounds for JDK Windows LAF bugs on HiDPI screens (#1777)

No new revisions were added by this update.

Summary of changes:
 .../src/org/netbeans/swing/plaf/AllLFCustoms.java  |   1 +
 .../swing/plaf/windows8/DPISafeBorder.java         | 135 -----------
 .../swing/plaf/windows8/DPIUnscaledBorder.java     | 105 +++++++++
 .../swing/plaf/windows8/Windows8LFCustoms.java     | 148 ++++++++++--
 .../plaf/windows8/WindowsDPIWorkaroundIcon.java    | 254 +++++++++++++++++++++
 5 files changed, 494 insertions(+), 149 deletions(-)
 delete mode 100644 platform/o.n.swing.plaf/src/org/netbeans/swing/plaf/windows8/DPISafeBorder.java
 create mode 100644 platform/o.n.swing.plaf/src/org/netbeans/swing/plaf/windows8/DPIUnscaledBorder.java
 create mode 100644 platform/o.n.swing.plaf/src/org/netbeans/swing/plaf/windows8/WindowsDPIWorkaroundIcon.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists