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