stx_libview2.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 29 May 2016 05:59:49 +0000
branchjv
changeset 3686 58c9f3c7d3c6
parent 3650 3a44cd850d0a
child 3797 e17e95f379eb
permissions -rw-r--r--
Win32: fixes to compile under MSYS2 environment
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
"
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
     2
 COPYRIGHT (c) 2006 by eXept Software AG
3054
2d7cc65c649b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3052
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
"
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    27
 COPYRIGHT (c) 2006 by eXept Software AG
3054
2d7cc65c649b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3052
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.
3446
08f66a8025bf class: stx_libview2
Claus Gittinger <cg@exept.de>
parents: 3441
diff changeset
    44
    This includes support classes for the applciationModel framework, and readers/writers
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
08f66a8025bf class: stx_libview2
Claus Gittinger <cg@exept.de>
parents: 3441
diff changeset
    47
    As with libview, this does not contain medium level 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)
3567
278c744dff7b Use standard configure & make to build libjpeg-9 under Windows/MinGW
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3512
diff changeset
   127
LIBJPEG=$(LIBJPEG_DIR)\.libs\libjpeg.a
278c744dff7b Use standard configure & make to build libjpeg-9 under Windows/MinGW
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3512
diff changeset
   128
!! if defined(USEMINGW32)
278c744dff7b Use standard configure & make to build libjpeg-9 under Windows/MinGW
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3512
diff changeset
   129
LIBJPEG_TARGET = i686-pc-mingw32
278c744dff7b Use standard configure & make to build libjpeg-9 under Windows/MinGW
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3512
diff changeset
   130
!! else 
278c744dff7b Use standard configure & make to build libjpeg-9 under Windows/MinGW
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3512
diff changeset
   131
LIBJPEG_TARGET = x86_64-w64-mingw32
278c744dff7b Use standard configure & make to build libjpeg-9 under Windows/MinGW
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3512
diff changeset
   132
!! endif
2959
1168ad8c8c73 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2949
diff changeset
   133
!!else
3042
820bd14492c0 class: stx_libview2
Claus Gittinger <cg@exept.de>
parents: 3032
diff changeset
   134
LIBJPEG=$(LIBJPEG_DIR)\$(OBJDIR)\libjpeg.lib
2959
1168ad8c8c73 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2949
diff changeset
   135
!!endif
3042
820bd14492c0 class: stx_libview2
Claus Gittinger <cg@exept.de>
parents: 3032
diff changeset
   136
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   137
CLOCAL_INCL=-I"$(LIBJPEG_DIR)"
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   138
'
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
    "Created: / 22-08-2006 / 23:58:05 / cg"
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   141
!
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   142
2427
aa5ea28f0f87 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 2422
diff changeset
   143
additionalLinkLibraries_bc_dot_mak
aa5ea28f0f87 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 2422
diff changeset
   144
    ^ '$(LIBJPEG)'
aa5ea28f0f87 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 2422
diff changeset
   145
!
aa5ea28f0f87 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 2422
diff changeset
   146
3058
12d244adca63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3054
diff changeset
   147
additionalLinkLibraries_make_dot_proto
12d244adca63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3054
diff changeset
   148
    ^ '$(JPEGLIB_LD_ARG)'
12d244adca63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3054
diff changeset
   149
!
12d244adca63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3054
diff changeset
   150
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   151
additionalRules_bc_dot_mak
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   152
    ^ '
3567
278c744dff7b Use standard configure & make to build libjpeg-9 under Windows/MinGW
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3512
diff changeset
   153
!!if defined(USEMINGW32) || defined(USEMINGW64)
278c744dff7b Use standard configure & make to build libjpeg-9 under Windows/MinGW
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3512
diff changeset
   154
$(LIBJPEG): $(LIBJPEG_DIR)/config.status
3686
58c9f3c7d3c6 Win32: fixes to compile under MSYS2 environment
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3650
diff changeset
   155
    pushd $(LIBJPEG_DIR) & set "PATH=C:\MSYS64\usr\bin;C:\MINGW\MSYS\1.0\bin;C:\MSYS\1.0\bin;%%PATH%%" & make
