stx_libview2.st
author Claus Gittinger <cg@exept.de>
Sun, 29 Jan 2017 02:26:51 +0100
changeset 3853 5a78ffcf69de
parent 3841 0ec7ea1037b5
child 3856 47878d05e8e8
child 3913 2a2a7ab2f43c
permissions -rw-r--r--
#FEATURE by cg class: TypeConverter changed: #timeOfClass:withFormat:orDefault:language:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2152
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
     1
"
3788
4cd56680089e #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3787
diff changeset
     2
 COPYRIGHT (c) Claus Gittinger / 2006 by eXept Software AG
4cd56680089e #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3787
diff changeset
     3
              All Rights Reserved
2152
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
     4
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
     5
 This software is furnished under a license and may be used
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
     6
 only in accordance with the terms of that license and with the
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
     7
 inclusion of the above copyright notice.   This software may not
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
     8
 be provided or otherwise made available to, or used by, any
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
     9
 other person.  No title to or ownership of the software is
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    10
 hereby transferred.
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    11
"
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
"{ Package: 'stx:libview2' }"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
3441
48a344f75d27 comment/format in: #documentation
Claus Gittinger <cg@exept.de>
parents: 3434
diff changeset
    14
"{ NameSpace: Smalltalk }"
48a344f75d27 comment/format in: #documentation
Claus Gittinger <cg@exept.de>
parents: 3434
diff changeset
    15
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
LibraryDefinition subclass:#stx_libview2
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
	instanceVariableNames:''
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
	classVariableNames:''
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
	poolDictionaries:''
2290
6827cdb5700a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2278
diff changeset
    20
	category:'* Projects & Packages *'
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
2152
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    23
!stx_libview2 class methodsFor:'documentation'!
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    24
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    25
copyright
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    26
"
3788
4cd56680089e #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3787
diff changeset
    27
 COPYRIGHT (c) Claus Gittinger / 2006 by eXept Software AG
4cd56680089e #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3787
diff changeset
    28
              All Rights Reserved
2152
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    29
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    30
 This software is furnished under a license and may be used
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    31
 only in accordance with the terms of that license and with the
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    32
 inclusion of the above copyright notice.   This software may not
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    33
 be provided or otherwise made available to, or used by, any
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    34
 other person.  No title to or ownership of the software is
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    35
 hereby transferred.
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    36
"
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    37
!
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    38
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    39
documentation
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    40
"
3441
48a344f75d27 comment/format in: #documentation
Claus Gittinger <cg@exept.de>
parents: 3434
diff changeset
    41
    Package Documentation
48a344f75d27 comment/format in: #documentation
Claus Gittinger <cg@exept.de>
parents: 3434
diff changeset
    42
2152
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    43
    This library contains additional graphics-interfacing components and infrastructure.
3771
c4cd905e0924 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3649
diff changeset
    44
    This includes support classes for the applicationModel framework, and readers/writers
3446
08f66a8025bf class: stx_libview2
Claus Gittinger <cg@exept.de>
parents: 3441
diff changeset
    45
    for various bitmap image file formats (PNG, GIF, TIFF, etc.)
08f66a8025bf class: stx_libview2
Claus Gittinger <cg@exept.de>
parents: 3441
diff changeset
    46
3771
c4cd905e0924 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3649
diff changeset
    47
    As with libview, this does not contain widget classes or applications/tools.
2152
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    48
"
3101
8650cfc63b66 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 3093
diff changeset
    49
! !
8650cfc63b66 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 3093
diff changeset
    50
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    51
!stx_libview2 class methodsFor:'description'!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    52
2332
6635722bdb85 Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2319
diff changeset
    53
excludedFromPreRequisites
2838
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
    54
    "list all packages which should be ignored in the automatic
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
    55
     preRequisites scan. See #preRequisites for more."
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
    56
2332
6635722bdb85 Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2319
diff changeset
    57
    ^ #(
3106
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
    58
	#'stx:goodies/webServer'    "HTTPServer - referenced by ApplicationModel>>initializeWebServiceDevice "
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
    59
	#'exept:httpPortal'    "HTTPPortalService - referenced by ApplicationModel class>>startAsWebService:onPort: "
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
    60
	#'stx:libwidg'    "Label - referenced by ActiveHelpView>>contents: "
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
    61
	#'stx:libwidg2'    "LabelAndIcon - referenced by MenuItem>>labelImage: "
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
    62
	#'stx:libtool'    "AboutBox - referenced by ToolApplicationModel>>xxopenAboutThisApplication "
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
    63
	#'stx:libtool2'    "ImageEditor - referenced by ResourceSpecEditor>>doEditImage "
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
    64
	#'stx:libcompat'    "TextAttributes - referenced by WindowBuilder>>resolveFont: "
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
    65
	#'stx:libhtml'    "HTMLDocumentView - referenced by ApplicationModel>>openDocumentationFile: "
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    66
    )
