Skip to content

Commit

Permalink
* misc: final v0.114 release preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Dec 20, 2012
1 parent 3ce9b91 commit 7fdf45a
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 46 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Expand Up @@ -5,6 +5,12 @@ MUI NList MCC classes - ChangeLog
$Id$
$URL$

#### v0.114 RELEASE ###########################################################

2012-12-20 Jens Langner <Jens.Langner@light-speed.de>

* misc: final v0.114 release preparations

2012-11-19 Thore B�ckelmann <tboeckel@gmx.de>

* nbalance_mcc/Pointer.c, nlist_mcc/Pointer.c: make use of the standard mouse
Expand Down
3 changes: 2 additions & 1 deletion dist/MCC_NList/Install-MCC
Expand Up @@ -17,6 +17,7 @@
; 1.4 11.06.2010: extended the final message that a reboot might be
; necessary to be able to use the just installed version.
; 1.5 21.05.2012: fixed the wrong selection of the builtin language.
; 1.6 20.12.2013: changed MorphOS desription to include 3.x

;----------------------------------------------------------------------------
; /// language bit definition, do not change these!!
Expand Down Expand Up @@ -140,7 +141,7 @@
(help @askchoice-help)
(choices "AmigaOS 3.x"
"AmigaOS 4.x"
"MorphOS 1.x/2.x"
"MorphOS 1.x/2.x/3.x"
"AROS i386"
"AROS PPC"
"AROS x86_64"
Expand Down
22 changes: 11 additions & 11 deletions docs/ReadMe
@@ -1,9 +1,9 @@
Short: NList custom classes for MUI, V0.113
Short: NList custom classes for MUI, V0.114
Author: NList Open Source Team
Uploader: Jens Langner <Jens.Langner@light-speed.de>
Type: dev/mui
Version: 0.113
Replaces: dev/mui/MCC_NList-0.112.lha
Version: 0.114
Replaces: dev/mui/MCC_NList-0.113.lha
Requires: AmigaOS V37+, MorphOS or AROS, MUI 3.8+, HotkeyString.mcc
Architecture: ppc-amigaos >= 4.0.0; m68k-amigaos >= 3.0; ppc-morphos >= 1.4.2; i386-aros; ppc-aros; x86_64-aros

Expand All @@ -27,14 +27,14 @@ enabling copy to clipboard and key moving.

This package includes:

NList.mcc 20.132 06.08.2012
NListview.mcc 19.87 06.08.2012
NFloattext.mcc 19.68 06.08.2012
NListviews.mcp 19.83 06.08.2012
NListtree.mcc 18.39 06.08.2012
NListtree.mcp 18.27 06.08.2012
NBitmap.mcc 15.17 06.08.2012
NBalance.mcc 15.13 06.08.2012
NList.mcc 20.133 20.12.2012
NListview.mcc 19.88 20.12.2012
NFloattext.mcc 19.69 20.12.2012
NListviews.mcp 19.84 20.12.2012
NListtree.mcc 18.40 20.12.2012
NListtree.mcp 18.28 20.12.2012
NBitmap.mcc 15.18 20.12.2012
NBalance.mcc 15.14 20.12.2012


INSTALLATION
Expand Down
37 changes: 20 additions & 17 deletions include/muiextra.h
@@ -1,35 +1,38 @@
#ifndef MUIA_Framedisplay_Spec
#define MUIA_Framedisplay_Spec 0x80421794 // V11 isg struct MUI_FrameSpec
#define MUIA_Framedisplay_Spec 0x80421794UL // V11 isg struct MUI_FrameSpec
#endif
#ifndef MUIA_Imagedisplay_Spec
#define MUIA_Imagedisplay_Spec 0x8042a547 // V11 isg struct MUI_ImageSpec
#define MUIA_Imagedisplay_Spec 0x8042a547UL // V11 isg struct MUI_ImageSpec
#endif
#ifndef MUIA_Imageadjust_Type
#define MUIA_Imageadjust_Type 0x80422f2b // V11 i.. LONG
#define MUIA_Imageadjust_Type 0x80422f2bUL // V11 i.. LONG
#endif
#ifndef MUIA_Prop_Release
#define MUIA_Prop_Release 0x80429839
#define MUIA_Prop_Release 0x80429839UL
#endif
#ifndef MUIA_Prop_DeltaFactor
#define MUIA_Prop_DeltaFactor 0x80427C5E
#define MUIA_Prop_DeltaFactor 0x80427C5EUL
#endif
#ifndef MUIA_Prop_DoSmooth
#define MUIA_Prop_DoSmooth 0x804236ce // V4 i.. LONG
#define MUIA_Prop_DoSmooth 0x804236ceUL // V4 i.. LONG
#endif
#ifndef MUIM_GoActive
#define MUIM_GoActive 0x8042491a
#define MUIM_GoActive 0x8042491aUL
#endif
#ifndef MUIM_GoInactive
#define MUIM_GoInactive 0x80422c0c
#define MUIM_GoInactive 0x80422c0cUL
#endif
#ifndef MUIA_Group_Type
#define MUIA_Group_Type 0x8042e866 /* V11 ..g LONG */
#define MUIA_Group_Type 0x8042e866UL /* V11 ..g LONG */
#endif
#ifndef MUIV_Group_Type_Horiz
#define MUIV_Group_Type_Horiz 1
#endif
#ifndef MUIM_Mccprefs_RegisterGadget
#define MUIM_Mccprefs_RegisterGadget 0x80424828 // V20
#define MUIM_Mccprefs_RegisterGadget 0x80424828UL // V20
#endif
#ifndef MUIA_Text_Copy
#define MUIA_Text_Copy 0x80427727UL /* V20 i.. BOOL */
#endif
#ifndef MBQ_MUI_MAXMAX
#define MBQ_MUI_MAXMAX (10000) /* use this for unlimited MaxWidth/Height */
Expand All @@ -44,22 +47,22 @@
#define CrawlingObject MUI_NewObject("Crawling.mcc"
#endif
#ifndef MUIM_CreateDragImage
#define MUIM_CreateDragImage 0x8042eb6f /* V18 */ /* Custom Class */
#define MUIM_CreateDragImage 0x8042eb6fUL /* V18 */ /* Custom Class */
#endif
#ifndef MUIM_DeleteDragImage
#define MUIM_DeleteDragImage 0x80423037 /* V18 */ /* Custom Class */
#define MUIM_DeleteDragImage 0x80423037UL /* V18 */ /* Custom Class */
#endif
#ifndef MUIA_List_Prop_First
#define MUIA_List_Prop_First 0x80429df3 /* V? ??? */
#define MUIA_List_Prop_First 0x80429df3UL /* V? ??? */
#endif
#ifndef MUIA_List_Prop_Entries
#define MUIA_List_Prop_Entries 0x8042a8f5 /* V? ??? */
#define MUIA_List_Prop_Entries 0x8042a8f5UL /* V? ??? */
#endif
#ifndef MUIA_List_Prop_Visible
#define MUIA_List_Prop_Visible 0x804273e9 /* V? ??? */
#define MUIA_List_Prop_Visible 0x804273e9UL /* V? ??? */
#endif
#ifndef MUIA_Prop_TrueFirst
#define MUIA_Prop_TrueFirst 0x804205dc /* V16 ..g LONG */
#define MUIA_Prop_TrueFirst 0x804205dcUL /* V16 ..g LONG */
#endif
#ifndef MADF_DRAWACTIVE
#define MADF_DRAWACTIVE (1<< 2)
Expand All @@ -74,7 +77,7 @@
#define MADF_DRAWALL (MADF_DRAWACTIVE | MADF_DRAWOUTER | MADF_DRAWOBJECT)
#endif
#ifndef MUIA_Group_Forward
#define MUIA_Group_Forward 0x80421422
#define MUIA_Group_Forward 0x80421422UL
#endif

struct MUI_ImageSpec
Expand Down
4 changes: 2 additions & 2 deletions nbalance_mcc/version.h
Expand Up @@ -28,8 +28,8 @@

// for setting all necessary version information
#define LIB_VERSION 15
#define LIB_REVISION 13
#define LIB_DATE "06.08.2012"
#define LIB_REVISION 14
#define LIB_DATE "20.12.2012"
#define LIB_COPYRIGHT "Copyright (C) 2008-2012 NList Open Source Team"

// set the LIB_REV_STRING
Expand Down
2 changes: 1 addition & 1 deletion nbitmap_mcc/private.h
Expand Up @@ -166,7 +166,7 @@ ULONG _WPAA(APTR src, UWORD srcx, UWORD srcy, UWORD srcmod, struct RastPort *rp,

#if defined(__amigaos4__)
#define AllocVecAligned(size, flags, alignSize, alignOffset) AllocVecTags((size), AVT_Type, MEMF_SHARED, AVT_Lock, FALSE, AVT_Alignment, (alignSize), ((flags)&MEMF_CLEAR) ? AVT_ClearWithValue : TAG_IGNORE, 0, TAG_DONE)
#elif defined(__amigaos3__)
#elif defined(__amigaos3__) || defined(__AROS__)
#define AllocVecAligned(size, flags, alignSize, alignOffset) AllocVec((size),(flags))
#endif

Expand Down
4 changes: 2 additions & 2 deletions nbitmap_mcc/version.h
Expand Up @@ -29,8 +29,8 @@

// for setting all necessary version information
#define LIB_VERSION 15
#define LIB_REVISION 17
#define LIB_DATE "06.08.2012"
#define LIB_REVISION 18
#define LIB_DATE "20.12.2012"
#define LIB_COPYRIGHT "Copyright (C) 2007-2012 NList Open Source Team"

// set the LIB_REV_STRING
Expand Down
4 changes: 2 additions & 2 deletions nfloattext_mcc/version.h
Expand Up @@ -31,8 +31,8 @@

// for setting all necessary version information
#define LIB_VERSION 19
#define LIB_REVISION 68
#define LIB_DATE "06.08.2012"
#define LIB_REVISION 69
#define LIB_DATE "20.12.2012"
#define LIB_COPYRIGHT "Copyright (C) 2007-2012 NList Open Source Team"

// set the LIB_REV_STRING
Expand Down
4 changes: 2 additions & 2 deletions nlist_mcc/version.h
Expand Up @@ -32,8 +32,8 @@

// for setting all necessary version information
#define LIB_VERSION 20
#define LIB_REVISION 132
#define LIB_DATE "06.08.2012"
#define LIB_REVISION 133
#define LIB_DATE "20.12.2012"
#define LIB_COPYRIGHT "Copyright (C) 2001-2012 NList Open Source Team"

// set the LIB_REV_STRING
Expand Down
4 changes: 2 additions & 2 deletions nlisttree_mcc/version.h
Expand Up @@ -29,8 +29,8 @@

// for setting all necessary version information
#define LIB_VERSION 18
#define LIB_REVISION 39
#define LIB_DATE "06.08.2012"
#define LIB_REVISION 40
#define LIB_DATE "20.12.2012"
#define LIB_COPYRIGHT "Copyright (C) 2001-2012 NList Open Source Team"

// set the LIB_REV_STRING
Expand Down
4 changes: 2 additions & 2 deletions nlisttree_mcp/version.h
Expand Up @@ -29,8 +29,8 @@

// for setting all necessary version information
#define LIB_VERSION 18
#define LIB_REVISION 27
#define LIB_DATE "06.08.2012"
#define LIB_REVISION 28
#define LIB_DATE "20.12.2012"
#define LIB_COPYRIGHT "Copyright (C) 2001-2012 NList Open Source Team"

// set the LIB_REV_STRING
Expand Down
4 changes: 2 additions & 2 deletions nlistview_mcc/version.h
Expand Up @@ -31,8 +31,8 @@

// for setting all necessary version information
#define LIB_VERSION 19
#define LIB_REVISION 87
#define LIB_DATE "06.08.2012"
#define LIB_REVISION 88
#define LIB_DATE "20.12.2012"
#define LIB_COPYRIGHT "Copyright (C) 2001-2012 NList Open Source Team"

// set the LIB_REV_STRING
Expand Down
4 changes: 2 additions & 2 deletions nlistviews_mcp/version.h
Expand Up @@ -32,8 +32,8 @@

// for setting all necessary version information
#define LIB_VERSION 19
#define LIB_REVISION 83
#define LIB_DATE "06.08.2012"
#define LIB_REVISION 84
#define LIB_DATE "20.12.2012"
#define LIB_COPYRIGHT "Copyright (C) 2001-2012 NList Open Source Team"

// set the LIB_REV_STRING
Expand Down

0 comments on commit 7fdf45a

Please sign in to comment.