3567
278c744dff7b Use standard configure & make to build libjpeg-9 under Windows/MinGW
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3512
diff changeset
   156
278c744dff7b Use standard configure & make to build libjpeg-9 under Windows/MinGW
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3512
diff changeset
   157
$(LIBJPEG_DIR)/config.status:
3686
58c9f3c7d3c6 Win32: fixes to compile under MSYS2 environment
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3650
diff changeset
   158
    pushd $(LIBJPEG_DIR) & set "PATH=C:\MSYS64\usr\bin;C:\MINGW\MSYS\1.0\bin;C:\MSYS\1.0\bin;%%PATH%%" & bash configure --build=$(LIBJPEG_TARGET) & echo #define HAVE_PROTOTYPES >> jconfig.h
3567
278c744dff7b Use standard configure & make to build libjpeg-9 under Windows/MinGW
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3512
diff changeset
   159
278c744dff7b Use standard configure & make to build libjpeg-9 under Windows/MinGW
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3512
diff changeset
   160
clobber::
3686
58c9f3c7d3c6 Win32: fixes to compile under MSYS2 environment
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3650
diff changeset
   161
    -pushd $(LIBJPEG_DIR) & set "PATH=C:\MSYS64\usr\bin;C:\MINGW\MSYS\1.0\bin;C:\MSYS\1.0\bin;%%PATH%%" & IF EXIST makefile (make distclean)
3567
278c744dff7b Use standard configure & make to build libjpeg-9 under Windows/MinGW
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3512
diff changeset
   162
278c744dff7b Use standard configure & make to build libjpeg-9 under Windows/MinGW
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3512
diff changeset
   163
clean::
3686
58c9f3c7d3c6 Win32: fixes to compile under MSYS2 environment
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3650
diff changeset
   164
    -pushd $(LIBJPEG_DIR) & set "PATH=C:\MSYS64\usr\bin;C:\MINGW\MSYS\1.0\bin;C:\MSYS\1.0\bin;%%PATH%%" & IF EXIST makefile (make clean)
3567
278c744dff7b Use standard configure & make to build libjpeg-9 under Windows/MinGW
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3512
diff changeset
   165
278c744dff7b Use standard configure & make to build libjpeg-9 under Windows/MinGW
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3512
diff changeset
   166
!!else
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   167
$(LIBJPEG):
3567
278c744dff7b Use standard configure & make to build libjpeg-9 under Windows/MinGW
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3512
diff changeset
   168
    cd $(LIBJPEG_DIR)
278c744dff7b Use standard configure & make to build libjpeg-9 under Windows/MinGW
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3512
diff changeset
   169
    $(MAKE_BAT)
278c744dff7b Use standard configure & make to build libjpeg-9 under Windows/MinGW
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3512
diff changeset
   170
    cd ..\..\libview2
278c744dff7b Use standard configure & make to build libjpeg-9 under Windows/MinGW
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3512
diff changeset
   171
!!endif
2192
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   172
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   173
$(OUTDIR)JPEGReader.$(O):: $(LIBJPEG_DIR)\jconfig.h
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   174
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   175
$(LIBJPEG_DIR)\jconfig.h: $(LIBJPEG)
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   176
'
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   177
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   178
    "Created: / 22-08-2006 / 23:58:29 / cg"
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   179
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   180
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   181
additionalRules_make_dot_proto
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   182
    ^ '
3058
12d244adca63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3054
diff changeset
   183
3081
c31be64e085f automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 3076
diff changeset
   184
libjpeg: $(LIBJPEG_DIR)/Makefile
3106
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   185
	cd $(LIBJPEG_DIR); $(MAKE) $(MAKE_JPEGLIB_ARG)
3058
12d244adca63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3054
diff changeset
   186
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   187
#
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   188
# prelink JPEGReader.o with libjpeg
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   189
#
3137
640448ea4068 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3136
diff changeset
   190