2245
7d7e5ee0f972 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2230
diff changeset
    67
!
7d7e5ee0f972 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2230
diff changeset
    68
3101
8650cfc63b66 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 3093
diff changeset
    69
mandatoryPreRequisites
3626
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
    70
    "list packages which are mandatory as a prerequisite.
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
    71
     This are packages containing superclasses of my classes and classes which
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
    72
     are extended by myself.
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
    73
     They are mandatory, because we need these packages as a prerequisite for loading and compiling.
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
    74
     This method is generated automatically,
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
    75
     by searching along the inheritance chain of all of my classes."
2838
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
    76
2245
7d7e5ee0f972 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2230
diff changeset
    77
    ^ #(
3626
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
    78
        #'stx:libbasic'    "ArrayedCollection - extended"
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
    79
        #'stx:libbasic2'    "PrinterStream - superclass of WinPrinterStream"
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
    80
        #'stx:libview'    "Color - superclass of ColorValue"
3101
8650cfc63b66 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 3093
diff changeset
    81
    )
8650cfc63b66 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 3093
diff changeset
    82
!
8650cfc63b66 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 3093
diff changeset
    83
8650cfc63b66 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 3093
diff changeset
    84
referencedPreRequisites
3626
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
    85
    "list packages which are a prerequisite, because they contain
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
    86
     classes which are referenced by my classes.
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
    87
     We do not need these packages as a prerequisite for compiling or loading,
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
    88
     however, a class from it may be referenced during execution and having it
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
    89
     unloaded then may lead to a runtime doesNotUnderstand error, unless the caller
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
    90
     includes explicit checks for the package being present.
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
    91
     This method is generated automatically,
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
    92
     by searching all classes (and their packages) which are referenced by my classes."
3101
8650cfc63b66 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 3093
diff changeset
    93
8650cfc63b66 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 3093
diff changeset
    94
    ^ #(
3626
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
    95
        #'stx:libui'    "ComponentSpec - referenced by UIBuilder>>add:"
3177
c9bc8a08c5ca automatic checkIn
Michael Beyl <mb@exept.de>
parents: 3167
diff changeset
    96
    )
c9bc8a08c5ca automatic checkIn
Michael Beyl <mb@exept.de>
parents: 3167
diff changeset
    97
!
c9bc8a08c5ca automatic checkIn
Michael Beyl <mb@exept.de>
parents: 3167
diff changeset
    98
c9bc8a08c5ca automatic checkIn
Michael Beyl <mb@exept.de>
parents: 3167
diff changeset
    99
subProjects
c9bc8a08c5ca automatic checkIn
Michael Beyl <mb@exept.de>
parents: 3167
diff changeset
   100
    "list packages which are known as subprojects.
c9bc8a08c5ca automatic checkIn
Michael Beyl <mb@exept.de>
parents: 3167
diff changeset
   101
     The generated makefile will enter those and make there as well.
c9bc8a08c5ca automatic checkIn
Michael Beyl <mb@exept.de>
parents: 3167
diff changeset
   102
     However: they are not forced to be loaded when a package is loaded;
c9bc8a08c5ca automatic checkIn
Michael Beyl <mb@exept.de>
parents: 3167
diff changeset
   103
     for those, redefine requiredPrerequisites"
c9bc8a08c5ca automatic checkIn
Michael Beyl <mb@exept.de>
parents: 3167
diff changeset
   104
c9bc8a08c5ca automatic checkIn
Michael Beyl <mb@exept.de>
parents: 3167
diff changeset
   105
    ^ #(
2245
7d7e5ee0f972 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2230
diff changeset
   106
    )
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   107
! !
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   108
2176
6486f04fa88d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2160
diff changeset
   109
!stx_libview2 class methodsFor:'description - compilation'!
6486f04fa88d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2160
diff changeset
   110
2740
ac01b31e9f32 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2735
diff changeset
   111
