Skip to content

Releases: ReadyTalk/swt-bling

2.1.6

12 Mar 15:11
Compare
Choose a tag to compare

DisplaySafe attempts to cache the last good display to prevent NPEs in cases where the underlying implementation may not have a valid Display at a given moment.

v2.1.5

10 Mar 23:11
Compare
Choose a tag to compare

Added WidgetHelper which helps in the common pattern of checking if a widget is not null or disposed.

v2.1.4

04 Mar 23:22
Compare
Choose a tag to compare

Improvements:

  • Added needed isDisposed checks to PopOver.

v2.1.3

27 Feb 00:31
Compare
Choose a tag to compare

Improvements:

  • Fixed windows specific api error with regards to FontData.name

v2.1.2

26 Feb 21:08
Compare
Choose a tag to compare

Improvements:

  • Add Guard against a NullPointerExceptionin PopOverShell

v2.1.1

26 Feb 20:26
Compare
Choose a tag to compare

Improvements:

  • Removed hover event that caused a race condition in Bubble
  • Added dismiss logic to the bubble on mouse enter

v2.1.0

26 Feb 16:59
Compare
Choose a tag to compare

Improvements:

  • Added ability to set Bubble font height
  • Changed Bubble popup on hover rather than on mouse enter for CustomWidgets

v2.0.2

25 Feb 00:45
Compare
Choose a tag to compare

Improvements:

  • Removed reference to StackTraceElement from TextTokenFactory; this supports use in a production system.

v2.0.1

24 Feb 22:21
Compare
Choose a tag to compare

Improvements:

  • Removed regex reliance in PlainTextTokenizer

v2.0.0

24 Feb 17:10
Compare
Choose a tag to compare

Breaking API Changes:

  • com.readytalk.swt.text.tokenizer.TextTokenizer#setEncoding removed
  • com.readytalk.swt.text.tokenizer.TextTokenizer#getEncoding removed
  • com.readytalk.swt.text.tokenizer.PlainTextTokenizer#setEncoding removed
  • com.readytalk.swt.text.tokenizer.PlainTextTokenizer#getEncoding removed
  • com.readytalk.swt.text.tokenizer.WikiTextTokenizer#setEncoding removed
  • com.readytalk.swt.text.tokenizer.WikiTextTokenizer#getEncoding removed
  • com.readytalk.swt.text.tokenizer.FormattedTextTokenizer#setEncoding removed
  • com.readytalk.swt.text.tokenizer.FormattedTextTokenizer#getEncoding removed