author
int64
658
755k
date
stringlengths
19
19
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
list
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
461,956
07.06.2021 09:40:47
-7,200
c16243fd18ea9a7442c756cc436ae1b683efad82
Introduce three new traits in order to modularize the behavior of the main Van der Ploeg trait.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSHorizontalVanDerPloegTreeLayout.class.st", "new_path": "src/Roassal3-Layouts/RSHorizontalVanDerPloegTreeLayout.class.st", "diff": "@@ -9,48 +9,20 @@ I use the trait `RSTWalkBasedRegularTreeLayout` to get the main behavior and ful\nClass ...
Smalltalk
MIT License
objectprofile/roassal3
Introduce three new traits in order to modularize the behavior of the main Van der Ploeg trait.
461,956
07.06.2021 12:57:09
-7,200
26f5a0d2e046103903d07a150c3abbf2408ef2a6
Remove a direct reference to a property of RSShape objects.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSTWalkBasedRegularHorizontalTreeLayout.trait.st", "new_path": "src/Roassal3-Layouts/RSTWalkBasedRegularHorizontalTreeLayout.trait.st", "diff": "@@ -42,5 +42,7 @@ RSTWalkBasedRegularHorizontalTreeLayout >> depthMeasureOf: aShape [\n{ #cate...
Smalltalk
MIT License
objectprofile/roassal3
Remove a direct reference to a property of RSShape objects.
461,949
07.06.2021 22:19:01
14,400
6f8f893bb175baf5ae2dec58fd00aeb809f7734e
Renamd RSChartPopup => RSChartPopupDecoration
[ { "change_type": "RENAME", "old_path": "src/Roassal3-Chart/RSChartPopup.class.st", "new_path": "src/Roassal3-Chart/RSChartPopupDecoration.class.st", "diff": "Specific popup, used by RSPopupDecoration\n\"\nClass {\n- #name : #RSChartPopup,\n+ #name : #RSChartPopupDecoration,\n#superclass : #RSPopup,\...
Smalltalk
MIT License
objectprofile/roassal3
Renamd RSChartPopup => RSChartPopupDecoration
461,949
07.06.2021 22:29:23
14,400
9065fb70d54f784779b041e1a0eb31c51938f5aa
Renamed RSPie => RSPieBuilder
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Pie-Examples/RSPieExamples.class.st", "new_path": "src/Roassal3-Pie-Examples/RSPieExamples.class.st", "diff": "@@ -41,7 +41,7 @@ RSPieExamples >> example01Basic [\n<script: 'self new example01Basic open'>\n| classes pie |\nclasses :={Dictionary. O...
Smalltalk
MIT License
objectprofile/roassal3
Renamed RSPie => RSPieBuilder
461,949
07.06.2021 22:33:43
14,400
de950da469f1efe164d1e452b6087c136e9aeea2
Renamed RSForceLayoutInSpacesBuilder
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "new_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "diff": "@@ -616,39 +616,8 @@ RSLayoutExamples >> example20FlowLayout [\n]\n{ #category : #layouts }\n-RSLayoutExamples >> example21Spaces [\n- <sc...
Smalltalk
MIT License
objectprofile/roassal3
Renamed RSForceLayoutInSpacesBuilder
461,949
07.06.2021 22:35:34
14,400
54902c2b5d1790e43165f4dd0bd190c5df6f98f9
RSLegend => RSLegendBuilder
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Examples/RSBarChartExample.class.st", "new_path": "src/Roassal3-Chart-Examples/RSBarChartExample.class.st", "diff": "@@ -61,7 +61,7 @@ RSBarChartExample >> example02TwoHorizontalBars [\nc addPlot: p2.\nc build.\np bars , p2 bars @ RSPopup.\n...
Smalltalk
MIT License
objectprofile/roassal3
RSLegend => RSLegendBuilder
461,949
07.06.2021 22:41:11
14,400
587880ebc628f10ff693b716cfaa61625bf7cf69
Renamed for RSAbstractChartPlot
[ { "change_type": "RENAME", "old_path": "src/Roassal3-Chart/RSAbstractChartElement.class.st", "new_path": "src/Roassal3-Chart/RSAbstractChartPlot.class.st", "diff": "TODO\n\"\nClass {\n- #name : #RSAbstractChartElement,\n+ #name : #RSAbstractChartPlot,\n#superclass : #Object,\n#instVars : [\n'chart',...
Smalltalk
MIT License
objectprofile/roassal3
Renamed for RSAbstractChartPlot
461,949
07.06.2021 22:45:46
14,400
606a3354b29a5231919596252b7cbc4ad818b343
Layout instead of strategy in: RSSunburstConstantWidthStrategy RSSunburstExtentLayout
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Sunburst/RSSunburstBuilder.class.st", "new_path": "src/Roassal3-Sunburst/RSSunburstBuilder.class.st", "diff": "@@ -24,13 +24,13 @@ RSSunburstBuilder >> color: aBlock [\n{ #category : #strategry }\nRSSunburstBuilder >> constantWidthStrategy [\n- se...
Smalltalk
MIT License
objectprofile/roassal3
Layout instead of strategy in: - RSSunburstConstantWidthStrategy - RSSunburstExtentLayout
461,949
08.06.2021 10:34:59
14,400
543f376eefc970d08099a66dd0034b142a654bfa
update Roassal markes, and announceable objects
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSAbstractControlPointsLine.class.st", "new_path": "src/Roassal3-Shapes/RSAbstractControlPointsLine.class.st", "diff": "@@ -60,11 +60,6 @@ RSAbstractControlPointsLine >> isControlPointsLine [\n^ true\n]\n-{ #category : #'accessing - markers...
Smalltalk
MIT License
objectprofile/roassal3
update Roassal markes, and announceable objects
461,956
09.06.2021 11:08:23
-7,200
f2acf7fb329ca4873019f645dbe9513dd4bf5cd6
Add an example that visualize class hierarchies.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts-Tests/RSTreeLayoutTest.class.st", "new_path": "src/Roassal3-Layouts-Tests/RSTreeLayoutTest.class.st", "diff": "@@ -4,6 +4,64 @@ Class {\n#category : #'Roassal3-Layouts-Tests'\n}\n+{ #category : #tests }\n+RSTreeLayoutTest >> exampleClassHi...
Smalltalk
MIT License
objectprofile/roassal3
Add an example that visualize class hierarchies.
461,956
09.06.2021 11:33:06
-7,200
c9ba86294bb125c4f8829617280742a31633dacb
Add a new example about traits.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts-Tests/RSTreeLayoutTest.class.st", "new_path": "src/Roassal3-Layouts-Tests/RSTreeLayoutTest.class.st", "diff": "@@ -30,6 +30,7 @@ RSTreeLayoutTest >> exampleClassHierarchies: aCollection [\naStream nextPut: (RSComposite new\nmodel: aSubClas...
Smalltalk
MIT License
objectprofile/roassal3
Add a new example about traits.
461,956
11.06.2021 13:45:46
-7,200
5df5220f4ed85d804f8129f3537a4d4bef3d3188
Adjust canvas controller interaction.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts-Tests/RSTreeLayoutTest.class.st", "new_path": "src/Roassal3-Layouts-Tests/RSTreeLayoutTest.class.st", "diff": "@@ -59,7 +59,7 @@ RSTreeLayoutTest >> exampleClassHierarchies: aCollection [\naCanvas\nzoomToFit;\nexportToSVG;\n- @ RSCanvasCon...
Smalltalk
MIT License
objectprofile/roassal3
Adjust canvas controller interaction.
461,949
15.06.2021 10:40:09
14,400
29fb7f579514166030410869750495336ec42d97
Added accessing methods for RSComposite
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSLabeledInteraction.class.st", "new_path": "src/Roassal3-Interaction/RSLabeledInteraction.class.st", "diff": "@@ -147,6 +147,7 @@ RSLabeledInteraction >> getOrCreateLabel: aShape [\nat: #RSLabeledInteraction\nifAbsentPut: [ self creat...
Smalltalk
MIT License
objectprofile/roassal3
Added accessing methods for RSComposite
461,949
16.06.2021 10:32:01
14,400
523eabd5ff2d86705c1fa96d65fae85be0b23f34
Fix in class names for roassal3
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Basic3D/ManifestRoassal3Basic3D.class.st", "diff": "+\"\n+Please describe the package using the class comment of the included manifest class. The manifest class also includes other additional metadata for the package. These meta dat...
Smalltalk
MIT License
objectprofile/roassal3
Fix in class names for roassal3
461,956
24.06.2021 12:34:45
-7,200
ad680c403b0ce7f593052f8226f72164be727348
Fix references to reverted class names for interaction classes.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts-Tests/RSTreeLayoutTest.class.st", "new_path": "src/Roassal3-Layouts-Tests/RSTreeLayoutTest.class.st", "diff": "@@ -59,7 +59,7 @@ RSTreeLayoutTest >> exampleClassHierarchies: aCollection [\naCanvas\nzoomToFit;\nexportToSVG;\n- @ RSCanvasCon...
Smalltalk
MIT License
objectprofile/roassal3
Fix references to reverted class names for interaction classes.
461,949
24.06.2021 11:08:19
14,400
1ab5c9dcce4c9e0798e80fad8c69ea2a6ecfe04d
Fix in abstract tick
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart/RSAbstractTick.class.st", "new_path": "src/Roassal3-Chart/RSAbstractTick.class.st", "diff": "@@ -43,18 +43,13 @@ RSAbstractTick >> configuration: aRSTickConfiguration [\nconfiguration := aRSTickConfiguration\n]\n-{ #category : #rendering }\n...
Smalltalk
MIT License
objectprofile/roassal3
Fix in abstract tick
461,956
25.06.2021 10:08:52
-7,200
3d81d48929e446f169179fa48db6394bdcd078e1
Introduce a new trait that allows to introduce random jittering on the final positions computed by the vanderploeg algorithm.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Layouts/RSTWalkBasedRegularTreeLayoutRandomizedPositioning.trait.st", "diff": "+Trait {\n+ #name : #RSTWalkBasedRegularTreeLayoutRandomizedPositioning,\n+ #instVars : [\n+ 'random'\n+ ],\n+ #category : #'Roassal3-Layouts-Core'\n+}\n...
Smalltalk
MIT License
objectprofile/roassal3
Introduce a new trait that allows to introduce random jittering on the final positions computed by the vanderploeg algorithm.
461,956
25.06.2021 11:33:09
-7,200
0c7303ba82a3910997f70d845765d9c11e2e8075
Two building messages.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSLayoutBuilder.class.st", "new_path": "src/Roassal3-Layouts/RSLayoutBuilder.class.st", "diff": "@@ -25,6 +25,12 @@ RSLayoutBuilder >> cluster [\n^ layout := RSClusterLayout new.\n]\n+{ #category : #'public - layout' }\n+RSLayoutBuilder >>...
Smalltalk
MIT License
objectprofile/roassal3
Two building messages.
461,956
25.06.2021 11:54:27
-7,200
55e7acc18e49c475c2721ba18373a86817c4684d
Move two examples about the Van der Ploeg algorithm in the dedicate class for layout examples.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "new_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "diff": "@@ -649,3 +649,156 @@ RSLayoutExamples >> example21TreeLayoutEllipses [\nc @ RSCanvasController.\n^ c\n]\n+\n+{ #category : #tests }\n+RSL...
Smalltalk
MIT License
objectprofile/roassal3
Move two examples about the Van der Ploeg algorithm in the dedicate class for layout examples.
461,956
25.06.2021 12:04:39
-7,200
80a0741e9979a0b71c7f7ce25995a1638e5739f0
Refine two examples about the Van der Ploeg algorithm.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "new_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "diff": "@@ -651,10 +651,10 @@ RSLayoutExamples >> example21TreeLayoutEllipses [\n]\n{ #category : #tests }\n-RSLayoutExamples >> exampleClassHiera...
Smalltalk
MIT License
objectprofile/roassal3
Refine two examples about the Van der Ploeg algorithm.
461,956
25.06.2021 12:34:43
-7,200
1cb674e70dcf8adc0c184d825e08b8edc5525729
Introduce a decorator for attach points to allow the user to specify different start and end attach points.
[ { "change_type": "DELETE", "old_path": "src/Roassal3-Shapes/RSHorizontalEndBorderAttachPoint.class.st", "new_path": null, "diff": "-Class {\n- #name : #RSHorizontalEndBorderAttachPoint,\n- #superclass : #RSBorderAttachPoint,\n- #category : #'Roassal3-Shapes-AttachPoint'\n-}\n-\n-{ #category : #'publ...
Smalltalk
MIT License
objectprofile/roassal3
Introduce a decorator for attach points to allow the user to specify different start and end attach points.
461,956
28.06.2021 11:31:45
-7,200
6c242d3ca7c2ee52fb26025c9dfccf0ec45125e6
Enhance the way #horizontalGap and #verticalGap are used wrt BlockClosure objects.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "new_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "diff": "@@ -704,7 +704,6 @@ RSLayoutExamples >> example22ClassHierarchies: aCollection [\naCanvas\nzoomToFit;\n- exportToSVG;\n@ RSCanvasControlle...
Smalltalk
MIT License
objectprofile/roassal3
Enhance the way #horizontalGap and #verticalGap are used wrt BlockClosure objects.
461,956
28.06.2021 11:51:07
-7,200
61dd7104ee51b95c4303a91c208f127154b2e566
Refine two traits to factor behavior for the gaps in the Van der Ploeg algorithm.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSTGapsHolder.trait.st", "new_path": "src/Roassal3-Layouts/RSTGapsHolder.trait.st", "diff": "@@ -9,8 +9,30 @@ RSTGapsHolder >> horizontalGap [\nself explicitRequirement\n]\n+{ #category : #'as yet unclassified' }\n+RSTGapsHolder >> horizon...
Smalltalk
MIT License
objectprofile/roassal3
Refine two traits to factor behavior for the gaps in the Van der Ploeg algorithm.
461,956
28.06.2021 14:27:07
-7,200
68dd7c94326abaad2436cc837de464b35ed665a5
Fix the gaps for the horizontal version of the van der Ploeg algorithm.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSTWalkBasedRegularHorizontalTreeLayout.trait.st", "new_path": "src/Roassal3-Layouts/RSTWalkBasedRegularHorizontalTreeLayout.trait.st", "diff": "@@ -11,7 +11,7 @@ RSTWalkBasedRegularHorizontalTreeLayout >> breadthGapAmong: aShapeParent and...
Smalltalk
MIT License
objectprofile/roassal3
Fix the gaps for the horizontal version of the van der Ploeg algorithm.
461,949
29.06.2021 04:17:45
14,400
09dc568136e2675cafcaee78059ba08c69a16492
revert of removed classes of roassal3-gtk
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Gtk/GtkAthensDrawingArea.class.st", "diff": "+\"\n+Gtk drawing area with an Athens canvas\n+\"\n+Class {\n+ #name : #GtkAthensDrawingArea,\n+ #superclass : #GtkDrawingArea,\n+ #instVars : [\n+ 'activeSurface',\n+ 'rect',\n+ 'adapter...
Smalltalk
MIT License
objectprofile/roassal3
revert of removed classes of roassal3-gtk
461,949
29.06.2021 05:21:40
14,400
8750e5d7bccc9b438957ee59600a4ebf75cb7f13
Renamed RSLegendBuilder => RSLegend
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Examples/RSBarChartExample.class.st", "new_path": "src/Roassal3-Chart-Examples/RSBarChartExample.class.st", "diff": "@@ -61,7 +61,7 @@ RSBarChartExample >> example02TwoHorizontalBars [\nc addPlot: p2.\nc build.\np bars , p2 bars @ RSPopup.\n...
Smalltalk
MIT License
objectprofile/roassal3
Renamed RSLegendBuilder => RSLegend
461,951
05.07.2021 15:08:17
-7,200
eeaeb3b40c42bee72cbbcf74c78262be2ce1f2d7
renamed GraphViz into Graphviz
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-GraphViz/RSGraphVizAttachPoint.class.st", "new_path": "src/Roassal3-GraphViz/RSGraphVizAttachPoint.class.st", "diff": "This attach point is used only by graphviz layout with graphviz line\n\"\nClass {\n- #name : #RSGraphVizAttachPoint,\n+ #name : ...
Smalltalk
MIT License
objectprofile/roassal3
renamed GraphViz into Graphviz
461,949
05.07.2021 22:37:08
14,400
afee8455e21ac86796cea50c3c000b0711b5dc7e
update in hierarchy methods for sunburst
[ { "change_type": "RENAME", "old_path": "src/Roassal3-Sunburst/RSShape.extension.st", "new_path": "src/Roassal3-Sunburst/RSObjectWithProperty.extension.st", "diff": "-Extension { #name : #RSShape }\n+Extension { #name : #RSObjectWithProperty }\n{ #category : #'*Roassal3-Sunburst' }\n-RSShape >> isSLe...
Smalltalk
MIT License
objectprofile/roassal3
update in hierarchy methods for sunburst
461,949
05.07.2021 22:37:44
14,400
8f88f03387e95b92f01717199b9f8f92ec083d23
update for RSGhostDraggable
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSBasicShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSBasicShapeExamples.class.st", "diff": "@@ -980,9 +980,9 @@ RSBasicShapeExamples >> example43GhostDraggable [\n| c lb |\nc := RSCanvas new.\n- c addAll: (RSBox\n+ c addAl...
Smalltalk
MIT License
objectprofile/roassal3
update for RSGhostDraggable
461,949
05.07.2021 22:38:04
14,400
83268326340b6384a14214b101908fd1b1c2dfb0
Added utility methods for bounding shapes and composite
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSBoundingShape.class.st", "new_path": "src/Roassal3-Shapes/RSBoundingShape.class.st", "diff": "@@ -141,6 +141,11 @@ RSBoundingShape >> connectedLines [\n^ connectedLines\n]\n+{ #category : #lines }\n+RSBoundingShape >> connectedLines: aCol...
Smalltalk
MIT License
objectprofile/roassal3
Added utility methods for bounding shapes and composite
461,956
07.07.2021 12:56:36
-7,200
0728bc309fc379bb484098e497ee321213db802b
Remove references to not existing message #double.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "new_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "diff": "@@ -669,8 +669,8 @@ RSLayoutExamples >> example22ClassHierarchies: aCollection [\nbox := RSBox new\ncolor: Color white;\nwithBorder;\n- co...
Smalltalk
MIT License
objectprofile/roassal3
Remove references to not existing message #double.
461,949
07.07.2021 10:37:02
14,400
19f65b7af3948ce03d06ecc425b1cc1a16068dac
added a new utility method for RSChart elements `createdShapes`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart/RSAbstractBarPlot.class.st", "new_path": "src/Roassal3-Chart/RSAbstractBarPlot.class.st", "diff": "@@ -59,6 +59,11 @@ RSAbstractBarPlot >> createBarFor: aPoint index: index [\nyourself\n]\n+{ #category : #accessing }\n+RSAbstractBarPlot >> c...
Smalltalk
MIT License
objectprofile/roassal3
added a new utility method for RSChart elements `createdShapes`
461,951
12.07.2021 22:51:19
-7,200
86df76bb53a6c404a749e58ed8a4bee69c967bed
Fixed some examples that were failing a test
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "new_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "diff": "@@ -651,11 +651,14 @@ RSLayoutExamples >> example21TreeLayoutEllipses [\n]\n{ #category : #tests }\n-RSLayoutExamples >> example22ClassHie...
Smalltalk
MIT License
objectprofile/roassal3
Fixed some examples that were failing a test
461,957
12.07.2021 17:17:26
14,400
2e2b7d559185fb355f209de6545a943ad17460d3
Convert example to unary. Else, A test unit fails. Pair-programmed with Milton.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "new_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "diff": "@@ -651,11 +651,11 @@ RSLayoutExamples >> example21TreeLayoutEllipses [\n]\n{ #category : #tests }\n-RSLayoutExamples >> example22ClassHie...
Smalltalk
MIT License
objectprofile/roassal3
Convert example to unary. Else, A test unit fails. Pair-programmed with Milton.
461,951
15.07.2021 10:01:31
-7,200
03a38bb1d53a45147fe356e9734079c0d98a5010
Added a test for RSGridLayout
[ { "change_type": "RENAME", "old_path": "src/Roassal3-GraphViz/RSGraphvizAttachPoint.class.st", "new_path": "src/Roassal3-GraphViz/RSGraphVizAttachPoint.class.st", "diff": "" }, { "change_type": "RENAME", "old_path": "src/Roassal3-GraphViz/RSGraphvizLayout.class.st", "new_path": "src/...
Smalltalk
MIT License
objectprofile/roassal3
Added a test for RSGridLayout
461,951
15.07.2021 10:02:16
-7,200
1662b9fe2a5e56456108151b440da31d81fd5782
Added a class `RSVerticalGridLayout`
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Layouts-Tests/RSVerticalGridLayoutTest.class.st", "diff": "+Class {\n+ #name : #RSVerticalGridLayoutTest,\n+ #superclass : #RSLayoutTest,\n+ #category : #'Roassal3-Layouts-Tests'\n+}\n+\n+{ #category : #tests }\n+RSVerticalGridLayou...
Smalltalk
MIT License
objectprofile/roassal3
Added a class `RSVerticalGridLayout`
461,949
20.07.2021 01:30:40
14,400
2a9366e690244703251b7f8310152ddf98c772d9
added new system to draw or not a shape in the canvas, even nodes in composites
[ { "change_type": "DELETE", "old_path": "src/Roassal3-Layouts/RSLayoutTranslator.class.st", "new_path": null, "diff": "-\"\n-TODO\n-\"\n-Class {\n- #name : #RSLayoutTranslator,\n- #superclass : #RSObject,\n- #category : #'Roassal3-Layouts-Utils'\n-}\n" }, { "change_type": "MODIFY", "old_p...
Smalltalk
MIT License
objectprofile/roassal3
added new system to draw or not a shape in the canvas, even nodes in composites
461,956
20.07.2021 11:17:29
-7,200
88d15a77825153c4211d6c0eda88a059497d9947
Remove the not initialize `context` inst var and fix the corresponding usage in #onShape:
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Inspector/RSAbstractContextInteraction.class.st", "new_path": "src/Roassal3-Inspector/RSAbstractContextInteraction.class.st", "diff": "@@ -7,7 +7,6 @@ Class {\n#name : #RSAbstractContextInteraction,\n#superclass : #RSInteraction,\n#instVars : [\n-...
Smalltalk
MIT License
objectprofile/roassal3
Remove the not initialize `context` inst var and fix the corresponding usage in #onShape:
461,949
27.07.2021 01:47:22
14,400
f1f277f2bcf9eab571704dfd7d389d18610e73bd
added small updates
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Inspector/NSInterpolator.extension.st", "new_path": "src/Roassal3-Inspector/NSInterpolator.extension.st", "diff": "@@ -76,3 +76,11 @@ NSInterpolator >> gtInspectorCanvasIn: composite [\ntitle: ['Interpolator'];\ninitializeCanvas: [ self gtCanvasFo...
Smalltalk
MIT License
objectprofile/roassal3
added small updates
461,951
27.07.2021 15:39:34
-7,200
b2cf39b2f74567eb6a0667be2d0b5f6951a31055
fixing a problem with float precision
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Tests/RSNumberTest.class.st", "new_path": "src/Roassal3-Chart-Tests/RSNumberTest.class.st", "diff": "@@ -28,3 +28,13 @@ RSNumberTest >> testToCount3 [\nself assert: c size equals: 1.\nself assert: c equals: (Array with: 1)\n]\n+\n+{ #categor...
Smalltalk
MIT License
objectprofile/roassal3
fixing a problem with float precision
461,949
27.07.2021 10:33:20
14,400
bb89a55b93db726b7dc83dbc5f807053a083977e
small update in draggable canvas and ghost draggable
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSDraggableCanvasInteraction.class.st", "new_path": "src/Roassal3-Interaction/RSDraggableCanvasInteraction.class.st", "diff": "@@ -130,6 +130,7 @@ RSDraggableCanvasInteraction >> mouseMove: evt [\n{ #category : #events }\nRSDraggableCa...
Smalltalk
MIT License
objectprofile/roassal3
small update in draggable canvas and ghost draggable
461,949
27.07.2021 10:35:08
14,400
17ddf041b9c4e4fb5240d53851fb4c9671c2581a
fix color draggable default color
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSGhostDraggable.class.st", "new_path": "src/Roassal3-Interaction/RSGhostDraggable.class.st", "diff": "@@ -13,8 +13,7 @@ Class {\n{ #category : #accessing }\nRSGhostDraggable >> color [\n-\n- ^ color\n+ ^ color ifNil: [ color := Color ...
Smalltalk
MIT License
objectprofile/roassal3
fix color draggable default color
461,951
27.07.2021 22:11:16
-7,200
a14cf5cc24f44d902e19d970e4f6195aff9a6bd8
Fixing a failing test
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Global-Tests/RSMonitorEventsTest.class.st", "new_path": "src/Roassal3-Global-Tests/RSMonitorEventsTest.class.st", "diff": "@@ -36,7 +36,7 @@ RSMonitorEventsTest >> testNoTarget [\n{ #category : #tests }\nRSMonitorEventsTest >> testWriteToFile [\n-...
Smalltalk
MIT License
objectprofile/roassal3
Fixing a failing test
461,951
29.07.2021 00:15:39
-7,200
df22a9abfe0905d97093163fc748fc71f5019234
added useful method
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/SequenceableCollection.extension.st", "new_path": "src/Roassal3/SequenceableCollection.extension.st", "diff": "Extension { #name : #SequenceableCollection }\n+{ #category : #'*Roassal3' }\n+SequenceableCollection >> argmax [\n+ \"#(1 -3 5 1) argma...
Smalltalk
MIT License
objectprofile/roassal3
added useful method
461,949
06.08.2021 11:03:42
14,400
e0b0fb0498192493b67a2e8602a9b957292ba32b
added an utility method for composite
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSComposite.class.st", "new_path": "src/Roassal3-Shapes/RSComposite.class.st", "diff": "@@ -414,6 +414,12 @@ RSComposite >> resetPath [\npath := baseRectangle\n]\n+{ #category : #public }\n+RSComposite >> resizeWithChildrenTo: aPointExtent ...
Smalltalk
MIT License
objectprofile/roassal3
added an utility method for composite
461,951
06.08.2021 19:17:42
-7,200
ba8692c31a62bdb72f4151456cc61dd17e71aa5e
Added a useful method in RSMondrian
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts-Util/RSSortBlock.class.st", "new_path": "src/Roassal3-Layouts-Util/RSSortBlock.class.st", "diff": "@@ -7,6 +7,10 @@ Class {\n#category : #'Roassal3-Layouts-Util'\n}\n+{ #category : #accessing }\n+RSSortBlock >> fixTemps [\n+]\n+\n{ #catego...
Smalltalk
MIT License
objectprofile/roassal3
Added a useful method in RSMondrian
461,951
09.08.2021 10:57:22
-7,200
abd28c9f5142ef01abead88233f733f33c19e5e8
use a better forcebased layout in Mondrian
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSLayoutBuilder.class.st", "new_path": "src/Roassal3-Layouts/RSLayoutBuilder.class.st", "diff": "@@ -38,7 +38,7 @@ RSLayoutBuilder >> flow [\n{ #category : #'public - layout' }\nRSLayoutBuilder >> force [\n- ^ layout := RSSimpleForceBasedL...
Smalltalk
MIT License
objectprofile/roassal3
use a better forcebased layout in Mondrian
461,949
09.08.2021 09:24:34
14,400
3747d17528876f14e1d3f9739f1cf6a45dd4ffec
update the load full version in world menu
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Menu/RSWorldMenu.class.st", "new_path": "src/Roassal3-Menu/RSWorldMenu.class.st", "diff": "@@ -41,10 +41,10 @@ RSWorldMenu class >> loadFullStableVersion [\n{ #category : #menu }\nRSWorldMenu class >> loadFullVersion [\n- Metacello new\n+ [Metacel...
Smalltalk
MIT License
objectprofile/roassal3
update the load full version in world menu
461,949
09.08.2021 16:46:17
14,400
669b5c9c36e47f757a85bf74e74232b9286a0b73
update for the same issue
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSAbstractLine.class.st", "new_path": "src/Roassal3-Shapes/RSAbstractLine.class.st", "diff": "@@ -199,6 +199,7 @@ RSAbstractLine >> initialize [\n{ #category : #testing }\nRSAbstractLine >> intersects: aRectangle [\n| rect res globalMatrix ...
Smalltalk
MIT License
objectprofile/roassal3
update for the same issue
461,949
09.08.2021 16:48:51
14,400
8c40c6f37a21cd3614eb30a878dfeefb2cedfd9a
remove self for false
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSAbstractLine.class.st", "new_path": "src/Roassal3-Shapes/RSAbstractLine.class.st", "diff": "@@ -199,7 +199,7 @@ RSAbstractLine >> initialize [\n{ #category : #testing }\nRSAbstractLine >> intersects: aRectangle [\n| rect res globalMatrix ...
Smalltalk
MIT License
objectprofile/roassal3
remove self for false
461,949
10.08.2021 12:13:49
14,400
1ab304f2ce54261f3a889c74ac205426934148ae
update in RSExamplesTests
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Global-Tests/RSExamplesTest.class.st", "new_path": "src/Roassal3-Global-Tests/RSExamplesTest.class.st", "diff": "@@ -10,11 +10,8 @@ RSExamplesTest >> executeTest: method in: exampleClass [\nres := exampleClass perform: method selector.\nself\ndeny...
Smalltalk
MIT License
objectprofile/roassal3
update in RSExamplesTests
461,949
17.08.2021 00:38:24
14,400
406466b9b56c1bd4e4f89ec70cb20875352e8d7a
added new interaction RSResizeParentWhenChildMoves
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSComposite.class.st", "new_path": "src/Roassal3-Shapes/RSComposite.class.st", "diff": "@@ -244,17 +244,6 @@ composite extent '=> (20.0@50.0)'\ntranslateTo: delta negated.\n]\n-{ #category : #accessing }\n-RSComposite >> allChildren [\n- | ...
Smalltalk
MIT License
objectprofile/roassal3
added new interaction RSResizeParentWhenChildMoves
461,949
17.08.2021 00:49:27
14,400
d73d2fc84630e3cbae6e39bf6c031113622746df
added new interaction
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -1301,3 +1301,28 @@ E di pensier\n^ canvas\n]\n+\n+{ #category : #shapes }\n+RSShapeExamples >> example45CompositeDragResize [\n+ <script...
Smalltalk
MIT License
objectprofile/roassal3
added new interaction
461,949
17.08.2021 11:12:10
14,400
5b17a83b153e18ac22ef6a4e42f539babc21c274
added new basic class example for spec
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Spec-Examples/RSBasicSpecExample.class.st", "diff": "+\"\n+Basic example of how to use SpRoassalPresenter\n+\"\n+Class {\n+ #name : #RSBasicSpecExample,\n+ #superclass : #SpPresenter,\n+ #instVars : [\n+ 'roassalSpec'\n+ ],\n+ #cate...
Smalltalk
MIT License
objectprofile/roassal3
added new basic class example for spec
461,949
17.08.2021 13:36:11
14,400
2d228faa5287193d2ba9c89833ac6cea3a44ca60
moving old classes to Roassal3-Pharo8
[ { "change_type": "RENAME", "old_path": "src/Roassal3-Inspector/RSAbstractAction.class.st", "new_path": "src/Roassal3-Pharo8/RSAbstractAction.class.st", "diff": "@@ -7,7 +7,7 @@ Class {\n#instVars : [\n'presentation'\n],\n- #category : #'Roassal3-Inspector-Actions'\n+ #category : #'Roassal3-Pharo8'\n...
Smalltalk
MIT License
objectprofile/roassal3
moving old classes to Roassal3-Pharo8
461,949
17.08.2021 21:28:56
14,400
a6af73618504397d61451ff688bb81d29d4d98bf
update for issue and
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-UML/RSBaselineCalypso.class.st", "new_path": "src/Roassal3-UML/RSBaselineCalypso.class.st", "diff": "@@ -109,6 +109,12 @@ RSBaselineCalypso >> buildLegendOn: canvas [\nb text: self targetClass name withCircleColor: Color blue.\nb text: 'Not loaded...
Smalltalk
MIT License
objectprofile/roassal3
update for issue https://github.com/pharo-project/pharo/issues/9726 and #414
461,949
18.08.2021 10:28:02
14,400
971dbb755445cd9e490baa3ed2186ad8a679394a
adde a new animation example for roassal3
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -2753,4 +2753,93 @@ RSAnimationExamples >> example45Beziers [\nc @ RSCanvasController.\n^ c\n+]\n+\n+{ #category : #perlin }\n+RS...
Smalltalk
MIT License
objectprofile/roassal3
adde a new animation example for roassal3
461,951
22.08.2021 11:19:49
-7,200
76b202f4767ed4f3e92455bf0a96a19036df74bc
Improved the forcebased layout class. Improved the tests
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Global-Tests/RSForceBasedLayoutTest.class.st", "new_path": "src/Roassal3-Global-Tests/RSForceBasedLayoutTest.class.st", "diff": "@@ -31,6 +31,7 @@ RSForceBasedLayoutTest >> testAddNodesAndEdges [\naddEdges: canvas edges;\nstep.\n+ self assert: (cl...
Smalltalk
MIT License
objectprofile/roassal3
- Improved the forcebased layout class. - Improved the tests
461,949
23.08.2021 10:38:32
14,400
f2f29033b75ff5a828f35bf443e594cd653da61e
preapare roassal3 for release 0.9.9
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart/RSLinePlot.class.st", "new_path": "src/Roassal3-Chart/RSLinePlot.class.st", "diff": "@@ -51,7 +51,9 @@ RSLinePlot >> renderIn: canvas [\n{ #category : #'public - shape' }\nRSLinePlot >> shape [\n- ^ shape\n+ | lineShape |\n+ lineShape := sup...
Smalltalk
MIT License
objectprofile/roassal3
preapare roassal3 for release 0.9.9
461,949
26.08.2021 11:51:39
14,400
dcab73f800fd735165396a74ea028519cb5f15d3
Rename isFixedChildre => isFixedShapesDrawing
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSAthensMorph.class.st", "new_path": "src/Roassal3/RSAthensMorph.class.st", "diff": "@@ -107,7 +107,7 @@ RSAthensMorph >> drawShapes [\ntranslateBy: camera position negated asFloatPoint.\nrenderer canvas: athensCanvas.\ncanvasRect := roassalCanvas...
Smalltalk
MIT License
objectprofile/roassal3
Rename isFixedChildre => isFixedShapesDrawing
461,951
31.08.2021 07:45:40
-7,200
ab11166381347374b7eb1a31c6e008ba06352957
Fixed a small bug in the Chart.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Tests/RSChartTest.class.st", "new_path": "src/Roassal3-Chart-Tests/RSChartTest.class.st", "diff": "@@ -126,6 +126,25 @@ RSChartTest >> testMustInclude05 [\nself assert: c maxValueY equals: 0.9999417202299663.\n]\n+{ #category : #tests }\n+RS...
Smalltalk
MIT License
objectprofile/roassal3
Fixed a small bug in the Chart.
461,951
31.08.2021 07:45:56
-7,200
9785cab24885209f501c20ab0d4a46fdecb370a4
Added a utility method in `RSLocation`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSLocation.class.st", "new_path": "src/Roassal3-Layouts/RSLocation.class.st", "diff": "@@ -111,6 +111,11 @@ RSLocation class >> move: aShapeOrAGroup1 above: aShapeOrAGroup2 [\nself new above; move: aShapeOrAGroup1 on: aShapeOrAGroup2\n]\n+...
Smalltalk
MIT License
objectprofile/roassal3
Added a utility method in `RSLocation`
461,951
31.08.2021 08:36:32
-7,200
98bbb214b6dbfdc6e269b90c2cf9568a17092528
Delete main.ymlNOTUSED
[ { "change_type": "DELETE", "old_path": ".github/workflows/main.ymlNOTUSED", "new_path": null, "diff": "-name: SmalltalkCI\n-\n-env:\n- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n-\n-# Controls when the action will run. Triggers the workflow on push or pull request\n-# events but only for the develop...
Smalltalk
MIT License
objectprofile/roassal3
Delete main.ymlNOTUSED
461,951
31.08.2021 08:36:58
-7,200
2658cb63e79246ff79d8682ef9bd748ee64bedf0
Create visualizeClassDiagram.yml
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/workflows/visualizeClassDiagram.yml", "diff": "+# This is a basic workflow to help you get started with Actions\n+\n+name: UML Class diagram\n+\n+# Controls when the action will run.\n+on:\n+ # Triggers the workflow on push or pull reque...
Smalltalk
MIT License
objectprofile/roassal3
Create visualizeClassDiagram.yml
461,951
31.08.2021 08:38:08
-7,200
f6d85a96ce3043c76a438b06b4f4b3b0389779d1
Create visualizeClassDiagram.st
[ { "change_type": "ADD", "old_path": null, "new_path": "scripts/visualizeClassDiagram.st", "diff": "+[ Metacello new\n+ baseline: 'Roassal3';\n+ repository: 'github://ObjectProfile/Roassal3';\n+ load: 'Full' ] on: MCMergeOrLoadWarning do: [:warning | warning load ].\n+\n+[ Metacello new\n+ baseline: ...
Smalltalk
MIT License
objectprofile/roassal3
Create visualizeClassDiagram.st
461,949
01.09.2021 23:11:33
14,400
af77144299a5d9dee6f40a97c0fe1a9c3412a272
Added new way to comunicate with dot RSUnixSubprocess
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-GraphViz/RSGraphVizExamples.class.st", "new_path": "src/Roassal3-GraphViz/RSGraphVizExamples.class.st", "diff": "@@ -473,6 +473,26 @@ RSGraphVizExamples >> example10Mondrian [\nm open\n]\n+{ #category : #examples }\n+RSGraphVizExamples >> example1...
Smalltalk
MIT License
objectprofile/roassal3
Added new way to comunicate with dot RSUnixSubprocess
461,951
10.09.2021 05:59:28
10,800
b1d4c369d44e9cadacf42b37480ea7b67b6ecefc
reverting the cycle checks for tree. Was not such a good idea.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSAbstractGraphLayout.class.st", "new_path": "src/Roassal3-Layouts/RSAbstractGraphLayout.class.st", "diff": "@@ -136,7 +136,7 @@ RSAbstractGraphLayout >> horizontalGap: anInteger [\n{ #category : #'initialize-release' }\nRSAbstractGraphLay...
Smalltalk
MIT License
objectprofile/roassal3
reverting the cycle checks for tree. Was not such a good idea.
461,951
10.09.2021 06:06:19
10,800
c7c025cf991f809734f9493f4cdefe36bdd41f6f
fixing some tests about cycles
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts-Tests/RSHorizontalTreeLayoutTest.class.st", "new_path": "src/Roassal3-Layouts-Tests/RSHorizontalTreeLayoutTest.class.st", "diff": "@@ -70,6 +70,6 @@ RSHorizontalTreeLayoutTest >> testCycles [\n$b -> $c.\n$c -> $d.\n$d -> $a}. \"cycle\"\n- ...
Smalltalk
MIT License
objectprofile/roassal3
fixing some tests about cycles
461,951
10.09.2021 08:25:57
10,800
500dffa0b63b0aa130e2d18e3758e2e31f2a241f
GraphViz vs Graphviz
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -148,6 +148,7 @@ BaselineOfRoassal3 >> roassalGroups: spec core: arr1 examples: arr2 tests: arr3\ngroup: 'Mini' with: #('SVGTests...
Smalltalk
MIT License
objectprofile/roassal3
GraphViz vs Graphviz
461,949
10.09.2021 10:43:31
14,400
8cb08e7174fd1a2cac2bdb03d7faa0beea123a22
Added an utility method to RSForceLayout autoRepulse Also renaming from edge => line
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "new_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "diff": "@@ -447,7 +447,7 @@ RSLayoutExamples >> example17ForceBasedLayout [\ncharge: -300.\ncanvas @ stepping.\ncanvas edges do: [ :edge |\n- (lay...
Smalltalk
MIT License
objectprofile/roassal3
Added an utility method to RSForceLayout autoRepulse Also renaming from edge => line
461,949
14.09.2021 07:36:21
14,400
cda36b88c34dc5f6602e885f0dd513e28f8a59e6
Added a default class to the initial selection
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-UML/RSUMLCalypsoSettings.class.st", "new_path": "src/Roassal3-UML/RSUMLCalypsoSettings.class.st", "diff": "@@ -38,7 +38,7 @@ RSUMLCalypsoSettings class >> defaultLightThemeColorUMLClass [\n{ #category : #accessing }\nRSUMLCalypsoSettings class >> ...
Smalltalk
MIT License
objectprofile/roassal3
Added a default class to the initial selection
461,949
15.09.2021 22:23:23
14,400
a2ba78e4b43df22e8ef6b15b9e55cba4dbd2d3b7
added a system
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Animation/RSShape.extension.st", "new_path": "src/Roassal3-Animation/RSShape.extension.st", "diff": "@@ -3,5 +3,11 @@ Extension { #name : #RSShape }\n{ #category : #'*Roassal3-Animation' }\nRSShape >> newAnimation [\n\"Create a new animation\"\n- ...
Smalltalk
MIT License
objectprofile/roassal3
added a system
461,949
15.09.2021 22:44:21
14,400
09cee5f19469cbc94a95994d02091e99daca167b
fixed missing class
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-TreeMap-Examples/RSTreeMapExamples.class.st", "new_path": "src/Roassal3-TreeMap-Examples/RSTreeMapExamples.class.st", "diff": "@@ -49,7 +49,7 @@ RSTreeMapExamples >> example03Labels [\nb from: labels using: [ #() ].\nb modelWeight: [ :n | n size ]...
Smalltalk
MIT License
objectprofile/roassal3
fixed missing class
461,941
21.09.2021 20:22:19
-3,600
41f21b7b420afbae5361714f09969762c46c9fa3
class side `#reset` methods should be in `class initialization` protocol fix for relates to
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSAbstractPopupInteraction.class.st", "new_path": "src/Roassal3-Interaction/RSAbstractPopupInteraction.class.st", "diff": "@@ -23,7 +23,7 @@ RSAbstractPopupInteraction class >> removeEvents [\nremoveEvents := { RSMouseClick. RSMouseEnt...
Smalltalk
MIT License
objectprofile/roassal3
class side `#reset` methods should be in `class initialization` protocol fix for #418; relates to https://github.com/pharo-project/pharo/issues/2607
461,949
28.09.2021 08:11:50
10,800
fec32bbc417ffb57785e9ed1a99a0bdafe9b67c0
Moving visibleRectangle to camera, allowing to the user redefine the visible camera without subclassing RSCanvas, and only RSCamera
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSCamera.class.st", "new_path": "src/Roassal3/RSCamera.class.st", "diff": "@@ -166,6 +166,13 @@ RSCamera >> scale: aFloatNumber [\nnewScale: aFloatNumber ]\n]\n+{ #category : #accessing }\n+RSCamera >> visibleRectangle [\n+ ^ Rectangle\n+ floatCen...
Smalltalk
MIT License
objectprofile/roassal3
Moving visibleRectangle to camera, allowing to the user redefine the visible camera without subclassing RSCanvas, and only RSCamera
461,949
28.09.2021 08:28:54
10,800
e7a53aef61ae1a0857bd743efcbc44234ed488cb
update release tests
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSAbstractPopupInteraction.class.st", "new_path": "src/Roassal3-Interaction/RSAbstractPopupInteraction.class.st", "diff": "@@ -19,13 +19,6 @@ RSAbstractPopupInteraction class >> removeEvents [\n^ { RSMouseClick. RSMouseEnter. RSMouseLe...
Smalltalk
MIT License
objectprofile/roassal3
update release tests
461,949
30.09.2021 12:09:15
10,800
42a4530ea9cd8f9c4d66c798546739dc3e5cf14a
Update ghost draggable
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction-Tests/RSGhostDraggableTest.class.st", "new_path": "src/Roassal3-Interaction-Tests/RSGhostDraggableTest.class.st", "diff": "@@ -19,12 +19,12 @@ RSGhostDraggableTest >> testBasic [\ninteraction := RSGhostDraggable new.\nshape @ interacti...
Smalltalk
MIT License
objectprofile/roassal3
Update ghost draggable
461,949
05.10.2021 10:20:33
10,800
5b6f8847323e363b5f87dba2aa4043bbf7af2da0
Update in Search in canvas
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSSearchInCanvasInteraction.class.st", "new_path": "src/Roassal3-Interaction/RSSearchInCanvasInteraction.class.st", "diff": "@@ -90,7 +90,7 @@ RSSearchInCanvasInteraction >> candidateShapes [\n\"Return shapes for which the model has to...
Smalltalk
MIT License
objectprofile/roassal3
Update in Search in canvas
461,949
07.10.2021 11:12:42
10,800
15f431bffbd860a6bd15b674ba89349786d5edbe
Added globalEncompassingRectangl
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSAnimatedPopup.class.st", "new_path": "src/Roassal3-Interaction/RSAnimatedPopup.class.st", "diff": "@@ -30,9 +30,7 @@ RSAnimatedPopup >> translatePopup: popup event: evt [\np := rect floatCenter.\np := p + (0@(shape height + popup hei...
Smalltalk
MIT License
objectprofile/roassal3
Added globalEncompassingRectangl
461,949
07.10.2021 11:13:18
10,800
2f05aa76420aad60fadbd7f1dc2973d58e116e20
Added new interaction to put node and its lines on top of the visualization
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Interaction/RSNodeOnTopWhenPositionChanged.class.st", "diff": "+\"\n+My instances put events on a shape, when this shapes moves it will be on top of the visualization\n+\"\n+Class {\n+ #name : #RSNodeOnTopWhenPositionChanged,\n+ #su...
Smalltalk
MIT License
objectprofile/roassal3
Added new interaction to put node and its lines on top of the visualization
461,949
07.10.2021 11:13:43
10,800
b35a6204e03b6ba3190f80c57049a9c6786430de
Added shortest horizontal attachpoint
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Shapes/RSShortestHorizontalAttachPoint.class.st", "diff": "+\"\n+New Control points controller for bezier lines in this visualization\n+\"\n+Class {\n+ #name : #RSShortestHorizontalAttachPoint,\n+ #superclass : #RSAbstractCPControll...
Smalltalk
MIT License
objectprofile/roassal3
Added shortest horizontal attachpoint
461,949
07.10.2021 11:14:04
10,800
44f0b2f1ce224db818933ad0255b17bd3ff86a91
Update for search in roassal3
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSSearchInCanvasInteraction.class.st", "new_path": "src/Roassal3-Interaction/RSSearchInCanvasInteraction.class.st", "diff": "@@ -76,12 +76,14 @@ RSSearchInCanvasInteraction >> adjustRegExpIfNecessary: regExp [\n{ #category : #'private ...
Smalltalk
MIT License
objectprofile/roassal3
Update for search in roassal3
461,949
08.10.2021 02:32:48
10,800
1b05cf02ef11309310c8457061820546308ced92
Fix for scroll bars when window changes its extent
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSScrollBarsCanvasInteraction.class.st", "new_path": "src/Roassal3-Interaction/RSScrollBarsCanvasInteraction.class.st", "diff": "@@ -124,9 +124,10 @@ RSScrollBarsCanvasInteraction >> moveScroll: evt [\n{ #category : #hooks }\nRSScrollB...
Smalltalk
MIT License
objectprofile/roassal3
Fix for scroll bars when window changes its extent
461,949
14.10.2021 05:07:01
10,800
d5144fd7646eed3bc1d72282adf832cb5447010f
Added small fixes/updates for UML in calypso
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-UML/ConfigurationOf.extension.st", "diff": "+Extension { #name : #ConfigurationOf }\n+\n+{ #category : #'*Roassal3-UML' }\n+ConfigurationOf class >> shouldUseUMLClassTab [\n+ ^ false\n+]\n" }, { "change_type": "MODIFY", ...
Smalltalk
MIT License
objectprofile/roassal3
Added small fixes/updates for UML in calypso
461,951
17.10.2021 17:11:35
10,800
40a98372aaf426d392c5a86055da5d8609cdf457
added a missing method in RSCanvas
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSTContainer.trait.st", "new_path": "src/Roassal3/RSTContainer.trait.st", "diff": "@@ -153,6 +153,13 @@ RSTContainer >> nodes [\n{ #category : #accessing }\nRSTContainer >> numberOfEdges [\n+ \"OBSOLETE. USE #numberOfLines INSTEAD\"\n+ \"Return th...
Smalltalk
MIT License
objectprofile/roassal3
added a missing method in RSCanvas
461,949
27.10.2021 01:29:45
10,800
ebf69f73a44fd900c2762f005b69d4437599b323
small update in camera scale
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSAthensRenderer.class.st", "new_path": "src/Roassal3/RSAthensRenderer.class.st", "diff": "@@ -675,7 +675,6 @@ RSAthensRenderer >> visitLine: line [\n| path paint |\nathensCanvas setPathMatrix.\npath := self getOrCreatePathOf: line.\n-\npaint := l...
Smalltalk
MIT License
objectprofile/roassal3
small update in camera scale
461,957
27.10.2021 20:18:45
10,800
ce0ae6a2364246d01ad1438f1f68c6c48c8c5bc6
Added "flame graph" builder (a kind of Sunburst). Inspired on: Pair-programmed with Milton. Packages are not included in any baseline, so can be loaded manually using Iceberg.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-FlameGraph-Examples/RSFlameGraphExamples.class.st", "diff": "+Class {\n+ #name : #RSFlameGraphExamples,\n+ #superclass : #RSAbstractExamples,\n+ #category : #'Roassal3-FlameGraph-Examples'\n+}\n+\n+{ #category : #examples }\n+RSFlam...
Smalltalk
MIT License
objectprofile/roassal3
Added "flame graph" builder (a kind of Sunburst). Inspired on: https://github.com/brendangregg/FlameGraph Pair-programmed with Milton. Packages are not included in any baseline, so can be loaded manually using Iceberg.
461,957
27.10.2021 21:23:18
10,800
ccdcf2a609d5ea809d5a27dea8aeef76047c1545
Small change in examples introduced in previous commit
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-FlameGraph-Examples/RSFlameGraphExamples.class.st", "new_path": "src/Roassal3-FlameGraph-Examples/RSFlameGraphExamples.class.st", "diff": "@@ -8,43 +8,42 @@ Class {\nRSFlameGraphExamples >> example01FileSystem [\n<script: 'self new example01FileSy...
Smalltalk
MIT License
objectprofile/roassal3
Small change in examples introduced in previous commit
461,949
04.11.2021 04:24:48
10,800
6c814a5bdc2ba2fe0eb9b658627ce5052f519f0a
Added an utility method
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSLabel.class.st", "new_path": "src/Roassal3-Shapes/RSLabel.class.st", "diff": "@@ -252,6 +252,11 @@ RSLabel >> isItalic [\n^ self is: 2\n]\n+{ #category : #testing }\n+RSLabel >> isLabel [\n+ ^ true\n+]\n+\n{ #category : #testing }\nRSLabe...
Smalltalk
MIT License
objectprofile/roassal3
Added an utility method
461,949
16.11.2021 04:18:53
10,800
d079c7768d9d9e946ef03f3262343413323cd343
Added flamegraph to the baseline
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -58,6 +58,7 @@ BaselineOfRoassal3 >> corePackagesNames [\n'Roassal3-Legend'\n'Roassal3-UML'\n'Roassal3-Sunburst'\n+ 'Roassal3-Fla...
Smalltalk
MIT License
objectprofile/roassal3
Added flamegraph to the baseline
461,959
20.11.2021 14:36:13
-3,600
d37108b9712ca4b0134e9c43ed92586c72fd7b4f
Fis issue in the way lines are computed
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Experimental/RSSankey.class.st", "new_path": "src/Roassal3-Experimental/RSSankey.class.st", "diff": "@@ -50,46 +50,49 @@ RSSankey >> centerOf: box [\n{ #category : #private }\nRSSankey >> computeBoxesBreadths [\n+\n| remainingBoxes nextBoxes x kx ...
Smalltalk
MIT License
objectprofile/roassal3
Fis issue in the way lines are computed
461,959
21.11.2021 16:38:34
-3,600
b5a4171efd54005fbae8d2121a8dad921c50c81f
Add methods to easily create sankey graphs
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Experimental/RSSankey.class.st", "new_path": "src/Roassal3-Experimental/RSSankey.class.st", "diff": "@@ -21,6 +21,26 @@ Class {\n#category : #'Roassal3-Experimental-Sankey'\n}\n+{ #category : #'instance creation' }\n+RSSankey class >> withAllAssoc...
Smalltalk
MIT License
objectprofile/roassal3
Add methods to easily create sankey graphs
461,949
23.11.2021 11:09:47
10,800
974b1926286f7fd41350e206adef3f08703c5411
update class commend
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Experimental/RSSankey.class.st", "new_path": "src/Roassal3-Experimental/RSSankey.class.st", "diff": "\"\n-I represent a Sankey chart\n+I represent a Sankey chart.\n+\n+I am reimplemented the sankey code from D3 for smalltalk-pharo and some of thei...
Smalltalk
MIT License
objectprofile/roassal3
update class commend
461,951
23.11.2021 11:14:30
10,800
9a58b3b445985209c2848633e071432be14d4a25
Fixes in `RSMetricsProvider`; - Capitalization of default - fix in the clas comment
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSMetricsProvider.class.st", "new_path": "src/Roassal3-Shapes/RSMetricsProvider.class.st", "diff": "\"\nA metric provider returns an instance of RSTextExtents, used by RSLabel.\n-Users can propose a different RSMetricProvider. RSLabel uses ...
Smalltalk
MIT License
objectprofile/roassal3
Fixes in `RSMetricsProvider`; - Capitalization of default - fix in the clas comment
461,959
28.11.2021 21:00:01
-3,600
0d4a40c88e529674c577f9104765ff98666dcc4a
Add test showing a bug in RSSankeyLink
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Experimental/RSSankeyTest.class.st", "new_path": "src/Roassal3-Experimental/RSSankeyTest.class.st", "diff": "@@ -87,6 +87,16 @@ RSSankeyTest >> testBoxY [\nself assert: ((sankey boxes at: 5) y closeTo: 0 precision: 10e-2).\n]\n+{ #category : #test...
Smalltalk
MIT License
objectprofile/roassal3
Add test showing a bug in RSSankeyLink
461,959
28.11.2021 21:00:21
-3,600
52fc7d100114488ec3e5a50e9c2c301f71d4d9a4
Bugfix in RSSankeyLink
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Experimental/RSSankeyLink.class.st", "new_path": "src/Roassal3-Experimental/RSSankeyLink.class.st", "diff": "@@ -45,7 +45,7 @@ RSSankeyLink >> from: anObject [\n{ #category : #comparing }\nRSSankeyLink >> hash [\n- ^ self from hash xor: (self to h...
Smalltalk
MIT License
objectprofile/roassal3
Bugfix in RSSankeyLink
461,945
28.11.2021 21:06:21
-3,600
4a21e9d84b63c1dd1ddbb2a663f1c170a8552e7e
Rename testGenerateSankey to testGenerateSankeyUsingSet
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Experimental/RSSankeyTest.class.st", "new_path": "src/Roassal3-Experimental/RSSankeyTest.class.st", "diff": "@@ -88,7 +88,7 @@ RSSankeyTest >> testBoxY [\n]\n{ #category : #tests }\n-RSSankeyTest >> testGenerateSankey [\n+RSSankeyTest >> testGener...
Smalltalk
MIT License
objectprofile/roassal3
Rename testGenerateSankey to testGenerateSankeyUsingSet
461,951
13.12.2021 09:22:15
10,800
78b9054a08ace2b13a3e4a7078b0271f04203fd7
small improvement in `RSMondrian` Added useful methods in `RSLocation`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSLocation.class.st", "new_path": "src/Roassal3-Layouts/RSLocation.class.st", "diff": "@@ -116,6 +116,16 @@ RSLocation class >> move: aShapeOrAGroup1 below: aShapeOrAGroup2 [\nself new below; move: aShapeOrAGroup1 on: aShapeOrAGroup2\n]\n+...
Smalltalk
MIT License
objectprofile/roassal3
- small improvement in `RSMondrian` - Added useful methods in `RSLocation`
461,949
12.01.2022 11:30:50
-3,600
746c8033f43d2c97ba85bb5777995fc9b2dd57b9
fixing problems with RSMorphicPopup with fixed shapes
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSMorphicPopupInteraction.class.st", "new_path": "src/Roassal3-Interaction/RSMorphicPopupInteraction.class.st", "diff": "@@ -22,10 +22,13 @@ RSMorphicPopupInteraction >> createPopupFor: aShape event: event [\ntargetMorph := self morphB...
Smalltalk
MIT License
objectprofile/roassal3
fixing problems with RSMorphicPopup with fixed shapes
461,949
12.01.2022 14:08:45
-3,600
ec6622ed653dd3cbb9eae7b6f0ead4985a40e714
removing dependency to spec1 for issue
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -34,7 +34,7 @@ BaselineOfRoassal3 >> baselineForPharo8: spec [\nself registerPackages: spec.\nspec package: #'Roassal3-Pharo8'.\n...
Smalltalk
MIT License
objectprofile/roassal3
removing dependency to spec1 for issue #431