additionalBaseAddressDefinition_bc_dot_mak
ac01b31e9f32 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2735
diff changeset
   112
    "this is an optional definition, which (if present) may speed up the dll-loading a little
ac01b31e9f32 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2735
diff changeset
   113
     on win32 systems."
ac01b31e9f32 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2735
diff changeset
   114
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   115
    ^ '
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   116
# see stdHeader_bc for LIBVIEW2_BASE
2740
ac01b31e9f32 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2735
diff changeset
   117
LIB_BASE=$(LIBVIEW2_BASE)
ac01b31e9f32 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2735
diff changeset
   118
'
ac01b31e9f32 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2735
diff changeset
   119
!
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   120
2740
ac01b31e9f32 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2735
diff changeset
   121
additionalDefinitions_bc_dot_mak
ac01b31e9f32 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2735
diff changeset
   122
    ^ '
3649
1639efee54f2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3626
diff changeset
   123
# LIBJPEG_DIR=$(TOP)\support\libjpeg-6a
1639efee54f2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3626
diff changeset
   124
LIBJPEG_DIR=$(TOP)\support\libjpeg-9
2965
5a4445119181 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2959
diff changeset
   125
3042
820bd14492c0 class: stx_libview2
Claus Gittinger <cg@exept.de>
parents: 3032
diff changeset
   126
!!if defined(USEMINGW32) || defined(USEMINGW64)
820bd14492c0 class: stx_libview2
Claus Gittinger <cg@exept.de>
parents: 3032
diff changeset
   127
LIBJPEG=$(LIBJPEG_DIR)\$(OBJDIR)\libjpeg.a
2959
1168ad8c8c73 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2949
diff changeset
   128
!!else
3042
820bd14492c0 class: stx_libview2
Claus Gittinger <cg@exept.de>
parents: 3032
diff changeset
   129
LIBJPEG=$(LIBJPEG_DIR)\$(OBJDIR)\libjpeg.lib
2959
1168ad8c8c73 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2949
diff changeset
   130
!!endif
3042
820bd14492c0 class: stx_libview2
Claus Gittinger <cg@exept.de>
parents: 3032
diff changeset
   131
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   132
CLOCAL_INCL=-I"$(LIBJPEG_DIR)"
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   133
'
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   134
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   135
    "Created: / 22-08-2006 / 23:58:05 / cg"
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   136
!
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   137
2427
aa5ea28f0f87 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 2422
diff changeset
   138
additionalLinkLibraries_bc_dot_mak
aa5ea28f0f87 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 2422
diff changeset
   139
    ^ '$(LIBJPEG)'
aa5ea28f0f87 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 2422
diff changeset
   140
!
aa5ea28f0f87 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 2422
diff changeset
   141
3058
12d244adca63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3054
diff changeset
   142
additionalLinkLibraries_make_dot_proto
12d244adca63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3054
diff changeset
   143
    ^ '$(JPEGLIB_LD_ARG)'
12d244adca63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3054
diff changeset
   144
!
12d244adca63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3054
diff changeset
   145
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   146
additionalRules_bc_dot_mak
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   147
    ^ '
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   148
$(LIBJPEG):
3054
2d7cc65c649b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3052
diff changeset
   149
	cd $(LIBJPEG_DIR)
2d7cc65c649b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3052
diff changeset
   150
	$(MAKE_BAT)
2d7cc65c649b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3052
diff changeset
   151
	cd ..\..\libview2
2192
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   152
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   153
$(OUTDIR)JPEGReader.$(O):: $(LIBJPEG_DIR)\jconfig.h
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   154
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   155
$(LIBJPEG_DIR)\jconfig.h: $(LIBJPEG)
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   156
'
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   157
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   158
    "Created: / 22-08-2006 / 23:58:29 / cg"
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   159
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   160
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   161
additionalRules_make_dot_proto
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   162
    ^ '
3058
12d244adca63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3054
diff changeset
   163
3081
c31be64e085f automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 3076
diff changeset
   164
libjpeg: $(LIBJPEG_DIR)/Makefile
3106
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   165
	cd $(LIBJPEG_DIR); $(MAKE) $(MAKE_JPEGLIB_ARG)
3058
12d244adca63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3054
diff changeset
   166
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   167
#
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   168
# prelink JPEGReader.o with libjpeg
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   169
#
3137
640448ea4068 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3136
diff changeset
   170