JPEGReader_prelinked: $(LIBJPEG)
3106
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   191
	@$(MAKE) JPEGReader.$(O) \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   192
		CC="$(LIBJPEG_CC)" \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   193
		OPT="$(LIBJPEG_OPT)" \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   194
		LOCALDEFS="-I$(LIBJPEG_DIR)" \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   195
		LIBNAME="$(LIBNAME)" \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   196
		STCOPT="$(STCOPT)" \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   197
		STCLOCALOPT="$(STCLOCALOPT)" \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   198
		CCLOCALOPT="$(CCLOCALOPT)" \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   199
		LINKOBJRULE="$(LINKOBJRULE)"
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   200
	@if [ "$(NO_PRELINK_LIBJPEG)" = "" ]; then \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   201
	    echo; \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   202
	    echo "prelinking JPEGReader with libjpeg ..."; \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   203
	    echo; \
3238
2d877646264b Fixed compilation under Linux - use $(CLASSLIB_LD) instead of ld!!!
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3237
diff changeset
   204
	    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
   205
	    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
   206
	    $(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
   207
	    rm -f __JPEGReader.$(O); \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   208
	    echo; \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   209
	fi
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   210
3137
640448ea4068 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3136
diff changeset
   211
$(LIBJPEG_DIR)/libjpeg.a: $(LIBJPEG_MAKE_LIB)
640448ea4068 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3136
diff changeset
   212
	cp $(LIBJPEG_MAKE_LIB)/.libs/libjpeg.a $(LIBJPEG)
2810
115f9b774f6c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2796
diff changeset
   213
3137
640448ea4068 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3136
diff changeset
   214
#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
   215
#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
   216
$(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
   217
	@-echo
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   218
	@-echo "making libjpeg support library ..."
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   219
	@-echo
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   220
	cd $(LIBJPEG_DIR) \
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   221
	    && $(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
   222
	@-echo
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   223
2810
115f9b774f6c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2796
diff changeset
   224
$(LIBJPEG_DIR)/Makefile:
3106
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   225
	@-echo
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   226
	@-echo "configure libjpeg support library ..."
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   227
	@-echo
77e6e44d3c04 extensionsVersion method SHALL NOT be here
Claus Gittinger <cg@exept.de>
parents: 3105
diff changeset
   228
	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
   229
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   230
    "Created: / 22-08-2006 / 23:58:51 / cg"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   231
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   232
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   233
additionalTargets_bc_dot_mak
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   234
    "additional targets to be added to the nt.mak file."
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   235
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   236
    ^ '$(LIBJPEG)'
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   237
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   238
    "Created: / 23-08-2006 / 00:01:19 / cg"
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   239
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   240
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   241
additionalTargets_make_dot_proto
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   242
    "additional targets to be added to the make.proto file."
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   243
3058
12d244adca63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3054
diff changeset
   244
    ^ '$(JPEGLIB_MAKE_TARGET) $(JPEGREADER_PRELINKED)'
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   245
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   246
    "Created: / 22-08-2006 / 23:54:37 / cg"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   247
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   248
3161
12f911ad59dc class: stx_libview2
Claus Gittinger <cg@exept.de>
parents: 3155
diff changeset
   249
localIncludes
12f911ad59dc class: stx_libview2
Claus Gittinger <cg@exept.de>
parents: 3155
diff changeset
   250
    ^ '$(JPEG_INCLUDE)'
12f911ad59dc class: stx_libview2
Claus Gittinger <cg@exept.de>
parents: 3155
diff changeset
   251
!
12f911ad59dc class: stx_libview2
Claus Gittinger <cg@exept.de>
parents: 3155
diff changeset
   252
2192
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   253
stcOptimizationOptions
3391
8cc718921bbb class: SimpleView
Claus Gittinger <cg@exept.de>
parents: 3378
diff changeset
   254
    ^ '+optinline'
2192
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   255
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   256
    "Created: / 23-08-2006 / 11:27:11 / cg"
3391
8cc718921bbb class: SimpleView
Claus Gittinger <cg@exept.de>
parents: 3378
diff changeset
   257
!
8cc718921bbb class: SimpleView
Claus Gittinger <cg@exept.de>
parents: 3378
diff changeset
   258
8cc718921bbb class: SimpleView
Claus Gittinger <cg@exept.de>
parents: 3378
diff changeset
   259
stcWarningOptions
8cc718921bbb class: SimpleView
Claus Gittinger <cg@exept.de>
parents: 3378
diff changeset
   260
    ^ '-warnNonStandard -warnUnused'
2192
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   261
! !
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   262
2201
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   263
!stx_libview2 class methodsFor:'description - contents'!
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   264
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   265
classNamesAndAttributes
2838
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   266
    "lists the classes which are to be included in the project.
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   267
     Each entry in the list may be: a single class-name (symbol),
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   268
     or an array-literal consisting of class name and attributes.
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   269
     Attributes are: #autoload or #<os> where os is one of win32, unix,..."
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   270
2201
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   271
    ^ #(
3131
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   272
        "<className> or (<className> attributes...) in load order"
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   273
        ActiveHelpView
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   274
        ApplicationSubView
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   275
        ApplicationWindow
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   276
        ColorValue
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   277
        DisplayObject
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   278
        DragAndDropManager
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   279
        DragHandler
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   280
        DrawAdaptor
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   281
        DropContext
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   282
        DropObject
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   283
        DropSource
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   284
        DropTarget
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   285
        EventListener
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   286
        ExternalTopView
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   287
        GIFReader
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   288
        Icon
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   289
        ImageFrame
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   290
        ImageSequence
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   291
        InputView
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   292
        JPEGReader
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   293
        KeyboardProcessor
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   294
        Layout
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   295
        MIMETypeIconLibrary
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   296
        MIMETypes
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   297
        MacOSXIconReader
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   298
        MenuItem
3131
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   299
        Model
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   300
        MultiImage
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   301
        PNGReader
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   302
        PopUpBanner
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   303
        PrintConverter
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   304
        PrinterContext
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   305
        PropertyListDictionary
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   306
        ResourceRetriever
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   307
        StandardSystemController
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   308
        TIFFReader
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   309
        TransparentBox
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   310
        VisualRegion
3626
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
   311
        (WinPrinterStream win32)
3131
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   312
        WindowBuilder
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   313
        WindowsIconReader
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   314
        XBMReader
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   315
        XPMReader
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   316
        #'stx_libview2'
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   317
        ActiveHelp
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   318
        ApplicationModel
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   319
        LayoutOrigin
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   320
        Menu
3131
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   321
        Plug
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   322
        PluggableEventListener
3406
f1e1fdc2a7fe class: stx_libview2
Stefan Vogel <sv@exept.de>
parents: 3391
diff changeset
   323
        ScreenLock
3131
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   324
        UIBuilder
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   325
        ValueModel
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   326
        VisualComponent
3626
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
   327
        (WinPrinterContext win32)
3131
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   328
        AlignmentOrigin
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   329
        ApplicationWithFileHistory
3131
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   330
        BlockValue
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   331
        FlyByHelp
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   332
        IndirectValue
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   333
        LayoutFrame
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   334
        PluggableAdaptor
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   335
        ProtocolAdaptor
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   336
        SimpleDialog
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   337
        ToolApplicationModel
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   338
        ValueHolder
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   339
        VisualPart
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   340
        AspectAdaptor
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   341
        BooleanBlockValue
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   342
        BooleanValueHolder
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   343
        BufferedValueHolder
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   344
        DictionaryAdaptor
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   345
        RangeAdaptor
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   346
        ResourceSpecEditor
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   347
        TriggerValue
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   348
        TypeConverter
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   349
        ValueHolderWithRememberedPreviousValue
3131
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   350
        ValueHolderWithWeakDependents
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   351
        AspectAdaptorWithDefault
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   352
        (AVIReader autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   353
        (ApplicationController autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   354
        (BlitImageReader autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   355
        (BorderedWrapper autoload)
3626
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
   356
        (BoundedWrapper autoload)
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   357
        (CompositePart autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   358
        (CompositeTransform autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   359
        (ConvertedValue autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   360
        (DependentPart autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   361
        (FLIReader autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   362
        (FaceReader autoload)
3626
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
   363
        (FillingWrapper autoload)
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
   364
        (GeometricWrapper autoload)
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   365
        (HersheyFont autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   366
        (Insets autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   367
        (IrisRGBReader autoload)
3626
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
   368
        (LayoutWrapper autoload)
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   369
        (MatrixTransform2x3 autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   370
        (PBMReader autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   371
        (PCXReader autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   372
        (PICTReader autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   373
        (PluggableView autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   374
        (RIFFReader autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   375
        (ST80FormReader autoload)
3626
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
   376
        (StrokingOrFillingWrapper autoload)
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
   377
        (StrokingWrapper autoload)
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   378
        (SunRasterReader autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   379
        (TargaReader autoload)
3626
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
   380
        (TranslatingWrapper autoload)
3378
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   381
        (ViewForwardingController autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   382
        (Wrapper autoload)
0086f017aef8 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3278
diff changeset
   383
        (XWDReader autoload)
2201
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   384
    )
2729
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   385
!
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   386
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   387
extensionMethodNames
3626
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
   388
    "list class/selector pairs of extensions.
706f4f2cdff8 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 3512
diff changeset
   389
     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
   390
2729
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   391
    ^ #(
3177
c9bc8a08c5ca automatic checkIn
Michael Beyl <mb@exept.de>
parents: 3167
diff changeset
   392
        CharacterArray asMimeType
2729
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   393
    )
2201
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   394
! !
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   395
2192
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   396
!stx_libview2 class methodsFor:'description - project information'!
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   397
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   398
companyName
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   399
    "Return a companyname which will appear in <lib>.rc"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   400
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   401
    ^ 'eXept Software AG'
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   402
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   403
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   404
description
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   405
    "Return a description string which will appear in nt.def / bc.def"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   406
2152
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
   407
    ^ 'Smalltalk/X Additional Graphic Interfacing'
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
   408
!
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
   409
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   410
legalCopyright
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   411
    "Return copyright string which will appear in <lib>.rc"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   412
3479
e781dae48bf0 copyright messages updated
Claus Gittinger <cg@exept.de>
parents: 3446
diff changeset
   413
    ^ 'Copyright Claus Gittinger 1988-2012\nCopyright eXept Software AG 2012'
2350
51be248dae3c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2349
diff changeset
   414
3010
3d75dd48f9c6 changed: #legalcopyright
Claus Gittinger <cg@exept.de>
parents: 2998
diff changeset
   415
    "Modified: / 18-07-2012 / 19:12:07 / cg"
3101
8650cfc63b66 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 3093
diff changeset
   416
!
8650cfc63b66 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 3093
diff changeset
   417
8650cfc63b66 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 3093
diff changeset
   418
productName
8650cfc63b66 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 3093
diff changeset
   419
    "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
   420
8650cfc63b66 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 3093
diff changeset
   421
    ^ 'Smalltalk/X'
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   422
! !
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   423
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   424
!stx_libview2 class methodsFor:'documentation'!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   425
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   426
version
3479
e781dae48bf0 copyright messages updated
Claus Gittinger <cg@exept.de>
parents: 3446
diff changeset
   427
    ^ '$Header$'
2796
9ca6422007ad automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2740
diff changeset
   428
!
9ca6422007ad automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2740
diff changeset
   429
9ca6422007ad automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2740
diff changeset
   430
version_CVS
3479
e781dae48bf0 copyright messages updated
Claus Gittinger <cg@exept.de>
parents: 3446
diff changeset
   431
    ^ '$Header$'
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   432
! !
3131
cc2f8452d1b8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 3106
diff changeset
   433