[FIX] First few patches to 3.0

Stephen T. Pope stp at create.ucsb.edu
Mon Feb 5 02:52:06 UTC 2001


Here are a few minor fixes I sent to Dan this AM.

1) The package pane browser layout is busted (true bug).

2) Several users have commented that the package pane browser's yellow
color is too intense, so I make it more cream than yellow (minor GUI preference).

3) I typically reorganize the system categories for easier browsing
(i.e., fewer top-level categories in the package pane browser) (minor
impact if done before final release).

4) I change the browser to log system category reorganization as a change.

-- 

stp
  Stephen Travis Pope
  http://www.create.ucsb.edu/~stp
-------------- next part --------------
'Fix the package browser color and layout, log change on system reorganization, reorganize system for easier browsing.'!


!PackagePaneBrowser methodsFor: 'initialize-release' stamp: 'stp 2/4/2001 07:29' prior: 33557058!
defaultBackgroundColor
	"PackagePaneBrowser openBrowser"
	"^yellow"
	^ Color
		r: 1.0
		g: 1.0
		b: 0.6! !

!PackagePaneBrowser methodsFor: 'initialize-release' stamp: 'stp 2/4/2001 07:32' prior: 25652751!
openAsMorphEditing: editString 
	"Create a pluggable version of all the views for a Browser, including 
	views and controllers."
	"PackagePaneBrowser openBrowser"
	| listHeight window |
	listHeight _ 0.4.
	(window _ SystemWindow labelled: 'later') model: self.
	window
		addMorph: (PluggableListMorph
				on: self
				list: #packageList
				selected: #packageListIndex
				changeSelected: #packageListIndex:
				menu: #packageMenu:
				keystroke: #packageListKey:from:)
		frame: (0 @ 0 extent: 0.15 @ listHeight).
	window
		addMorph: self buildMorphicSystemCatList
		frame: (0.15 @ 0 extent: 0.2 @ listHeight).
	self
		addClassAndSwitchesTo: window
		at: (0.35 @ 0 extent: 0.25 @ listHeight)
		plus: 0.
	window
		addMorph: self buildMorphicMessageCatList
		frame: (0.6 @ 0 extent: 0.15 @ listHeight).
	window
		addMorph: self buildMorphicMessageList
		frame: (0.75 @ 0 extent: 0.25 @ listHeight).
	self
		addLowerPanesTo: window
		at: (0 @ listHeight corner: 1 @ 1)
		with: editString.
	window setUpdatablePanesFrom: #(#packageList #systemCategoryList #classList #messageCategoryList #messageList ).
	^ window! !


SystemOrganization!
!Browser methodsFor: 'system category functions' stamp: 'stp 2/4/2001 07:53' prior: 18652700!
changeSystemCategories: aString 
	"Update the class categories by parsing the argument aString."

	Smalltalk logChange: ('SystemOrganization changeFromString: ', aString printString).	"log it"
	systemOrganizer changeFromString: aString.
	self changed: #systemCategoryList.
	^ true! !

SystemOrganization changeFromString: '(''Kernel-Objects'' Boolean EventModel False MessageSend Model MorphObjectOut Object ObjectOut ObjectTracer ObjectViewer ProtoObject True UndefinedObject)
(''Kernel-Classes'' Behavior Class ClassBuilder ClassCategoryReader ClassCommentReader ClassDescription ClassOrganizer Metaclass RenamedClassSourceReader) 
(''Kernel-Methods'' AbstractInstructionPrinter BlockContext CompiledMethod ContextPart InstVarRefLocator InstructionPrinter InstructionStream Message MethodContext MethodDictionary MethodFinder PseudoContext TranslatedMethod)
(''Kernel-Processes'' Delay EventSensor InputSensor Process ProcessorScheduler Semaphore)
(''Kernel-Magnitudes'' Date Magnitude Month Time Week)
(''Kernel-Numbers'' Float Fraction Integer LargeNegativeInteger LargePositiveInteger Number Random SmallInteger)
(''Kernel-ST80 Remnants'' Clipboard CodeHolder ControlManager Controller MethodHolder MouseMenuController ParagraphEditor ScreenController ScrollController StringHolder ValueHolder Workspace)
(''Collections-Abstract'' ArrayedCollection Collection SequenceableCollection)
(''Collections-Unordered'' Bag Dictionary IdentityDictionary IdentitySet PluggableDictionary PluggableSet Set)
(''Collections-Sequenceable'' Heap Interval LinkedList MappedCollection OrderedCollection SharedQueue SortedCollection)
(''Collections-Text'' Character CharacterSet String Symbol Text TextAction TextAttribute TextColor TextDoIt TextEmphasis TextFontChange TextFontReference TextIndent TextKern TextLink TextSqkPageLink TextSqkProjectLink TextURL)
(''Collections-Arrayed'' Array Array2D ByteArray FloatArray IntegerArray RunArray WordArray WordArrayForSegment)
(''Collections-Streams'' AttributedTextStream Base64MimeConverter LimitedWriteStream LimitingLineStreamWrapper MimeConverter PositionableStream QuotedPrintableMimeConverter RFC2047MimeConverter RWBinaryOrTextStream ReadStream ReadWriteStream Stream TextStream TranscriptStream Transcripter WriteStream)
(''Collections-Weak'' WeakArray WeakKeyDictionary WeakRegistry WeakSet WeakValueDictionary)
(''Collections-Support'' Association Link LookupKey WeakKeyAssociation WeakValueAssociation)
(''Graphics-Primitives'' BitBlt Bitmap Color ColorMap Pen PenPointRecorder Point Quadrangle Rectangle TranslucentColor WarpBlt)
(''Graphics-Display Objects'' ColorForm CornerRounder Cursor CursorWithMask DisplayMedium DisplayObject DisplayScreen DisplayText Form InfiniteForm StaticForm)
(''Graphics-Transformations'' CompositeTransform DisplayTransform IdentityTransform MatrixTransform2x3 MorphicTransform)
(''Graphics-Files'' GIFReadWriter ImageReadWriter JPEGColorComponent JPEGHuffmanTable JPEGReadWriter PCXReadWriter PNGReadWriter XBMReadWriter)
(''Graphics-Text'' AbstractFont CharacterBlock CharacterBlockScanner CharacterScanner CompositionScanner DisplayScanner FontSet FormSetFont SegmentScanner StrikeFont TextLineInterval TextPrinter TextStyle)
(''Graphics-FXBlt'' FXBlt FXBltSimulation FXBltSimulator FXGrafPort Pixmap)
(''Graphics-External'' ExternalForm ExternalFormRegistry ExternalScreen ExternalTexture)
(''Sound-Synthesis'' ADPCMCodec AIFFFileReader AbstractSound CompressedSoundData Envelope FFT FMBassoonSound FMClarinetSound FMSound FWT GSMCodec LoopedSampledSound MixedSound MuLawCodec PitchEnvelope PluckedSound RandomEnvelope RepeatingSound RestSound ReverbSound SampledInstrument SampledSound SequentialSound Sonogram SoundBuffer SoundCodec SoundInputStream SoundPlayer SoundRecorder UnloadedSound VolumeEnvelope WaveletCodec)
(''Sound-Scores'' AbstractScoreEvent AmbientEvent ControlChangeEvent KeyboardMorphForInput MIDIFileReader MIDIInputParser MIDIScore MIDISynth MIDISynthChannel MidiInputMorph NoteEvent PianoRollNoteMorph PianoRollScoreMorph PitchBendEvent ProgramChangeEvent ScorePlayer ScorePlayerMorph SimpleMIDIPort TempoEvent)
(''Sound-Interface'' CodecDemoMorph EnvelopeEditorMorph EnvelopeLineMorph InterimSoundMorph MIDIControllerMorph MIDIPianoKeyboardMorph PianoKeyboardMorph RecordingControlsMorph SoundDemoMorph SoundLoopMorph SoundMorph SoundSequencerMorph SpeakerMorph SpectrumAnalyzerMorph WaveEditor)
(''Sound-Speech-TTS'' Clause DurationsVisitor F0RenderingVisitor IntonationVisitor Phrase Speaker Syllable UtteranceVisitor Word)
(''Sound-Speech-Support'' CosineInterpolator DECTalkReader PHOReader QueueSound)
(''Sound-Speech-Gestures'' EyeMorph FaceMorph GesturalVoice HeadMorph LipsMorph)
(''Sound-Speech-Klatt'' KlattFrame KlattFrameMorph KlattSegment KlattSegmentParameter KlattSegmentSet KlattSynthesizer KlattVoice LiljencrantsFant)
(''Sound-Speech-Phonetics'' Phoneme PhonemeSet PhoneticRule PhoneticTranscriber)
(''Sound-Speech-Events'' CompositeEvent CompositeVoice GazeGesturalEvent GesturalEvent MoodGesturalEvent PhoneticEvent TalkGesturalEvent Voice VoiceEvent)
(''Sound-Speech-Phoneme Recognizer'' PhonemeRecognizerMorph PhonemeRecord)
(''Tools-Menus'' Button CustomMenu EmphasizedMenu FillInTheBlank OneOnSwitch PopUpMenu SelectionMenu Switch)
(''Tools-Browser'' Browser ChangedMessageSet FakeClassPool HierarchyBrowser LinkedMessageSet MessageSet PackagePaneBrowser ProtocolBrowser RecentMessageSet SelectorBrowser)
(''Tools-Inspector'' DictionaryInspector ExternalStructureInspector Inspector InspectorBrowser OrderedCollectionInspector)
(''Tools-Explorer'' AbstractHierarchicalList DumberMenuMorph FileDirectoryWrapper IndentingListItemMorph ListItemWrapper ObjectExplorer ObjectExplorerWrapper SimpleHierarchicalListMorph SuperSwikiDirectoryWrapper VeryPickyMorph)
(''Tools-Debugger'' ContextVariablesInspector Debugger MessageTally PointerFinder SyntaxError TimeProfileBrowser)
(''Tools-FileList'' FileList FileList2 ModalSystemWindowView PluggableFileList PluggableFileListView StandardFileMenu StandardFileMenuResult)
(''Tools-File Contents Browser'' ClassDiffBuilder FileContentsBrowser FilePackage PrettyTextDiffBuilder PseudoClass PseudoClassOrganizer PseudoMetaclass TextDiffBuilder)
(''Tools-Changes'' ChangeList ChangeListForProjects ChangeRecord ChangeSet ChangeSorter ClassChangeRecord DocLibrary DualChangeSorter MethodChangeRecord VersionsBrowser)
(''Tools-Process Browser'' DeferredActionStandardSystemController ProcessBrowser)
(''System-Compiler'' AssignmentNode BlockArgsNode BlockNode BraceNode CascadeNode CommentNode Compiler Decompiler DecompilerConstructor DialectMethodNode DialectParser DialectStream Encoder KeyWordNode LeafNode LiteralDictionary LiteralNode MessageAsTempNode MessageNode MethodNode MethodTempsNode ParseNode ParseStack Parser ReturnNode Scanner SelectorNode SyntaxAttribute TempVariableNode VariableNode)
(''System-Support'' AbstractLauncher AutoStart CharRecog CurrentProjectRefactoring Environment ExternalSemaphoreTable PowerManagement Preferences PreferencesPanel Project ProjectHistory ProjectLoading RealEstateAgent SystemDictionary SystemOrganizer Utilities)
(''System-Digital Signatures'' DigitalSignatureAlgorithm SecureHashAlgorithm ThirtyTwoBitRegister)
(''System-Environments'' SmalltalkEnvironment)
(''System-Object Storage'' DataStream DeepCopier DiskProxy DummyStream ImageSegment ImageSegmentRootStub ObjectScanner ReferenceStream SmartRefStream)
(''System-Files'' AcornFileDirectory AsyncFile CrLfFileStream DirectoryEntry DosFileDirectory FileDirectory FileStream HtmlFileStream MacFileDirectory RemoteString SourceFileArray StandardFileStream StandardSourceFileArray UnixFileDirectory)
(''System-Compression'' DeflateStream FastInflateStream GZipReadStream GZipSurrogateStream GZipWriteStream InflateStream ZLibReadStream ZLibWriteStream ZipEncoder ZipEncoderNode ZipEncoderTree ZipWriteStream)
(''System-Serial Port'' MidiPrimTester SerialPort)
(''System-Exceptions Kernel'' BlockCannotReturn Error Exception ExceptionAboutToReturn ExceptionSet FileDoesNotExistException FileExistsException FileStreamException IllegalResumeAttempt MessageNotUnderstood Notification PickAFileToWriteNotification ProgressInitiationException ProgressNotification ProgressTargetRequestNotification ProjectEntryNotification ProjectViewOpenNotification RequestAlternateSyntaxSetting RequestCurrentWorldNotification Warning ZeroDivide)
(''System-Exceptions Extensions'' AssertionFailure EndOfStream Halt)
(''System-Exceptions Tests'' ExceptionTester MyResumableTestError MyTestError MyTestNotification ParserRemovedUnusedTemps)
(''System-Protocols'' EToyVocabulary ElementCategory FullVocabulary MethodInterface ObjectWithDocumentation ResultSpecification ScreenedVocabulary ValueSpecification Variable Vocabulary)
(''Network-Kernel'' ConnectionQueue NetNameResolver Password RemoteFileStream ServerDirectory ServerFile SimpleClientSocket Socket SuperSwikiServer SwikiPseudoFileStream)
(''Network-Url'' BrowserUrl FileUrl FtpUrl GenericUrl HierarchicalUrl HttpUrl MIMEDocument MailtoUrl MswUrl Url UrlArgumentList)
(''Network-Protocols'' FTPSocket HTTPSocket POPSocket SMTPSocket)
(''Network-RFC822'' MailAddressParser MailAddressToken MailAddressTokenizer)
(''Network-ObjectSocket'' ArbitraryObjectSocket IntegerPokerPlugin ObjectSocket StringSocket)
(''Network-EToy Communications'' EToyPeerToPeer)
(''Network-TelNet WordNet'' FreeTranslation PortugueseLexiconServer TelnetMachine WordNet)
(''Network-SqueakPage'' SqueakPage SqueakPageCache URLMorph)
(''Network-Web Browser'' Scamper)
(''Network-Mail Reader'' AlignmentMorphBob1 CategoriesFile Celeste CelesteComposition FancyCelesteComposition IndexFile IndexFileEntry MHMailInboxFile MIMEHeaderValue MIMEPart MailDB MailDBFile MailInboxFile MailMessage MailNotifier MessageFile RNInboxFile ReadNewsInboxFile TextMessageLink)
(''Network-IRC Chat'' IRCChannelInfo IRCChannelListBrowser IRCChannelObserver IRCChannelSummary IRCChannelUsersBrowser IRCConnection IRCDirectMessagesObserver IRCMessage IRCMessagePattern IRCMessageSet IRCMorph IRCProtocolMessage IRCRecipientFilter)
(''Network-Audio Chat'' AlertMorph ChatButtonMorph ChatNotes ChatRecorder)
(''Network-Pluggable Web Server'' ActiveSwikiAction AuthorizedServerAction AuthorizedSwikiAction AuthorizedWriteSwiki Authorizer CachedSwikiAction ChatPage CodeServer Comment Discussion EmbeddedServerAction HTMLformatter LessHTMLformatter Note PSwikiAction PSwikiPage PURLmap PWS PluggableServerAction RenderedSwikiAction RendererSwikiAction RenderingSwikiAction ScreenshotAction ServerAction Session SinglePlugServerAction SwikiAction SwikiPage URLmap)
(''Network-HTML Formatter'' DHtmlFormatter DownloadingImageMorph HtmlFormatter)
(''Network-HTML Forms'' FileInput FormInput FormInputSet HiddenInput RadioButtonInput RadioButtonSetInput SelectionInput TextInput ToggleButtonInput)
(''Network-HTML Parser Entities'' HtmlAnchor HtmlArea HtmlBiggerFontEntity HtmlBlockEntity HtmlBlockQuote HtmlBody HtmlBoldEntity HtmlBreak HtmlButton HtmlCommentEntity HtmlDefinitionDefinition HtmlDefinitionList HtmlDefinitionListElement HtmlDefinitionTerm HtmlDocument HtmlEmbedded HtmlFixedWidthEntity HtmlFontChangeEntity HtmlFontEntity HtmlForm HtmlFormEntity HtmlFrame HtmlFrameSet HtmlHead HtmlHeadEntity HtmlHeader HtmlHorizontalRule HtmlImage HtmlInput HtmlItalicsEntity HtmlList HtmlListItem HtmlMap HtmlMeta HtmlNoEmbed HtmlOption HtmlOptionGroup HtmlOrderedList HtmlParagraph HtmlPreformattedRegion HtmlSelect HtmlSmallerFontEntity HtmlSpecialEntity HtmlStrikeEntity HtmlStyle HtmlSubscript HtmlSuperscript HtmlTable HtmlTableDataItem HtmlTableHeader HtmlTableRow HtmlTextArea HtmlTextEntity HtmlTextualEntity HtmlTitle HtmlUnderlineEntity HtmlUnorderedList)
(''Network-HTML Parser'' HtmlAttributes HtmlEntity HtmlEntityInspector HtmlParser)
(''Network-HTML Tokenizer'' HtmlComment HtmlTag HtmlText HtmlToken HtmlTokenizer)
(''VirtualMachine-Interpreter'' BitBltSimulation BitBltSimulator Interpreter InterpreterSimulator InterpreterSimulatorLSB InterpreterSimulatorMSB InterpreterSupportCode ObjectMemory SystemMonitor SystemTracer)
(''VirtualMachine-Translation to C'' CCodeGenerator PluggableCodeGenerator TAssignmentNode TCaseStmtNode TConstantNode TGoToNode TLabeledCommentNode TMethod TParseNode TReturnNode TSendNode TStmtListNode TVariableNode TestCClass1 TestCClass2 TestCClass3)
(''VirtualMachine-Plugins'' ADPCMCodecPlugin AsynchFilePlugin B3DClipperPlugin B3DEnginePlugin B3DPickerPlugin B3DRasterizerPlugin B3DShaderPlugin B3DTransformerPlugin B3DVertexBufferPlugin BalloonEngineBase BalloonEnginePlugin BalloonEngineSimulation CObjectAccessor CPluggableAccessor DSAPlugin DeflatePlugin DropPlugin FFIPlugin FFTPlugin FilePlugin FilePluginSimulator FlippyArrayPlugin2 FloatArrayPlugin FooPlugin2 InflatePlugin InterpreterPlugin InterpreterProxy JoystickTabletPlugin KlattSynthesizerPlugin LargeIntegersPlugin LargeIntegersTest MIDIPlugin Matrix2x3Plugin MiscPrimitivePlugin SerialPlugin SocketPlugin SoundCodecPlugin SoundGenerationPlugin SoundPlugin SurfacePlugin TIPTestPlugin TestInterpreterPlugin TestOSAPlugin)
(''VirtualMachine-B3DSimulator'' B3DActiveEdgeTable B3DFillList B3DPrimitiveEdge B3DPrimitiveEdgeList B3DPrimitiveFace B3DPrimitiveFaceAttributes B3DPrimitiveObject B3DScanner)
(''VirtualMachine-TestPlugins'' CArrayAccessor FlippyArray2 Foo2 Oop TestCodeGenerator TestTMethod Unsigned)
(''VirtualMachine-Applescript'' AEDesc Applescript ApplescriptError ApplescriptInstance CompiledApplescript ComponentInstance DescType MacExternalData OSAID)
(''ST80-Framework'' ModalController NoController View WindowingTransformation)
(''ST80-Support'' ColorSystemView FillInTheBlankController FillInTheBlankView ListController ListParagraph ListView Paragraph ProjectController ProjectView StandardSystemController StandardSystemView StringHolderController StringHolderView)
(''ST80-Pluggable Views'' PluggableButtonController PluggableButtonView PluggableListController PluggableListControllerOfMany PluggableListView PluggableListViewByItem PluggableListViewOfMany PluggableTest PluggableTextController PluggableTextView ReadOnlyTextController)
(''ST80-Paths'' Arc Circle CurveFitter Line LinearFit Path Spline)
(''ST80-Symbols'' GraphicSymbol GraphicSymbolInstance)
(''ST80-Views'' DisplayTextView FormHolderView FormInspectView FormView)
(''ST80-Editors'' BitEditor FormButtonCache FormEditor FormEditorView FormMenuController FormMenuView)
(''ST80-Morphic'' CautiousModel MVCWiWPasteUpMorph MorphWorldController MorphWorldView WorldViewModel)
(''Morphic-Kernel'' BorderedMorph CachingMorph HandMorph HandMorphForReplay Morph MorphExtension MorphicModel MouseClickState TheWorldMenu)
(''Morphic-Basic'' AlignmentMorph BOBTransformationMorph CurveMorph DoCommandOnceMorph EllipseMorph EmbeddedWorldBorderMorph FlexMorph ImageMorph LineMorph MovieMorph PolygonMorph RectangleMorph SketchMorph StringMorph TextMorph TransformMorph TransformationB2Morph TransformationMorph)
(''Morphic-Worlds'' PasteUpMorph WiWPasteUpMorph WorldState WorldWindow)
(''Morphic-Support'' CachingCanvas Canvas CanvasCharacterScanner ClippingCanvas ColorPatchCanvas DamageRecorder EllipseMidpointTracer EventRecorderMorph FormCanvas GrafPort MultiCanvas MultiResolutionCanvas NullCanvas PaintBoxColorPicker PaintBoxMorph PluggableCanvas RemoteHandMorph ScrollingToolHolder SelectionMorph ShadowDrawingCanvas SketchEditorMorph TransferMorph TransferMorphAnimation TransferMorphLineAnimation)
(''Morphic-Text Support'' KeyboardBuffer NewParagraph StringMorphEditor TextAnchor TextContainer TextFieldMorph TextLine TextMorphEditor TextMorphForEditView TextOnCurve TextOnCurveContainer TextOnCurvePS)
(''Morphic-Widgets'' BackgroundMorph BalloonMorph ColorPickerMorph DropDownChoiceMorph EtoyUpdatingThreePhaseButtonMorph FatBitsPaint GradientFillMorph GraphMorph HaloMorph HaloSpec HandleMorph IconicButton JoystickMorph MarqueeMorph MouseActionIndicatorMorph MultiuserTinyPaint NameStringInHalo NewHandleMorph PaintInvokingMorph PopUpChoiceMorph ProgressMorph RulerMorph ScaleMorph SimpleButtonDelayedMenuMorph SimpleButtonMorph SimpleSliderMorph SimpleSwitchMorph StarMorph StringButtonMorph ThreePhaseButtonMorph ThumbnailMorph TinyPaint ToggleButtonMorph TransitionMorph TrashCanMorph UpdatingBooleanStringMorph UpdatingSimpleButtonMorph UpdatingStringMorph UpdatingStringMorphWithArgument UpdatingThreePhaseButtonMorph ZoomMorph)
(''Morphic-Demo'' AbstractMediaEventMorph AtomMorph BlobMorph BouncingAtomsMorph ClockMorph DoubleClickExample FishEyeMorph FlasherMorph FrameRateMorph HeadingMorph ImageMorphWithSpotlight InfoStringMorph InterpolatingImageMorph MagnifierMorph MonthMorph MovieClipEndMorph MovieClipStartMorph MovieFrameSyncMorph MoviePlayerMorph ScreeningMorph SoundEventMorph WatchMorph WeekMorph ZASMCameraMarkMorph ZASMScriptMorph ZASMStepsMorph ZoomAndScrollControllerMorph ZoomAndScrollMorph)
(''Morphic-Models'' MorphicModel2 MorphicModel3 MorphicModel4 PlayWithMe1 PlayWithMe2 PlayWithMe3)
(''Morphic-Windows'' AcceptableCleanTextMorph CollapsedMorph ComplexProgressIndicator FillInTheBlankMorph NewWorldWindow PartsWindow PluggableButtonMorph PluggableListMorph PluggableListMorphByItem PluggableListMorphOfMany PluggableMessageCategoryListMorph PluggableMultiColumnListMorph PluggableMultiColumnListMorphByItem PluggableTextMorph PluggableTextMorphWithModel PreDebugWindow ProjectViewMorph ScrollBar ScrollPane Slider SubpaneDividerMorph SystemWindow SystemWindowWithButton TranslucentProgessMorph TwoWayScrollPane WebPageMorph)
(''Morphic-Menus'' GraphicalDictionaryMenu GraphicalMenu MVCMenuMorph MenuItemMorph MenuLineMorph MenuMorph UpdatingMenuItemMorph)
(''Morphic-Components'' Component ComponentLayout ComponentLikeModel FunctionComponent ListComponent MouseDownMorph MouseOverMorph MouseSensorMorph PinMorph PinSpec PrintComponent TextComponent WireMorph)
(''Morphic-Components Built'' Component1)
(''Morphic-Scripting'' AllScriptsTool BasicButton CategoryViewer ClassRepresentativeMorph ListViewLine MethodMorph ObjectRepresentativeMorph PhraseWrapperMorph Player Presenter ScriptActivationButton ScriptEditorMorph ScriptEvaluatorMorph ScriptInstantiation ScriptStatusControl ScriptableButton ScriptingDomain SlotInformation StandardScriptingSystem StandardViewer UniclassScript UnscriptedCardPlayer UnscriptedPlayer UserScript Viewer)
(''Morphic-Scripting Support'' ActorState BooleanScriptEditor ColorSwatch PlayerReferenceReadout StickySketchMorph UpdatingRectangleMorph)
(''Morphic-Scripting Tiles'' AssignmentTileMorph BooleanTile ColorSeerTile ColorTileMorph CommandTilesMorph CompoundTileMorph MenuTile NumericReadoutTile PhraseTileMorph RandomNumberTile SoundReadoutTile SoundTile StringReadoutTile SymbolListTile SystemQueryPhrase TileLikeMorph TileMorph TilePadMorph UndescribedTile ViewerEntry ViewerRow)
(''Morphic-Books'' BookMorph BookPageSorterMorph BookPageThumbnailMorph BooklikeMorph MorphThumbnail StoryboardBookMorph)
(''Morphic-Palettes'' FlapTab IndexTabs ReferenceMorph SorterTokenMorph TabMorph TabSorterMorph TabbedPalette ViewerFlapTab)
(''Morphic-Games'' ChineseCheckerPiece ChineseCheckers CipherPanel CrosticPanel CrosticQuotePanel FreeCell FreeCellBoard FreeCellStatistics LedDigitMorph LedMorph LedTimerMorph PlayingCard PlayingCardDeck PlayingCardMorph SameGame SameGameBoard SameGameTile Tetris TetrisBlock TetrisBoard WordGameLetterMorph WordGamePanelMorph)
(''Morphic-Experimental'' AudioChatGUI DrawErrorMorph EToyChatMorph EToyChatOrBadgeMorph EToyCommunicatorMorph EToyFridgeMorph EToyGateKeeperEntry EToyGateKeeperMorph EToyGenericDialogMorph EToyIncomingMessage EToyListenerMorph EToyMorphsWelcomeMorph EToyMultiChatMorph EToyProjectDetailsMorph EToyProjectHistoryMorph EToyProjectQueryMorph EToyProjectRenamerMorph EToySenderMorph EToySystem StretchyImageMorph)
(''Morphic-Postscript Canvases'' DSCPostscriptCanvas DSCPostscriptCanvasToDisk EPSCanvas PostscriptCanvas PostscriptCharacterScanner PostscriptDummyWarp PostscriptEncoder PostscriptEncoderToDisk)
(''Morphic-Postscript Filters'' ByteEncoder FlattenEncoder NullEncoder PrintEncoder PrintableEncoder PropertyListEncoder StoreEncoder)
(''Morphic-UserObjects'' Player1 Player2 Player3 Player4)
(''Morphic-GeeMail'' AlansTextPlusMorph GeeBookMorph GeeBookPageMorph GeeMailMorph GeePrinter GeePrinterDialogMorph GeePrinterPage PrintSpecifications TextAnchorPlus TextPlusJumpEnd TextPlusJumpStart TextPlusMorph TextPlusPasteUpMorph)
(''Morphic-PDA'' PDA PDAChoiceMorph PDAClockMorph PDAEvent PDAMorph PDAPerson PDARecord PDARecurringEvent PDAToDoItem)
(''Morphic-Events'' DropEvent DropFilesEvent EventHandler KeyboardEvent MorphicAlarm MorphicEvent MorphicEventDispatcher MorphicUnknownEvent MouseButtonEvent MouseEvent MouseMoveEvent MouseOverHandler StepMessage UserInputEvent)
(''Morphic-Tile Scriptors'' MessagePartNode SyntaxMorph TileMessageNode)
(''Morphic-Stacks'' CardPlayer StackMorph VariableDock)
(''Morphic-Layouts'' LayoutCell LayoutFrame LayoutPolicy LayoutProperties ProportionalLayout TableLayout TableLayoutProperties)
(''Morphic-Navigators'' FloatingBookControlsMorph InternalThreadNavigationMorph KidNavigationMorph NebraskaNavigationMorph ProjectNavigationMorph SquishedNameMorph ThreadNavigationMorph)
(''Morphic-Outliner'' EToyHierarchicalTextGizmo EToyHierarchicalTextMorph EToyTextNode EToyTextNodeWrapper IndentingListParagraphMorph SimplerTextContainer)
(''Morphic-Remote'' BufferedCanvas CanvasDecoder CanvasEncoder FontCache LoopbackStringSocket MorphicEventDecoder MorphicEventEncoder NebraskaClient NebraskaDebug NebraskaServer NebraskaServerMorph NetworkTerminalBorderMorph NetworkTerminalMorph NullTerminalMorph RemoteCanvas RemoteControlledHandMorph)
(''Morphic-Undo'' Command CommandHistory)
(''Balloon-Geometry'' BalloonRectangleMorph Bezier2Segment Bezier3Segment CompressedBoundaryShape LineSegment MatrixTransformMorph)
(''Balloon-Fills'' BitmapFillStyle FillStyle GradientFillStyle OrientedFillStyle SolidFillStyle)
(''Balloon-Collections'' PointArray ShortIntegerArray ShortPointArray ShortRunArray)
(''Balloon-Simulation'' BalloonBezierSimulation BalloonEdgeData BalloonFillData BalloonLineSimulation BalloonSolidFillSimulation)
(''Balloon-Engine'' BalloonBuffer BalloonCanvas BalloonDebugEngine BalloonEngine BalloonState)
(''Balloon-TrueType Fonts'' TTCompositeGlyph TTFontDescription TTGlyph TTKernPair)
(''Balloon-TrueType Support'' TTContourConstruction TTFontReader TTFontTableDirEntry TTPoint TTSampleFontMorph TTSampleStringMorph)
(''Balloon-MMFlash Morphs'' FlashButtonMorph FlashCharacterMorph FlashDamageRecorder FlashGlyphMorph FlashMorph FlashMorphingMorph FlashPlayerModel FlashPlayerMorph FlashPlayerWindow FlashProgressMorph FlashShapeMorph FlashSorterMorph FlashSpriteMorph FlashTextMorph FlashThumbnailMorph)
(''Balloon-MMFlash Import'' FlashFileReader FlashFileStream FlashFileWriter FlashJPEGDecoder FlashMorphReader)
(''Balloon-MMFlash Support'' FlashBoundaryShape FlashCodec FlashColorTransform FlashKeyframe FlashKeyframes FlashLineStyle FlashSoundEnvelope FlashSoundInformation FlashStreamingSound)
(''Balloon3D-Demo Morphs'' AdvancedB3DSceneMorph B3DMorph B3DSceneMorph)
(''Balloon3D-Viewing'' B3DCamera B3DCameraPerspective B3DSceneExplorerMorph B3DViewingFrustum B3DViewport WheelMorph)
(''Balloon3D-Engine'' B3DEnginePart B3DNullRasterizer B3DPickerEngine B3DPoolDefiner B3DPrimitiveVertex B3DPrimitiveVertexArray B3DRenderEngine B3DSimulRasterizer B3DVertexBuffer B3DVertexClipper B3DVertexRasterizer B3DVertexShader B3DVertexTransformer)
(''Balloon3D-Vectors'' B3DColor4 B3DFloatArray B3DMatrix4x4 B3DRotation B3DVector2 B3DVector3 B3DVector4)
(''Balloon3D-Objects'' B3DBox B3DGeometry B3DScene B3DSceneObject)
(''Balloon3D-Lights'' B3DAmbientLight B3DDirectionalLight B3DExponentTable B3DLightAttenuation B3DLightSource B3DMaterial B3DMaterialColor B3DPositionalLight B3DSpotLight B3DTexture)
(''Balloon3D-Meshes'' B3DIndexedMesh B3DIndexedQuad B3DIndexedQuadArray B3DIndexedQuadMesh B3DIndexedTriangle B3DIndexedTriangleArray B3DIndexedTriangleMesh B3DInterpolatedMesh B3DMultiMesh B3DSTriangleMesh B3DSimpleMesh B3DSimpleMeshFace B3DSimpleMeshVertex)
(''Balloon3D-Arrays'' B3DColor4Array B3DInplaceArray B3DRotationArray B3DTexture2Array B3DVector2Array B3DVector3Array)
(''Balloon3D-Import'' ThreeDSChunkDescription ThreeDSParser)
(''Balloon3D-PrimitiveEngine'' B3DPrimitiveClipper B3DPrimitiveEngine B3DPrimitiveLight B3DPrimitiveRasterizer B3DPrimitiveRasterizerData B3DPrimitiveRasterizerState B3DPrimitiveShader B3DPrimitiveTransformer)
(''Balloon3D-Acceleration'' B3DAcceleratorPlugin B3DDisplayScreen B3DHardwareEngine B3DHardwareRasterizer)
(''Balloon3D-Wonderland Time'' AbsoluteAnimation AbstractAnimation Action Alarm Animation CompositeAnimation ParallelAnimation RelativeAnimation Scheduler SequentialAnimation)
(''Balloon3D-Wonderland Objects'' Hierarchical WonderlandActor WonderlandCamera WonderlandScene WonderlandStillCamera)
(''Balloon3D-Wonderland Misc'' Interpolateable WonderlandEvent WonderlandReaction WonderlandStyle WonderlandVerifier)
(''Balloon3D-Wonderland Undo'' UndoAction UndoAnimation UndoByStopping UndoChangeList UndoColorChange UndoPOVChange UndoParentChange UndoPositionChange UndoRotationChange UndoShowHide UndoSizeChange UndoTextureChange UndoVisibilityChange WonderlandUndoStack)
(''Balloon3D-Wonderland Core'' Wonderland)
(''Balloon3D-Wonderland Morphs'' WonderlandActorBrowser WonderlandActorData WonderlandActorViewer WonderlandCameraControls WonderlandCameraMorph WonderlandControls WonderlandEditor WonderlandEditorTabs WonderlandMorph WonderlandQuickReference WonderlandScriptEditor WonderlandStillCameraMorph WonderlandWrapperMorph)
(''Balloon3D-Wonderland Mesh'' WonderlandMesh)
(''Balloon3D-Wonderland Lights'' WonderlandAmbientLight WonderlandDirectionalLight WonderlandLightSource WonderlandPositionalLight WonderlandSpotLight)
(''Balloon3D-Alice Misc'' AliceNamespace AlicePoolDefiner)
(''Balloon3D-Alice Cast'' AliceActor AliceCamera AliceHierarchical AliceLight AliceScene)
(''Balloon3D-Alice Time'' AliceAbsoluteAnimation AliceAbstractAnimation AliceAction AliceAlarm AliceRelativeAnimation AliceScheduler AliceUpdateable)
(''Balloon3D-Alice Scripts'' AliceScript)
(''Balloon3D-Alice Worlds'' AliceWorld)
(''Balloon3D-Alice Undo'' AliceUndoAnimation)
(''Balloon3D-Alice Interface'' AliceTextOutputWindow)
(''Balloon3D-VRML BaseNodes'' VRMLBaseNode VRMLClassNode VRMLCompositeNode VRMLDefNode VRMLExternProtoClassNode VRMLGenericNode VRMLInterpolatorNode VRMLNamedNode VRMLProtoClassNode VRMLProtoNode VRMLStandardNode VRMLUndefinedNode VRMLUnhandledNode VRMLUseNode)
(''Balloon3D-VRML Definition'' VRMLDynamicAttribute VRMLEnumerator VRMLNodeAttribute VRMLNodeParser VRMLNodeSpec VRMLScene VRMLStream VRMLWonderlandBuilder VRMLWriter)
(''Balloon3D-UserObjects'' WonderlandActor1 WonderlandActor10 WonderlandActor11 WonderlandActor12 WonderlandActor13 WonderlandActor14 WonderlandActor2 WonderlandActor21 WonderlandActor3 WonderlandActor4 WonderlandActor5 WonderlandActor6 WonderlandActor7 WonderlandActor8 WonderlandActor9)
(''Balloon3D-Pooh'' POEdgeList POHalfedge POObject POSimplePolygon POTriangle POTriangulation POVertex)
(''System-FFI-Kernel'' ExternalAddress ExternalData ExternalFunction ExternalLibrary ExternalLibraryFunction ExternalObject ExternalStructure ExternalType)
(''VirtualMachine-FFI-Plugin'' FFITestPoint2 FFITestPoint4 FFITester)
(''VirtualMachine-FFI-Examples-MacOS'' MacPixPatPtr MacPoint MacRGBColor MacRect)
(''VirtualMachine-FFI-Examples-Win32'' Win32HBrush Win32HDC Win32HGDIObj Win32Handle Win32Point Win32Rectangle Win32Shell Win32Window)
(''VirtualMachine-FFI-Examples-X11'' X11Display X11Drawable X11GC X11Window)
(''SUnit-Framework'' TestCase TestFailure TestResult TestSuite)
(''SUnit-Interface'' TestInterfaceBase TestModel TestRunner)
(''SUnit-Tests'' TestFailureErrorList TestTest)
(''Network-Framework-Download'' CachedHTTPRequest CachingCodeLoader CodeLoader CommandLineLauncherExample HTTPLoader HTTPRequest PluginCodeLoader PluginHTTPRequest PluginLauncher)'
!


More information about the Squeak-dev mailing list