JPEGReader_prelinked: $(LIBJPEG)
3106
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   171
	@$(MAKE) JPEGReader.$(O) \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   172
		CC="$(LIBJPEG_CC)" \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   173
		OPT="$(LIBJPEG_OPT)" \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   174
		LOCALDEFS="-I$(LIBJPEG_DIR)" \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   175
		LIBNAME="$(LIBNAME)" \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   176
		STCOPT="$(STCOPT)" \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   177
		STCLOCALOPT="$(STCLOCALOPT)" \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   178
		CCLOCALOPT="$(CCLOCALOPT)" \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   179
		LINKOBJRULE="$(LINKOBJRULE)"
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   180
	@if [ "$(NO_PRELINK_LIBJPEG)" = "" ]; then \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   181
	    echo; \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   182
	    echo "prelinking JPEGReader with libjpeg ..."; \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   183
	    echo; \
3238
2d877646264b Fixed compilation under Linux - use $(CLASSLIB_LD) instead of ld!!!
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3237
diff changeset
   184
	    echo $(CLASSLIB_LD) $(LD_REL_FLAG) -o JPEGReader.$(O) __JPEGReader.$(O) $(LIBJPEG); \
3106
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   185
	    mv JPEGReader.$(O) __JPEGReader.$(O) && \
3238
2d877646264b Fixed compilation under Linux - use $(CLASSLIB_LD) instead of ld!!!
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3237
diff changeset
   186
	    $(CLASSLIB_LD) $(LD_REL_FLAG) -o JPEGReader.$(O) __JPEGReader.$(O) $(LIBJPEG) && \
3106
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   187
	    rm -f __JPEGReader.$(O); \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   188
	    echo; \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   189
	fi
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   190
3137
640448ea4068 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3136
diff changeset
   191
$(LIBJPEG_DIR)/libjpeg.a: $(LIBJPEG_MAKE_LIB)
640448ea4068 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3136
diff changeset
   192
	cp $(LIBJPEG_MAKE_LIB)/.libs/libjpeg.a $(LIBJPEG)
2810
115f9b774f6c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2796
diff changeset
   193
3137
640448ea4068 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3136
diff changeset
   194
#the following is needed for linux; LIBJPEG_MAKE_LIB is expanded to: $(LIBJPEG_DIR)/.libs/libjpeg.a
640448ea4068 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3136
diff changeset
   195
#do not replace taget below by LIBJPEG_MAKE_LIB, because it may be empty for other systems (osx)
2810
115f9b774f6c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2796
diff changeset
   196
