Skip to content

Releases: amiga-mui/thebar

MCC TheBar 26.22

31 Aug 18:30
Compare
Choose a tag to compare

Version 26.22 of MCC TheBar

Changes:

  • dist: added italian translation to Installer script kindly provided by Samir
    Hawamdeh.
  • demos/Makefile: the AmigaOS3 builds are linked against clib2 instead of some
    other C runtime library. This closes #10.

MCC TheBar 26.21

18 Dec 15:56
Compare
Choose a tag to compare

Version 26.21 of MCC TheBar

Changes:

  • toolbar_mcc: implemented a wrapper class from the old Toolbar.mcc class to
    TheBar.mcc class. This wrapper class tries to provide as much compatibility
    as possible, but I cannot guarantee that it fills all the gaps 100%. This
    closes #7.

MCC TheBar 26.20

01 Jul 03:48
Compare
Choose a tag to compare

Version 26.20 of MCC TheBar

Changes:

  • misc: reworked the DoSuperNew() implementation to call DoSuperMethodA() with
    an explicitly built OM_NEW message on the stack.

MCC TheBar 26.19

15 Jan 14:36
Compare
Choose a tag to compare

Version 26.19 of MCC TheBar

Changes:

  • mcp/class.c: fixed the "pointer to a pointer" operation when a simple
    pointer is enough already. This fixes the invalid saved configuration for
    the "Appearance" page. Thanks to Christian Maier for the hint.
  • 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.
  • include: updated SDI headers.

MCC TheBar v26.17

04 Aug 22:45
Compare
Choose a tag to compare

Version 26.17 of MCC TheBar

Changes:

  • implemented an alternative greying algorithm which just blends a grey shade over the image instead of turning all colors to grey.
  • config items matching the default values will be removed from the configuration to be able to reset all items to their defaults.
  • removed artificial limitation of blending modes for the AmigaOS3 build.
  • implemented new attribute MUIA_TheBar_HoveredButton to get notified about the currently hovered button.
  • trigger MUIA_TheButton_MouseOver (and as a consequence MUIA_TheBar_MouseOver as well) for all kinds of button styles, not just for the typical dynamic frame styles (i.e. sunny and raised).
  • remember the state of MUIA_NoNotify and apply it again when modifying MUIA_TheBar_Active. This fixes the unwanted notifications during MUIM_TheBar_NoNotifySetAttr.

MCC TheBar 26.16

18 Aug 11:51
Compare
Choose a tag to compare

Version 26.16 of MCC TheBar

MCC TheBar 26.15

18 Aug 11:51
Compare
Choose a tag to compare

Version 26.15 of MCC TheBar

MCC TheBar 26.14

18 Aug 11:50
Compare
Choose a tag to compare

Version 26.14 of MCC TheBar

MCC TheBar 26.13

18 Aug 11:49
Compare
Choose a tag to compare

Version 26.13 of MCC TheBar

MCC TheBar 26.12

18 Aug 11:49
Compare
Choose a tag to compare

Version 26.12 of MCC TheBar