You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2020/02/29 20:08:37 UTC

[netbeans] branch master updated (7a17ce6 -> 1b91dc0)

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

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


    from 7a17ce6  Merge pull request #1987 from JaroslavTulach/jtulach/JumpTo4Everyone
     new 2fb17b0  HtmlRenderer.createLabel() has been broken for years - no-op overrides for performance as a cell renderer caused it to return a label which would never participate in layout or fire appropriate changes;  this patch fixes that
     new 8eb6c7e  Add missing NOI18N labels
     new 4748a17  Fix HtmlRendererTest - there is no indication why the bound cor lbl2 should change
     new 1b91dc0  Merge pull request #1990 from matthiasblaesing/pr-1447

The 3702 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:
 .../src/org/openide/awt/HtmlLabelUI.java           |  56 ++++--
 .../src/org/openide/awt/HtmlRenderer.java          |   4 +-
 .../src/org/openide/awt/HtmlRendererImpl.java      | 114 ++++++-----
 .../src/org/openide/awt/PropertyMonitor.java       |   2 +-
 .../unit/src/org/openide/awt/HtmlRendererTest.java | 214 ++++++++++++++++++++-
 5 files changed, 318 insertions(+), 72 deletions(-)


---------------------------------------------------------------------
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