$(LIBJPEG_DIR)/.libs/libjpeg.a: $(LIBJPEG_DIR)/Makefile $(LIBJPEG_DIR)/*.c $(LIBJPEG_DIR)/*.h
3106
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   197
	@-echo
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   198
	@-echo "making libjpeg support library ..."
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   199
	@-echo
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   200
	cd $(LIBJPEG_DIR) \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   201
	    && $(MAKE) all CC="$(LIBJPEG_CC)" OPT="$(LIBJPEG_OPT)" CFLAGS="$(LIBJPEG_OPT) $(CCCONFOPT)"
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   202
	@-echo
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   203
2810
115f9b774f6c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2796
diff changeset
   204
$(LIBJPEG_DIR)/Makefile:
3106
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   205
	@-echo
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   206
	@-echo "configure libjpeg support library ..."
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   207
	@-echo
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   208
	cd $(LIBJPEG_DIR) && ./configure CC="$(LIBJPEG_CC)" OPT="$(LIBJPEG_OPT)" CFLAGS="$(LIBJPEG_OPT) $(CCCONFOPT)"'
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   209
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   210
    "Created: / 22-08-2006 / 23:58:51 / cg"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   211
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   212
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   213
additionalTargets_bc_dot_mak
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   214
    "additional targets to be added to the nt.mak file."
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   215
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   216
    ^ '$(LIBJPEG)'
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   217
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   218
    "Created: / 23-08-2006 / 00:01:19 / cg"
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   219
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   220
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   221
additionalTargets_make_dot_proto
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   222
    "additional targets to be added to the make.proto file."
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   223
3058
12d244adca63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3054
diff changeset
   224
    ^ '$(JPEGLIB_MAKE_TARGET) $(JPEGREADER_PRELINKED)'
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   225
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   226
    "Created: / 22-08-2006 / 23:54:37 / cg"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   227
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   228
3161
12f911ad59dc class: stx_libview2
Claus Gittinger <cg@exept.de>
parents: 3155
diff changeset
   229
localIncludes
12f911ad59dc class: stx_libview2
Claus Gittinger <cg@exept.de>
parents: 3155
diff changeset
   230
    ^ '$(JPEG_INCLUDE)'
12f911ad59dc class: stx_libview2
Claus Gittinger <cg@exept.de>
parents: 3155
diff changeset
   231
!
12f911ad59dc class: stx_libview2
Claus Gittinger <cg@exept.de>
parents: 3155
diff changeset
   232
2192
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   233
stcOptimizationOptions
3391
8cc718921bbb class: SimpleView
Claus Gittinger <cg@exept.de>
parents: 3378
diff changeset
   234
    ^ '+optinline'
2192
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   235
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   236
    "Created: / 23-08-2006 / 11:27:11 / cg"
3391
8cc718921bbb class: SimpleView
Claus Gittinger <cg@exept.de>
parents: 3378
diff changeset
   237
!
8cc718921bbb class: SimpleView
Claus Gittinger <cg@exept.de>
parents: 3378
diff changeset
   238
8cc718921bbb class: SimpleView
Claus Gittinger <cg@exept.de>
parents: 3378
diff changeset
   239
stcWarningOptions
8cc718921bbb class: SimpleView
Claus Gittinger <cg@exept.de>
parents: 3378
diff changeset
   240
    ^ '-warnNonStandard -warnUnused'
2192
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   241
! !
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   242
2201
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   243
!stx_libview2 class methodsFor:'description - contents'!
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   244
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   245
classNamesAndAttributes
2838
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   246
    "lists the classes which are to be included in the project.
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   247
     Each entry in the list may be: a single class-name (symbol),
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   248
     or an array-literal consisting of class name and attributes.
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   249
     Attributes are: #autoload or #<os> where os is one of win32, unix,..."
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   250
2201
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   251
    ^ #(
3131
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   252
        "<className> or (<className> attributes...) in load order"
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   253
        ActiveHelpView
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   254
        ApplicationSubView
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   255
        ApplicationWindow
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   256
        ColorValue
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   257
        DisplayObject
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   258
        DragAndDropManager
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   259
        DragHandler
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   260
        DrawAdaptor
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   261
        DropContext
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   262
        DropObject
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   263
        DropSource
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   264
        DropTarget
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   265
        EventListener
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   266
        ExternalTopView
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   267
        GIFReader
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   268
        Icon
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   269
        ImageFrame
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   270
        ImageSequence
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   271
        InputView
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   272
        JPEGReader
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   273
        KeyboardProcessor
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   274
        Layout
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   275
        MIMETypeIconLibrary
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   276
        MIMETypes
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   277
        MacOSXIconReader
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   278
        MenuItem
3131
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   279
        Model
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   280
        MultiImage
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   281
        PNGReader
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   282
        PopUpBanner
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   283
        PrintConverter
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   284
        PrinterContext
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   285
        PropertyListDictionary
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   286
        ResourceRetriever
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   287
        StandardSystemController
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   288
        TIFFReader
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   289
        TransparentBox
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   290
        VisualRegion
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   291
        WindowBuilder
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   292
        WindowsIconReader
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   293
        XBMReader
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   294
        XPMReader
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   295
        #'stx_libview2'
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   296
        ActiveHelp
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   297
        ApplicationModel
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   298
        LayoutOrigin
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   299
        Menu
3131
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   300
        Plug
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   301
        PluggableEventListener
3406
f1e1fdc2a7fe class: stx_libview2
Stefan Vogel <sv@exept.de>
parents: 3391
diff changeset
   302
        ScreenLock
3131
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   303
        UIBuilder
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   304
        ValueModel
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   305
        VisualComponent
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   306
        AlignmentOrigin
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   307
        ApplicationWithFileHistory
3131
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   308
        BlockValue
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   309
        FlyByHelp
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   310
        IndirectValue
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   311
        LayoutFrame
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   312
        PluggableAdaptor
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   313
        ProtocolAdaptor
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   314
        SimpleDialog
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   315
        ToolApplicationModel
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   316
        ValueHolder
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   317
        VisualPart
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   318
        AspectAdaptor
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   319
        BooleanBlockValue
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   320
        BooleanValueHolder
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   321
        BufferedValueHolder
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   322
        DictionaryAdaptor
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   323
        RangeAdaptor
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   324
        ResourceSpecEditor
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   325
        TriggerValue
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   326
        TypeConverter
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   327
        ValueHolderWithRememberedPreviousValue
3131
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   328
        ValueHolderWithWeakDependents
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   329
        AspectAdaptorWithDefault
3831
dd7451b0d7e9 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3789
diff changeset
   330
        (WinPrinterStream win32)
dd7451b0d7e9 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3789
diff changeset
   331
        (WinPrinterContext win32)
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   332
        (AVIReader autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   333
        (ApplicationController autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   334
        (BlitImageReader autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   335
        (BorderedWrapper autoload)
3626
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
   336
        (BoundedWrapper autoload)
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   337
        (CompositePart autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   338
        (CompositeTransform autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   339
        (ConvertedValue autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   340
        (DependentPart autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   341
        (FLIReader autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   342
        (FaceReader autoload)
3626
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
   343
        (FillingWrapper autoload)
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
   344
        (GeometricWrapper autoload)
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   345
        (HersheyFont autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   346
        (Insets autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   347
        (IrisRGBReader autoload)
3626
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
   348
        (LayoutWrapper autoload)
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   349
        (MatrixTransform2x3 autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   350
        (PBMReader autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   351
        (PCXReader autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   352
        (PICTReader autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   353
        (PluggableView autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   354
        (RIFFReader autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   355
        (ST80FormReader autoload)
3626
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
   356
        (StrokingOrFillingWrapper autoload)
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
   357
        (StrokingWrapper autoload)
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   358
        (SunRasterReader autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   359
        (TargaReader autoload)
3626
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
   360
        (TranslatingWrapper autoload)
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   361
        (ViewForwardingController autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   362
        (Wrapper autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   363
        (XWDReader autoload)
2201
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   364
    )
2729
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   365
!
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   366
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   367
extensionMethodNames
3626
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
   368
    "list class/selector pairs of extensions.
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
   369
     A correponding method with real names must be present in my concrete subclasses"
2838
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   370
2729
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   371
    ^ #(
3177
c9bc8a08c5ca automatic checkIn
Michael Beyl <mb@exept.de>
parents: 3167
diff changeset
   372
        CharacterArray asMimeType
2729
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   373
    )
2201
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   374
! !
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   375
2192
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   376
!stx_libview2 class methodsFor:'description - project information'!
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   377
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   378
companyName
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   379
    "Return a companyname which will appear in <lib>.rc"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   380
3787
1ee661243f46 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3771
diff changeset
   381
    ^ 'Claus Gittinger / eXept Software AG'
1ee661243f46 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3771
diff changeset
   382
1ee661243f46 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3771
diff changeset
   383
    "Modified: / 18-11-2016 / 11:47:52 / cg"
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   384
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   385
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   386
description
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   387
    "Return a description string which will appear in nt.def / bc.def"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   388
2152
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
   389
    ^ 'Smalltalk/X Additional Graphic Interfacing'
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
   390
!
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
   391
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   392
legalCopyright
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   393
    "Return copyright string which will appear in <lib>.rc"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   394
3789
6863efd3240e #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3788
diff changeset
   395
    ^ 'Copyright Claus Gittinger 1988\nCopyright eXept Software AG 2012'
2350
51be248dae3c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2349
diff changeset
   396
3789
6863efd3240e #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 3788
diff changeset
   397
    "Modified: / 18-11-2016 / 12:19:10 / cg"
3101
8650cfc63b66 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 3093
diff changeset
   398
!
8650cfc63b66 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 3093
diff changeset
   399
8650cfc63b66 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 3093
diff changeset
   400
productName
8650cfc63b66 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 3093
diff changeset
   401
    "Return a product name which will appear in <lib>.rc"
8650cfc63b66 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 3093
diff changeset
   402
8650cfc63b66 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 3093
diff changeset
   403
    ^ 'Smalltalk/X'
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   404
! !
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   405
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   406
!stx_libview2 class methodsFor:'documentation'!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   407
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   408
version
3479
e781dae48bf0 copyright messages updated
Claus Gittinger <cg@exept.de>
parents: 3446
diff changeset
   409
    ^ '$Header$'
2796
9ca6422007ad automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2740
diff changeset
   410
!
9ca6422007ad automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2740
diff changeset
   411
9ca6422007ad automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2740
diff changeset
   412
version_CVS
3479
e781dae48bf0 copyright messages updated
Claus Gittinger <cg@exept.de>
parents: 3446
diff changeset
   413
    ^ '$Header$'
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   414
! !
3131
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   415