This is an automated email from the ASF dual-hosted git repository.
skygo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.
from 809c00f Merge pull request #2863 from pepness/asm-9.1
new 6a85a4d Make a copy of FlatLAF's tab displayer classes, for use with
the Windows LAF.
new 684368f Various improvements to Windows LAF tab painting logic; part
of NETBEANS-5673.
new c9844fc Configure modern-looking Windows LAF tabs. This completes
NETBEANS-5673.
new 7e3e0df Merge pull request #2967 from eirikbakke/NETBEANS-5673
The 5661 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../swing/plaf/windows8/DPIUnscaledBorder.java | 55 ++-
.../swing/plaf/windows8/Windows8LFCustoms.java | 93 ++++-
.../nbproject/project.properties | 2 +-
.../plaf/WinFlatEditorTabCellRenderer.java | 319 +++++++++++++++
.../plaf/WinFlatEditorTabDisplayerUI.java | 132 ++++++
.../swing/tabcontrol/plaf/WinFlatUtils.java | 175 ++++++++
.../tabcontrol/plaf/WinFlatViewTabDisplayerUI.java | 443 +++++++++++++++++++++
.../plaf/Windows8VectorTabControlIcon.java | 16 +-
.../org/openide/awt/Windows8VectorCloseButton.java | 4 +-
9 files changed, 1215 insertions(+), 24 deletions(-)
create mode 100644
platform/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/WinFlatEditorTabCellRenderer.java
create mode 100644
platform/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/WinFlatEditorTabDisplayerUI.java
create mode 100644
platform/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/WinFlatUtils.java
create mode 100644
platform/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/WinFlatViewTabDisplayerUI.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists