Skip to content

Releases: amiga-mui/betterstring

MCC BetterString 11.36

31 Aug 18:23
Compare
Choose a tag to compare

Version 11.36 of MCC BetterString

Changes:

  • dist: added italian translation to Installer script kindly provided by Samir
    Hawamdeh.

MCC BetterString 11.35

18 Dec 15:38
Compare
Choose a tag to compare

Version 11.35 of MCC BetterString

Changes:

  • ClipboardServer.c: changed the default path for "CURRDIR:" and "PROGDIR:" to
    "T:", because the "MUI:" assign does not exist on all systems, i.e. AROS.

MCC BetterString 11.34

01 Jul 03:26
Compare
Choose a tag to compare

Version 11.34 of MCC BetterString

Changes:

  • ClipboarsServer.c: set "MUI:" as default "CURRDIR:" and "PROGDIR:" for the
    global clipboard server process to avoid locking the directory of the first
    started MUI application using this class until it is eventually flushed from
    memory.
  • PrintString.c: added a custom implementation of WritePixelArrayAlpha() in
    case cybergraphics.library is older than V45. This refs #5.
  • Dispatcher.c, PrintString.c: use an exclusively allocated pen on AmigaOS3
    when printing transparent text. This closes #5.
  • PrintString.c: fixed a possible division by zero bug during alpha channel
    reconstruction. This refs #5.

MCC BetterString 11.33

29 Oct 19:40
Compare
Choose a tag to compare

Version 11.33 of MCC BetterString

Changes:

  • PrintString.c: integrated the display of transparent text for AmigaOS3 as
    known from MUI5 for AmigaOS. Now the alternative text can be displayed with
    50% transparency on AmigaOS3, too.
  • PrintString.c: the inactive contents are displayed with 50% transparency in
    case the system and the screen support this effect. Otherwise the usual
    italic style is used.

MCC BetterString 11.32

15 Jan 14:38
Compare
Choose a tag to compare

Version 11.32 of MCC BetterString

Changes:

  • mcc/Dispatcher.c: added DoSuperNew() to be able to specify additional tags
    directly during OM_NEW instead of having to use SetAttrs() afterwards.
  • mcc/PrintString.c: added one more check for non-input objects to avoid
    drawing a cursor when none is desired.
  • library.c: moved the system and CPU description behind the copyright part.
  • all/Debug.c: declare inlined _INDENT() function as static to avoid warnings
    of GCC5.
  • mcp/Makefile: generate ISO8859-1 encoded catalogs instead of UTF8 encoded
    ones.

BetterString.mcc 11.30

06 Aug 18:12
Compare
Choose a tag to compare

Version 11.30 of BetterString.mcc

Changes:

  • updated MySPrintf() function to use a inline macros for AROS and MORPHOS builds instead.
  • include: updated SDI headers.

BetterString.mcc 11.29

17 Aug 14:22
Compare
Choose a tag to compare

Version 11.29 of BetterString.mcc

Introduction

BetterString is a stringgadget replacement. It is created for MUI, so using it should eliminate the problems with the original BOOPSI string class. The class offers the user to do number arithmetic, like increase, decrease and bin<->hex conversion. It has filename completion, ability to mark, cut, copy and paste text - Both via mouse and keyboard. The length of the contents buffer will dynamically be expanded to hold all of what the user type (unless
a maximum length is given).

It is used by a wide range of well-known MUI-based application like YAM (Yet Another Mailer) or SimpleMail as the main textediting MUI gadget.

BetterString 11.28

17 Aug 14:21
Compare
Choose a tag to compare

Version 11.28 of BetterString.mcc

Introduction

BetterString is a stringgadget replacement. It is created for MUI, so using it should eliminate the problems with the original BOOPSI string class. The class offers the user to do number arithmetic, like increase, decrease and bin<->hex conversion. It has filename completion, ability to mark, cut, copy and paste text - Both via mouse and keyboard. The length of the contents buffer will dynamically be expanded to hold all of what the user type (unless
a maximum length is given).

It is used by a wide range of well-known MUI-based application like YAM (Yet Another Mailer) or SimpleMail as the main textediting MUI gadget.

BetterString 11.27

17 Aug 14:20
Compare
Choose a tag to compare

Version 11.27 of BetterString.mcc

Introduction

BetterString is a stringgadget replacement. It is created for MUI, so using it should eliminate the problems with the original BOOPSI string class. The class offers the user to do number arithmetic, like increase, decrease and bin<->hex conversion. It has filename completion, ability to mark, cut, copy and paste text - Both via mouse and keyboard. The length of the contents buffer will dynamically be expanded to hold all of what the user type (unless
a maximum length is given).

It is used by a wide range of well-known MUI-based application like YAM (Yet Another Mailer) or SimpleMail as the main textediting MUI gadget.

BetterString 11.26

17 Aug 14:20
Compare
Choose a tag to compare

Version 11.26 of BetterString.mcc

Introduction

BetterString is a stringgadget replacement. It is created for MUI, so using it should eliminate the problems with the original BOOPSI string class. The class offers the user to do number arithmetic, like increase, decrease and bin<->hex conversion. It has filename completion, ability to mark, cut, copy and paste text - Both via mouse and keyboard. The length of the contents buffer will dynamically be expanded to hold all of what the user type (unless
a maximum length is given).

It is used by a wide range of well-known MUI-based application like YAM (Yet Another Mailer) or SimpleMail as the main textediting MUI gadget.