├── .ci.ston ├── .gitattributes ├── .github └── workflows │ └── test.yml ├── .project ├── LICENSE ├── README.md ├── doc ├── 1-GettingStarted.md ├── 2-MouseEvent.md ├── 3-ElementAddedToSceneGraph.md └── 4-History.md ├── scripts └── build.sh ├── src ├── .properties ├── BaselineOfBloc │ ├── BaselineOfBloc.class.st │ └── package.st ├── Bloc-Alexandrie-Exporter │ ├── BAExporter.class.st │ ├── BAFileExporter.class.st │ ├── BAFormExporter.class.st │ ├── BAJpgExporter.class.st │ ├── BAPdfExporter.class.st │ ├── BAPngExporter.class.st │ ├── BARenderer.extension.st │ ├── BASvgExporter.class.st │ ├── BlElement.extension.st │ └── package.st ├── Bloc-Alexandrie-SVG │ ├── BASvgPathDrawHandler.class.st │ ├── BlSvgPath.extension.st │ └── package.st ├── Bloc-Alexandrie-Tests │ ├── BAHitFormFactory.class.st │ ├── BAHitTest.class.st │ ├── BARenderTest.class.st │ ├── BATextMeasurerTest.class.st │ ├── BlSpaceBuilder.class.st │ ├── BlSpaceFixture.class.st │ ├── Color.extension.st │ └── package.st ├── Bloc-Alexandrie │ ├── BAAxisAlignedCompositionLayer.class.st │ ├── BAFontConverter.class.st │ ├── BAMockedTextMeasurer.class.st │ ├── BAMockedTextParagraphSpan.class.st │ ├── BAOffscreen.class.st │ ├── BARenderer.class.st │ ├── BASharedCairoMatrix.class.st │ ├── BATextElementMockedMeasurer.class.st │ ├── BATextMeasurer.class.st │ ├── BATextParagraphLeaf.class.st │ ├── BATextParagraphSpan.class.st │ ├── BlAnnulusSectorGeometry.extension.st │ ├── BlBackground.extension.st │ ├── BlBezierCurveGeometry.extension.st │ ├── BlBorder.extension.st │ ├── BlCircleGeometry.extension.st │ ├── BlColorPaint.extension.st │ ├── BlCompositeBackground.extension.st │ ├── BlCompositeEffect.extension.st │ ├── BlElement.extension.st │ ├── BlElementCachedExplicitTransformation.extension.st │ ├── BlElementCachedIdentityTransformation.extension.st │ ├── BlElementEffect.extension.st │ ├── BlElementGeometry.extension.st │ ├── BlEllipseGeometry.extension.st │ ├── BlEmptyGeometry.extension.st │ ├── BlFont.extension.st │ ├── BlFormSetBackground.extension.st │ ├── BlGaussianShadowEffect.extension.st │ ├── BlGradientPaint.extension.st │ ├── BlGradientShadowEffect.extension.st │ ├── BlHistogramGeometry.extension.st │ ├── BlImageBackground.extension.st │ ├── BlInfiniteDecoration.extension.st │ ├── BlInfiniteElement.extension.st │ ├── BlLineGeometry.extension.st │ ├── BlLinearGradientPaint.extension.st │ ├── BlOutskirts.extension.st │ ├── BlOutskirtsCentered.extension.st │ ├── BlOutskirtsInside.extension.st │ ├── BlOutskirtsOutside.extension.st │ ├── BlPaint.extension.st │ ├── BlPaintBackground.extension.st │ ├── BlPolygonGeometry.extension.st │ ├── BlPolylineGeometry.extension.st │ ├── BlRadialGradientPaint.extension.st │ ├── BlRectangleGeometry.extension.st │ ├── BlRoundedPolygonGeometry.extension.st │ ├── BlRoundedRectangleGeometry.extension.st │ ├── BlRowNumberDecoration.extension.st │ ├── BlSideBackgroundDecoration.extension.st │ ├── BlSigmoidGeometry.extension.st │ ├── BlSimpleShadowEffect.extension.st │ ├── BlSpace.extension.st │ ├── BlSquareGeometry.extension.st │ ├── BlStadiumGeometry.extension.st │ ├── BlStrokeLineBevelJoin.extension.st │ ├── BlStrokeLineButtCap.extension.st │ ├── BlStrokeLineJoin.extension.st │ ├── BlStrokeLineMiterJoin.extension.st │ ├── BlStrokeLineRoundCap.extension.st │ ├── BlStrokeLineRoundJoin.extension.st │ ├── BlStrokeLineSquareCap.extension.st │ ├── BlTextAttribute.extension.st │ ├── BlTextBackgroundAttribute.extension.st │ ├── BlTextBorderAttribute.extension.st │ ├── BlTextDecorationAttribute.extension.st │ ├── BlTextElement.extension.st │ ├── BlTextParagraph.extension.st │ ├── BlTextParagraphLine.extension.st │ ├── BlTransparentBackground.extension.st │ ├── BlTriangleGeometry.extension.st │ └── package.st ├── Bloc-Animation-Tests │ ├── BlSequentialAnimationTest.class.st │ ├── BlTransformationAnimationTest.class.st │ └── package.st ├── Bloc-Animation │ ├── BlAnimation.class.st │ ├── BlAnimationLoopDoneEvent.class.st │ ├── BlAnimationStepEvent.class.st │ ├── BlBaseAnimation.class.st │ ├── BlColorTransition.class.st │ ├── BlCompositeAnimation.class.st │ ├── BlGaussianEffectOpacityAnimation.class.st │ ├── BlNumberTransition.class.st │ ├── BlOpacityAnimation.class.st │ ├── BlParallelAnimation.class.st │ ├── BlSequentialAnimation.class.st │ ├── BlTransformAnimation.class.st │ ├── BlTransition.class.st │ └── package.st ├── Bloc-ColorPicker │ ├── BlAlphaSlider.class.st │ ├── BlAlphaTextElement.class.st │ ├── BlColorMap.class.st │ ├── BlColorPicker.class.st │ ├── BlColorSlider.class.st │ ├── BlHexTextElement.class.st │ ├── BlPaletteElement.class.st │ ├── BlRGBTextElement.class.st │ └── package.st ├── Bloc-CommandApplier │ ├── BlCommandApplicationStrategy.class.st │ ├── BlCommandApplicationTask.class.st │ ├── BlEnqueuedCommand.class.st │ ├── BlImmediateCommandApplicationStrategy.class.st │ ├── BlQueueBasedCommandApplicationStrategy.class.st │ ├── BlTaskBasedCommandApplicationStrategy.class.st │ └── package.st ├── Bloc-Demo │ ├── BlCollapseWidget.class.st │ ├── BlDemoBasicNode.class.st │ ├── BlDemoBasicNodeTest.class.st │ ├── BlDemoClassNode.class.st │ ├── BlDemoCollector.class.st │ ├── BlDemoData.class.st │ ├── BlDemoData2.class.st │ ├── BlDemoMethodNode.class.st │ ├── BlDemoPackageNode.class.st │ ├── BlDemoPresenter.class.st │ ├── BlDragAndDropExamples.class.st │ ├── BlDragAndDropLetterExampleDemo.class.st │ ├── BlDragLetter.class.st │ ├── BlDragLetterContainer.class.st │ ├── BlDragSortLettersExample.class.st │ ├── BlHalo.class.st │ ├── BlHaloContainer.class.st │ ├── BlHaloContainerListener.class.st │ ├── BlHalosScriptExperiments.class.st │ ├── BlSpace.extension.st │ ├── BlSpaceHalosEventListenerNewPrototype.class.st │ └── package.st ├── Bloc-DevTool │ ├── BlDemoScript.class.st │ ├── BlDevCrossover.class.st │ ├── BlDevElement.class.st │ ├── BlDevHalosEventListener.class.st │ ├── BlDevHalosEventListenerExample.class.st │ ├── BlDevKeyboard.class.st │ ├── BlElementSelection.class.st │ ├── BlElementSelectionButton.class.st │ ├── BlElementSelectionListener.class.st │ ├── BlMetricsInspector.class.st │ ├── BlMetricsInspectorElement.class.st │ ├── BlMetricsInspectorExample.class.st │ ├── BlProfilingSpaceFrame.class.st │ ├── BlSelectionTool.class.st │ ├── BlSpace.extension.st │ ├── BlSpaceStatistics.class.st │ ├── BlSpaceStatisticsWindow.class.st │ └── package.st ├── Bloc-Display-Tests │ ├── BlDisplayPositionsTest.class.st │ └── package.st ├── Bloc-Display │ ├── BlDisplayPosition.class.st │ ├── BlDisplaySize.class.st │ ├── BlLogicalDisplayPosition.class.st │ ├── BlLogicalDisplaySize.class.st │ ├── BlPhysicalDisplayPosition.class.st │ ├── BlPhysicalDisplaySize.class.st │ ├── BlWrongScaleFactor.class.st │ ├── Point.extension.st │ └── package.st ├── Bloc-DragNDrop │ ├── BlAboutToBeDroppedEvent.class.st │ ├── BlDragAndDropLetterExample.class.st │ ├── BlDragDefaultStrategy.class.st │ ├── BlDragDelegate.class.st │ ├── BlDragDelegateNew.class.st │ ├── BlDragHandler.class.st │ ├── BlDragHandlerNew.class.st │ ├── BlDragHorizontalStrategy.class.st │ ├── BlDragItem.class.st │ ├── BlDragVerticalStrategy.class.st │ ├── BlDropDelegate.class.st │ ├── BlDropHandler.class.st │ ├── BlItemsDraggedEvent.class.st │ ├── BlItemsDroppedEvent.class.st │ ├── BlItemsLeftEvent.class.st │ ├── ManifestBlocDragNDrop.class.st │ └── package.st ├── Bloc-Examples │ ├── BlAlternativeCombinationExamples.class.st │ ├── BlAnimationExamplesTest.class.st │ ├── BlAttributeRopeExamplesTest.class.st │ ├── BlClickEventTest.class.st │ ├── BlCollectionRopeExamplesTest.class.st │ ├── BlCollectionRopeIteratorTest.class.st │ ├── BlCompulsoryCombinationExamples.class.st │ ├── BlConcatenationRopeExamplesTest.class.st │ ├── BlElementBoundsByScripterTest.class.st │ ├── BlErrorHandlingExamplesTest.class.st │ ├── BlEventCountingElement.class.st │ ├── BlExampleElementWithBrokenDrawing.class.st │ ├── BlExampleElementWithBrokenDrawingAndOnLayout.class.st │ ├── BlExampleElementWithBrokenOnLayout.class.st │ ├── BlFileCollectionRopeExamples.class.st │ ├── BlFocusProcessorTest.class.st │ ├── BlFrameLayoutAlignmentExampleTest.class.st │ ├── BlGeometryVisualAndLayoutBoundsExamples.class.st │ ├── BlKeyCombinationExamplesTest.class.st │ ├── BlMorphicHostExamples.class.st │ ├── BlMouseOverOutAndEnterLeaveEventExample.class.st │ ├── BlMouseProcessorClickTest.class.st │ ├── BlMouseProcessorEnterLeaveTest.class.st │ ├── BlRopeIteratorExamplesTest.class.st │ ├── BlRopeableCollectionFileTest.class.st │ ├── BlSharedEventDistributorTest.class.st │ ├── BlSingleKeyCombinationExamples.class.st │ ├── BlSpaceExamplesMigratedTest.class.st │ ├── BlSpaceIconDummyStencil.class.st │ ├── BlSubRopeExamplesTest.class.st │ ├── BlTaskTest.class.st │ └── package.st ├── Bloc-FocusFinder-Examples │ ├── BlFocusExampleNavigationListener.class.st │ ├── BlFocusExamples.class.st │ ├── BlFocusFinderExamples.class.st │ ├── ManifestBlocFocusFinderExamples.class.st │ └── package.st ├── Bloc-FocusFinder │ ├── BlFocusFinder.class.st │ ├── BlFocusFinderCandidates.class.st │ ├── BlFocusFinderComparator.class.st │ ├── BlFocusFinderReference.class.st │ ├── BlFocusFinderReferenceArea.class.st │ ├── BlFocusFinderReferenceElement.class.st │ ├── BlFocusSearchDirection.class.st │ ├── BlFocusSearchDirectionAbsolute.class.st │ ├── BlFocusSearchDirectionBackward.class.st │ ├── BlFocusSearchDirectionDown.class.st │ ├── BlFocusSearchDirectionForward.class.st │ ├── BlFocusSearchDirectionLeft.class.st │ ├── BlFocusSearchDirectionRelative.class.st │ ├── BlFocusSearchDirectionRight.class.st │ ├── BlFocusSearchDirectionUp.class.st │ └── package.st ├── Bloc-Halos │ └── package.st ├── Bloc-Infinite-Tests │ ├── BlScrollBarTest.class.st │ └── package.st ├── Bloc-Infinite │ ├── BlBoundsHasChangedDuringScrollingEvent.class.st │ ├── BlElement.extension.st │ ├── BlHorizontalScrollbarElement.class.st │ ├── BlInfiniteBasicDataSource.class.st │ ├── BlInfiniteBasicLayout.class.st │ ├── BlInfiniteChildBoundsBasedFinder.class.st │ ├── BlInfiniteChildrenUpdateRunnable.class.st │ ├── BlInfiniteConstants.class.st │ ├── BlInfiniteCustomRecycler.class.st │ ├── BlInfiniteDataSource.class.st │ ├── BlInfiniteDataSourceAddCommand.class.st │ ├── BlInfiniteDataSourceChanged.class.st │ ├── BlInfiniteDataSourceCommand.class.st │ ├── BlInfiniteDataSourceEvent.class.st │ ├── BlInfiniteDataSourceItemRangeChanged.class.st │ ├── BlInfiniteDataSourceItemRangeEvent.class.st │ ├── BlInfiniteDataSourceItemRangeInserted.class.st │ ├── BlInfiniteDataSourceItemRangeRemoved.class.st │ ├── BlInfiniteDataSourceManager.class.st │ ├── BlInfiniteDataSourceObserver.class.st │ ├── BlInfiniteDataSourceRangeChanged.class.st │ ├── BlInfiniteDataSourceRemoveCommand.class.st │ ├── BlInfiniteDataSourceUpdateCommand.class.st │ ├── BlInfiniteDecoration.class.st │ ├── BlInfiniteDecorationBoundsChangedEvent.class.st │ ├── BlInfiniteElement.class.st │ ├── BlInfiniteElementAttachedEvent.class.st │ ├── BlInfiniteElementDataSourceObserver.class.st │ ├── BlInfiniteElementDetachedEvent.class.st │ ├── BlInfiniteElementHolderFlags.class.st │ ├── BlInfiniteHolder.class.st │ ├── BlInfiniteHorizontalChildBoundsBasedFinder.class.st │ ├── BlInfiniteHorizontalOrientation.class.st │ ├── BlInfiniteLayout.class.st │ ├── BlInfiniteLayoutConstraints.class.st │ ├── BlInfiniteLayoutOrientation.class.st │ ├── BlInfiniteLayoutStepFlags.class.st │ ├── BlInfiniteLinearLayout.class.st │ ├── BlInfiniteLinearLayoutAnchorInfo.class.st │ ├── BlInfiniteLinearLayoutChunkResult.class.st │ ├── BlInfiniteLinearLayoutDirection.class.st │ ├── BlInfiniteLinearLayoutDirectionEnd.class.st │ ├── BlInfiniteLinearLayoutDirectionStart.class.st │ ├── BlInfiniteLinearLayoutItemDirection.class.st │ ├── BlInfiniteLinearLayoutItemDirectionHead.class.st │ ├── BlInfiniteLinearLayoutItemDirectionTail.class.st │ ├── BlInfiniteLinearLayoutState.class.st │ ├── BlInfiniteLinearSmoothScroller.class.st │ ├── BlInfiniteMouseScrollListener.class.st │ ├── BlInfiniteRecycler.class.st │ ├── BlInfiniteRecyclerFetcher.class.st │ ├── BlInfiniteScrollChangedEvent.class.st │ ├── BlInfiniteScrollFlinger.class.st │ ├── BlInfiniteScrollbarHelper.class.st │ ├── BlInfiniteSmoothScroller.class.st │ ├── BlInfiniteSmoothScrollerAction.class.st │ ├── BlInfiniteState.class.st │ ├── BlInfiniteVerticalChildBoundsBasedFinder.class.st │ ├── BlInfiniteVerticalOrientation.class.st │ ├── BlInfinteSideDecoration.class.st │ ├── BlLayoutCommonConstraints.extension.st │ ├── BlOvershootingScroller.class.st │ ├── BlOvershootingScrollerRunEvent.class.st │ ├── BlOvershootingSplineBasedScroller.class.st │ ├── BlRecyclerDataSourceFetcher.class.st │ ├── BlRecyclerPositionScrapFetcher.class.st │ ├── BlRowNumberDecoration.class.st │ ├── BlScrollFlinger.class.st │ ├── BlScrollFlingerState.class.st │ ├── BlScrollableElement.class.st │ ├── BlScrollableElementEventHandler.class.st │ ├── BlScrollbarElement.class.st │ ├── BlScrollerConstants.class.st │ ├── BlSideBackgroundDecoration.class.st │ ├── BlSmoothScroller.class.st │ ├── BlSplineOverScrollerBallisticStep.class.st │ ├── BlSplineOverScrollerCubicStep.class.st │ ├── BlSplineOverScrollerFlingMode.class.st │ ├── BlSplineOverScrollerMode.class.st │ ├── BlSplineOverScrollerNoneMode.class.st │ ├── BlSplineOverScrollerScrollMode.class.st │ ├── BlSplineOverScrollerSplineStep.class.st │ ├── BlSplineOverScrollerStep.class.st │ ├── BlVerticalScrollbarElement.class.st │ ├── TBlScrollable.trait.st │ └── package.st ├── Bloc-Layout-Examples │ ├── BlAnchorExamples.class.st │ ├── BlLinearLayoutExamples.class.st │ ├── BlLinearLayoutHorizontalExamples.class.st │ ├── BlLinearLayoutUsageExamples.class.st │ ├── BlLinearLayoutVerticalExamples.class.st │ └── package.st ├── Bloc-Layout-Resizer │ ├── BlLayoutResizerChangedEvent.class.st │ ├── TBlLayoutResizable.trait.st │ └── package.st ├── Bloc-Layout-Tests │ ├── BlAnchorLayoutConstraintsTest.class.st │ ├── BlAnchorLayoutRuleTest.class.st │ ├── BlBasicLayoutTest.class.st │ ├── BlFitChildrenLayoutTest.class.st │ ├── BlFitContentVerticallyInHorizontalLayoutTest.class.st │ ├── BlFlowLayoutCompositionSmokeTest.class.st │ ├── BlFrameLayoutChildrenTest.class.st │ ├── BlFrameLayoutCompositionTest.class.st │ ├── BlFrameLayoutConstraintTest.class.st │ ├── BlFrameLayoutMultipleChildrenTest.class.st │ ├── BlFrameLayoutNodeTest.class.st │ ├── BlFrameLayoutSingleChildTest.class.st │ ├── BlGridLayoutTest.class.st │ ├── BlIgnoredLayoutTest.class.st │ ├── BlLayoutChildNodeWithTransformationTest.class.st │ ├── BlLayoutTest.class.st │ ├── BlLinearLayoutHorizontalTest.class.st │ ├── BlLinearLayoutTest.class.st │ ├── BlLinearLayoutUsageTest.class.st │ ├── BlLinearLayoutVerticalTest.class.st │ ├── BlOnceLayoutTest.class.st │ ├── BlProportionalLayoutTest.class.st │ ├── BlRootLayoutTest.class.st │ ├── BlWrapAroundChildrenLayoutTest.class.st │ └── package.st ├── Bloc-Layout │ ├── BlActionAnchor.class.st │ ├── BlAnchor.class.st │ ├── BlAnchorChildReceiver.class.st │ ├── BlAnchorExplicitReceiver.class.st │ ├── BlAnchorLayout.class.st │ ├── BlAnchorLayoutConstraints.class.st │ ├── BlAnchorLayoutConstraintsHorizontal.class.st │ ├── BlAnchorLayoutConstraintsVertical.class.st │ ├── BlAnchorLayoutRule.class.st │ ├── BlAnchorParentReceiver.class.st │ ├── BlAnchorReceiver.class.st │ ├── BlCompositeLayout.class.st │ ├── BlElementAxisAnchor.class.st │ ├── BlElementBottomAnchor.class.st │ ├── BlElementBottomLeftAnchor.class.st │ ├── BlElementBottomRightAnchor.class.st │ ├── BlElementCenterAnchor.class.st │ ├── BlElementCornerAnchor.class.st │ ├── BlElementEdgeAnchor.class.st │ ├── BlElementExtentAnchor.class.st │ ├── BlElementGeometry.extension.st │ ├── BlElementGeometryAnchor.class.st │ ├── BlElementHeightAnchor.class.st │ ├── BlElementHorizontalCenterAnchor.class.st │ ├── BlElementLeftAnchor.class.st │ ├── BlElementLocationAnchor.class.st │ ├── BlElementPerimeterAnchor.class.st │ ├── BlElementPointAnchor.class.st │ ├── BlElementRightAnchor.class.st │ ├── BlElementTopAnchor.class.st │ ├── BlElementTopLeftAnchor.class.st │ ├── BlElementTopRightAnchor.class.st │ ├── BlElementVerticalCenterAnchor.class.st │ ├── BlElementWidthAnchor.class.st │ ├── BlFitChildrenLayout.class.st │ ├── BlFitLayout.class.st │ ├── BlFlowLayout.class.st │ ├── BlFlowLayoutChild.class.st │ ├── BlFlowLayoutConstraints.class.st │ ├── BlFlowLayoutConstraintsHorizontal.class.st │ ├── BlFlowLayoutConstraintsVertical.class.st │ ├── BlFlowLayoutDirection.class.st │ ├── BlFlowLayoutDisplay.class.st │ ├── BlFlowLayoutFloat.class.st │ ├── BlFlowLayoutFloatingChild.class.st │ ├── BlFlowLayoutHorizontal.class.st │ ├── BlFlowLayoutInline.class.st │ ├── BlFlowLayoutInlineChild.class.st │ ├── BlFlowLayoutLeftToRight.class.st │ ├── BlFlowLayoutLine.class.st │ ├── BlFlowLayoutLineSpace.class.st │ ├── BlFlowLayoutMeasurer.class.st │ ├── BlFlowLayoutOrientation.class.st │ ├── BlFlowLayoutPriorityQueue.class.st │ ├── BlFlowLayoutPriorityQueueNode.class.st │ ├── BlFlowLayoutRightToLeft.class.st │ ├── BlFlowLayoutVertical.class.st │ ├── BlFrameLayout.class.st │ ├── BlFrameLayoutConstraints.class.st │ ├── BlFrameLayoutConstraintsHorizontal.class.st │ ├── BlFrameLayoutConstraintsVertical.class.st │ ├── BlGridAlignBoundsMode.class.st │ ├── BlGridAlignMarginsMode.class.st │ ├── BlGridAlignment.class.st │ ├── BlGridAlignmentMode.class.st │ ├── BlGridBaselineAlignment.class.st │ ├── BlGridCanStretch.class.st │ ├── BlGridCenterAlignment.class.st │ ├── BlGridFillAlignment.class.st │ ├── BlGridFlexibility.class.st │ ├── BlGridHorizontalOrientation.class.st │ ├── BlGridInflexible.class.st │ ├── BlGridLayout.class.st │ ├── BlGridLayoutArc.class.st │ ├── BlGridLayoutAxis.class.st │ ├── BlGridLayoutBaselineBounds.class.st │ ├── BlGridLayoutBounds.class.st │ ├── BlGridLayoutConstants.class.st │ ├── BlGridLayoutConstraints.class.st │ ├── BlGridLayoutConstraintsAxis.class.st │ ├── BlGridLayoutConstraintsHorizontal.class.st │ ├── BlGridLayoutConstraintsVertical.class.st │ ├── BlGridLayoutImpl.class.st │ ├── BlGridLayoutInterval.class.st │ ├── BlGridLayoutSpec.class.st │ ├── BlGridLeadingAlignment.class.st │ ├── BlGridMeasurer.class.st │ ├── BlGridMutableInteger.class.st │ ├── BlGridOrientation.class.st │ ├── BlGridPackedMap.class.st │ ├── BlGridTrailingAlignment.class.st │ ├── BlGridUndefinedAlignment.class.st │ ├── BlGridVerticalOrientation.class.st │ ├── BlLayoutCommonConstraints.extension.st │ ├── BlLineGeometry.extension.st │ ├── BlLinearLayout.class.st │ ├── BlLinearLayoutConstraints.class.st │ ├── BlLinearLayoutConstraintsHorizontal.class.st │ ├── BlLinearLayoutConstraintsVertical.class.st │ ├── BlLinearLayoutHorizontalMeasurer.class.st │ ├── BlLinearLayoutHorizontalOrientation.class.st │ ├── BlLinearLayoutMeasurer.class.st │ ├── BlLinearLayoutNode.class.st │ ├── BlLinearLayoutOrientation.class.st │ ├── BlLinearLayoutVerticalMeasurer.class.st │ ├── BlLinearLayoutVerticalOrientation.class.st │ ├── BlNeutralAnchor.class.st │ ├── BlOnceLayout.class.st │ ├── BlProportionalLayout.class.st │ ├── BlProportionalLayoutConstraints.class.st │ ├── BlProportionalLayoutConstraintsHorizontal.class.st │ ├── BlProportionalLayoutConstraintsVertical.class.st │ ├── BlRelativeLayout.class.st │ ├── BlRelativeLayoutAlignment.class.st │ ├── BlRelativeLayoutConstraints.class.st │ ├── BlRelativeLayoutPosition.class.st │ ├── BlRelativeLayoutPositionAbove.class.st │ ├── BlRelativeLayoutPositionUndefined.class.st │ ├── BlSquaredLayout.class.st │ ├── BlWrapAroundChildrenLayout.class.st │ ├── Interval.extension.st │ ├── ManifestBlocLayout.class.st │ └── package.st ├── Bloc-LayoutZoomable │ ├── BlLayoutCommonConstraints.extension.st │ ├── BlZoomableLayout.class.st │ ├── BlZoomableLayoutConstraints.class.st │ ├── BlZoomableLayoutElementAction.class.st │ └── package.st ├── Bloc-Overlay-Examples │ ├── BlOverlayElementExamples.class.st │ └── package.st ├── Bloc-Overlay │ ├── BlOverlayElement.class.st │ ├── BlOverlayListener.class.st │ ├── TBlOverlayElement.trait.st │ └── package.st ├── Bloc-PharoExtensions │ ├── ClyGtExampleScript.class.st │ └── package.st ├── Bloc-PullAndSlide │ ├── BlPullEndEvent.class.st │ ├── BlPullEvent.class.st │ ├── BlPullHandler.class.st │ ├── BlPullStartEvent.class.st │ ├── BlScrollSlideHandler.class.st │ ├── BlSlideHandler.class.st │ └── package.st ├── Bloc-Rules │ ├── ReBlocCompatibilityRule.class.st │ ├── ReBlocDoNotSendForceLayoutRule.class.st │ ├── ReBlocWidthShouldNotBeOverriddenRule.class.st │ └── package.st ├── Bloc-SVG-Tests │ ├── BlSpaceFixture.extension.st │ ├── BlSvgExamples.class.st │ ├── BlSvgIconExamples.class.st │ └── package.st ├── Bloc-SVG │ ├── BlLinearGradientPaint.extension.st │ ├── BlPaint.extension.st │ ├── BlRadialGradientPaint.extension.st │ ├── BlSvgColor.class.st │ ├── BlSvgConverter.class.st │ ├── BlSvgIconImporter.class.st │ ├── BlSvgPath.class.st │ ├── BlSvgPathParser.class.st │ ├── XMLElement.extension.st │ ├── XMLNode.extension.st │ └── package.st ├── Bloc-Scalable-Examples │ ├── BlScalableElementExamples.class.st │ └── package.st ├── Bloc-Scalable │ ├── BlElement.extension.st │ ├── BlScalableElement.class.st │ ├── BlScalableFitAllStrategy.class.st │ ├── BlScalableFitHeightStrategy.class.st │ ├── BlScalableFitWidthStrategy.class.st │ ├── BlScalableFixedStrategy.class.st │ ├── BlScalableMaxDecorator.class.st │ ├── BlScalableMinDecorator.class.st │ ├── BlScalableStrategy.class.st │ ├── BlScalableStrategyDecorator.class.st │ └── package.st ├── Bloc-Scripter │ ├── AssertionFailure.extension.st │ ├── BlDevScripter.class.st │ ├── BlDevScripterActionStep.class.st │ ├── BlDevScripterAllChildrenBreadthFirstEventTarget.class.st │ ├── BlDevScripterApplicationStep.class.st │ ├── BlDevScripterAsTarget.class.st │ ├── BlDevScripterAssertionFailure.class.st │ ├── BlDevScripterBlockSelectorEventTarget.class.st │ ├── BlDevScripterBreadthFirstSearchEventTarget.class.st │ ├── BlDevScripterCheckChildrenCountStep.class.st │ ├── BlDevScripterCheckDoStep.class.st │ ├── BlDevScripterCheckElementClassStep.class.st │ ├── BlDevScripterCheckElementEqualsStep.class.st │ ├── BlDevScripterCheckElementExistsStep.class.st │ ├── BlDevScripterCheckElementNotExistsStep.class.st │ ├── BlDevScripterCheckElementStep.class.st │ ├── BlDevScripterCheckElementValueStep.class.st │ ├── BlDevScripterCheckFiredEventsStep.class.st │ ├── BlDevScripterCheckStep.class.st │ ├── BlDevScripterCheckTotalChildrenCountStep.class.st │ ├── BlDevScripterClickStep.class.st │ ├── BlDevScripterCollection.class.st │ ├── BlDevScripterCompositeStep.class.st │ ├── BlDevScripterDeepChildOfClassEventTarget.class.st │ ├── BlDevScripterDoubleClickStep.class.st │ ├── BlDevScripterElementClassEventTarget.class.st │ ├── BlDevScripterElementIdEventTarget.class.st │ ├── BlDevScripterElementStorage.class.st │ ├── BlDevScripterError.class.st │ ├── BlDevScripterEventCenteredPosition.class.st │ ├── BlDevScripterEventCollectorHandler.class.st │ ├── BlDevScripterEventOutsidePosition.class.st │ ├── BlDevScripterEventPosition.class.st │ ├── BlDevScripterEventProcessorTarget.class.st │ ├── BlDevScripterEventTarget.class.st │ ├── BlDevScripterEvents.class.st │ ├── BlDevScripterFireEventStep.class.st │ ├── BlDevScripterFocusProcessorTarget.class.st │ ├── BlDevScripterFutureCheckStep.class.st │ ├── BlDevScripterIndexedChildEventTarget.class.st │ ├── BlDevScripterInteractionStep.class.st │ ├── BlDevScripterKeyClickStep.class.st │ ├── BlDevScripterKeyDownStep.class.st │ ├── BlDevScripterKeyUpStep.class.st │ ├── BlDevScripterKeyboardStep.class.st │ ├── BlDevScripterMethodReference.class.st │ ├── BlDevScripterModelStorage.class.st │ ├── BlDevScripterModelTarget.class.st │ ├── BlDevScripterMouseDownStep.class.st │ ├── BlDevScripterMouseMoveOverStep.class.st │ ├── BlDevScripterMouseMoveStep.class.st │ ├── BlDevScripterMouseProcessorTarget.class.st │ ├── BlDevScripterMouseStep.class.st │ ├── BlDevScripterMouseUpStep.class.st │ ├── BlDevScripterMouseWheelStep.class.st │ ├── BlDevScripterMultipleActionStep.class.st │ ├── BlDevScripterMultipleCheckStep.class.st │ ├── BlDevScripterNestedChildEventTarget.class.st │ ├── BlDevScripterNoReference.class.st │ ├── BlDevScripterNullTarget.class.st │ ├── BlDevScripterReference.class.st │ ├── BlDevScripterRequestFocusStep.class.st │ ├── BlDevScripterReversedEvents.class.st │ ├── BlDevScripterRootStep.class.st │ ├── BlDevScripterSecondaryClickStep.class.st │ ├── BlDevScripterSelectFilterEventTarget.class.st │ ├── BlDevScripterSelectorChildEventTarget.class.st │ ├── BlDevScripterSelfEventTarget.class.st │ ├── BlDevScripterSetStep.class.st │ ├── BlDevScripterSetStepStorage.class.st │ ├── BlDevScripterShortcutStep.class.st │ ├── BlDevScripterSpaceRootTarget.class.st │ ├── BlDevScripterSpaceTarget.class.st │ ├── BlDevScripterStep.class.st │ ├── BlDevScripterStepContinueExecutor.class.st │ ├── BlDevScripterStepExecutingState.class.st │ ├── BlDevScripterStepExecutor.class.st │ ├── BlDevScripterStepExecutorAsyncStrategy.class.st │ ├── BlDevScripterStepExecutorEventsExportOnFailActivity.class.st │ ├── BlDevScripterStepExecutorScreenshotActivity.class.st │ ├── BlDevScripterStepExecutorScreenshotExportOnFailActivity.class.st │ ├── BlDevScripterStepExecutorStepActivity.class.st │ ├── BlDevScripterStepExecutorStrategy.class.st │ ├── BlDevScripterStepExecutorSyncStrategy.class.st │ ├── BlDevScripterStepFailureState.class.st │ ├── BlDevScripterStepHaltState.class.st │ ├── BlDevScripterStepPlayOnceExecutor.class.st │ ├── BlDevScripterStepProperties.class.st │ ├── BlDevScripterStepProperty.class.st │ ├── BlDevScripterStepReadyState.class.st │ ├── BlDevScripterStepScreenshot.class.st │ ├── BlDevScripterStepState.class.st │ ├── BlDevScripterStepSuccessState.class.st │ ├── BlDevScripterTarget.class.st │ ├── BlDevScripterTargetedStep.class.st │ ├── BlDevScripterTest.class.st │ ├── BlDevScripterTextAttributesAtTarget.class.st │ ├── BlDevScripterTypeTextStep.class.st │ ├── BlDevScripterUserData.class.st │ ├── BlDevScripterUserDataStorage.class.st │ ├── BlDevScripterWaitStep.class.st │ ├── BlDevScripterWithAllChildrenBreadthFirstEventTarget.class.st │ ├── BlElement.extension.st │ ├── Error.extension.st │ ├── Exception.extension.st │ ├── ManifestBlocDevTool.class.st │ ├── TBlDevScripterActionStep.trait.st │ ├── TBlDevScripterCheckStep.trait.st │ ├── TBlDevScripterCheckStepCreation.trait.st │ ├── TBlDevScripterCompositeStepTarget.trait.st │ ├── TBlDevScripterExamples.trait.st │ ├── TBlDevScripterException.trait.st │ ├── TBlDevScripterTarget.trait.st │ └── package.st ├── Bloc-Sliders │ ├── BlDesignSlider.class.st │ ├── BlGradientGridSlider.class.st │ ├── BlGradientSlider.class.st │ ├── BlLogarithmicSlider.class.st │ ├── BlNewBasicHorizontalSlider.class.st │ ├── BlNewBasicSlider.class.st │ ├── BlNewBasicVerticalSlider.class.st │ ├── BlOldBasicSlider.class.st │ ├── BlOldBasicSliderHandler.class.st │ ├── BlSliderGraduation.class.st │ └── package.st ├── Bloc-Spec2-Tests │ ├── BlInspectionTest.class.st │ ├── SpBlSpaceInMorphPresenterTest.class.st │ └── package.st ├── Bloc-Spec2 │ ├── BlElement.extension.st │ ├── BlRope.extension.st │ ├── BlRopedText.extension.st │ ├── BlText.extension.st │ ├── SpBlSpaceInMorphPresenter.class.st │ └── package.st ├── Bloc-Taskit-Tests │ ├── TKTBlocExamples.class.st │ ├── TKTBlocTest.class.st │ └── package.st ├── Bloc-Taskit │ ├── TKTBlSpaceRunner.class.st │ ├── TKTBlSpaceService.class.st │ └── package.st ├── Bloc-Tests │ ├── BlAbstractEventProcessingTest.class.st │ ├── BlAffineTransformationOriginTest.class.st │ ├── BlAffineTransformationTest.class.st │ ├── BlAssertionsTraitTest.class.st │ ├── BlBackgroundTest.class.st │ ├── BlBoundsTest.class.st │ ├── BlColorPaintTest.class.st │ ├── BlCompositeErrorHandlerTest.class.st │ ├── BlCompulsoryCombinationTest.class.st │ ├── BlConcatenationRopeIteratorTest.class.st │ ├── BlConcatenationRopeTest.class.st │ ├── BlCornerRadiiTest.class.st │ ├── BlElementEffectChangeTest.class.st │ ├── BlElementPositionChangeTest.class.st │ ├── BlElementTest.class.st │ ├── BlEventDispatcherTest.class.st │ ├── BlEventTest.class.st │ ├── BlExamplesTest.class.st │ ├── BlFocusProcessingTest.class.st │ ├── BlFormSetBackgroundTest.class.st │ ├── BlHostPulseLoopTest.class.st │ ├── BlImageBackgroundTest.class.st │ ├── BlInsetsTest.class.st │ ├── BlKeyCombinationTest.class.st │ ├── BlKeyboardProcessorTest.class.st │ ├── BlLayoutExactResizerTest.class.st │ ├── BlMatrix2DTest.class.st │ ├── BlMatrix3DTest.class.st │ ├── BlMatrixDecomposition2DTest.class.st │ ├── BlMockAlignableElement.class.st │ ├── BlMockedEvent.class.st │ ├── BlMockedEventTarget.class.st │ ├── BlMockedKeyCombination.class.st │ ├── BlMockedKeyboardBuffer.class.st │ ├── BlMouseEventTest.class.st │ ├── BlMouseProcessingTest.class.st │ ├── BlMouseProcessorTest.class.st │ ├── BlMouseWheelEventTest.class.st │ ├── BlPaintBackgroundTest.class.st │ ├── BlParameterizedHostTest.class.st │ ├── BlShortcutTest.class.st │ ├── BlSpaceEventTest.class.st │ ├── BlSpaceSmokeTest.class.st │ ├── BlSpaceVisibilityTest.class.st │ ├── BlStartupShutdownTest.class.st │ ├── BlTestFocusProcessor.class.st │ ├── BlTestMouseEventProcessor.class.st │ ├── TBlAlignableTest.class.st │ └── package.st ├── Bloc-Text-Alexandrie-Examples │ ├── BlTextElementExamples.class.st │ ├── BlTextElementMeasurementExamplesTest.class.st │ ├── BlTextElementMeasurementStrategyExamplesTest.class.st │ └── package.st ├── Bloc-Text-Elements │ ├── BlAttributedTextElement.class.st │ ├── BlShrinkingTextElement.class.st │ ├── BlText.extension.st │ ├── BlTextElement.class.st │ ├── BlTextElementEditorMeasurementStrategy.class.st │ ├── BlTextElementHostMeasurer.class.st │ ├── BlTextElementLabelMeasurementStrategy.class.st │ ├── BlTextElementMeasurementStrategy.class.st │ ├── BlTextElementMeasurer.class.st │ ├── BlTextElementTightMeasurementStrategy.class.st │ └── package.st ├── Bloc-Text-Examples │ ├── BlTextIteratorExamplesTest.class.st │ ├── BlTextParagraphExamplesTest.class.st │ ├── BlTextUnderlineAttributeExamplesTest.class.st │ └── package.st ├── Bloc-Text-Rope-Tests │ ├── BlRopedTextTest.class.st │ ├── BlSpanTest.class.st │ ├── BlSubTextTest.class.st │ └── package.st ├── Bloc-Text-Rope │ ├── BlRopedText.class.st │ ├── BlRopedTextIterator.class.st │ ├── Object.extension.st │ ├── String.extension.st │ ├── Text.extension.st │ ├── TextAction.extension.st │ ├── TextAttribute.extension.st │ ├── TextBackgroundColor.extension.st │ ├── TextColor.extension.st │ ├── TextEmphasis.extension.st │ ├── TextIndent.extension.st │ └── package.st ├── Bloc-Text-Tests │ ├── BlIntervalCollectorTest.class.st │ ├── BlPharoCodeStylerTest.class.st │ ├── BlRopedTextTest2.class.st │ ├── BlTextDecorationStyleTest.class.st │ ├── BlTextOperatorTest.class.st │ └── package.st ├── Bloc-Text │ ├── BlAscentLooseBaselineMeasurer.class.st │ ├── BlAscentTightBaselineMeasurer.class.st │ ├── BlAttributeRope.extension.st │ ├── BlBoundsBaselineMeasurer.class.st │ ├── BlCharacterText.class.st │ ├── BlCollectionRope.extension.st │ ├── BlConcatenationRope.extension.st │ ├── BlEmptyText.class.st │ ├── BlEmptyTextIterator.class.st │ ├── BlFont.class.st │ ├── BlFontEmphasisAttribute.class.st │ ├── BlFontFamilyAttribute.class.st │ ├── BlFontFamilyDefaultAttribute.class.st │ ├── BlFontItalicAttribute.class.st │ ├── BlFontNormalAttribute.class.st │ ├── BlFontObliqueAttribute.class.st │ ├── BlFontSize.class.st │ ├── BlFontSizeAttribute.class.st │ ├── BlFontSizeDefaultAttribute.class.st │ ├── BlFontSlant.class.st │ ├── BlFontStretch.class.st │ ├── BlFontWeight.class.st │ ├── BlFontWeightAttribute.class.st │ ├── BlGenerationText.class.st │ ├── BlIntervalCollector.class.st │ ├── BlPharoCodeStyler.class.st │ ├── BlPositionFinder.class.st │ ├── BlReadonlyText.class.st │ ├── BlRope.extension.st │ ├── BlSHRBTextStyler.class.st │ ├── BlSpan.class.st │ ├── BlStylerStateChanged.class.st │ ├── BlStylerTextStyleRequested.class.st │ ├── BlStylerTextStyled.class.st │ ├── BlSubRope.extension.st │ ├── BlSubText.class.st │ ├── BlSubTextIterator.class.st │ ├── BlText.class.st │ ├── BlTextAnnouncer.class.st │ ├── BlTextAttribute.class.st │ ├── BlTextAttributeAdded.class.st │ ├── BlTextAttributesBuilder.class.st │ ├── BlTextAttributesCachingFinder.class.st │ ├── BlTextAttributesDynamicFinder.class.st │ ├── BlTextAttributesExplicitFinder.class.st │ ├── BlTextAttributesIgnoringFinder.class.st │ ├── BlTextAttributesRemoved.class.st │ ├── BlTextAttributesStyler.class.st │ ├── BlTextBackgroundAttribute.class.st │ ├── BlTextBorderAttribute.class.st │ ├── BlTextClassLink.class.st │ ├── BlTextDecoration.class.st │ ├── BlTextDecorationAttribute.class.st │ ├── BlTextDecorationCompositeType.class.st │ ├── BlTextDecorationDashedStyle.class.st │ ├── BlTextDecorationDottedStyle.class.st │ ├── BlTextDecorationDoubleStyle.class.st │ ├── BlTextDecorationLineThroughType.class.st │ ├── BlTextDecorationOverlineType.class.st │ ├── BlTextDecorationSingleType.class.st │ ├── BlTextDecorationSolidStyle.class.st │ ├── BlTextDecorationStyle.class.st │ ├── BlTextDecorationType.class.st │ ├── BlTextDecorationUnderlineType.class.st │ ├── BlTextDecorationWavyStyle.class.st │ ├── BlTextDelegatedAttributesBuilder.class.st │ ├── BlTextError.class.st │ ├── BlTextFontAndStyleBuilder.class.st │ ├── BlTextForegroundAttribute.class.st │ ├── BlTextIterator.class.st │ ├── BlTextLinkAttribute.class.st │ ├── BlTextMethodLink.class.st │ ├── BlTextNonPrintableCharacterPrinter.class.st │ ├── BlTextOperator.class.st │ ├── BlTextOutOfBoundsError.class.st │ ├── BlTextParagraph.class.st │ ├── BlTextParagraphBaselineMeasurer.class.st │ ├── BlTextParagraphHighlight.class.st │ ├── BlTextParagraphLine.class.st │ ├── BlTextParagraphMeasurer.class.st │ ├── BlTextParagraphSegment.class.st │ ├── BlTextParagraphSegmentLeaf.class.st │ ├── BlTextReadStream.class.st │ ├── BlTextSpacingAttribute.class.st │ ├── BlTextStringsInserted.class.st │ ├── BlTextStyler.class.st │ ├── BlTextStylerLauncher.class.st │ ├── BlTextTrimmer.class.st │ ├── BlTextVariableLink.class.st │ ├── BlTextsDeleted.class.st │ ├── BlWrappedText.class.st │ ├── Character.extension.st │ ├── Number.extension.st │ ├── TBlFont.trait.st │ ├── TBlFontDescriptor.trait.st │ ├── TBlTextAttributesFinder.trait.st │ ├── TBlTextStyleable.trait.st │ ├── TextClassLink.extension.st │ ├── TextMethodLink.extension.st │ ├── TextVariableLink.extension.st │ └── package.st ├── Bloc-UnitedTests │ ├── BlAnnulusSectorGeometryTest.class.st │ ├── BlBasicTest.class.st │ ├── BlBorderTest.class.st │ ├── BlBoundsMatcherTest.class.st │ ├── BlChildrenArrayTest.class.st │ ├── BlChildrenLinkedListTest.class.st │ ├── BlChildrenOrderedCollectionTest.class.st │ ├── BlChildrenRopeTest.class.st │ ├── BlChildrenSubsetTest.class.st │ ├── BlCompositeSelectionTest.class.st │ ├── BlElementAttachmentTest.class.st │ ├── BlElementBoundsTest.class.st │ ├── BlElementChildrenTest.class.st │ ├── BlElementEventTest.class.st │ ├── BlElementLayoutBoundaryTest.class.st │ ├── BlElementWithBrokenDrawingAndOnLayoutMock.class.st │ ├── BlElementWithBrokenDrawingMock.class.st │ ├── BlElementWithBrokenOnLayoutMock.class.st │ ├── BlEllipseGeometryTest.class.st │ ├── BlErrorHandlingTest.class.st │ ├── BlExampleLoggingEventHandler.class.st │ ├── BlExamplesMock.class.st │ ├── BlGeometryTest.class.st │ ├── BlGridLayoutUsageTest.class.st │ ├── BlHandlerAnnouncerRegistryTest.class.st │ ├── BlHandlerArrayRegistryTest.class.st │ ├── BlHandlerRegistryTest.class.st │ ├── BlHistogramGeometryTest.class.st │ ├── BlOpacityTest.class.st │ ├── BlSelectionHandlerTest.class.st │ ├── BlSelectionTest.class.st │ ├── BlTestOfExamplesTest.class.st │ ├── BlTransformationTest.class.st │ ├── BlVectorTest.class.st │ ├── TBlChildrenTest.trait.st │ └── package.st ├── Bloc │ ├── BlAbstractImageBackground.class.st │ ├── BlAbstractLayoutChildNode.class.st │ ├── BlAbstractLayoutParentNode.class.st │ ├── BlActionHandler.class.st │ ├── BlAffineCompositeTransformation.class.st │ ├── BlAffineTransformation.class.st │ ├── BlAffineTransformationCenterOrigin.class.st │ ├── BlAffineTransformationLeftCenterOrigin.class.st │ ├── BlAffineTransformationNormalizedPositionOrigin.class.st │ ├── BlAffineTransformationOrigin.class.st │ ├── BlAffineTransformationPositionOrigin.class.st │ ├── BlAffineTransformationRightCenterOrigin.class.st │ ├── BlAffineTransformationTopLeftOrigin.class.st │ ├── BlAlreadyAddedAsChildError.class.st │ ├── BlAlternativeCombination.class.st │ ├── BlAnnulusSectorGeometry.class.st │ ├── BlArrayObjectPool.class.st │ ├── BlAttachedCachedSpaceReference.class.st │ ├── BlAttachedSpaceReference.class.st │ ├── BlAttributeRope.class.st │ ├── BlAttributeRopeIterator.class.st │ ├── BlBackground.class.st │ ├── BlBackgroundBuilder.class.st │ ├── BlBagObjectPool.class.st │ ├── BlBaseDragEvent.class.st │ ├── BlBaseEventProcessor.class.st │ ├── BlBaseFocusEvent.class.st │ ├── BlBasicEventHandler.class.st │ ├── BlBasicLayout.class.st │ ├── BlBasicNodeBasedLayout.class.st │ ├── BlBasicShortcut.class.st │ ├── BlBezierCurveGeometry.class.st │ ├── BlBitflags.class.st │ ├── BlBlurAboveEffect.class.st │ ├── BlBlurBelowEffect.class.st │ ├── BlBlurEffect.class.st │ ├── BlBlurEvent.class.st │ ├── BlBorder.class.st │ ├── BlBorderBuilder.class.st │ ├── BlBottomAlignment.class.st │ ├── BlBounds.class.st │ ├── BlBoundsCache.class.st │ ├── BlBoundsMatcher.class.st │ ├── BlBoundsMatcherConstraints.class.st │ ├── BlBubblingEventDispatcher.class.st │ ├── BlCachedBounds.class.st │ ├── BlChildBoundsBasedFinder.class.st │ ├── BlChildDoesNotExistError.class.st │ ├── BlChildren.class.st │ ├── BlChildrenAccountedByLayout.class.st │ ├── BlChildrenArray.class.st │ ├── BlChildrenCollection.class.st │ ├── BlChildrenIgnoredByLayout.class.st │ ├── BlChildrenLinkedList.class.st │ ├── BlChildrenOrderedCollection.class.st │ ├── BlChildrenReversed.class.st │ ├── BlChildrenRope.class.st │ ├── BlChildrenSortedByElevation.class.st │ ├── BlChildrenSortedByPerimeter.class.st │ ├── BlChildrenSubset.class.st │ ├── BlCircleGeometry.class.st │ ├── BlClickAbortedEvent.class.st │ ├── BlClickEvent.class.st │ ├── BlClipOutEffect.class.st │ ├── BlClipOutGeometryEffect.class.st │ ├── BlClipOutInsetsEffect.class.st │ ├── BlCollectionRope.class.st │ ├── BlCollectionRopeIterator.class.st │ ├── BlColorPaint.class.st │ ├── BlCompositeAlignment.class.st │ ├── BlCompositeBackground.class.st │ ├── BlCompositeBackgroundBuilder.class.st │ ├── BlCompositeEffect.class.st │ ├── BlCompositeErrorHandler.class.st │ ├── BlCompositeSelection.class.st │ ├── BlCompositingMode.class.st │ ├── BlCompositingSeparateLayerMode.class.st │ ├── BlCompositingSingleLayerMode.class.st │ ├── BlCompositingWithLayerMode.class.st │ ├── BlCompositingWithoutLayerMode.class.st │ ├── BlCompulsoryCombination.class.st │ ├── BlConcatenationRope.class.st │ ├── BlConcatenationRopeIterator.class.st │ ├── BlCornerRadii.class.st │ ├── BlCosineInterpolator.class.st │ ├── BlCustomEventHandler.class.st │ ├── BlCustomVisuals.class.st │ ├── BlDecelerateInterpolator.class.st │ ├── BlDefaultVisuals.class.st │ ├── BlDelayedTask.class.st │ ├── BlDelayedTaskAction.class.st │ ├── BlDetachedSpaceReference.class.st │ ├── BlDirectEventDispatcher.class.st │ ├── BlDoubleClickEvent.class.st │ ├── BlDragEndEvent.class.st │ ├── BlDragEnterEvent.class.st │ ├── BlDragEvent.class.st │ ├── BlDragLeaveEvent.class.st │ ├── BlDragStartEvent.class.st │ ├── BlDrawingErrorHandler.class.st │ ├── BlDropEvent.class.st │ ├── BlEasing.class.st │ ├── BlEasingBaseBounce.class.st │ ├── BlEasingBounceIn.class.st │ ├── BlEasingBounceInOut.class.st │ ├── BlEasingBounceOut.class.st │ ├── BlEasingElastic.class.st │ ├── BlEasingQuad.class.st │ ├── BlElement.class.st │ ├── BlElementAbsoluteTransformation.class.st │ ├── BlElementAddedToParentEvent.class.st │ ├── BlElementAddedToSceneGraphEvent.class.st │ ├── BlElementAlignment.class.st │ ├── BlElementBackgroundChangedEvent.class.st │ ├── BlElementBorderChangedEvent.class.st │ ├── BlElementBounds.class.st │ ├── BlElementBoundsInChild.class.st │ ├── BlElementBoundsInLocal.class.st │ ├── BlElementBoundsInParent.class.st │ ├── BlElementBoundsInSpace.class.st │ ├── BlElementBoundsUpdater.class.st │ ├── BlElementBoundsUpdaterChange.class.st │ ├── BlElementCachedExplicitTransformation.class.st │ ├── BlElementCachedIdentityTransformation.class.st │ ├── BlElementCachedTransformation.class.st │ ├── BlElementCompositeTransformation.class.st │ ├── BlElementComputedBounds.class.st │ ├── BlElementDynamicTransformation.class.st │ ├── BlElementEffect.class.st │ ├── BlElementEvent.class.st │ ├── BlElementEventDispatcher.class.st │ ├── BlElementEventDispatcherActivatedEvents.class.st │ ├── BlElementExtentChangedEvent.class.st │ ├── BlElementFlags.class.st │ ├── BlElementGeometry.class.st │ ├── BlElementId.class.st │ ├── BlElementIdentityTransformation.class.st │ ├── BlElementIndexedId.class.st │ ├── BlElementLayoutChangedEvent.class.st │ ├── BlElementLayoutComputedEvent.class.st │ ├── BlElementLocalBounds.class.st │ ├── BlElementLocalTransformation.class.st │ ├── BlElementNamedId.class.st │ ├── BlElementNoId.class.st │ ├── BlElementPositionChangedEvent.class.st │ ├── BlElementPositionInSpaceChangedEvent.class.st │ ├── BlElementRemovedFromParentEvent.class.st │ ├── BlElementRemovedFromSceneGraphEvent.class.st │ ├── BlElementScrolledEvent.class.st │ ├── BlElementSelectionAcquiredEvent.class.st │ ├── BlElementSelectionLostEvent.class.st │ ├── BlElementTransformation.class.st │ ├── BlElementTransformationChangedEvent.class.st │ ├── BlElementTransformationInSpaceChangedEvent.class.st │ ├── BlElementUniqueId.class.st │ ├── BlElementVectorGeometry.class.st │ ├── BlElementVisuals.class.st │ ├── BlElevation.class.st │ ├── BlEllipseGeometry.class.st │ ├── BlEmUnit.class.st │ ├── BlEmptyGeometry.class.st │ ├── BlEmptySelection.class.st │ ├── BlEndAlignment.class.st │ ├── BlEqualizer.class.st │ ├── BlErrorHandler.class.st │ ├── BlEvent.class.st │ ├── BlEventDelegator.class.st │ ├── BlEventDispatcher.class.st │ ├── BlEventDispatcherChain.class.st │ ├── BlEventDispatcherEmptyChain.class.st │ ├── BlEventFilter.class.st │ ├── BlEventForwarder.class.st │ ├── BlEventHandler.class.st │ ├── BlEventListener.class.st │ ├── BlExtentMeasurementSpec.class.st │ ├── BlFastForwardedTime.class.st │ ├── BlFocusChain.class.st │ ├── BlFocusEvent.class.st │ ├── BlFocusInEvent.class.st │ ├── BlFocusOutEvent.class.st │ ├── BlFocusProcessor.class.st │ ├── BlFocusability.class.st │ ├── BlFocusabilityAfter.class.st │ ├── BlFocusabilityBefore.class.st │ ├── BlFocusabilityBlock.class.st │ ├── BlFocusabilityIgnore.class.st │ ├── BlFocusabilityNone.class.st │ ├── BlFormSetBackground.class.st │ ├── BlGaussianShadowEffect.class.st │ ├── BlGlobalElevation.class.st │ ├── BlGradientPaint.class.st │ ├── BlGradientShadowEffect.class.st │ ├── BlHandledError.class.st │ ├── BlHandlerAnnouncementSubscription.class.st │ ├── BlHandlerAnnouncerRegistry.class.st │ ├── BlHandlerArrayRegistry.class.st │ ├── BlHandlerRegistry.class.st │ ├── BlHeadlessHost.class.st │ ├── BlHeadlessHostSpace.class.st │ ├── BlHeightEqualizer.class.st │ ├── BlHistogramGeometry.class.st │ ├── BlHorizontalAlignment.class.st │ ├── BlHorizontalCenterAlignment.class.st │ ├── BlHorizontalCoordinateAlignment.class.st │ ├── BlHorizontalCoordinateEndAlignment.class.st │ ├── BlHorizontalCoordinateLeftAlignment.class.st │ ├── BlHorizontalCoordinateRightAlignment.class.st │ ├── BlHorizontalCoordinateStartAlignment.class.st │ ├── BlHorizontalEndAlignment.class.st │ ├── BlHorizontalStartAlignment.class.st │ ├── BlHost.class.st │ ├── BlHostEventFetcher.class.st │ ├── BlHostPulseLoop.class.st │ ├── BlHostRenderer.class.st │ ├── BlHostSpace.class.st │ ├── BlHostTextMeasurer.class.st │ ├── BlIgnoredLayout.class.st │ ├── BlIgnoredLayoutConstraints.class.st │ ├── BlIgnoredLayoutConstraintsHorizontal.class.st │ ├── BlIgnoredLayoutConstraintsVertical.class.st │ ├── BlImageBackground.class.st │ ├── BlImageBackgroundBuilder.class.st │ ├── BlImagePatternPaint.class.st │ ├── BlImmutableObjectChangeError.class.st │ ├── BlInsets.class.st │ ├── BlInterpolator.class.st │ ├── BlKeyCombination.class.st │ ├── BlKeyCombinationBuilder.class.st │ ├── BlKeyCombinationConverterCNF.class.st │ ├── BlKeyCombinationConverterDNF.class.st │ ├── BlKeyCombinationVisitor.class.st │ ├── BlKeyDownEvent.class.st │ ├── BlKeyModifiers.class.st │ ├── BlKeyUpEvent.class.st │ ├── BlKeyboardBuffer.class.st │ ├── BlKeyboardEvent.class.st │ ├── BlKeyboardKeyTable.class.st │ ├── BlKeyboardProcessor.class.st │ ├── BlLayout.class.st │ ├── BlLayoutChildNode.class.st │ ├── BlLayoutChildNodeWithEdges.class.st │ ├── BlLayoutChildNodeWithElement.class.st │ ├── BlLayoutChildNodeWithTransformation.class.st │ ├── BlLayoutCommonConstraints.class.st │ ├── BlLayoutCommonConstraintsAxis.class.st │ ├── BlLayoutConstraints.class.st │ ├── BlLayoutConstraintsAxis.class.st │ ├── BlLayoutDirection.class.st │ ├── BlLayoutEdge.class.st │ ├── BlLayoutErrorHandler.class.st │ ├── BlLayoutExactResizer.class.st │ ├── BlLayoutFitContentLimitedOffsetResizer.class.st │ ├── BlLayoutFitContentLimitedResizer.class.st │ ├── BlLayoutFitContentResizer.class.st │ ├── BlLayoutGraphConnectedEdges.class.st │ ├── BlLayoutGraphConnectedNodes.class.st │ ├── BlLayoutGraphEdgesIterator.class.st │ ├── BlLayoutGraphIncomingEdges.class.st │ ├── BlLayoutGraphIterator.class.st │ ├── BlLayoutGraphOutgoingEdges.class.st │ ├── BlLayoutHorizontal.class.st │ ├── BlLayoutLeftToRight.class.st │ ├── BlLayoutMatchParentResizer.class.st │ ├── BlLayoutNode.class.st │ ├── BlLayoutNodeChildren.class.st │ ├── BlLayoutNodeComputedMeasurement.class.st │ ├── BlLayoutNodeElementAction.class.st │ ├── BlLayoutNodeElementMeasurement.class.st │ ├── BlLayoutNodeMeasurement.class.st │ ├── BlLayoutNodeNullMeasurement.class.st │ ├── BlLayoutNodeResizerMeasurement.class.st │ ├── BlLayoutNonLeafChildNode.class.st │ ├── BlLayoutNonLeafParentNode.class.st │ ├── BlLayoutOrientation.class.st │ ├── BlLayoutParentNode.class.st │ ├── BlLayoutParentNodeWithEdges.class.st │ ├── BlLayoutParentNodeWithFilter.class.st │ ├── BlLayoutParentNodeWithTransformation.class.st │ ├── BlLayoutResizer.class.st │ ├── BlLayoutRightToLeft.class.st │ ├── BlLayoutVertical.class.st │ ├── BlLeftAlignment.class.st │ ├── BlLineGeometry.class.st │ ├── BlLinearGradientPaint.class.st │ ├── BlLinearInterpolator.class.st │ ├── BlMatrix.class.st │ ├── BlMatrix2D.class.st │ ├── BlMatrix3D.class.st │ ├── BlMatrixDecomposition.class.st │ ├── BlMatrixDecomposition2D.class.st │ ├── BlMatrixDecomposition3D.class.st │ ├── BlMatrixTransformation.class.st │ ├── BlMeasurementAtMostMode.class.st │ ├── BlMeasurementExactMode.class.st │ ├── BlMeasurementMode.class.st │ ├── BlMeasurementSpec.class.st │ ├── BlMeasurementUnspecifiedMode.class.st │ ├── BlMiddleAlignment.class.st │ ├── BlMiddleClickEvent.class.st │ ├── BlMiddleMouseDownEvent.class.st │ ├── BlMiddleMouseUpEvent.class.st │ ├── BlMonotoneSelection.class.st │ ├── BlMouseButton.class.st │ ├── BlMouseDownEvent.class.st │ ├── BlMouseDownOutsideEvent.class.st │ ├── BlMouseEnterEvent.class.st │ ├── BlMouseEvent.class.st │ ├── BlMouseLeaveEvent.class.st │ ├── BlMouseMiddleButton.class.st │ ├── BlMouseMoveEvent.class.st │ ├── BlMouseNamedButton.class.st │ ├── BlMouseOtherButton.class.st │ ├── BlMouseOutEvent.class.st │ ├── BlMouseOverEvent.class.st │ ├── BlMousePickEvent.class.st │ ├── BlMousePickOutsideEvent.class.st │ ├── BlMousePrimaryButton.class.st │ ├── BlMouseProcessor.class.st │ ├── BlMouseSecondaryButton.class.st │ ├── BlMouseUpEvent.class.st │ ├── BlMouseUpOutsideEvent.class.st │ ├── BlMouseWheelEvent.class.st │ ├── BlMultipleSelection.class.st │ ├── BlNodeBasedLayout.class.st │ ├── BlNullAlignment.class.st │ ├── BlNullEffect.class.st │ ├── BlNullHorizontalAlignment.class.st │ ├── BlNullLeftAlignment.class.st │ ├── BlNullRightAlignment.class.st │ ├── BlNullSpaceReference.class.st │ ├── BlNullVerticalAlignment.class.st │ ├── BlObjectPool.class.st │ ├── BlOnActionHandler.class.st │ ├── BlOutskirts.class.st │ ├── BlOutskirtsCentered.class.st │ ├── BlOutskirtsInside.class.st │ ├── BlOutskirtsOutside.class.st │ ├── BlOverlayAboveEffect.class.st │ ├── BlOverlayBelowEffect.class.st │ ├── BlOverlayEffect.class.st │ ├── BlPaint.class.st │ ├── BlPaintBackground.class.st │ ├── BlPaintBackgroundBuilder.class.st │ ├── BlParallelUniverse.class.st │ ├── BlParallelUniverseErrorDuringPulseSignal.class.st │ ├── BlPathCache.class.st │ ├── BlPercentUnit.class.st │ ├── BlPerspectiveTransformation.class.st │ ├── BlPoint.class.st │ ├── BlPoint2D.class.st │ ├── BlPoint3D.class.st │ ├── BlPoint4D.class.st │ ├── BlPolygonGeometry.class.st │ ├── BlPolygonHitTester.class.st │ ├── BlPolylineGeometry.class.st │ ├── BlPrimaryClickEvent.class.st │ ├── BlPrimaryMouseDownEvent.class.st │ ├── BlPrimaryMouseUpEvent.class.st │ ├── BlPtUnit.class.st │ ├── BlQuaternion.class.st │ ├── BlQuinticInterpolator.class.st │ ├── BlRadialGradientPaint.class.st │ ├── BlRay.class.st │ ├── BlRealTime.class.st │ ├── BlRectangleGeometry.class.st │ ├── BlReflectionTransformation.class.st │ ├── BlRelativeAlignment.class.st │ ├── BlRelativeElevation.class.st │ ├── BlRemUnit.class.st │ ├── BlRepeatedTask.class.st │ ├── BlRepeatedTaskAction.class.st │ ├── BlRightAlignment.class.st │ ├── BlRope.class.st │ ├── BlRopeIterator.class.st │ ├── BlRopeableCollectionFile.class.st │ ├── BlRotationTransformation.class.st │ ├── BlRoundedPolygonGeometry.class.st │ ├── BlRoundedRectangleGeometry.class.st │ ├── BlScalingTransformation.class.st │ ├── BlSecondaryClickEvent.class.st │ ├── BlSecondaryMouseDownEvent.class.st │ ├── BlSecondaryMouseUpEvent.class.st │ ├── BlSelection.class.st │ ├── BlSelectionHandler.class.st │ ├── BlSelectionNode.class.st │ ├── BlSelectionTree.class.st │ ├── BlShadowEffect.class.st │ ├── BlSharedEventDistributor.class.st │ ├── BlShearTransformation.class.st │ ├── BlShortcutEvent.class.st │ ├── BlShortcutHandler.class.st │ ├── BlShortcutHandlerWithShortcuts.class.st │ ├── BlShortcutHandlerWithoutShortcuts.class.st │ ├── BlShortcutRegistry.class.st │ ├── BlShortcutWithAction.class.st │ ├── BlSigmoidGeometry.class.st │ ├── BlSimpleShadowEffect.class.st │ ├── BlSimulatedTime.class.st │ ├── BlSineInterpolator.class.st │ ├── BlSingleErrorHandler.class.st │ ├── BlSingleKeyCombination.class.st │ ├── BlSingularMatrixError.class.st │ ├── BlSpace.class.st │ ├── BlSpaceCloseRequest.class.st │ ├── BlSpaceClosedEvent.class.st │ ├── BlSpaceDetachedEvent.class.st │ ├── BlSpaceDragCancelEvent.class.st │ ├── BlSpaceDragDraggedEvent.class.st │ ├── BlSpaceDragDropEnterEvent.class.st │ ├── BlSpaceDragDropEvent.class.st │ ├── BlSpaceDragLiftEvent.class.st │ ├── BlSpaceEvent.class.st │ ├── BlSpaceEventListener.class.st │ ├── BlSpaceEventsProcessedEvent.class.st │ ├── BlSpaceExposeEvent.class.st │ ├── BlSpaceFocusInEvent.class.st │ ├── BlSpaceFocusOutEvent.class.st │ ├── BlSpaceFrame.class.st │ ├── BlSpaceFrameDrawingPhase.class.st │ ├── BlSpaceFrameDrawingValidationPhase.class.st │ ├── BlSpaceFrameEventPhase.class.st │ ├── BlSpaceFrameHostValidationPhase.class.st │ ├── BlSpaceFrameIdlePhase.class.st │ ├── BlSpaceFrameLayoutPhase.class.st │ ├── BlSpaceFramePhase.class.st │ ├── BlSpaceFrameTaskPhase.class.st │ ├── BlSpaceFrameUnknownPhase.class.st │ ├── BlSpaceIconChangedEvent.class.st │ ├── BlSpaceLayoutEndEvent.class.st │ ├── BlSpaceMaximizedEvent.class.st │ ├── BlSpaceMinimizedEvent.class.st │ ├── BlSpaceMouseEnterEvent.class.st │ ├── BlSpaceMouseLeaveEvent.class.st │ ├── BlSpaceMovedEvent.class.st │ ├── BlSpacePhaseEvent.class.st │ ├── BlSpaceReference.class.st │ ├── BlSpaceRenderEndEvent.class.st │ ├── BlSpaceResizedEvent.class.st │ ├── BlSpaceRootChangeEvent.class.st │ ├── BlSpaceShownEvent.class.st │ ├── BlSpaceShutdownOnCloseListener.class.st │ ├── BlSpaceTaskQueue.class.st │ ├── BlSpaceTasksEndEvent.class.st │ ├── BlSquareGeometry.class.st │ ├── BlStadiumGeometry.class.st │ ├── BlStartAlignment.class.st │ ├── BlStencil.class.st │ ├── BlStrokeLineBevelJoin.class.st │ ├── BlStrokeLineButtCap.class.st │ ├── BlStrokeLineCap.class.st │ ├── BlStrokeLineJoin.class.st │ ├── BlStrokeLineMiterJoin.class.st │ ├── BlStrokeLineRoundCap.class.st │ ├── BlStrokeLineRoundJoin.class.st │ ├── BlStrokeLineSquareCap.class.st │ ├── BlStrokeStyle.class.st │ ├── BlSubRope.class.st │ ├── BlSubRopeIterator.class.st │ ├── BlSynchronizedObjectPool.class.st │ ├── BlTask.class.st │ ├── BlTaskAction.class.st │ ├── BlTaskQueue.class.st │ ├── BlTextIndex.class.st │ ├── BlTextIndexEOS.class.st │ ├── BlTextInputBuffer.class.st │ ├── BlTextInputEvent.class.st │ ├── BlTime.class.st │ ├── BlTopAlignment.class.st │ ├── BlTransformationBuilder.class.st │ ├── BlTranslationTransformation.class.st │ ├── BlTransparentBackground.class.st │ ├── BlTransparentPaint.class.st │ ├── BlTriangleGeometry.class.st │ ├── BlUIEvent.class.st │ ├── BlUnit.class.st │ ├── BlUseAsyncFeatures.class.st │ ├── BlValueWithUnit.class.st │ ├── BlVector.class.st │ ├── BlVector2D.class.st │ ├── BlVector3D.class.st │ ├── BlVerticalAlignment.class.st │ ├── BlVerticalCenterAlignment.class.st │ ├── BlVerticalCoordinateAlignment.class.st │ ├── BlVerticalCoordinateBottomAlignment.class.st │ ├── BlVerticalCoordinateTopAlignment.class.st │ ├── BlVerticesFromRectanglesOperator.class.st │ ├── BlViscousFluidInterpolator.class.st │ ├── BlVisibility.class.st │ ├── BlVisibilityGone.class.st │ ├── BlVisibilityHidden.class.st │ ├── BlVisibilityVisible.class.st │ ├── BlVisualSelectionHandler.class.st │ ├── BlWidthEqualizer.class.st │ ├── Bloc.class.st │ ├── BlockClosure.extension.st │ ├── Character.extension.st │ ├── Collection.extension.st │ ├── Color.extension.st │ ├── Context.extension.st │ ├── DateAndTime.extension.st │ ├── Form.extension.st │ ├── FormSet.extension.st │ ├── KeyboardKey.extension.st │ ├── MacOSPlatform.extension.st │ ├── ManifestBloc.class.st │ ├── Number.extension.st │ ├── OSPlatform.extension.st │ ├── Object.extension.st │ ├── Point.extension.st │ ├── ProcessList.extension.st │ ├── String.extension.st │ ├── TBlAlignable.trait.st │ ├── TBlAnnounceable.trait.st │ ├── TBlAnnouncerProvider.trait.st │ ├── TBlDebug.trait.st │ ├── TBlEventTarget.trait.st │ ├── TBlOrientableLayout.trait.st │ ├── TBlSpaceProperties.trait.st │ ├── TBlTransformable.trait.st │ ├── UndefinedObject.extension.st │ ├── Unicode.extension.st │ ├── UnixPlatform.extension.st │ ├── WinPlatform.extension.st │ └── package.st ├── BlocHost-Mock │ ├── BlMockedHost.class.st │ ├── BlMockedHostSpace.class.st │ └── package.st ├── BlocHost-Morphic │ ├── BlAbstractMorphicHostSpace.class.st │ ├── BlExternalForm.class.st │ ├── BlMorphExtentChangedAnnouncement.class.st │ ├── BlMorphicEventHandler.class.st │ ├── BlMorphicHost.class.st │ ├── BlMorphicHostSpace.class.st │ ├── BlMorphicSpaceHostMorph.class.st │ ├── BlMorphicSteppingHost.class.st │ ├── BlMorphicWindow.class.st │ ├── BlMorphicWindowHost.class.st │ ├── BlMorphicWindowHostSpace.class.st │ ├── BlSpace.extension.st │ ├── Form.extension.st │ ├── Morph.extension.st │ ├── MorphDeleted.extension.st │ ├── MorphGotFocus.extension.st │ ├── MorphLostFocus.extension.st │ ├── MorphOpened.extension.st │ ├── OSWorldRenderer.extension.st │ ├── WorldMorph.extension.st │ └── package.st ├── BlocHost-OSWindow-SDL2 │ ├── BlOSWindowSDL2Host.class.st │ ├── BlOSWindowSDL2HostSpace.class.st │ ├── BlOSWindowSDL2KeyboardKeyTable.class.st │ ├── BlOSWindowSDL2Renderer.class.st │ ├── BlSpace.extension.st │ ├── OSSDL2BackendWindow.extension.st │ ├── OSSDL2Driver.extension.st │ ├── SDL_Texture.extension.st │ └── package.st └── BlocHost-OSWindow │ ├── BlOSWindowEventHandler.class.st │ ├── OSBackendWindow.extension.st │ ├── OSWindow.extension.st │ ├── OSWindowDriver.extension.st │ ├── OSWindowRenderer.extension.st │ └── package.st └── tests ├── hit ├── buildCapRoundDashedBorderOnClosedGeometry.png ├── buildChildDoesntInheritDashedBorder.png ├── buildClippingAbsolutelyTransparentElement.png ├── buildClippingMany.png ├── buildClippingOutskirts.png ├── buildClippingWithoutBorders.png ├── buildCompositeEffect.png ├── buildDashesInsideAndOutsideBuggyForPolygon.png ├── buildDashesInsideAndOutsideOkayForCircle.png ├── buildElevation.png ├── buildEmptyGeometry.png ├── buildGaussianShadowsByCircleSector.png ├── buildGaussianShadowsByGeometry.png ├── buildGaussianShadowsByOutskirt.png ├── buildGaussianShadowsByStrokeStyle.png ├── buildGaussianShadowsByTextTransformations.png ├── buildGeometriesAsElement.png ├── buildGradients.png ├── buildGradientsInBorder.png ├── buildHistogram.png ├── buildImagesAndTransformations.png ├── buildLinearLayoutWithPaddingAndMargin.png ├── buildMiddleAlignedGeometriesHorizontal.png ├── buildOpacities.png ├── buildOutskirtsAndOpaqueBorders.png ├── buildOutskirtsAndTranslucentBorders.png ├── buildOutskirtsOfPolygons.png ├── buildOverlappingCircles.png ├── buildOverlappingRectangles.png ├── buildOverlappingTriangles.png ├── buildSVGStrokes.png ├── buildSimpleShadowsByCircleSector.png ├── buildSimpleShadowsByGeometry.png ├── buildSimpleShadowsByOutskirt.png ├── buildSimpleShadowsByStrokeStyle.png ├── buildSimpleShadowsByTextTransformations.png ├── buildStrokeStyles.png ├── buildTextAttributes.png ├── buildTextEmoji.png ├── buildTextMeasurements.png ├── buildTextOpacities.png ├── buildTextTransformations.png ├── buildTextWithBorder.png ├── buildTextWithBorderAbove.png ├── buildTextWithDashedBorder.png ├── buildTextWithOverlappingBorder.png ├── buildTransformRotate.png ├── buildTransformScale.png ├── buildTransformTranslate.png ├── buildVariantsOfAnnulusSector.png ├── buildVariantsOfAnnulusSectorAngles.png ├── buildVariantsOfAnnulusSectorStartGreaterThanEnd.png ├── buildVariantsOfBezier2CPs.png ├── buildVariantsOfBezier3CPs.png ├── buildVariantsOfBezier4CPs.png ├── buildVariantsOfCircleSector.png ├── buildVariantsOfCircleSectorAngles.png ├── buildVariantsOfEllipse.png ├── buildVariantsOfHistogram.png ├── buildVariantsOfLine.png ├── buildVariantsOfPolygon.png ├── buildVariantsOfPolyline.png ├── buildVariantsOfRectangle.png ├── buildVariantsOfRoundedRectangle.png ├── buildVariantsOfRoundedRectangleAndOutskirts.png ├── buildVariantsOfSigmoid.png ├── buildVariantsOfSquare.png └── buildVariantsOfStadium.png └── render ├── buildCapRoundDashedBorderOnClosedGeometry.png ├── buildChildDoesntInheritDashedBorder.png ├── buildClippingAbsolutelyTransparentElement.png ├── buildClippingMany.png ├── buildClippingOutskirts.png ├── buildClippingWithoutBorders.png ├── buildCompositeEffect.png ├── buildDashesInsideAndOutsideBuggyForPolygon.png ├── buildDashesInsideAndOutsideOkayForCircle.png ├── buildElevation.png ├── buildEmptyGeometry.png ├── buildGaussianShadowsByCircleSector.png ├── buildGaussianShadowsByGeometry.png ├── buildGaussianShadowsByOutskirt.png ├── buildGaussianShadowsByStrokeStyle.png ├── buildGaussianShadowsByTextTransformations.png ├── buildGeometriesAsElement.png ├── buildGradients.png ├── buildGradientsInBorder.png ├── buildHistogram.png ├── buildImagesAndTransformations.png ├── buildLinearLayoutWithPaddingAndMargin.png ├── buildMiddleAlignedGeometriesHorizontal.png ├── buildOpacities.png ├── buildOutskirtsAndOpaqueBorders.png ├── buildOutskirtsAndTranslucentBorders.png ├── buildOutskirtsOfPolygons.png ├── buildOverlappingCircles.png ├── buildOverlappingRectangles.png ├── buildOverlappingTriangles.png ├── buildSVGStrokes.png ├── buildSimpleShadowsByCircleSector.png ├── buildSimpleShadowsByGeometry.png ├── buildSimpleShadowsByOutskirt.png ├── buildSimpleShadowsByStrokeStyle.png ├── buildSimpleShadowsByTextTransformations.png ├── buildStrokeStyles.png ├── buildTextAttributes.png ├── buildTextEmoji.png ├── buildTextMeasurements.png ├── buildTextOpacities.png ├── buildTextTransformations.png ├── buildTextWithBorder.png ├── buildTextWithBorderAbove.png ├── buildTextWithDashedBorder.png ├── buildTextWithOverlappingBorder.png ├── buildTransformRotate.png ├── buildTransformScale.png ├── buildTransformTranslate.png ├── buildVariantsOfAnnulusSector.png ├── buildVariantsOfAnnulusSectorAngles.png ├── buildVariantsOfAnnulusSectorStartGreaterThanEnd.png ├── buildVariantsOfBezier2CPs.png ├── buildVariantsOfBezier3CPs.png ├── buildVariantsOfBezier4CPs.png ├── buildVariantsOfCircleSector.png ├── buildVariantsOfCircleSectorAngles.png ├── buildVariantsOfEllipse.png ├── buildVariantsOfHistogram.png ├── buildVariantsOfLine.png ├── buildVariantsOfPolygon.png ├── buildVariantsOfPolyline.png ├── buildVariantsOfRectangle.png ├── buildVariantsOfRoundedRectangle.png ├── buildVariantsOfRoundedRectangleAndOutskirts.png ├── buildVariantsOfSigmoid.png ├── buildVariantsOfSquare.png └── buildVariantsOfStadium.png /.ci.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/.ci.ston -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- 1 | { 2 | 'srcDirectory' : 'src' 3 | } -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/README.md -------------------------------------------------------------------------------- /doc/1-GettingStarted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/doc/1-GettingStarted.md -------------------------------------------------------------------------------- /doc/2-MouseEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/doc/2-MouseEvent.md -------------------------------------------------------------------------------- /doc/3-ElementAddedToSceneGraph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/doc/3-ElementAddedToSceneGraph.md -------------------------------------------------------------------------------- /doc/4-History.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/doc/4-History.md -------------------------------------------------------------------------------- /scripts/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/scripts/build.sh -------------------------------------------------------------------------------- /src/.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/.properties -------------------------------------------------------------------------------- /src/BaselineOfBloc/BaselineOfBloc.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/BaselineOfBloc/BaselineOfBloc.class.st -------------------------------------------------------------------------------- /src/BaselineOfBloc/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #BaselineOfBloc } 2 | -------------------------------------------------------------------------------- /src/Bloc-Alexandrie-Exporter/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Alexandrie-Exporter' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Alexandrie-SVG/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Alexandrie-SVG' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Alexandrie-Tests/BAHitTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Alexandrie-Tests/BAHitTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Alexandrie-Tests/Color.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Alexandrie-Tests/Color.extension.st -------------------------------------------------------------------------------- /src/Bloc-Alexandrie-Tests/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Alexandrie-Tests' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Alexandrie/BAFontConverter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Alexandrie/BAFontConverter.class.st -------------------------------------------------------------------------------- /src/Bloc-Alexandrie/BAOffscreen.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Alexandrie/BAOffscreen.class.st -------------------------------------------------------------------------------- /src/Bloc-Alexandrie/BARenderer.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Alexandrie/BARenderer.class.st -------------------------------------------------------------------------------- /src/Bloc-Alexandrie/BATextMeasurer.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Alexandrie/BATextMeasurer.class.st -------------------------------------------------------------------------------- /src/Bloc-Alexandrie/BlBorder.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Alexandrie/BlBorder.extension.st -------------------------------------------------------------------------------- /src/Bloc-Alexandrie/BlElement.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Alexandrie/BlElement.extension.st -------------------------------------------------------------------------------- /src/Bloc-Alexandrie/BlFont.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Alexandrie/BlFont.extension.st -------------------------------------------------------------------------------- /src/Bloc-Alexandrie/BlOutskirts.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Alexandrie/BlOutskirts.extension.st -------------------------------------------------------------------------------- /src/Bloc-Alexandrie/BlPaint.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Alexandrie/BlPaint.extension.st -------------------------------------------------------------------------------- /src/Bloc-Alexandrie/BlSpace.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Alexandrie/BlSpace.extension.st -------------------------------------------------------------------------------- /src/Bloc-Alexandrie/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Alexandrie' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Animation-Tests/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Animation-Tests' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Animation/BlAnimation.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Animation/BlAnimation.class.st -------------------------------------------------------------------------------- /src/Bloc-Animation/BlBaseAnimation.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Animation/BlBaseAnimation.class.st -------------------------------------------------------------------------------- /src/Bloc-Animation/BlTransition.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Animation/BlTransition.class.st -------------------------------------------------------------------------------- /src/Bloc-Animation/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Animation' } 2 | -------------------------------------------------------------------------------- /src/Bloc-ColorPicker/BlAlphaSlider.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-ColorPicker/BlAlphaSlider.class.st -------------------------------------------------------------------------------- /src/Bloc-ColorPicker/BlColorMap.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-ColorPicker/BlColorMap.class.st -------------------------------------------------------------------------------- /src/Bloc-ColorPicker/BlColorPicker.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-ColorPicker/BlColorPicker.class.st -------------------------------------------------------------------------------- /src/Bloc-ColorPicker/BlColorSlider.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-ColorPicker/BlColorSlider.class.st -------------------------------------------------------------------------------- /src/Bloc-ColorPicker/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-ColorPicker' } 2 | -------------------------------------------------------------------------------- /src/Bloc-CommandApplier/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-CommandApplier' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Demo/BlCollapseWidget.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Demo/BlCollapseWidget.class.st -------------------------------------------------------------------------------- /src/Bloc-Demo/BlDemoBasicNode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Demo/BlDemoBasicNode.class.st -------------------------------------------------------------------------------- /src/Bloc-Demo/BlDemoBasicNodeTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Demo/BlDemoBasicNodeTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Demo/BlDemoClassNode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Demo/BlDemoClassNode.class.st -------------------------------------------------------------------------------- /src/Bloc-Demo/BlDemoCollector.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Demo/BlDemoCollector.class.st -------------------------------------------------------------------------------- /src/Bloc-Demo/BlDemoData.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Demo/BlDemoData.class.st -------------------------------------------------------------------------------- /src/Bloc-Demo/BlDemoData2.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Demo/BlDemoData2.class.st -------------------------------------------------------------------------------- /src/Bloc-Demo/BlDemoMethodNode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Demo/BlDemoMethodNode.class.st -------------------------------------------------------------------------------- /src/Bloc-Demo/BlDemoPackageNode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Demo/BlDemoPackageNode.class.st -------------------------------------------------------------------------------- /src/Bloc-Demo/BlDemoPresenter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Demo/BlDemoPresenter.class.st -------------------------------------------------------------------------------- /src/Bloc-Demo/BlDragAndDropExamples.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Demo/BlDragAndDropExamples.class.st -------------------------------------------------------------------------------- /src/Bloc-Demo/BlDragLetter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Demo/BlDragLetter.class.st -------------------------------------------------------------------------------- /src/Bloc-Demo/BlDragLetterContainer.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Demo/BlDragLetterContainer.class.st -------------------------------------------------------------------------------- /src/Bloc-Demo/BlHalo.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Demo/BlHalo.class.st -------------------------------------------------------------------------------- /src/Bloc-Demo/BlHaloContainer.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Demo/BlHaloContainer.class.st -------------------------------------------------------------------------------- /src/Bloc-Demo/BlSpace.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Demo/BlSpace.extension.st -------------------------------------------------------------------------------- /src/Bloc-Demo/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Demo' } 2 | -------------------------------------------------------------------------------- /src/Bloc-DevTool/BlDemoScript.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-DevTool/BlDemoScript.class.st -------------------------------------------------------------------------------- /src/Bloc-DevTool/BlDevCrossover.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-DevTool/BlDevCrossover.class.st -------------------------------------------------------------------------------- /src/Bloc-DevTool/BlDevElement.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-DevTool/BlDevElement.class.st -------------------------------------------------------------------------------- /src/Bloc-DevTool/BlDevKeyboard.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-DevTool/BlDevKeyboard.class.st -------------------------------------------------------------------------------- /src/Bloc-DevTool/BlElementSelection.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-DevTool/BlElementSelection.class.st -------------------------------------------------------------------------------- /src/Bloc-DevTool/BlMetricsInspector.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-DevTool/BlMetricsInspector.class.st -------------------------------------------------------------------------------- /src/Bloc-DevTool/BlSelectionTool.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-DevTool/BlSelectionTool.class.st -------------------------------------------------------------------------------- /src/Bloc-DevTool/BlSpace.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-DevTool/BlSpace.extension.st -------------------------------------------------------------------------------- /src/Bloc-DevTool/BlSpaceStatistics.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-DevTool/BlSpaceStatistics.class.st -------------------------------------------------------------------------------- /src/Bloc-DevTool/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-DevTool' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Display-Tests/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Display-Tests' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Display/BlDisplayPosition.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Display/BlDisplayPosition.class.st -------------------------------------------------------------------------------- /src/Bloc-Display/BlDisplaySize.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Display/BlDisplaySize.class.st -------------------------------------------------------------------------------- /src/Bloc-Display/BlWrongScaleFactor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Display/BlWrongScaleFactor.class.st -------------------------------------------------------------------------------- /src/Bloc-Display/Point.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Display/Point.extension.st -------------------------------------------------------------------------------- /src/Bloc-Display/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Display' } 2 | -------------------------------------------------------------------------------- /src/Bloc-DragNDrop/BlDragDelegate.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-DragNDrop/BlDragDelegate.class.st -------------------------------------------------------------------------------- /src/Bloc-DragNDrop/BlDragHandler.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-DragNDrop/BlDragHandler.class.st -------------------------------------------------------------------------------- /src/Bloc-DragNDrop/BlDragHandlerNew.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-DragNDrop/BlDragHandlerNew.class.st -------------------------------------------------------------------------------- /src/Bloc-DragNDrop/BlDragItem.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-DragNDrop/BlDragItem.class.st -------------------------------------------------------------------------------- /src/Bloc-DragNDrop/BlDropDelegate.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-DragNDrop/BlDropDelegate.class.st -------------------------------------------------------------------------------- /src/Bloc-DragNDrop/BlDropHandler.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-DragNDrop/BlDropHandler.class.st -------------------------------------------------------------------------------- /src/Bloc-DragNDrop/BlItemsLeftEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-DragNDrop/BlItemsLeftEvent.class.st -------------------------------------------------------------------------------- /src/Bloc-DragNDrop/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-DragNDrop' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Examples/BlClickEventTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Examples/BlClickEventTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Examples/BlTaskTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Examples/BlTaskTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Examples/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Examples' } 2 | -------------------------------------------------------------------------------- /src/Bloc-FocusFinder-Examples/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-FocusFinder-Examples' } 2 | -------------------------------------------------------------------------------- /src/Bloc-FocusFinder/BlFocusFinder.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-FocusFinder/BlFocusFinder.class.st -------------------------------------------------------------------------------- /src/Bloc-FocusFinder/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-FocusFinder' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Halos/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Halos' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Infinite-Tests/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Infinite-Tests' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Infinite/BlElement.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Infinite/BlElement.extension.st -------------------------------------------------------------------------------- /src/Bloc-Infinite/BlInfiniteElement.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Infinite/BlInfiniteElement.class.st -------------------------------------------------------------------------------- /src/Bloc-Infinite/BlInfiniteHolder.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Infinite/BlInfiniteHolder.class.st -------------------------------------------------------------------------------- /src/Bloc-Infinite/BlInfiniteLayout.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Infinite/BlInfiniteLayout.class.st -------------------------------------------------------------------------------- /src/Bloc-Infinite/BlInfiniteState.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Infinite/BlInfiniteState.class.st -------------------------------------------------------------------------------- /src/Bloc-Infinite/BlScrollFlinger.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Infinite/BlScrollFlinger.class.st -------------------------------------------------------------------------------- /src/Bloc-Infinite/BlSmoothScroller.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Infinite/BlSmoothScroller.class.st -------------------------------------------------------------------------------- /src/Bloc-Infinite/TBlScrollable.trait.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Infinite/TBlScrollable.trait.st -------------------------------------------------------------------------------- /src/Bloc-Infinite/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Infinite' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Layout-Examples/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Layout-Examples' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Layout-Resizer/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Layout-Resizer' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Layout-Tests/BlLayoutTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout-Tests/BlLayoutTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout-Tests/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Layout-Tests' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Layout/BlActionAnchor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlActionAnchor.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlAnchor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlAnchor.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlAnchorLayout.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlAnchorLayout.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlAnchorLayoutRule.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlAnchorLayoutRule.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlAnchorReceiver.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlAnchorReceiver.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlCompositeLayout.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlCompositeLayout.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlElementAxisAnchor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlElementAxisAnchor.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlElementEdgeAnchor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlElementEdgeAnchor.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlElementLeftAnchor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlElementLeftAnchor.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlElementTopAnchor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlElementTopAnchor.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlFitChildrenLayout.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlFitChildrenLayout.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlFitLayout.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlFitLayout.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlFlowLayout.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlFlowLayout.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlFlowLayoutChild.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlFlowLayoutChild.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlFlowLayoutDisplay.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlFlowLayoutDisplay.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlFlowLayoutFloat.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlFlowLayoutFloat.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlFlowLayoutInline.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlFlowLayoutInline.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlFlowLayoutLine.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlFlowLayoutLine.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlFrameLayout.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlFrameLayout.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlGridAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlGridAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlGridAlignmentMode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlGridAlignmentMode.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlGridCanStretch.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlGridCanStretch.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlGridFillAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlGridFillAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlGridFlexibility.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlGridFlexibility.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlGridInflexible.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlGridInflexible.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlGridLayout.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlGridLayout.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlGridLayoutArc.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlGridLayoutArc.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlGridLayoutAxis.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlGridLayoutAxis.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlGridLayoutBounds.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlGridLayoutBounds.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlGridLayoutImpl.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlGridLayoutImpl.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlGridLayoutSpec.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlGridLayoutSpec.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlGridMeasurer.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlGridMeasurer.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlGridOrientation.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlGridOrientation.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlGridPackedMap.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlGridPackedMap.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlLineGeometry.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlLineGeometry.extension.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlLinearLayout.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlLinearLayout.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlLinearLayoutNode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlLinearLayoutNode.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlNeutralAnchor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlNeutralAnchor.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlOnceLayout.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlOnceLayout.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlRelativeLayout.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlRelativeLayout.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/BlSquaredLayout.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/BlSquaredLayout.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/Interval.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/Interval.extension.st -------------------------------------------------------------------------------- /src/Bloc-Layout/ManifestBlocLayout.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Layout/ManifestBlocLayout.class.st -------------------------------------------------------------------------------- /src/Bloc-Layout/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Layout' } 2 | -------------------------------------------------------------------------------- /src/Bloc-LayoutZoomable/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-LayoutZoomable' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Overlay-Examples/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Overlay-Examples' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Overlay/BlOverlayElement.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Overlay/BlOverlayElement.class.st -------------------------------------------------------------------------------- /src/Bloc-Overlay/BlOverlayListener.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Overlay/BlOverlayListener.class.st -------------------------------------------------------------------------------- /src/Bloc-Overlay/TBlOverlayElement.trait.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Overlay/TBlOverlayElement.trait.st -------------------------------------------------------------------------------- /src/Bloc-Overlay/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Overlay' } 2 | -------------------------------------------------------------------------------- /src/Bloc-PharoExtensions/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-PharoExtensions' } 2 | -------------------------------------------------------------------------------- /src/Bloc-PullAndSlide/BlPullEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-PullAndSlide/BlPullEvent.class.st -------------------------------------------------------------------------------- /src/Bloc-PullAndSlide/BlPullHandler.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-PullAndSlide/BlPullHandler.class.st -------------------------------------------------------------------------------- /src/Bloc-PullAndSlide/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-PullAndSlide' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Rules/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Rules' } 2 | -------------------------------------------------------------------------------- /src/Bloc-SVG-Tests/BlSvgExamples.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-SVG-Tests/BlSvgExamples.class.st -------------------------------------------------------------------------------- /src/Bloc-SVG-Tests/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-SVG-Tests' } 2 | -------------------------------------------------------------------------------- /src/Bloc-SVG/BlPaint.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-SVG/BlPaint.extension.st -------------------------------------------------------------------------------- /src/Bloc-SVG/BlSvgColor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-SVG/BlSvgColor.class.st -------------------------------------------------------------------------------- /src/Bloc-SVG/BlSvgConverter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-SVG/BlSvgConverter.class.st -------------------------------------------------------------------------------- /src/Bloc-SVG/BlSvgIconImporter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-SVG/BlSvgIconImporter.class.st -------------------------------------------------------------------------------- /src/Bloc-SVG/BlSvgPath.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-SVG/BlSvgPath.class.st -------------------------------------------------------------------------------- /src/Bloc-SVG/BlSvgPathParser.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-SVG/BlSvgPathParser.class.st -------------------------------------------------------------------------------- /src/Bloc-SVG/XMLElement.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-SVG/XMLElement.extension.st -------------------------------------------------------------------------------- /src/Bloc-SVG/XMLNode.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-SVG/XMLNode.extension.st -------------------------------------------------------------------------------- /src/Bloc-SVG/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-SVG' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Scalable-Examples/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Scalable-Examples' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Scalable/BlElement.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Scalable/BlElement.extension.st -------------------------------------------------------------------------------- /src/Bloc-Scalable/BlScalableElement.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Scalable/BlScalableElement.class.st -------------------------------------------------------------------------------- /src/Bloc-Scalable/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Scalable' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Scripter/BlDevScripter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Scripter/BlDevScripter.class.st -------------------------------------------------------------------------------- /src/Bloc-Scripter/BlDevScripterStep.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Scripter/BlDevScripterStep.class.st -------------------------------------------------------------------------------- /src/Bloc-Scripter/BlDevScripterTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Scripter/BlDevScripterTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Scripter/BlElement.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Scripter/BlElement.extension.st -------------------------------------------------------------------------------- /src/Bloc-Scripter/Error.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Scripter/Error.extension.st -------------------------------------------------------------------------------- /src/Bloc-Scripter/Exception.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Scripter/Exception.extension.st -------------------------------------------------------------------------------- /src/Bloc-Scripter/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Scripter' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Sliders/BlDesignSlider.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Sliders/BlDesignSlider.class.st -------------------------------------------------------------------------------- /src/Bloc-Sliders/BlGradientSlider.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Sliders/BlGradientSlider.class.st -------------------------------------------------------------------------------- /src/Bloc-Sliders/BlNewBasicSlider.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Sliders/BlNewBasicSlider.class.st -------------------------------------------------------------------------------- /src/Bloc-Sliders/BlOldBasicSlider.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Sliders/BlOldBasicSlider.class.st -------------------------------------------------------------------------------- /src/Bloc-Sliders/BlSliderGraduation.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Sliders/BlSliderGraduation.class.st -------------------------------------------------------------------------------- /src/Bloc-Sliders/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Sliders' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Spec2-Tests/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Spec2-Tests' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Spec2/BlElement.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Spec2/BlElement.extension.st -------------------------------------------------------------------------------- /src/Bloc-Spec2/BlRope.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Spec2/BlRope.extension.st -------------------------------------------------------------------------------- /src/Bloc-Spec2/BlRopedText.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Spec2/BlRopedText.extension.st -------------------------------------------------------------------------------- /src/Bloc-Spec2/BlText.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Spec2/BlText.extension.st -------------------------------------------------------------------------------- /src/Bloc-Spec2/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Spec2' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Taskit-Tests/TKTBlocTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Taskit-Tests/TKTBlocTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Taskit-Tests/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Taskit-Tests' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Taskit/TKTBlSpaceRunner.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Taskit/TKTBlSpaceRunner.class.st -------------------------------------------------------------------------------- /src/Bloc-Taskit/TKTBlSpaceService.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Taskit/TKTBlSpaceService.class.st -------------------------------------------------------------------------------- /src/Bloc-Taskit/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Taskit' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Tests/BlBackgroundTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Tests/BlBackgroundTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Tests/BlBoundsTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Tests/BlBoundsTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Tests/BlColorPaintTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Tests/BlColorPaintTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Tests/BlCornerRadiiTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Tests/BlCornerRadiiTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Tests/BlElementTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Tests/BlElementTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Tests/BlEventTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Tests/BlEventTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Tests/BlExamplesTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Tests/BlExamplesTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Tests/BlHostPulseLoopTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Tests/BlHostPulseLoopTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Tests/BlInsetsTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Tests/BlInsetsTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Tests/BlKeyCombinationTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Tests/BlKeyCombinationTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Tests/BlMatrix2DTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Tests/BlMatrix2DTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Tests/BlMatrix3DTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Tests/BlMatrix3DTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Tests/BlMockedEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Tests/BlMockedEvent.class.st -------------------------------------------------------------------------------- /src/Bloc-Tests/BlMockedEventTarget.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Tests/BlMockedEventTarget.class.st -------------------------------------------------------------------------------- /src/Bloc-Tests/BlMouseEventTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Tests/BlMouseEventTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Tests/BlMouseProcessorTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Tests/BlMouseProcessorTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Tests/BlShortcutTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Tests/BlShortcutTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Tests/BlSpaceEventTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Tests/BlSpaceEventTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Tests/BlSpaceSmokeTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Tests/BlSpaceSmokeTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Tests/BlTestFocusProcessor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Tests/BlTestFocusProcessor.class.st -------------------------------------------------------------------------------- /src/Bloc-Tests/TBlAlignableTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Tests/TBlAlignableTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Tests/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Tests' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Text-Alexandrie-Examples/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Text-Alexandrie-Examples' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Text-Elements/BlText.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text-Elements/BlText.extension.st -------------------------------------------------------------------------------- /src/Bloc-Text-Elements/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Text-Elements' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Text-Examples/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Text-Examples' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Text-Rope-Tests/BlSpanTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text-Rope-Tests/BlSpanTest.class.st -------------------------------------------------------------------------------- /src/Bloc-Text-Rope-Tests/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Text-Rope-Tests' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Text-Rope/BlRopedText.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text-Rope/BlRopedText.class.st -------------------------------------------------------------------------------- /src/Bloc-Text-Rope/Object.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text-Rope/Object.extension.st -------------------------------------------------------------------------------- /src/Bloc-Text-Rope/String.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text-Rope/String.extension.st -------------------------------------------------------------------------------- /src/Bloc-Text-Rope/Text.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text-Rope/Text.extension.st -------------------------------------------------------------------------------- /src/Bloc-Text-Rope/TextAction.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text-Rope/TextAction.extension.st -------------------------------------------------------------------------------- /src/Bloc-Text-Rope/TextColor.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text-Rope/TextColor.extension.st -------------------------------------------------------------------------------- /src/Bloc-Text-Rope/TextEmphasis.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text-Rope/TextEmphasis.extension.st -------------------------------------------------------------------------------- /src/Bloc-Text-Rope/TextIndent.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text-Rope/TextIndent.extension.st -------------------------------------------------------------------------------- /src/Bloc-Text-Rope/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Text-Rope' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Text-Tests/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Text-Tests' } 2 | -------------------------------------------------------------------------------- /src/Bloc-Text/BlAttributeRope.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlAttributeRope.extension.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlCharacterText.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlCharacterText.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlCollectionRope.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlCollectionRope.extension.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlEmptyText.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlEmptyText.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlEmptyTextIterator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlEmptyTextIterator.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlFont.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlFont.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlFontFamilyAttribute.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlFontFamilyAttribute.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlFontItalicAttribute.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlFontItalicAttribute.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlFontNormalAttribute.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlFontNormalAttribute.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlFontSize.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlFontSize.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlFontSizeAttribute.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlFontSizeAttribute.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlFontSlant.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlFontSlant.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlFontStretch.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlFontStretch.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlFontWeight.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlFontWeight.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlFontWeightAttribute.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlFontWeightAttribute.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlGenerationText.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlGenerationText.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlIntervalCollector.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlIntervalCollector.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlPharoCodeStyler.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlPharoCodeStyler.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlPositionFinder.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlPositionFinder.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlReadonlyText.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlReadonlyText.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlRope.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlRope.extension.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlSHRBTextStyler.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlSHRBTextStyler.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlSpan.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlSpan.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlStylerStateChanged.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlStylerStateChanged.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlStylerTextStyled.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlStylerTextStyled.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlSubRope.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlSubRope.extension.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlSubText.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlSubText.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlSubTextIterator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlSubTextIterator.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlText.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlText.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextAnnouncer.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextAnnouncer.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextAttribute.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextAttribute.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextAttributeAdded.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextAttributeAdded.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextBorderAttribute.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextBorderAttribute.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextClassLink.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextClassLink.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextDecoration.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextDecoration.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextDecorationStyle.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextDecorationStyle.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextDecorationType.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextDecorationType.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextError.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextError.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextIterator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextIterator.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextLinkAttribute.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextLinkAttribute.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextMethodLink.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextMethodLink.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextOperator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextOperator.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextParagraph.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextParagraph.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextParagraphLine.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextParagraphLine.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextReadStream.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextReadStream.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextStringsInserted.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextStringsInserted.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextStyler.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextStyler.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextStylerLauncher.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextStylerLauncher.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextTrimmer.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextTrimmer.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextVariableLink.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextVariableLink.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlTextsDeleted.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlTextsDeleted.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/BlWrappedText.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/BlWrappedText.class.st -------------------------------------------------------------------------------- /src/Bloc-Text/Character.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/Character.extension.st -------------------------------------------------------------------------------- /src/Bloc-Text/Number.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/Number.extension.st -------------------------------------------------------------------------------- /src/Bloc-Text/TBlFont.trait.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/TBlFont.trait.st -------------------------------------------------------------------------------- /src/Bloc-Text/TBlFontDescriptor.trait.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/TBlFontDescriptor.trait.st -------------------------------------------------------------------------------- /src/Bloc-Text/TBlTextStyleable.trait.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/TBlTextStyleable.trait.st -------------------------------------------------------------------------------- /src/Bloc-Text/TextClassLink.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/TextClassLink.extension.st -------------------------------------------------------------------------------- /src/Bloc-Text/TextMethodLink.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/TextMethodLink.extension.st -------------------------------------------------------------------------------- /src/Bloc-Text/TextVariableLink.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-Text/TextVariableLink.extension.st -------------------------------------------------------------------------------- /src/Bloc-Text/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-Text' } 2 | -------------------------------------------------------------------------------- /src/Bloc-UnitedTests/BlBasicTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-UnitedTests/BlBasicTest.class.st -------------------------------------------------------------------------------- /src/Bloc-UnitedTests/BlBorderTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-UnitedTests/BlBorderTest.class.st -------------------------------------------------------------------------------- /src/Bloc-UnitedTests/BlExamplesMock.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-UnitedTests/BlExamplesMock.class.st -------------------------------------------------------------------------------- /src/Bloc-UnitedTests/BlGeometryTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-UnitedTests/BlGeometryTest.class.st -------------------------------------------------------------------------------- /src/Bloc-UnitedTests/BlOpacityTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-UnitedTests/BlOpacityTest.class.st -------------------------------------------------------------------------------- /src/Bloc-UnitedTests/BlVectorTest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc-UnitedTests/BlVectorTest.class.st -------------------------------------------------------------------------------- /src/Bloc-UnitedTests/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'Bloc-UnitedTests' } 2 | -------------------------------------------------------------------------------- /src/Bloc/BlAbstractImageBackground.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlAbstractImageBackground.class.st -------------------------------------------------------------------------------- /src/Bloc/BlAbstractLayoutChildNode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlAbstractLayoutChildNode.class.st -------------------------------------------------------------------------------- /src/Bloc/BlAbstractLayoutParentNode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlAbstractLayoutParentNode.class.st -------------------------------------------------------------------------------- /src/Bloc/BlActionHandler.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlActionHandler.class.st -------------------------------------------------------------------------------- /src/Bloc/BlAffineTransformation.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlAffineTransformation.class.st -------------------------------------------------------------------------------- /src/Bloc/BlAlreadyAddedAsChildError.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlAlreadyAddedAsChildError.class.st -------------------------------------------------------------------------------- /src/Bloc/BlAlternativeCombination.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlAlternativeCombination.class.st -------------------------------------------------------------------------------- /src/Bloc/BlAnnulusSectorGeometry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlAnnulusSectorGeometry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlArrayObjectPool.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlArrayObjectPool.class.st -------------------------------------------------------------------------------- /src/Bloc/BlAttachedSpaceReference.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlAttachedSpaceReference.class.st -------------------------------------------------------------------------------- /src/Bloc/BlAttributeRope.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlAttributeRope.class.st -------------------------------------------------------------------------------- /src/Bloc/BlAttributeRopeIterator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlAttributeRopeIterator.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBackground.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBackground.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBackgroundBuilder.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBackgroundBuilder.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBagObjectPool.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBagObjectPool.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBaseDragEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBaseDragEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBaseEventProcessor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBaseEventProcessor.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBaseFocusEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBaseFocusEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBasicEventHandler.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBasicEventHandler.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBasicLayout.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBasicLayout.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBasicNodeBasedLayout.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBasicNodeBasedLayout.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBasicShortcut.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBasicShortcut.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBezierCurveGeometry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBezierCurveGeometry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBitflags.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBitflags.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBlurAboveEffect.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBlurAboveEffect.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBlurBelowEffect.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBlurBelowEffect.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBlurEffect.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBlurEffect.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBlurEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBlurEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBorder.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBorder.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBorderBuilder.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBorderBuilder.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBottomAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBottomAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBounds.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBounds.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBoundsCache.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBoundsCache.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBoundsMatcher.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBoundsMatcher.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBoundsMatcherConstraints.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBoundsMatcherConstraints.class.st -------------------------------------------------------------------------------- /src/Bloc/BlBubblingEventDispatcher.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlBubblingEventDispatcher.class.st -------------------------------------------------------------------------------- /src/Bloc/BlCachedBounds.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlCachedBounds.class.st -------------------------------------------------------------------------------- /src/Bloc/BlChildBoundsBasedFinder.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlChildBoundsBasedFinder.class.st -------------------------------------------------------------------------------- /src/Bloc/BlChildDoesNotExistError.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlChildDoesNotExistError.class.st -------------------------------------------------------------------------------- /src/Bloc/BlChildren.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlChildren.class.st -------------------------------------------------------------------------------- /src/Bloc/BlChildrenArray.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlChildrenArray.class.st -------------------------------------------------------------------------------- /src/Bloc/BlChildrenCollection.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlChildrenCollection.class.st -------------------------------------------------------------------------------- /src/Bloc/BlChildrenIgnoredByLayout.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlChildrenIgnoredByLayout.class.st -------------------------------------------------------------------------------- /src/Bloc/BlChildrenLinkedList.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlChildrenLinkedList.class.st -------------------------------------------------------------------------------- /src/Bloc/BlChildrenReversed.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlChildrenReversed.class.st -------------------------------------------------------------------------------- /src/Bloc/BlChildrenRope.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlChildrenRope.class.st -------------------------------------------------------------------------------- /src/Bloc/BlChildrenSubset.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlChildrenSubset.class.st -------------------------------------------------------------------------------- /src/Bloc/BlCircleGeometry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlCircleGeometry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlClickAbortedEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlClickAbortedEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlClickEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlClickEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlClipOutEffect.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlClipOutEffect.class.st -------------------------------------------------------------------------------- /src/Bloc/BlClipOutGeometryEffect.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlClipOutGeometryEffect.class.st -------------------------------------------------------------------------------- /src/Bloc/BlClipOutInsetsEffect.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlClipOutInsetsEffect.class.st -------------------------------------------------------------------------------- /src/Bloc/BlCollectionRope.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlCollectionRope.class.st -------------------------------------------------------------------------------- /src/Bloc/BlCollectionRopeIterator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlCollectionRopeIterator.class.st -------------------------------------------------------------------------------- /src/Bloc/BlColorPaint.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlColorPaint.class.st -------------------------------------------------------------------------------- /src/Bloc/BlCompositeAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlCompositeAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc/BlCompositeBackground.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlCompositeBackground.class.st -------------------------------------------------------------------------------- /src/Bloc/BlCompositeEffect.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlCompositeEffect.class.st -------------------------------------------------------------------------------- /src/Bloc/BlCompositeErrorHandler.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlCompositeErrorHandler.class.st -------------------------------------------------------------------------------- /src/Bloc/BlCompositeSelection.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlCompositeSelection.class.st -------------------------------------------------------------------------------- /src/Bloc/BlCompositingMode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlCompositingMode.class.st -------------------------------------------------------------------------------- /src/Bloc/BlCompositingWithLayerMode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlCompositingWithLayerMode.class.st -------------------------------------------------------------------------------- /src/Bloc/BlCompulsoryCombination.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlCompulsoryCombination.class.st -------------------------------------------------------------------------------- /src/Bloc/BlConcatenationRope.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlConcatenationRope.class.st -------------------------------------------------------------------------------- /src/Bloc/BlCornerRadii.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlCornerRadii.class.st -------------------------------------------------------------------------------- /src/Bloc/BlCosineInterpolator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlCosineInterpolator.class.st -------------------------------------------------------------------------------- /src/Bloc/BlCustomEventHandler.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlCustomEventHandler.class.st -------------------------------------------------------------------------------- /src/Bloc/BlCustomVisuals.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlCustomVisuals.class.st -------------------------------------------------------------------------------- /src/Bloc/BlDecelerateInterpolator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlDecelerateInterpolator.class.st -------------------------------------------------------------------------------- /src/Bloc/BlDefaultVisuals.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlDefaultVisuals.class.st -------------------------------------------------------------------------------- /src/Bloc/BlDelayedTask.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlDelayedTask.class.st -------------------------------------------------------------------------------- /src/Bloc/BlDelayedTaskAction.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlDelayedTaskAction.class.st -------------------------------------------------------------------------------- /src/Bloc/BlDetachedSpaceReference.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlDetachedSpaceReference.class.st -------------------------------------------------------------------------------- /src/Bloc/BlDirectEventDispatcher.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlDirectEventDispatcher.class.st -------------------------------------------------------------------------------- /src/Bloc/BlDoubleClickEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlDoubleClickEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlDragEndEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlDragEndEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlDragEnterEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlDragEnterEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlDragEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlDragEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlDragLeaveEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlDragLeaveEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlDragStartEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlDragStartEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlDrawingErrorHandler.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlDrawingErrorHandler.class.st -------------------------------------------------------------------------------- /src/Bloc/BlDropEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlDropEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlEasing.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlEasing.class.st -------------------------------------------------------------------------------- /src/Bloc/BlEasingBaseBounce.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlEasingBaseBounce.class.st -------------------------------------------------------------------------------- /src/Bloc/BlEasingBounceIn.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlEasingBounceIn.class.st -------------------------------------------------------------------------------- /src/Bloc/BlEasingBounceInOut.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlEasingBounceInOut.class.st -------------------------------------------------------------------------------- /src/Bloc/BlEasingBounceOut.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlEasingBounceOut.class.st -------------------------------------------------------------------------------- /src/Bloc/BlEasingElastic.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlEasingElastic.class.st -------------------------------------------------------------------------------- /src/Bloc/BlEasingQuad.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlEasingQuad.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElement.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElement.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementBounds.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementBounds.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementBoundsInChild.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementBoundsInChild.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementBoundsInLocal.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementBoundsInLocal.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementBoundsInParent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementBoundsInParent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementBoundsInSpace.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementBoundsInSpace.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementBoundsUpdater.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementBoundsUpdater.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementComputedBounds.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementComputedBounds.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementEffect.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementEffect.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementEventDispatcher.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementEventDispatcher.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementFlags.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementFlags.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementGeometry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementGeometry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementId.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementId.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementIndexedId.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementIndexedId.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementLocalBounds.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementLocalBounds.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementNamedId.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementNamedId.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementNoId.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementNoId.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementScrolledEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementScrolledEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementTransformation.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementTransformation.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementUniqueId.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementUniqueId.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementVectorGeometry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementVectorGeometry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElementVisuals.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElementVisuals.class.st -------------------------------------------------------------------------------- /src/Bloc/BlElevation.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlElevation.class.st -------------------------------------------------------------------------------- /src/Bloc/BlEllipseGeometry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlEllipseGeometry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlEmUnit.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlEmUnit.class.st -------------------------------------------------------------------------------- /src/Bloc/BlEmptyGeometry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlEmptyGeometry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlEmptySelection.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlEmptySelection.class.st -------------------------------------------------------------------------------- /src/Bloc/BlEndAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlEndAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc/BlEqualizer.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlEqualizer.class.st -------------------------------------------------------------------------------- /src/Bloc/BlErrorHandler.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlErrorHandler.class.st -------------------------------------------------------------------------------- /src/Bloc/BlEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlEventDelegator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlEventDelegator.class.st -------------------------------------------------------------------------------- /src/Bloc/BlEventDispatcher.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlEventDispatcher.class.st -------------------------------------------------------------------------------- /src/Bloc/BlEventDispatcherChain.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlEventDispatcherChain.class.st -------------------------------------------------------------------------------- /src/Bloc/BlEventFilter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlEventFilter.class.st -------------------------------------------------------------------------------- /src/Bloc/BlEventForwarder.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlEventForwarder.class.st -------------------------------------------------------------------------------- /src/Bloc/BlEventHandler.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlEventHandler.class.st -------------------------------------------------------------------------------- /src/Bloc/BlEventListener.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlEventListener.class.st -------------------------------------------------------------------------------- /src/Bloc/BlExtentMeasurementSpec.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlExtentMeasurementSpec.class.st -------------------------------------------------------------------------------- /src/Bloc/BlFastForwardedTime.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlFastForwardedTime.class.st -------------------------------------------------------------------------------- /src/Bloc/BlFocusChain.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlFocusChain.class.st -------------------------------------------------------------------------------- /src/Bloc/BlFocusEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlFocusEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlFocusInEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlFocusInEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlFocusOutEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlFocusOutEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlFocusProcessor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlFocusProcessor.class.st -------------------------------------------------------------------------------- /src/Bloc/BlFocusability.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlFocusability.class.st -------------------------------------------------------------------------------- /src/Bloc/BlFocusabilityAfter.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlFocusabilityAfter.class.st -------------------------------------------------------------------------------- /src/Bloc/BlFocusabilityBefore.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlFocusabilityBefore.class.st -------------------------------------------------------------------------------- /src/Bloc/BlFocusabilityBlock.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlFocusabilityBlock.class.st -------------------------------------------------------------------------------- /src/Bloc/BlFocusabilityIgnore.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlFocusabilityIgnore.class.st -------------------------------------------------------------------------------- /src/Bloc/BlFocusabilityNone.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlFocusabilityNone.class.st -------------------------------------------------------------------------------- /src/Bloc/BlFormSetBackground.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlFormSetBackground.class.st -------------------------------------------------------------------------------- /src/Bloc/BlGaussianShadowEffect.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlGaussianShadowEffect.class.st -------------------------------------------------------------------------------- /src/Bloc/BlGlobalElevation.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlGlobalElevation.class.st -------------------------------------------------------------------------------- /src/Bloc/BlGradientPaint.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlGradientPaint.class.st -------------------------------------------------------------------------------- /src/Bloc/BlGradientShadowEffect.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlGradientShadowEffect.class.st -------------------------------------------------------------------------------- /src/Bloc/BlHandledError.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlHandledError.class.st -------------------------------------------------------------------------------- /src/Bloc/BlHandlerAnnouncerRegistry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlHandlerAnnouncerRegistry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlHandlerArrayRegistry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlHandlerArrayRegistry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlHandlerRegistry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlHandlerRegistry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlHeadlessHost.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlHeadlessHost.class.st -------------------------------------------------------------------------------- /src/Bloc/BlHeadlessHostSpace.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlHeadlessHostSpace.class.st -------------------------------------------------------------------------------- /src/Bloc/BlHeightEqualizer.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlHeightEqualizer.class.st -------------------------------------------------------------------------------- /src/Bloc/BlHistogramGeometry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlHistogramGeometry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlHorizontalAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlHorizontalAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc/BlHorizontalEndAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlHorizontalEndAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc/BlHorizontalStartAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlHorizontalStartAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc/BlHost.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlHost.class.st -------------------------------------------------------------------------------- /src/Bloc/BlHostEventFetcher.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlHostEventFetcher.class.st -------------------------------------------------------------------------------- /src/Bloc/BlHostPulseLoop.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlHostPulseLoop.class.st -------------------------------------------------------------------------------- /src/Bloc/BlHostRenderer.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlHostRenderer.class.st -------------------------------------------------------------------------------- /src/Bloc/BlHostSpace.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlHostSpace.class.st -------------------------------------------------------------------------------- /src/Bloc/BlHostTextMeasurer.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlHostTextMeasurer.class.st -------------------------------------------------------------------------------- /src/Bloc/BlIgnoredLayout.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlIgnoredLayout.class.st -------------------------------------------------------------------------------- /src/Bloc/BlIgnoredLayoutConstraints.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlIgnoredLayoutConstraints.class.st -------------------------------------------------------------------------------- /src/Bloc/BlImageBackground.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlImageBackground.class.st -------------------------------------------------------------------------------- /src/Bloc/BlImageBackgroundBuilder.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlImageBackgroundBuilder.class.st -------------------------------------------------------------------------------- /src/Bloc/BlImagePatternPaint.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlImagePatternPaint.class.st -------------------------------------------------------------------------------- /src/Bloc/BlInsets.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlInsets.class.st -------------------------------------------------------------------------------- /src/Bloc/BlInterpolator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlInterpolator.class.st -------------------------------------------------------------------------------- /src/Bloc/BlKeyCombination.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlKeyCombination.class.st -------------------------------------------------------------------------------- /src/Bloc/BlKeyCombinationBuilder.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlKeyCombinationBuilder.class.st -------------------------------------------------------------------------------- /src/Bloc/BlKeyCombinationVisitor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlKeyCombinationVisitor.class.st -------------------------------------------------------------------------------- /src/Bloc/BlKeyDownEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlKeyDownEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlKeyModifiers.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlKeyModifiers.class.st -------------------------------------------------------------------------------- /src/Bloc/BlKeyUpEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlKeyUpEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlKeyboardBuffer.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlKeyboardBuffer.class.st -------------------------------------------------------------------------------- /src/Bloc/BlKeyboardEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlKeyboardEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlKeyboardKeyTable.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlKeyboardKeyTable.class.st -------------------------------------------------------------------------------- /src/Bloc/BlKeyboardProcessor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlKeyboardProcessor.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayout.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayout.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutChildNode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutChildNode.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutChildNodeWithEdges.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutChildNodeWithEdges.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutCommonConstraints.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutCommonConstraints.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutConstraints.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutConstraints.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutConstraintsAxis.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutConstraintsAxis.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutDirection.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutDirection.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutEdge.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutEdge.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutErrorHandler.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutErrorHandler.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutExactResizer.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutExactResizer.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutFitContentResizer.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutFitContentResizer.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutGraphEdgesIterator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutGraphEdgesIterator.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutGraphIncomingEdges.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutGraphIncomingEdges.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutGraphIterator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutGraphIterator.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutGraphOutgoingEdges.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutGraphOutgoingEdges.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutHorizontal.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutHorizontal.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutLeftToRight.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutLeftToRight.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutMatchParentResizer.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutMatchParentResizer.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutNode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutNode.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutNodeChildren.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutNodeChildren.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutNodeElementAction.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutNodeElementAction.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutNodeMeasurement.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutNodeMeasurement.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutNonLeafChildNode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutNonLeafChildNode.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutNonLeafParentNode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutNonLeafParentNode.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutOrientation.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutOrientation.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutParentNode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutParentNode.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutResizer.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutResizer.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutRightToLeft.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutRightToLeft.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLayoutVertical.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLayoutVertical.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLeftAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLeftAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLineGeometry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLineGeometry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLinearGradientPaint.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLinearGradientPaint.class.st -------------------------------------------------------------------------------- /src/Bloc/BlLinearInterpolator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlLinearInterpolator.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMatrix.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMatrix.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMatrix2D.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMatrix2D.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMatrix3D.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMatrix3D.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMatrixDecomposition.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMatrixDecomposition.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMatrixDecomposition2D.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMatrixDecomposition2D.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMatrixDecomposition3D.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMatrixDecomposition3D.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMatrixTransformation.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMatrixTransformation.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMeasurementAtMostMode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMeasurementAtMostMode.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMeasurementExactMode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMeasurementExactMode.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMeasurementMode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMeasurementMode.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMeasurementSpec.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMeasurementSpec.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMiddleAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMiddleAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMiddleClickEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMiddleClickEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMiddleMouseDownEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMiddleMouseDownEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMiddleMouseUpEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMiddleMouseUpEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMonotoneSelection.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMonotoneSelection.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMouseButton.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMouseButton.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMouseDownEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMouseDownEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMouseDownOutsideEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMouseDownOutsideEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMouseEnterEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMouseEnterEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMouseEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMouseEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMouseLeaveEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMouseLeaveEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMouseMiddleButton.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMouseMiddleButton.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMouseMoveEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMouseMoveEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMouseNamedButton.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMouseNamedButton.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMouseOtherButton.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMouseOtherButton.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMouseOutEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMouseOutEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMouseOverEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMouseOverEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMousePickEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMousePickEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMousePickOutsideEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMousePickOutsideEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMousePrimaryButton.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMousePrimaryButton.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMouseProcessor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMouseProcessor.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMouseSecondaryButton.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMouseSecondaryButton.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMouseUpEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMouseUpEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMouseUpOutsideEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMouseUpOutsideEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMouseWheelEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMouseWheelEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlMultipleSelection.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlMultipleSelection.class.st -------------------------------------------------------------------------------- /src/Bloc/BlNodeBasedLayout.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlNodeBasedLayout.class.st -------------------------------------------------------------------------------- /src/Bloc/BlNullAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlNullAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc/BlNullEffect.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlNullEffect.class.st -------------------------------------------------------------------------------- /src/Bloc/BlNullHorizontalAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlNullHorizontalAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc/BlNullLeftAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlNullLeftAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc/BlNullRightAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlNullRightAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc/BlNullSpaceReference.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlNullSpaceReference.class.st -------------------------------------------------------------------------------- /src/Bloc/BlNullVerticalAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlNullVerticalAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc/BlObjectPool.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlObjectPool.class.st -------------------------------------------------------------------------------- /src/Bloc/BlOnActionHandler.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlOnActionHandler.class.st -------------------------------------------------------------------------------- /src/Bloc/BlOutskirts.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlOutskirts.class.st -------------------------------------------------------------------------------- /src/Bloc/BlOutskirtsCentered.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlOutskirtsCentered.class.st -------------------------------------------------------------------------------- /src/Bloc/BlOutskirtsInside.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlOutskirtsInside.class.st -------------------------------------------------------------------------------- /src/Bloc/BlOutskirtsOutside.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlOutskirtsOutside.class.st -------------------------------------------------------------------------------- /src/Bloc/BlOverlayAboveEffect.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlOverlayAboveEffect.class.st -------------------------------------------------------------------------------- /src/Bloc/BlOverlayBelowEffect.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlOverlayBelowEffect.class.st -------------------------------------------------------------------------------- /src/Bloc/BlOverlayEffect.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlOverlayEffect.class.st -------------------------------------------------------------------------------- /src/Bloc/BlPaint.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlPaint.class.st -------------------------------------------------------------------------------- /src/Bloc/BlPaintBackground.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlPaintBackground.class.st -------------------------------------------------------------------------------- /src/Bloc/BlPaintBackgroundBuilder.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlPaintBackgroundBuilder.class.st -------------------------------------------------------------------------------- /src/Bloc/BlParallelUniverse.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlParallelUniverse.class.st -------------------------------------------------------------------------------- /src/Bloc/BlPathCache.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlPathCache.class.st -------------------------------------------------------------------------------- /src/Bloc/BlPercentUnit.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlPercentUnit.class.st -------------------------------------------------------------------------------- /src/Bloc/BlPoint.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlPoint.class.st -------------------------------------------------------------------------------- /src/Bloc/BlPoint2D.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlPoint2D.class.st -------------------------------------------------------------------------------- /src/Bloc/BlPoint3D.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlPoint3D.class.st -------------------------------------------------------------------------------- /src/Bloc/BlPoint4D.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlPoint4D.class.st -------------------------------------------------------------------------------- /src/Bloc/BlPolygonGeometry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlPolygonGeometry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlPolygonHitTester.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlPolygonHitTester.class.st -------------------------------------------------------------------------------- /src/Bloc/BlPolylineGeometry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlPolylineGeometry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlPrimaryClickEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlPrimaryClickEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlPrimaryMouseDownEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlPrimaryMouseDownEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlPrimaryMouseUpEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlPrimaryMouseUpEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlPtUnit.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlPtUnit.class.st -------------------------------------------------------------------------------- /src/Bloc/BlQuaternion.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlQuaternion.class.st -------------------------------------------------------------------------------- /src/Bloc/BlQuinticInterpolator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlQuinticInterpolator.class.st -------------------------------------------------------------------------------- /src/Bloc/BlRadialGradientPaint.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlRadialGradientPaint.class.st -------------------------------------------------------------------------------- /src/Bloc/BlRay.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlRay.class.st -------------------------------------------------------------------------------- /src/Bloc/BlRealTime.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlRealTime.class.st -------------------------------------------------------------------------------- /src/Bloc/BlRectangleGeometry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlRectangleGeometry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlReflectionTransformation.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlReflectionTransformation.class.st -------------------------------------------------------------------------------- /src/Bloc/BlRelativeAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlRelativeAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc/BlRelativeElevation.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlRelativeElevation.class.st -------------------------------------------------------------------------------- /src/Bloc/BlRemUnit.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlRemUnit.class.st -------------------------------------------------------------------------------- /src/Bloc/BlRepeatedTask.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlRepeatedTask.class.st -------------------------------------------------------------------------------- /src/Bloc/BlRepeatedTaskAction.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlRepeatedTaskAction.class.st -------------------------------------------------------------------------------- /src/Bloc/BlRightAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlRightAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc/BlRope.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlRope.class.st -------------------------------------------------------------------------------- /src/Bloc/BlRopeIterator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlRopeIterator.class.st -------------------------------------------------------------------------------- /src/Bloc/BlRopeableCollectionFile.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlRopeableCollectionFile.class.st -------------------------------------------------------------------------------- /src/Bloc/BlRotationTransformation.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlRotationTransformation.class.st -------------------------------------------------------------------------------- /src/Bloc/BlRoundedPolygonGeometry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlRoundedPolygonGeometry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlRoundedRectangleGeometry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlRoundedRectangleGeometry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlScalingTransformation.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlScalingTransformation.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSecondaryClickEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSecondaryClickEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSecondaryMouseDownEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSecondaryMouseDownEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSecondaryMouseUpEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSecondaryMouseUpEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSelection.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSelection.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSelectionHandler.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSelectionHandler.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSelectionNode.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSelectionNode.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSelectionTree.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSelectionTree.class.st -------------------------------------------------------------------------------- /src/Bloc/BlShadowEffect.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlShadowEffect.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSharedEventDistributor.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSharedEventDistributor.class.st -------------------------------------------------------------------------------- /src/Bloc/BlShearTransformation.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlShearTransformation.class.st -------------------------------------------------------------------------------- /src/Bloc/BlShortcutEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlShortcutEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlShortcutHandler.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlShortcutHandler.class.st -------------------------------------------------------------------------------- /src/Bloc/BlShortcutRegistry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlShortcutRegistry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlShortcutWithAction.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlShortcutWithAction.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSigmoidGeometry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSigmoidGeometry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSimpleShadowEffect.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSimpleShadowEffect.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSimulatedTime.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSimulatedTime.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSineInterpolator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSineInterpolator.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSingleErrorHandler.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSingleErrorHandler.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSingleKeyCombination.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSingleKeyCombination.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSingularMatrixError.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSingularMatrixError.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpace.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpace.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceCloseRequest.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceCloseRequest.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceClosedEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceClosedEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceDetachedEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceDetachedEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceDragCancelEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceDragCancelEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceDragDraggedEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceDragDraggedEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceDragDropEnterEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceDragDropEnterEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceDragDropEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceDragDropEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceDragLiftEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceDragLiftEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceEventListener.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceEventListener.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceExposeEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceExposeEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceFocusInEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceFocusInEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceFocusOutEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceFocusOutEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceFrame.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceFrame.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceFrameDrawingPhase.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceFrameDrawingPhase.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceFrameEventPhase.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceFrameEventPhase.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceFrameIdlePhase.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceFrameIdlePhase.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceFrameLayoutPhase.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceFrameLayoutPhase.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceFramePhase.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceFramePhase.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceFrameTaskPhase.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceFrameTaskPhase.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceFrameUnknownPhase.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceFrameUnknownPhase.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceIconChangedEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceIconChangedEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceLayoutEndEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceLayoutEndEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceMaximizedEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceMaximizedEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceMinimizedEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceMinimizedEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceMouseEnterEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceMouseEnterEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceMouseLeaveEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceMouseLeaveEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceMovedEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceMovedEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpacePhaseEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpacePhaseEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceReference.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceReference.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceRenderEndEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceRenderEndEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceResizedEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceResizedEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceRootChangeEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceRootChangeEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceShownEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceShownEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceTaskQueue.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceTaskQueue.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSpaceTasksEndEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSpaceTasksEndEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSquareGeometry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSquareGeometry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlStadiumGeometry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlStadiumGeometry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlStartAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlStartAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc/BlStencil.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlStencil.class.st -------------------------------------------------------------------------------- /src/Bloc/BlStrokeLineBevelJoin.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlStrokeLineBevelJoin.class.st -------------------------------------------------------------------------------- /src/Bloc/BlStrokeLineButtCap.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlStrokeLineButtCap.class.st -------------------------------------------------------------------------------- /src/Bloc/BlStrokeLineCap.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlStrokeLineCap.class.st -------------------------------------------------------------------------------- /src/Bloc/BlStrokeLineJoin.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlStrokeLineJoin.class.st -------------------------------------------------------------------------------- /src/Bloc/BlStrokeLineMiterJoin.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlStrokeLineMiterJoin.class.st -------------------------------------------------------------------------------- /src/Bloc/BlStrokeLineRoundCap.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlStrokeLineRoundCap.class.st -------------------------------------------------------------------------------- /src/Bloc/BlStrokeLineRoundJoin.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlStrokeLineRoundJoin.class.st -------------------------------------------------------------------------------- /src/Bloc/BlStrokeLineSquareCap.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlStrokeLineSquareCap.class.st -------------------------------------------------------------------------------- /src/Bloc/BlStrokeStyle.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlStrokeStyle.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSubRope.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSubRope.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSubRopeIterator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSubRopeIterator.class.st -------------------------------------------------------------------------------- /src/Bloc/BlSynchronizedObjectPool.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlSynchronizedObjectPool.class.st -------------------------------------------------------------------------------- /src/Bloc/BlTask.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlTask.class.st -------------------------------------------------------------------------------- /src/Bloc/BlTaskAction.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlTaskAction.class.st -------------------------------------------------------------------------------- /src/Bloc/BlTaskQueue.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlTaskQueue.class.st -------------------------------------------------------------------------------- /src/Bloc/BlTextIndex.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlTextIndex.class.st -------------------------------------------------------------------------------- /src/Bloc/BlTextIndexEOS.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlTextIndexEOS.class.st -------------------------------------------------------------------------------- /src/Bloc/BlTextInputBuffer.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlTextInputBuffer.class.st -------------------------------------------------------------------------------- /src/Bloc/BlTextInputEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlTextInputEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlTime.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlTime.class.st -------------------------------------------------------------------------------- /src/Bloc/BlTopAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlTopAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc/BlTransformationBuilder.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlTransformationBuilder.class.st -------------------------------------------------------------------------------- /src/Bloc/BlTransparentBackground.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlTransparentBackground.class.st -------------------------------------------------------------------------------- /src/Bloc/BlTransparentPaint.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlTransparentPaint.class.st -------------------------------------------------------------------------------- /src/Bloc/BlTriangleGeometry.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlTriangleGeometry.class.st -------------------------------------------------------------------------------- /src/Bloc/BlUIEvent.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlUIEvent.class.st -------------------------------------------------------------------------------- /src/Bloc/BlUnit.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlUnit.class.st -------------------------------------------------------------------------------- /src/Bloc/BlUseAsyncFeatures.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlUseAsyncFeatures.class.st -------------------------------------------------------------------------------- /src/Bloc/BlValueWithUnit.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlValueWithUnit.class.st -------------------------------------------------------------------------------- /src/Bloc/BlVector.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlVector.class.st -------------------------------------------------------------------------------- /src/Bloc/BlVector2D.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlVector2D.class.st -------------------------------------------------------------------------------- /src/Bloc/BlVector3D.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlVector3D.class.st -------------------------------------------------------------------------------- /src/Bloc/BlVerticalAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlVerticalAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc/BlVerticalCenterAlignment.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlVerticalCenterAlignment.class.st -------------------------------------------------------------------------------- /src/Bloc/BlViscousFluidInterpolator.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlViscousFluidInterpolator.class.st -------------------------------------------------------------------------------- /src/Bloc/BlVisibility.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlVisibility.class.st -------------------------------------------------------------------------------- /src/Bloc/BlVisibilityGone.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlVisibilityGone.class.st -------------------------------------------------------------------------------- /src/Bloc/BlVisibilityHidden.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlVisibilityHidden.class.st -------------------------------------------------------------------------------- /src/Bloc/BlVisibilityVisible.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlVisibilityVisible.class.st -------------------------------------------------------------------------------- /src/Bloc/BlVisualSelectionHandler.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlVisualSelectionHandler.class.st -------------------------------------------------------------------------------- /src/Bloc/BlWidthEqualizer.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlWidthEqualizer.class.st -------------------------------------------------------------------------------- /src/Bloc/Bloc.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/Bloc.class.st -------------------------------------------------------------------------------- /src/Bloc/BlockClosure.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/BlockClosure.extension.st -------------------------------------------------------------------------------- /src/Bloc/Character.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/Character.extension.st -------------------------------------------------------------------------------- /src/Bloc/Collection.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/Collection.extension.st -------------------------------------------------------------------------------- /src/Bloc/Color.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/Color.extension.st -------------------------------------------------------------------------------- /src/Bloc/Context.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/Context.extension.st -------------------------------------------------------------------------------- /src/Bloc/DateAndTime.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/DateAndTime.extension.st -------------------------------------------------------------------------------- /src/Bloc/Form.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/Form.extension.st -------------------------------------------------------------------------------- /src/Bloc/FormSet.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/FormSet.extension.st -------------------------------------------------------------------------------- /src/Bloc/KeyboardKey.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/KeyboardKey.extension.st -------------------------------------------------------------------------------- /src/Bloc/MacOSPlatform.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/MacOSPlatform.extension.st -------------------------------------------------------------------------------- /src/Bloc/ManifestBloc.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/ManifestBloc.class.st -------------------------------------------------------------------------------- /src/Bloc/Number.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/Number.extension.st -------------------------------------------------------------------------------- /src/Bloc/OSPlatform.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/OSPlatform.extension.st -------------------------------------------------------------------------------- /src/Bloc/Object.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/Object.extension.st -------------------------------------------------------------------------------- /src/Bloc/Point.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/Point.extension.st -------------------------------------------------------------------------------- /src/Bloc/ProcessList.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/ProcessList.extension.st -------------------------------------------------------------------------------- /src/Bloc/String.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/String.extension.st -------------------------------------------------------------------------------- /src/Bloc/TBlAlignable.trait.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/TBlAlignable.trait.st -------------------------------------------------------------------------------- /src/Bloc/TBlAnnounceable.trait.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/TBlAnnounceable.trait.st -------------------------------------------------------------------------------- /src/Bloc/TBlAnnouncerProvider.trait.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/TBlAnnouncerProvider.trait.st -------------------------------------------------------------------------------- /src/Bloc/TBlDebug.trait.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/TBlDebug.trait.st -------------------------------------------------------------------------------- /src/Bloc/TBlEventTarget.trait.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/TBlEventTarget.trait.st -------------------------------------------------------------------------------- /src/Bloc/TBlOrientableLayout.trait.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/TBlOrientableLayout.trait.st -------------------------------------------------------------------------------- /src/Bloc/TBlSpaceProperties.trait.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/TBlSpaceProperties.trait.st -------------------------------------------------------------------------------- /src/Bloc/TBlTransformable.trait.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/TBlTransformable.trait.st -------------------------------------------------------------------------------- /src/Bloc/UndefinedObject.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/UndefinedObject.extension.st -------------------------------------------------------------------------------- /src/Bloc/Unicode.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/Unicode.extension.st -------------------------------------------------------------------------------- /src/Bloc/UnixPlatform.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/UnixPlatform.extension.st -------------------------------------------------------------------------------- /src/Bloc/WinPlatform.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/Bloc/WinPlatform.extension.st -------------------------------------------------------------------------------- /src/Bloc/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #Bloc } 2 | -------------------------------------------------------------------------------- /src/BlocHost-Mock/BlMockedHost.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/BlocHost-Mock/BlMockedHost.class.st -------------------------------------------------------------------------------- /src/BlocHost-Mock/BlMockedHostSpace.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/BlocHost-Mock/BlMockedHostSpace.class.st -------------------------------------------------------------------------------- /src/BlocHost-Mock/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'BlocHost-Mock' } 2 | -------------------------------------------------------------------------------- /src/BlocHost-Morphic/BlExternalForm.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/BlocHost-Morphic/BlExternalForm.class.st -------------------------------------------------------------------------------- /src/BlocHost-Morphic/BlMorphicHost.class.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/BlocHost-Morphic/BlMorphicHost.class.st -------------------------------------------------------------------------------- /src/BlocHost-Morphic/BlSpace.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/BlocHost-Morphic/BlSpace.extension.st -------------------------------------------------------------------------------- /src/BlocHost-Morphic/Form.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/BlocHost-Morphic/Form.extension.st -------------------------------------------------------------------------------- /src/BlocHost-Morphic/Morph.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/BlocHost-Morphic/Morph.extension.st -------------------------------------------------------------------------------- /src/BlocHost-Morphic/WorldMorph.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/BlocHost-Morphic/WorldMorph.extension.st -------------------------------------------------------------------------------- /src/BlocHost-Morphic/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'BlocHost-Morphic' } 2 | -------------------------------------------------------------------------------- /src/BlocHost-OSWindow-SDL2/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'BlocHost-OSWindow-SDL2' } 2 | -------------------------------------------------------------------------------- /src/BlocHost-OSWindow/OSWindow.extension.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/src/BlocHost-OSWindow/OSWindow.extension.st -------------------------------------------------------------------------------- /src/BlocHost-OSWindow/package.st: -------------------------------------------------------------------------------- 1 | Package { #name : #'BlocHost-OSWindow' } 2 | -------------------------------------------------------------------------------- /tests/hit/buildClippingMany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildClippingMany.png -------------------------------------------------------------------------------- /tests/hit/buildClippingOutskirts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildClippingOutskirts.png -------------------------------------------------------------------------------- /tests/hit/buildClippingWithoutBorders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildClippingWithoutBorders.png -------------------------------------------------------------------------------- /tests/hit/buildCompositeEffect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildCompositeEffect.png -------------------------------------------------------------------------------- /tests/hit/buildElevation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildElevation.png -------------------------------------------------------------------------------- /tests/hit/buildEmptyGeometry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildEmptyGeometry.png -------------------------------------------------------------------------------- /tests/hit/buildGaussianShadowsByGeometry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildGaussianShadowsByGeometry.png -------------------------------------------------------------------------------- /tests/hit/buildGaussianShadowsByOutskirt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildGaussianShadowsByOutskirt.png -------------------------------------------------------------------------------- /tests/hit/buildGeometriesAsElement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildGeometriesAsElement.png -------------------------------------------------------------------------------- /tests/hit/buildGradients.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildGradients.png -------------------------------------------------------------------------------- /tests/hit/buildGradientsInBorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildGradientsInBorder.png -------------------------------------------------------------------------------- /tests/hit/buildHistogram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildHistogram.png -------------------------------------------------------------------------------- /tests/hit/buildImagesAndTransformations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildImagesAndTransformations.png -------------------------------------------------------------------------------- /tests/hit/buildOpacities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildOpacities.png -------------------------------------------------------------------------------- /tests/hit/buildOutskirtsAndOpaqueBorders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildOutskirtsAndOpaqueBorders.png -------------------------------------------------------------------------------- /tests/hit/buildOutskirtsOfPolygons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildOutskirtsOfPolygons.png -------------------------------------------------------------------------------- /tests/hit/buildOverlappingCircles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildOverlappingCircles.png -------------------------------------------------------------------------------- /tests/hit/buildOverlappingRectangles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildOverlappingRectangles.png -------------------------------------------------------------------------------- /tests/hit/buildOverlappingTriangles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildOverlappingTriangles.png -------------------------------------------------------------------------------- /tests/hit/buildSVGStrokes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildSVGStrokes.png -------------------------------------------------------------------------------- /tests/hit/buildSimpleShadowsByGeometry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildSimpleShadowsByGeometry.png -------------------------------------------------------------------------------- /tests/hit/buildSimpleShadowsByOutskirt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildSimpleShadowsByOutskirt.png -------------------------------------------------------------------------------- /tests/hit/buildStrokeStyles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildStrokeStyles.png -------------------------------------------------------------------------------- /tests/hit/buildTextAttributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildTextAttributes.png -------------------------------------------------------------------------------- /tests/hit/buildTextEmoji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildTextEmoji.png -------------------------------------------------------------------------------- /tests/hit/buildTextMeasurements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildTextMeasurements.png -------------------------------------------------------------------------------- /tests/hit/buildTextOpacities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildTextOpacities.png -------------------------------------------------------------------------------- /tests/hit/buildTextTransformations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildTextTransformations.png -------------------------------------------------------------------------------- /tests/hit/buildTextWithBorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildTextWithBorder.png -------------------------------------------------------------------------------- /tests/hit/buildTextWithBorderAbove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildTextWithBorderAbove.png -------------------------------------------------------------------------------- /tests/hit/buildTextWithDashedBorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildTextWithDashedBorder.png -------------------------------------------------------------------------------- /tests/hit/buildTransformRotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildTransformRotate.png -------------------------------------------------------------------------------- /tests/hit/buildTransformScale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildTransformScale.png -------------------------------------------------------------------------------- /tests/hit/buildTransformTranslate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildTransformTranslate.png -------------------------------------------------------------------------------- /tests/hit/buildVariantsOfBezier2CPs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildVariantsOfBezier2CPs.png -------------------------------------------------------------------------------- /tests/hit/buildVariantsOfBezier3CPs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildVariantsOfBezier3CPs.png -------------------------------------------------------------------------------- /tests/hit/buildVariantsOfBezier4CPs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildVariantsOfBezier4CPs.png -------------------------------------------------------------------------------- /tests/hit/buildVariantsOfCircleSector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildVariantsOfCircleSector.png -------------------------------------------------------------------------------- /tests/hit/buildVariantsOfEllipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildVariantsOfEllipse.png -------------------------------------------------------------------------------- /tests/hit/buildVariantsOfHistogram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildVariantsOfHistogram.png -------------------------------------------------------------------------------- /tests/hit/buildVariantsOfLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildVariantsOfLine.png -------------------------------------------------------------------------------- /tests/hit/buildVariantsOfPolygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildVariantsOfPolygon.png -------------------------------------------------------------------------------- /tests/hit/buildVariantsOfPolyline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildVariantsOfPolyline.png -------------------------------------------------------------------------------- /tests/hit/buildVariantsOfRectangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildVariantsOfRectangle.png -------------------------------------------------------------------------------- /tests/hit/buildVariantsOfSigmoid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildVariantsOfSigmoid.png -------------------------------------------------------------------------------- /tests/hit/buildVariantsOfSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildVariantsOfSquare.png -------------------------------------------------------------------------------- /tests/hit/buildVariantsOfStadium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/hit/buildVariantsOfStadium.png -------------------------------------------------------------------------------- /tests/render/buildClippingMany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildClippingMany.png -------------------------------------------------------------------------------- /tests/render/buildClippingOutskirts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildClippingOutskirts.png -------------------------------------------------------------------------------- /tests/render/buildCompositeEffect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildCompositeEffect.png -------------------------------------------------------------------------------- /tests/render/buildElevation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildElevation.png -------------------------------------------------------------------------------- /tests/render/buildEmptyGeometry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildEmptyGeometry.png -------------------------------------------------------------------------------- /tests/render/buildGeometriesAsElement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildGeometriesAsElement.png -------------------------------------------------------------------------------- /tests/render/buildGradients.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildGradients.png -------------------------------------------------------------------------------- /tests/render/buildGradientsInBorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildGradientsInBorder.png -------------------------------------------------------------------------------- /tests/render/buildHistogram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildHistogram.png -------------------------------------------------------------------------------- /tests/render/buildOpacities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildOpacities.png -------------------------------------------------------------------------------- /tests/render/buildOutskirtsOfPolygons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildOutskirtsOfPolygons.png -------------------------------------------------------------------------------- /tests/render/buildOverlappingCircles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildOverlappingCircles.png -------------------------------------------------------------------------------- /tests/render/buildSVGStrokes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildSVGStrokes.png -------------------------------------------------------------------------------- /tests/render/buildStrokeStyles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildStrokeStyles.png -------------------------------------------------------------------------------- /tests/render/buildTextAttributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildTextAttributes.png -------------------------------------------------------------------------------- /tests/render/buildTextEmoji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildTextEmoji.png -------------------------------------------------------------------------------- /tests/render/buildTextMeasurements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildTextMeasurements.png -------------------------------------------------------------------------------- /tests/render/buildTextOpacities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildTextOpacities.png -------------------------------------------------------------------------------- /tests/render/buildTextTransformations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildTextTransformations.png -------------------------------------------------------------------------------- /tests/render/buildTextWithBorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildTextWithBorder.png -------------------------------------------------------------------------------- /tests/render/buildTextWithBorderAbove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildTextWithBorderAbove.png -------------------------------------------------------------------------------- /tests/render/buildTransformRotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildTransformRotate.png -------------------------------------------------------------------------------- /tests/render/buildTransformScale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildTransformScale.png -------------------------------------------------------------------------------- /tests/render/buildTransformTranslate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildTransformTranslate.png -------------------------------------------------------------------------------- /tests/render/buildVariantsOfEllipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildVariantsOfEllipse.png -------------------------------------------------------------------------------- /tests/render/buildVariantsOfHistogram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildVariantsOfHistogram.png -------------------------------------------------------------------------------- /tests/render/buildVariantsOfLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildVariantsOfLine.png -------------------------------------------------------------------------------- /tests/render/buildVariantsOfPolygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildVariantsOfPolygon.png -------------------------------------------------------------------------------- /tests/render/buildVariantsOfPolyline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildVariantsOfPolyline.png -------------------------------------------------------------------------------- /tests/render/buildVariantsOfRectangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildVariantsOfRectangle.png -------------------------------------------------------------------------------- /tests/render/buildVariantsOfSigmoid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildVariantsOfSigmoid.png -------------------------------------------------------------------------------- /tests/render/buildVariantsOfSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildVariantsOfSquare.png -------------------------------------------------------------------------------- /tests/render/buildVariantsOfStadium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pharo-graphics/Bloc/HEAD/tests/render/buildVariantsOfStadium.png --------------------------------------------------------------------------------