Skip to content

Releases: Blazemeter/xtn5250

3.2.4

18 Nov 19:21
9b3ea5e
Compare
Choose a tag to compare

What is new on this patch release:

  • Fix alignment of the screen issue

Font size upper bound increased and calculation of font size made more precise.

3.2.3

08 Jun 13:27
6ca2a0d
Compare
Choose a tag to compare

What is new on this patch release:

  • Support to set cursor position.
  • Multiple connection listeners support.

    Now it's possible to add multiple connection listeners in order to be notified when a connection event occurs.

3.2.2

18 Aug 14:44
b61ca55
Compare
Choose a tag to compare

• In this patch release, we have modified the visibility of the method setCursorPosition(int, int)

3.2.1

11 May 17:21
Compare
Choose a tag to compare
  • This patch release includes the modification of the method setFieldTextByTabulator in order to actually replicate the behaviour that a terminal emulator does when pressing tabulator key.

3.2

10 Dec 14:46
28aad20
Compare
Choose a tag to compare
3.2
  • Include method in TerminalClient to be able to set text by a given amount of tabulators.

3.1

12 Jul 17:56
Compare
Choose a tag to compare
3.1

• Include method in XI5250crt to be able to retrieve the selected part of the screen as plain text and also another one to clear the selection.

3.0

03 Jul 21:37
Compare
Choose a tag to compare
3.0

Migrate library to proper group id due to repository transfer.

2.2

24 Apr 19:05
Compare
Choose a tag to compare
2.2

Add method to TerminalClient to be able to retrieve fields in screen.

2.1

14 Mar 23:09
Compare
Choose a tag to compare
2.1

Include method in TerminalClient to be able to set field text by the label associated to the field.

2.0.1

15 Jun 19:56
Compare
Choose a tag to compare

Remove check of monospace fonts: The project is always using Monospace font, and checking if the font is monospaced by comparing width of i and W, but in some systems (e.g.: aws Linux 3.13.0-147-generic with Java HotSpot(TM) 64-Bit 9.0.4) the width of the chars with monospaced is not the same. So we decided to remove previously mentioned check to fail starting the emulator on such systems.