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,949
05.03.2021 15:21:33
10,800
f39d4271af8f22e5f463fbd2ae3df013a1ca5371
fix utf8 issue with graphviz
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-GraphViz/RSGraphVizLayout.class.st", "new_path": "src/Roassal3-GraphViz/RSGraphVizLayout.class.st", "diff": "@@ -56,7 +56,7 @@ RSGraphVizLayout >> doExecute: elements [\nrun.\nprocess stdinStream\n- nextPutAll: dotConverter stream contents;\n+ nex...
Smalltalk
MIT License
objectprofile/roassal3
fix utf8 issue with graphviz
461,949
05.03.2021 16:25:26
10,800
f5dc5cfdf6481f7a2f16146c62a7663cae150be0
Update for graphviz layout, line and attach point with new example example09Arrows
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-GraphViz/RSGraphVizAttachPoint.class.st", "diff": "+\"\n+This attach point is used only by graphviz layout with graphviz line\n+\"\n+Class {\n+ #name : #RSGraphVizAttachPoint,\n+ #superclass : #RSAttachPoint,\n+ #instVars : [\n+ 'po...
Smalltalk
MIT License
objectprofile/roassal3
Update for graphviz layout, line and attach point with new example example09Arrows
461,949
14.03.2021 20:41:09
10,800
a9a6d65d1abaebfba148541b5c0bde7f497721dd
Added 2 new examples for histogram
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Examples/RSHistogramExample.class.st", "new_path": "src/Roassal3-Chart-Examples/RSHistogramExample.class.st", "diff": "@@ -135,6 +135,50 @@ RSHistogramExample >> example07Shortcut [\n^ self randomValues rsHistogram\n]\n+{ #category : #exampl...
Smalltalk
MIT License
objectprofile/roassal3
Added 2 new examples for histogram
461,951
15.03.2021 11:23:14
-3,600
533d53d43573ce4febf8d374137e044e9f5384d8
Improved the shape builder
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Mondrian/RSShapeBuilder.class.st", "new_path": "src/Roassal3-Mondrian/RSShapeBuilder.class.st", "diff": "@@ -5,7 +5,9 @@ Class {\n'shapeClass',\n'color',\n'width',\n- 'height'\n+ 'height',\n+ 'borderColor',\n+ 'borderWidth'\n],\n#category : #'Roas...
Smalltalk
MIT License
objectprofile/roassal3
Improved the shape builder
461,949
15.03.2021 17:22:26
10,800
c25edbde4c1aceef1479ea17e4751562c4b7b079
Fix bins size for RSHistogramPlot
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart/RSHistogramPlot.class.st", "new_path": "src/Roassal3-Chart/RSHistogramPlot.class.st", "diff": "\"\n-TODO\n+Histogram Plot for Roassal\n+```\n+| values c plot |\n+values := #(0.5 0.5 0.3 -0.2 1.6 0 0.1 0.1 0.6 0.4).\n+c := RSChart new.\n+plot...
Smalltalk
MIT License
objectprofile/roassal3
Fix bins size for RSHistogramPlot
461,949
17.03.2021 02:55:14
10,800
68501327dd898a4de1d7c86fad77f7b7047f0bf3
Added test class for RSHistogramPlot
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Chart-Tests/RSHistogramPlotTest.class.st", "diff": "+Class {\n+ #name : #RSHistogramPlotTest,\n+ #superclass : #TestCase,\n+ #category : #'Roassal3-Chart-Tests-Core'\n+}\n+\n+{ #category : #tests }\n+RSHistogramPlotTest >> testBasic...
Smalltalk
MIT License
objectprofile/roassal3
Added test class for RSHistogramPlot
461,951
21.03.2021 11:26:55
-3,600
819b808d978e9a7956b5153f8e4e524babbfc5ff
Minor improvement of `RSGroup`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSGroup.class.st", "new_path": "src/Roassal3/RSGroup.class.st", "diff": "@@ -110,13 +110,13 @@ RSGroup >> position [\n^ self encompassingRectangle center\n]\n-{ #category : #actions }\n+{ #category : #'public - forwarding' }\nRSGroup >> pushBack [...
Smalltalk
MIT License
objectprofile/roassal3
Minor improvement of `RSGroup`
461,951
21.03.2021 11:27:15
-3,600
739f634c1240838b806d8996d5b468736f543ba5
Added a `RSBlink`interaction. Pretty useful!
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Interaction/RSBlink.class.st", "diff": "+\"\n+Make the shape blink.\n+\n+For example:\n+\n+```\n+c := RSCanvas new.\n+shapes := RSCircle models: (1 to: 9).\n+shapes size: 30.\n+c addAll: shapes.\n+RSGridLayout on: shapes.\n+shapes w...
Smalltalk
MIT License
objectprofile/roassal3
Added a `RSBlink`interaction. Pretty useful!
461,951
21.03.2021 11:27:48
-3,600
a2ac8f33e07a3fcf65fc9a9225d36ce12738c003
Improvement of `RSCanvasController`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSCanvasController.class.st", "new_path": "src/Roassal3-Interaction/RSCanvasController.class.st", "diff": "@@ -20,6 +20,12 @@ RSCanvasController >> addInteraction: anInteractionObject [\nanInteractionObject configuration: configuration...
Smalltalk
MIT License
objectprofile/roassal3
Improvement of `RSCanvasController`
461,951
21.03.2021 18:13:15
-3,600
1ffa7309ac51a435bab7740104ed42d62222e579
Added a utility method in `RSGroup`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSGroup.class.st", "new_path": "src/Roassal3/RSGroup.class.st", "diff": "@@ -80,6 +80,11 @@ RSGroup >> asGroup [\n^ self\n]\n+{ #category : #'public - forwarding' }\n+RSGroup >> color: aColor [\n+ self do: [ :s | s color: aColor ]\n+]\n+\n{ #categ...
Smalltalk
MIT License
objectprofile/roassal3
Added a utility method in `RSGroup`
461,951
21.03.2021 18:40:44
-3,600
679061309a8147e2dfcefa52c71a24bb5207925e
Added a new method and added some method comments
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSCanvas.extension.st", "new_path": "src/Roassal3-Shapes/RSCanvas.extension.st", "diff": "@@ -2,6 +2,53 @@ Extension { #name : #RSCanvas }\n{ #category : #'*Roassal3-Shapes' }\nRSCanvas >> asShape [\n+ \"Convert a canvas as a composite shap...
Smalltalk
MIT License
objectprofile/roassal3
Added a new method and added some method comments
461,951
22.03.2021 14:04:40
-3,600
92f976e492e1d38ade430eed0dc98689cfd4f7d5
Added a small method comment
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSCamera.class.st", "new_path": "src/Roassal3/RSCamera.class.st", "diff": "@@ -125,15 +125,16 @@ RSCamera >> scale [\n]\n{ #category : #accessing }\n-RSCamera >> scale: aNumber [\n+RSCamera >> scale: aFloatNumber [\n+ \"Set the scaling factor appl...
Smalltalk
MIT License
objectprofile/roassal3
Added a small method comment
461,951
22.03.2021 22:37:07
-3,600
028c5fdbeef8e88d88a89697f163098d3d737fab
Added a simple test, and added a method comment with an example
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Shapes-Tests/RSCircleTest.class.st", "diff": "+Class {\n+ #name : #RSCircleTest,\n+ #superclass : #RSTest,\n+ #category : #'Roassal3-Shapes-Tests'\n+}\n+\n+{ #category : #tests }\n+RSCircleTest >> testBasic [\n+\n+ self assert: (RSC...
Smalltalk
MIT License
objectprofile/roassal3
Added a simple test, and added a method comment with an example
461,951
25.03.2021 13:07:29
-3,600
99c2c1c42ac50a064be67ab8ba0af396e272d667
Added utlity method in `RSMondrian`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "new_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "diff": "@@ -252,6 +252,15 @@ RSMondrian >> normalizeFontSize: oneArgBlock [\nnormalize: oneArgBlock\n]\n+{ #category : #'public - normalizer' }\n+RSMondrian >...
Smalltalk
MIT License
objectprofile/roassal3
Added utlity method in `RSMondrian`
461,951
25.03.2021 13:52:50
-3,600
53bdebeb3ee3fad4bc531459385e8adddadc2877
minor improvement of the simpleforcebasedlayout
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSSimpleForceBasedLayout.class.st", "new_path": "src/Roassal3-Layouts/RSSimpleForceBasedLayout.class.st", "diff": "@@ -7,6 +7,7 @@ Class {\n{ #category : #hook }\nRSSimpleForceBasedLayout >> doExecute: shapes [\n| layout es |\n+ shapes do:...
Smalltalk
MIT License
objectprofile/roassal3
minor improvement of the simpleforcebasedlayout
461,951
26.03.2021 09:37:30
-3,600
08eae8b0fd0ee3798c27706edecdbd7e199beeff
Added a utility method on `RSLegend`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Legend/RSLegend.class.st", "new_path": "src/Roassal3-Legend/RSLegend.class.st", "diff": "@@ -302,3 +302,14 @@ RSLegend >> text: aString withShape: aShape [\nRSLegend >> title: aString [\n^ self customText: aString shape: self defaultTitle\n]\n+\n+...
Smalltalk
MIT License
objectprofile/roassal3
Added a utility method on `RSLegend`
461,949
01.04.2021 13:20:57
10,800
c1eebe0c5184854aca0c6bde5d5de68f965e0747
Update for RSScatterPlot
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "new_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "diff": "@@ -240,23 +240,23 @@ RSChartExample >> example12ScatterPlotAndNormalizer [\nc := RSChart new.\np := RSScatterPlot new x: x y: y.\...
Smalltalk
MIT License
objectprofile/roassal3
Update for RSScatterPlot
461,951
02.04.2021 07:49:48
-7,200
91e2a7dddce04863504ffa9f1c5db58d893636af
improved some method comments
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSAbstractGridLayout.class.st", "new_path": "src/Roassal3-Layouts/RSAbstractGridLayout.class.st", "diff": "@@ -117,7 +117,7 @@ RSAbstractGridLayout >> initialize [\n{ #category : #accessing }\nRSAbstractGridLayout >> lineItemsCount: aNumbe...
Smalltalk
MIT License
objectprofile/roassal3
improved some method comments
461,951
05.04.2021 11:53:38
-7,200
78c79300087b2eb4df0c425d89382fa81d2f0316
Added callbacks in `RSChannel`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Mondrian/RSChannel.class.st", "new_path": "src/Roassal3-Mondrian/RSChannel.class.st", "diff": "@@ -8,7 +8,9 @@ Class {\n'highlightable',\n'color',\n'isClickable',\n- 'marksGoUpward'\n+ 'marksGoUpward',\n+ 'toggleOnCallback',\n+ 'toggleOffCallback'...
Smalltalk
MIT License
objectprofile/roassal3
Added callbacks in `RSChannel`
461,951
11.04.2021 09:12:37
-7,200
759f594609a802dcd624493ad683b48115c668e4
added class and method comments
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSBezier.class.st", "new_path": "src/Roassal3-Shapes/RSBezier.class.st", "diff": "@@ -16,33 +16,34 @@ Here is an example:\nAnother example:\n```Smalltalk\n- v := RSCanvas new.\n+canvas := RSCanvas new.\n- e1 := RSBox new size: 100; color: C...
Smalltalk
MIT License
objectprofile/roassal3
added class and method comments
461,951
11.04.2021 18:17:31
-7,200
81cb6d3dbb23ba3b4250959728a4f78a77baea87
recategorizing some methods
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSLineBuilder.class.st", "new_path": "src/Roassal3-Shapes/RSLineBuilder.class.st", "diff": "@@ -205,7 +205,7 @@ RSLineBuilder class >> verticalLine: aShape [\n]\n-{ #category : #'public repetition' }\n+{ #category : #'public - repetition' }...
Smalltalk
MIT License
objectprofile/roassal3
recategorizing some methods
461,951
11.04.2021 22:06:57
-7,200
39314587e9b89cb38c454ee03199c25d0dd3fadc
worked on some method comments
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSLineBuilder.class.st", "new_path": "src/Roassal3-Shapes/RSLineBuilder.class.st", "diff": "@@ -222,7 +222,7 @@ RSLineBuilder >> attachPoint: anAttachPoint [\n{ #category : #'public - configuration' }\nRSLineBuilder >> beDirectional [\n- \"...
Smalltalk
MIT License
objectprofile/roassal3
worked on some method comments
461,951
12.04.2021 11:56:59
-7,200
e4c777d8cf46b6302b4aca72700f3cd8b59cc9dc
Added `RSGroup>>nodes` and `RSGroup>>lines`. Did a renaming `isEdge` to `isLine`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes-Tests/RSGroupTest.class.st", "new_path": "src/Roassal3-Shapes-Tests/RSGroupTest.class.st", "diff": "@@ -104,6 +104,18 @@ RSGroupTest >> testModels [\n]\n+{ #category : #tests }\n+RSGroupTest >> testNodesAndLines [\n+\n+ | g |\n+ g := RSGrou...
Smalltalk
MIT License
objectprofile/roassal3
Added `RSGroup>>nodes` and `RSGroup>>lines`. Did a renaming `isEdge` to `isLine`
461,951
12.04.2021 12:39:07
-7,200
2a86db0e3703be920b521a1c2d676e3e3984ab7d
Fixed `RSComposite>>models:forEach:`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts-Tests/RSHorizontalTreeLayoutTest.class.st", "new_path": "src/Roassal3-Layouts-Tests/RSHorizontalTreeLayoutTest.class.st", "diff": "@@ -45,7 +45,7 @@ RSHorizontalTreeLayoutTest >> testCycles [\n| chars |\ncanvas := RSCanvas new.\nchars := $...
Smalltalk
MIT License
objectprofile/roassal3
Fixed `RSComposite>>models:forEach:`
461,951
28.04.2021 09:58:45
-7,200
31cc2da333b3174bc8a191d76fec653de461e835
Added some examples in method comment
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "new_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "diff": "@@ -430,9 +430,28 @@ c @ RSCanvasController\n]\n{ #category : #accessing }\n-RSHighlightable >> highlightShapes: aBlockOnArg [\n- \"th...
Smalltalk
MIT License
objectprofile/roassal3
Added some examples in method comment
461,956
30.04.2021 18:15:35
-7,200
e46aa75d6da7cffc62e8424967ac59f0672d9417
Wrapper for controller based on attach points in order to use different attach points both for the start and end shapes.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Shapes/RSStartEndCPAPController.class.st", "diff": "+Class {\n+ #name : #RSStartEndCPAPController,\n+ #superclass : #RSAbstractCPAPController,\n+ #instVars : [\n+ 'startAttachPoint',\n+ 'endAttachPoint',\n+ 'controller'\n+ ],\n+ #ca...
Smalltalk
MIT License
objectprofile/roassal3
Wrapper for controller based on attach points in order to use different attach points both for the start and end shapes.
461,949
05.05.2021 11:20:37
14,400
9b732b9a9ce2a53d766f02fcf1451ac4168ae700
Added new utility methods for RSObjectWithProperty
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSObjectWithProperty.class.st", "new_path": "src/Roassal3/RSObjectWithProperty.class.st", "diff": "@@ -124,18 +124,28 @@ RSObjectWithProperty >> propertyAt: aKey [\n]\n{ #category : #properties }\n-RSObjectWithProperty >> propertyAt: aKey ifAbsent...
Smalltalk
MIT License
objectprofile/roassal3
Added new utility methods for RSObjectWithProperty
461,949
05.05.2021 11:21:22
14,400
e4d656e644888caf61da233a7ff4f373f0d06aa5
fix on examples and inspector
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Inspector/RSSelectionPresentation.class.st", "new_path": "src/Roassal3-Inspector/RSSelectionPresentation.class.st", "diff": "@@ -26,13 +26,6 @@ Class {\n#category : #'Roassal3-Inspector-Interactions'\n}\n-{ #category : #hooks }\n-RSSelectionPresen...
Smalltalk
MIT License
objectprofile/roassal3
fix on examples and inspector
461,951
05.05.2021 22:55:28
-7,200
08992853adfce0795262c8104e8536bb14bd6608
added some tests for model:forIt: remove inconsistency added method comment
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Global-Tests/RSShapeTest.class.st", "new_path": "src/Roassal3-Global-Tests/RSShapeTest.class.st", "diff": "@@ -75,6 +75,16 @@ RSShapeTest >> testIncomingAndOutgoingShapes [\n]\n+{ #category : #tests }\n+RSShapeTest >> testModelForIt [\n+\n+ | s |\...
Smalltalk
MIT License
objectprofile/roassal3
- added some tests for model:forIt: - remove inconsistency - added method comment
461,951
06.05.2021 14:44:00
-7,200
b363281437836a68bc6f9e65cdde056686056642
Example on using `RSPopup`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSPopup.class.st", "new_path": "src/Roassal3-Interaction/RSPopup.class.st", "diff": "@@ -24,6 +24,31 @@ RSFlowLayout on: c shapes.\nc @ RSCanvasController\n```\n+\n+Per default, `RSPopup` gives a label as a popup. However, it may be ea...
Smalltalk
MIT License
objectprofile/roassal3
Example on using `RSPopup`
461,949
06.05.2021 12:18:04
14,400
fb1a7cd3238de6616bdfe51261af680fe9355385
Update for RSSearchInCanvas
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction-Tests/RSSearchInCanvasTest.class.st", "new_path": "src/Roassal3-Interaction-Tests/RSSearchInCanvasTest.class.st", "diff": "@@ -34,42 +34,18 @@ RSSearchInCanvasTest >> setUp [\n{ #category : #tests }\nRSSearchInCanvasTest >> testBasic [...
Smalltalk
MIT License
objectprofile/roassal3
Update for RSSearchInCanvas
461,949
11.05.2021 09:19:29
14,400
8316c74d1bd6fec95537714ef2a05dc1dd52841e
update Search In Canvas
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSSearchInCanvas.class.st", "new_path": "src/Roassal3-Interaction/RSSearchInCanvas.class.st", "diff": "@@ -60,11 +60,9 @@ Class {\n#instVars : [\n'canvas',\n'useExactMatch',\n- 'highlightable',\n'fixedLabels',\n'highlightesShapes',\n'c...
Smalltalk
MIT License
objectprofile/roassal3
update Search In Canvas
461,949
11.05.2021 10:07:14
14,400
de9ca48f5665535d68393b7b63f049d1a09ac8b5
Added interactions to the uml builder, like double click and context menu from calypso
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-UML/RSAbstractUMLCalypso.class.st", "new_path": "src/Roassal3-UML/RSAbstractUMLCalypso.class.st", "diff": "@@ -10,6 +10,19 @@ Class {\n#category : #'Roassal3-UML-Calypso'\n}\n+{ #category : #building }\n+RSAbstractUMLCalypso >> addClassInteraction...
Smalltalk
MIT License
objectprofile/roassal3
Added interactions to the uml builder, like double click and context menu from calypso
461,956
11.05.2021 17:13:37
-7,200
02f46b5ebd7433d6365de99736b1e0ceca8f7b60
Add a message that allows use to customize both start and end attach points.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSLineBuilder.class.st", "new_path": "src/Roassal3-Shapes/RSLineBuilder.class.st", "diff": "@@ -641,6 +641,18 @@ b\"\n^ self useAssociations: assocs\n]\n+{ #category : #'attach point' }\n+RSLineBuilder >> startAttachPoint: startAttachPoint ...
Smalltalk
MIT License
objectprofile/roassal3
Add a message that allows use to customize both start and end attach points.
461,956
11.05.2021 17:14:33
-7,200
d79bc16290cdadf604ad7d8545e3ae0f723d0967
Add a variant of border attach points that allows to customize the end attach point.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Shapes/RSHorizontalEndBorderAttachPoint.class.st", "diff": "+Class {\n+ #name : #RSHorizontalEndBorderAttachPoint,\n+ #superclass : #RSBorderAttachPoint,\n+ #category : #'Roassal3-Shapes-AttachPoint'\n+}\n+\n+{ #category : #'public ...
Smalltalk
MIT License
objectprofile/roassal3
Add a variant of border attach points that allows to customize the end attach point.
461,949
11.05.2021 12:42:52
14,400
d543d5ceda85d497a25ae20ef96532a8ca51ebd8
cleanning RSHighlightable
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "new_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "diff": "@@ -158,14 +158,17 @@ Class {\n#category : #'Roassal3-Interaction-Core'\n}\n-{ #category : #'instance creation' }\n+{ #category : #'in...
Smalltalk
MIT License
objectprofile/roassal3
cleanning RSHighlightable
461,949
11.05.2021 12:56:45
14,400
79b089c74776b642f42bbca0dde44d9d9a98e0a0
Moving baseline visualization to uml calypso
[ { "change_type": "RENAME", "old_path": "src/Roassal3-Experimental/RSBaselineCalypso.class.st", "new_path": "src/Roassal3-UML/RSBaselineCalypso.class.st", "diff": "\"\n-Experimental class to visualize dependencies of instances of BaselineOf\n+This class visualize dependencies of instances of Baseline...
Smalltalk
MIT License
objectprofile/roassal3
Moving baseline visualization to uml calypso
461,951
14.05.2021 10:42:38
-7,200
300234c7042933d2aaa5d96953faa9cb82d510bb
Added utility methods on collection
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/SequenceableCollection.extension.st", "new_path": "src/Roassal3/SequenceableCollection.extension.st", "diff": "@@ -5,6 +5,16 @@ SequenceableCollection >> asGroup [\n^ (RSGroup new: self size) addAll: self; yourself\n]\n+{ #category : #'*Roassal3' ...
Smalltalk
MIT License
objectprofile/roassal3
Added utility methods on collection
461,951
14.05.2021 10:43:09
-7,200
f85a7f31058e0642a54ee123c4e33227259007be
Added a very useful new layout on the Layout Builder
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSLayoutBuilder.class.st", "new_path": "src/Roassal3-Layouts/RSLayoutBuilder.class.st", "diff": "@@ -101,6 +101,29 @@ RSLayoutBuilder >> sugiyama [\n^ layout := RSSugiyamaLayout new.\n]\n+{ #category : #'as yet unclassified' }\n+RSLayoutBu...
Smalltalk
MIT License
objectprofile/roassal3
Added a very useful new layout on the Layout Builder
461,951
14.05.2021 10:43:52
-7,200
a7495933d6730f1588e8ebec1c2ffc6ba39bca39
Significant improvement of `RSMondrian` and `RSShapeBuilder`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "new_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "diff": "@@ -195,14 +195,16 @@ b open\n```\n\"\n- | nodes compo old previousShapeBuilder oldNodesToLayout |\n+ | nodes compo old previousShapeBuilder oldNodesT...
Smalltalk
MIT License
objectprofile/roassal3
Significant improvement of `RSMondrian` and `RSShapeBuilder`
461,951
14.05.2021 18:01:06
-7,200
199ef21a94e8b0d2f84813d50bed054494d5fc4b
Some minor variable renaming
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSLineBuilder.class.st", "new_path": "src/Roassal3-Shapes/RSLineBuilder.class.st", "diff": "@@ -349,10 +349,10 @@ RSLineBuilder >> connectToAll: aBlockOrASymbol [\n]\n{ #category : #'private - utility' }\n-RSLineBuilder >> createEdgeIfNeces...
Smalltalk
MIT License
objectprofile/roassal3
Some minor variable renaming
461,956
15.05.2021 15:53:37
-7,200
e80b89ffe90d2e92603ae8eb75e254750185a619
Introduce three new classes that implement the compact tree layout according to the algorithm of Van der Ploeg, based on an algorithm of Walker in turn.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Layouts/RSHorizontalWalkBasedTreeLayout.class.st", "diff": "+\"\n+I am an abstract class for tidy algorithms that arrange trees lying on the concepts introduced in [1].\n+\n+[1]: E. M. Reingold and J. S. Tilford, \"\"Tidier Drawings...
Smalltalk
MIT License
objectprofile/roassal3
Introduce three new classes that implement the compact tree layout according to the algorithm of Van der Ploeg, based on an algorithm of Walker in turn.
461,956
16.05.2021 12:56:24
-7,200
b30bc8986273a3630d49a15fee970edc261e7d9d
Fix and more refactorings.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSHorizontalWalkBasedTreeLayout.class.st", "new_path": "src/Roassal3-Layouts/RSHorizontalWalkBasedTreeLayout.class.st", "diff": "@@ -10,12 +10,6 @@ Class {\n#category : #'Roassal3-Layouts-Core'\n}\n-{ #category : #hook }\n-RSHorizontalWalk...
Smalltalk
MIT License
objectprofile/roassal3
Fix and more refactorings.
461,956
17.05.2021 12:13:03
-7,200
af898024a7dfeb5bf936084b7ba76110d1b8ca07
Checking and more fixes.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSHorizontalWalkBasedTreeLayout.class.st", "new_path": "src/Roassal3-Layouts/RSHorizontalWalkBasedTreeLayout.class.st", "diff": "@@ -53,12 +53,13 @@ RSHorizontalWalkBasedTreeLayout >> initDescriptor: aDescriptor [\n{ #category : #hook }\nR...
Smalltalk
MIT License
objectprofile/roassal3
Checking and more fixes.
461,956
17.05.2021 12:44:41
-7,200
3b8e5c62dc07efda9dc3e366465d38f8cb6d6fb8
Remove the temporary class about the Walker algorithm.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSHorizontalWalkBasedTreeLayout.class.st", "new_path": "src/Roassal3-Layouts/RSHorizontalWalkBasedTreeLayout.class.st", "diff": "@@ -66,12 +66,3 @@ RSHorizontalWalkBasedTreeLayout >> layout: rootNodes atPoint: aPoint atLayer: aL\nRSHorizon...
Smalltalk
MIT License
objectprofile/roassal3
Remove the temporary class about the Walker algorithm.
461,956
17.05.2021 16:21:58
-7,200
831e3013f5346f08111b43d941d5ca76c8a3a3b0
Small refactorings that take into account the vertical gap too.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSHorizontalWalkBasedTreeLayout.class.st", "new_path": "src/Roassal3-Layouts/RSHorizontalWalkBasedTreeLayout.class.st", "diff": "@@ -44,10 +44,14 @@ RSHorizontalWalkBasedTreeLayout >> firstWalk: aRootItemDescriptor [\n]\n{ #category : #'in...
Smalltalk
MIT License
objectprofile/roassal3
Small refactorings that take into account the vertical gap too.
461,951
18.05.2021 11:45:38
-7,200
ce4e373fca2d015e9523c48ee70e88e6adf4ea4d
Added a utlity method in `RSGroup`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSGroup.class.st", "new_path": "src/Roassal3/RSGroup.class.st", "diff": "@@ -276,3 +276,8 @@ RSGroup >> when: anAnnouncementClass send: aSelector to: anObject [\nRSGroup >> width [\n^ self extent x\n]\n+\n+{ #category : #'public - forwarding' }\n+...
Smalltalk
MIT License
objectprofile/roassal3
Added a utlity method in `RSGroup`
461,951
18.05.2021 13:33:20
-7,200
6657b6ae32a2947d115341a66a097e2c0149c104
Added a library to use GraphViz
[ { "change_type": "ADD", "old_path": "graphvizlib/liball.dylib", "new_path": "graphvizlib/liball.dylib", "diff": "Binary files /dev/null and b/graphvizlib/liball.dylib differ\n" }, { "change_type": "ADD", "old_path": "graphvizlib/liball.so", "new_path": "graphvizlib/liball.so", "d...
Smalltalk
MIT License
objectprofile/roassal3
Added a library to use GraphViz
461,951
18.05.2021 13:34:34
-7,200
504bdb94b6376963329456324a0e9378179f6218
Adding a library to use GraphViz
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-GraphViz/GraphvizFFILibrary.class.st", "diff": "+Class {\n+ #name : #GraphvizFFILibrary,\n+ #superclass : #FFILibrary,\n+ #category : #'Roassal3-GraphViz-FFI'\n+}\n+\n+{ #category : #'accessing platform' }\n+GraphvizFFILibrary >> ma...
Smalltalk
MIT License
objectprofile/roassal3
Adding a library to use GraphViz
461,951
18.05.2021 13:43:02
-7,200
415ff8f9f538154fb70e4be8f82d0c7c938978bb
Added code that use a library as a left over.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-GraphViz/RSGraphVizLayout.class.st", "new_path": "src/Roassal3-GraphViz/RSGraphVizLayout.class.st", "diff": "@@ -41,18 +41,17 @@ RSGraphVizLayout class >> twoPi [\n{ #category : #hook }\nRSGraphVizLayout >> doExecute: elements [\n- | group fr str ...
Smalltalk
MIT License
objectprofile/roassal3
Added code that use a library as a left over.
461,951
18.05.2021 14:40:09
-7,200
3935f4f044c83a579700bacbcb642835a09427af
Create runTest.st
[ { "change_type": "ADD", "old_path": null, "new_path": "scripts/runTest.st", "diff": "+\"We capture all the unit tests in Pharo\"\n+unitTestsBefore := TestCase withAllSubclasses.\n+\n+\"We load the application software analyzer\"\n+[ Metacello new\n+ baseline: 'SoftwareAnalyzer';\n+ repository: 'gith...
Smalltalk
MIT License
objectprofile/roassal3
Create runTest.st
461,951
18.05.2021 14:41:34
-7,200
502de659ed31b65cfba9507ec32e15756d13b494
Create runTest.sh
[ { "change_type": "ADD", "old_path": null, "new_path": "scripts/runTest.sh", "diff": "+curl -L https://get.pharo.org/64/alpha+vm | bash\n+./pharo --headless Pharo.image ./scripts/runTest.st\n+\n+FILE=/tmp/result.txt\n+if [ ! -f \"$FILE\" ]; then\n+ echo \"ERROR: $FILE does not exists!\"\n+ exit 1\n+f...
Smalltalk
MIT License
objectprofile/roassal3
Create runTest.sh
461,956
18.05.2021 16:07:07
-7,200
c04cbdbf5dc7f82bd88373821b514e7cef65c4a8
Remove unsent message.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSLayout.class.st", "new_path": "src/Roassal3-Layouts/RSLayout.class.st", "diff": "@@ -49,18 +49,6 @@ RSLayout class >> onView: aRoassalView [\n^ self on: aRoassalView elements\n]\n-{ #category : #utils }\n-RSLayout >> ancestorOf: aNode [\...
Smalltalk
MIT License
objectprofile/roassal3
Remove unsent message.
461,956
18.05.2021 16:08:10
-7,200
d6a0258cbf6b6ef7623745c1c77fa9bdcf55d943
Refactoring to clean up and add the logic to properly sort the elements in order to successfully initialize the Van der Ploeg algorithm.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSHorizontalWalkBasedTreeLayout.class.st", "new_path": "src/Roassal3-Layouts/RSHorizontalWalkBasedTreeLayout.class.st", "diff": "@@ -13,16 +13,26 @@ Class {\n{ #category : #hook }\nRSHorizontalWalkBasedTreeLayout >> doInitialize: elements ...
Smalltalk
MIT License
objectprofile/roassal3
Refactoring to clean up and add the logic to properly sort the elements in order to successfully initialize the Van der Ploeg algorithm.
461,956
18.05.2021 16:52:43
-7,200
de2f9ee952f6f2a180a24eb33a70ea30b09ba701
Refactor the way metadata are initialized for the Van der Ploeg algorithm.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSHorizontalWalkBasedTreeLayout.class.st", "new_path": "src/Roassal3-Layouts/RSHorizontalWalkBasedTreeLayout.class.st", "diff": "@@ -13,25 +13,18 @@ Class {\n{ #category : #hook }\nRSHorizontalWalkBasedTreeLayout >> doInitialize: elements ...
Smalltalk
MIT License
objectprofile/roassal3
Refactor the way metadata are initialized for the Van der Ploeg algorithm.
461,949
18.05.2021 11:47:55
14,400
7287afb0970ce393a3448cce1df4ebd0702ddc91
Fix menu in uml browser
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-UML/RSAbstractUMLCalypso.class.st", "new_path": "src/Roassal3-UML/RSAbstractUMLCalypso.class.st", "diff": "@@ -15,11 +15,17 @@ RSAbstractUMLCalypso >> addClassInteractions: builder [\nbuilder canvas nodes\nwhen: RSMouseDoubleClick do: [ :evt | evt...
Smalltalk
MIT License
objectprofile/roassal3
Fix menu in uml browser
461,951
18.05.2021 18:33:29
-7,200
1d85d2dce7a16b509d5e61c625894c9d9f9a7afd
added a few utility methods
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-GraphViz/RSGraphVizLayout.class.st", "new_path": "src/Roassal3-GraphViz/RSGraphVizLayout.class.st", "diff": "@@ -6,7 +6,8 @@ Class {\n#superclass : #RSLineDrivenLayout,\n#instVars : [\n'dotConverter',\n- 'scale'\n+ 'scale',\n+ 'dotDescription'\n],...
Smalltalk
MIT License
objectprofile/roassal3
added a few utility methods
461,956
19.05.2021 13:45:55
-7,200
6763d74e527e7ac90904bf9c794b7da13b4ff2d4
Fix of the Van der Ploeg algorithm in case of multiple roots.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSHorizontalVanDerPloegTreeLayout.class.st", "new_path": "src/Roassal3-Layouts/RSHorizontalVanDerPloegTreeLayout.class.st", "diff": "@@ -9,6 +9,9 @@ Class {\n#superclass : #RSHorizontalTreeLayout,\n#traits : 'RSTWalkBasedRegularTreeLayout'...
Smalltalk
MIT License
objectprofile/roassal3
Fix of the Van der Ploeg algorithm in case of multiple roots.
461,956
19.05.2021 15:02:44
-7,200
0aab617c87b33760205f0f6b6438f9747cc3be18
Rename of a temp.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSTWalkBasedRegularTreeLayout.trait.st", "new_path": "src/Roassal3-Layouts/RSTWalkBasedRegularTreeLayout.trait.st", "diff": "@@ -170,7 +170,7 @@ RSTWalkBasedRegularTreeLayout >> indexOfIYL: aValueLink [\n{ #category : #initialization }\nRS...
Smalltalk
MIT License
objectprofile/roassal3
Rename of a temp.
461,956
19.05.2021 15:24:24
-7,200
23628149e497c4552c35c90dce4720d58c4ecb71
Clean up the second walk message send.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSTWalkBasedRegularTreeLayout.trait.st", "new_path": "src/Roassal3-Layouts/RSTWalkBasedRegularTreeLayout.trait.st", "diff": "@@ -430,10 +430,8 @@ RSTWalkBasedRegularTreeLayout >> secondWalk: aShape depth: n breadth: m [\nself addChildSpaci...
Smalltalk
MIT License
objectprofile/roassal3
Clean up the second walk message send.
461,951
19.05.2021 19:06:20
-7,200
009d9b26f0bb07b3b03d6df0a345702cbaeb5520
a big of cleaning
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSLineBuilder.class.st", "new_path": "src/Roassal3-Shapes/RSLineBuilder.class.st", "diff": "@@ -248,13 +248,13 @@ RSLineBuilder >> canvasNodes [\n^ canvas nodes\n]\n-{ #category : #public }\n+{ #category : #'public - line' }\nRSLineBuilder ...
Smalltalk
MIT License
objectprofile/roassal3
a big of cleaning
461,951
19.05.2021 19:06:44
-7,200
eb7a2796dd2aa67e365a160f83206c6b1ec2b737
Improvement of the labeling with RSMondrian RSShapeBuilder
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "new_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "diff": "@@ -8,6 +8,18 @@ m normalizeFontSize: #numberOfMethods.\nm layout force.\nm\n```\n+\n+Another example with inner boxes:\n+```\n+m := RSMondrian new.\n...
Smalltalk
MIT License
objectprofile/roassal3
Improvement of the labeling with RSMondrian RSShapeBuilder
461,951
19.05.2021 19:07:32
-7,200
2224e063a7fdae87f50e3d743b61a9e771aa2d8b
Improved the graphviz support
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-GraphViz/RSGraphVizExamples.class.st", "new_path": "src/Roassal3-GraphViz/RSGraphVizExamples.class.st", "diff": "@@ -443,7 +443,7 @@ RSGraphVizExamples >> example09Arrows [\nnormalize: [:cls | cls linesOfCode sqrt + 5 ].\nshapes @ RSDraggable.\n- ...
Smalltalk
MIT License
objectprofile/roassal3
Improved the graphviz support
461,951
20.05.2021 17:42:11
-7,200
d410efcf1d95e13ce155a34786336848f18e4ae5
Added a useful method in the line builder
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSLineBuilder.class.st", "new_path": "src/Roassal3-Shapes/RSLineBuilder.class.st", "diff": "@@ -210,6 +210,12 @@ RSLineBuilder >> allowRepetition [\nallowRepetition := true\n]\n+{ #category : #'public - line' }\n+RSLineBuilder >> arrowMarke...
Smalltalk
MIT License
objectprofile/roassal3
Added a useful method in the line builder
461,951
20.05.2021 17:42:42
-7,200
b7301b4dfe468ea87729b3d528c761354f46d96f
Added some tests Improved
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-GraphViz/RSGraphVizExamples.class.st", "new_path": "src/Roassal3-GraphViz/RSGraphVizExamples.class.st", "diff": "@@ -457,6 +457,22 @@ RSGraphVizExamples >> example09Arrows [\nc openOnce\n]\n+{ #category : #examples }\n+RSGraphVizExamples >> exampl...
Smalltalk
MIT License
objectprofile/roassal3
Added some tests Improved
461,951
21.05.2021 16:39:12
-7,200
0cfe78d0cde27f7ecd43dce293c1246eb29a30f5
Added a new layout for Graphviz
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-GraphViz/RSGraphVizLayout.class.st", "new_path": "src/Roassal3-GraphViz/RSGraphVizLayout.class.st", "diff": "@@ -193,6 +193,13 @@ RSGraphVizLayout >> scale: aNumber [\nscale := aNumber\n]\n+{ #category : #'public - configuration' }\n+RSGraphVizLay...
Smalltalk
MIT License
objectprofile/roassal3
Added a new layout for Graphviz
461,951
24.05.2021 18:57:09
-7,200
44801446237e459b20095216cf158583a40888a9
Create visualizeCoverage.yml
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/workflows/visualizeCoverage.yml", "diff": "+# This is a basic workflow to help you get started with Actions\n+\n+name: Visualize coverage\n+\n+# Controls when the action will run.\n+on:\n+ # Triggers the workflow on push or pull request ...
Smalltalk
MIT License
objectprofile/roassal3
Create visualizeCoverage.yml
461,951
24.05.2021 18:58:05
-7,200
320c20cdd9a51091efe38f6aec75419661faeca8
Create runCoverage.st
[ { "change_type": "ADD", "old_path": null, "new_path": "scripts/runCoverage.st", "diff": "+[ Metacello new\n+ baseline: 'Spy2';\n+ repository: 'github://ObjectProfile/Spy2';\n+ load: 'HapaoCore' ] on: MCMergeOrLoadWarning do: [:warning | warning load ].\n+\n+[ Metacello new\n+ baseline: 'Roassal3';\n...
Smalltalk
MIT License
objectprofile/roassal3
Create runCoverage.st
461,951
25.05.2021 09:24:28
-7,200
d0a8a579abc7acc959020b043e9f8513889fb4d9
Testing the examples
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Spec-Examples/RSEasel.class.st", "new_path": "src/Roassal3-Spec-Examples/RSEasel.class.st", "diff": "@@ -15,14 +15,16 @@ Class {\n{ #category : #specs }\nRSEasel class >> defaultSpec [\n+\n<spec: #default>\n^ SpPanedLayout newHorizontal\n- positio...
Smalltalk
MIT License
objectprofile/roassal3
Testing the examples
461,951
25.05.2021 10:36:47
-7,200
f3538111cb2c980085876ffb76e9db9866d8b17a
testing the palettes
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Global-Tests/RSColoredTreePaletteTest.class.st", "new_path": "src/Roassal3-Global-Tests/RSColoredTreePaletteTest.class.st", "diff": "@@ -68,3 +68,10 @@ RSColoredTreePaletteTest >> testLeaves [\nself assert: ctp totalNumberOfLeaves equals: 5\n]\n+\...
Smalltalk
MIT License
objectprofile/roassal3
testing the palettes
461,951
25.05.2021 11:47:49
-7,200
3eb7b4928b887d18adbffe457d260ca247a7b306
Testing the easing
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Animation-Tests/RSEasingTest.class.st", "diff": "+Class {\n+ #name : #RSEasingTest,\n+ #superclass : #TestCase,\n+ #category : #'Roassal3-Animation-Tests'\n+}\n+\n+{ #category : #tests }\n+RSEasingTest >> testAllEasing [\n+ \"Simply...
Smalltalk
MIT License
objectprofile/roassal3
Testing the easing
461,949
26.05.2021 02:08:02
14,400
441c38193706c7f6fdd132bef119f16839d36c4f
Added a basic shortcuts
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Builders/RSAbstractTreeBuilder.class.st", "new_path": "src/Roassal3-Builders/RSAbstractTreeBuilder.class.st", "diff": "@@ -33,7 +33,7 @@ RSAbstractTreeBuilder >> createElements: atree nesting: block1 leaves: block2 de\nnodes := OrderedCollection n...
Smalltalk
MIT License
objectprofile/roassal3
Added a basic shortcuts
461,949
26.05.2021 02:09:14
14,400
f0138cd7c3a1c19314bc6b4b63e5fd5433f9e9a9
added treemap for roassal3
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-TreeMap-Examples/RSTreeMapExamples.class.st", "diff": "+\"\n+I have examples for RSTreeMap\n+\"\n+Class {\n+ #name : #RSTreeMapExamples,\n+ #superclass : #RSAbstractExamples,\n+ #category : #'Roassal3-TreeMap-Examples'\n+}\n+\n+{ #c...
Smalltalk
MIT License
objectprofile/roassal3
added treemap for roassal3
461,956
27.05.2021 10:31:53
-7,200
0cb7a6c8fca8600957fb54c949cc6450edc86e23
Renaming and add an argument to the message that require the final position of a shape as a Point object.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSHorizontalVanDerPloegTreeLayout.class.st", "new_path": "src/Roassal3-Layouts/RSHorizontalVanDerPloegTreeLayout.class.st", "diff": "\"\n-I am a refinement of the Walker algorithm described in the publication \"\"Drawing non-layered tidy t...
Smalltalk
MIT License
objectprofile/roassal3
Renaming and add an argument to the message that require the final position of a shape as a Point object.
461,956
27.05.2021 11:36:03
-7,200
36907604d797344f29bfd02895811ec3e91c4954
Make gaps be dependent of the shapes it should separate.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSHorizontalVanDerPloegTreeLayout.class.st", "new_path": "src/Roassal3-Layouts/RSHorizontalVanDerPloegTreeLayout.class.st", "diff": "@@ -18,7 +18,7 @@ Class {\n}\n{ #category : #algorithm }\n-RSHorizontalVanDerPloegTreeLayout >> breadthGap...
Smalltalk
MIT License
objectprofile/roassal3
Make gaps be dependent of the shapes it should separate.
461,956
27.05.2021 16:20:46
-7,200
fb0ffbdec0e945472c8af223e7a429c4ef1e7173
Add a default handler for the case where a child has more than one parent. Also add a test case.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts-Tests/RSTreeLayoutTest.class.st", "new_path": "src/Roassal3-Layouts-Tests/RSTreeLayoutTest.class.st", "diff": "@@ -74,3 +74,48 @@ RSTreeLayoutTest >> testCycles [\nRSTreeLayout new doNotValidateCycles; on: shapes\n]\n+\n+{ #category : #tes...
Smalltalk
MIT License
objectprofile/roassal3
Add a default handler for the case where a child has more than one parent. Also add a test case.
461,956
28.05.2021 11:46:05
-7,200
713595b74a58918229597e6da83a7d688c01d6a9
Refine the visualization of git repositories using the Van der Ploeg algorithm.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts-Tests/RSTreeLayoutTest.class.st", "new_path": "src/Roassal3-Layouts-Tests/RSTreeLayoutTest.class.st", "diff": "@@ -78,47 +78,77 @@ RSTreeLayoutTest >> testCycles [\n{ #category : #tests }\nRSTreeLayoutTest >> testRoassal3CommitsWithTimeGap...
Smalltalk
MIT License
objectprofile/roassal3
Refine the visualization of git repositories using the Van der Ploeg algorithm.
461,947
28.05.2021 17:03:34
-7,200
001031c1e8983fa1965c6884b958d22ecb6e6441
Renaming of RSMockElement to RSMockShape RSMockElement is now a deprecated subclass of RSMockShape With the same comment.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "new_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "diff": "@@ -247,7 +247,7 @@ RSForceBasedLayout >> newMockEdgeFor: e [\n{ #category : #'private - initialization' }\nRSForceBasedLayout >> newMoc...
Smalltalk
MIT License
objectprofile/roassal3
Renaming of RSMockElement to RSMockShape RSMockElement is now a deprecated subclass of RSMockShape With the same comment.
461,947
28.05.2021 17:33:36
-7,200
4375f83f01cc133be561545e78461ed2a007d05b
Renaming RSBinningStrategy to RSAbstractBinning
[ { "change_type": "RENAME", "old_path": "src/Roassal3-Chart/RSBinningStrategy.class.st", "new_path": "src/Roassal3-Chart/RSAbstractBinning.class.st", "diff": "@@ -4,12 +4,12 @@ source from\nhttps://www.answerminer.com/blog/binning-guide-ideal-histogram\n\"\nClass {\n- #name : #RSBinningStrategy,\n+ #...
Smalltalk
MIT License
objectprofile/roassal3
Renaming RSBinningStrategy to RSAbstractBinning
461,947
28.05.2021 17:35:17
-7,200
e16e9e0a52773d0bc8e0bd69896dfdbd35cb3e3e
Renaming RSRotatedPieLabelDecoration to RSRotatedPieLabelDecorator
[ { "change_type": "RENAME", "old_path": "src/Roassal3-Pie/RSRotatedPieLabelDecoration.class.st", "new_path": "src/Roassal3-Pie/RSRotatedPieLabelDecorator.class.st", "diff": "I am a specific interaction based on the example23RotatedAnimation\n\"\nClass {\n- #name : #RSRotatedPieLabelDecoration,\n+ #na...
Smalltalk
MIT License
objectprofile/roassal3
Renaming RSRotatedPieLabelDecoration to RSRotatedPieLabelDecorator
461,947
28.05.2021 17:37:18
-7,200
cbea4f9e657f3cf6448938027a011948c1203403
Renaming RSAbstractCompactTree to RSAbstractCompactTreeLayout
[ { "change_type": "RENAME", "old_path": "src/Roassal3-Layouts/RSAbstractCompactTree.class.st", "new_path": "src/Roassal3-Layouts/RSAbstractCompactTreeLayout.class.st", "diff": "TODO\n\"\nClass {\n- #name : #RSAbstractCompactTree,\n+ #name : #RSAbstractCompactTreeLayout,\n#superclass : #RSAbstractGrap...
Smalltalk
MIT License
objectprofile/roassal3
Renaming RSAbstractCompactTree to RSAbstractCompactTreeLayout
461,947
28.05.2021 17:38:36
-7,200
92ef026553ce7d4c26e5a910500cb9700f3a1515
Renaming RSSimpleMarkerPopup to RSSimpleMarkerPopupBuilder
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart/RSPopupDecoration.class.st", "new_path": "src/Roassal3-Chart/RSPopupDecoration.class.st", "diff": "@@ -25,7 +25,7 @@ RSPopupDecoration >> initialize [\nsuper initialize.\npopup := RSPopupChart new\nchartPopupBuilder: RSSimpleChartPopupBuilde...
Smalltalk
MIT License
objectprofile/roassal3
Renaming RSSimpleMarkerPopup to RSSimpleMarkerPopupBuilder
461,956
29.05.2021 11:22:40
-7,200
ca57090dd70fe415d6852e7906d7f072040f9849
Change the strategy that initialize the Van der Ploeg algorithm in order to run bottom up instead of top down.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts-Tests/RSTreeLayoutTest.class.st", "new_path": "src/Roassal3-Layouts-Tests/RSTreeLayoutTest.class.st", "diff": "@@ -78,7 +78,7 @@ RSTreeLayoutTest >> testCycles [\n{ #category : #tests }\nRSTreeLayoutTest >> testRoassal3CommitsWithTimeGaps ...
Smalltalk
MIT License
objectprofile/roassal3
Change the strategy that initialize the Van der Ploeg algorithm in order to run bottom up instead of top down.
461,956
29.05.2021 11:23:42
-7,200
10791f0e96a3d7d57b1a59c10c42d71560f82c63
Get rid of an useless message.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSTWalkBasedRegularTreeLayout.trait.st", "new_path": "src/Roassal3-Layouts/RSTWalkBasedRegularTreeLayout.trait.st", "diff": "@@ -238,13 +238,13 @@ RSTWalkBasedRegularTreeLayout >> initialize: elements edges: edges [\nself\nassert: (self ch...
Smalltalk
MIT License
objectprofile/roassal3
Get rid of an useless message.
461,947
29.05.2021 16:17:50
-7,200
3a01d319689ae7b51cdd7909349a5db9edfb31fa
Renaming RSHierarchyPacker to RSHierarchyPackerInteraction
[ { "change_type": "RENAME", "old_path": "src/Roassal3-Layouts/RSHierarchyPacker.class.st", "new_path": "src/Roassal3-Layouts/RSHierarchyPackerInteraction.class.st", "diff": "@@ -54,7 +54,7 @@ builder canvas open\n-=-=-=-=-=-=-=-=-=\n\"\nClass {\n- #name : #RSHierarchyPacker,\n+ #name : #RSHierarchyPa...
Smalltalk
MIT License
objectprofile/roassal3
Renaming RSHierarchyPacker to RSHierarchyPackerInteraction
461,947
29.05.2021 16:54:51
-7,200
046a6eeb86c1f7420f8f8eda6cf3f20ee33b0ef6
Renaming RSAbstractControlCanvas to RSAbstractControlCanvasInteraction
[ { "change_type": "RENAME", "old_path": "src/Roassal3-Interaction/RSAbstractControlCanvas.class.st", "new_path": "src/Roassal3-Interaction/RSAbstractControlCanvasInteraction.class.st", "diff": "I interact with RSControlsView. my subclasses are added to the controls\n\"\nClass {\n- #name : #RSAbstract...
Smalltalk
MIT License
objectprofile/roassal3
Renaming RSAbstractControlCanvas to RSAbstractControlCanvasInteraction
461,947
29.05.2021 16:55:20
-7,200
59262d6e444ef835f1401bc5312f5a51c919d0c3
Renaming RSDraggableCanvas to RSDraggableCanvasInteraction
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction-Tests/RSDraggableCanvasTest.class.st", "new_path": "src/Roassal3-Interaction-Tests/RSDraggableCanvasTest.class.st", "diff": "@@ -25,13 +25,13 @@ RSDraggableCanvasTest >> testDefault [\n{ #category : #tests }\nRSDraggableCanvasTest >> t...
Smalltalk
MIT License
objectprofile/roassal3
Renaming RSDraggableCanvas to RSDraggableCanvasInteraction
461,947
29.05.2021 16:55:50
-7,200
de34785d3380acd2e3a9cfa34fd7196bf961305c
Renaming RSKeyNavigationCanvas to RSKeyNavigationCanvasInteraction
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSCanvasController.class.st", "new_path": "src/Roassal3-Interaction/RSCanvasController.class.st", "diff": "@@ -40,7 +40,7 @@ RSCanvasController >> configuration: aRSControlLimits [\n{ #category : #initialization }\nRSCanvasController >...
Smalltalk
MIT License
objectprofile/roassal3
Renaming RSKeyNavigationCanvas to RSKeyNavigationCanvasInteraction
461,947
29.05.2021 17:11:04
-7,200
d3842bd9ae2a4a920a3e446ef9071a7eb5d2ce14
Renaming RSAbstracthierarchy and its subclasses
[ { "change_type": "RENAME", "old_path": "src/Roassal3-Inspector/RSAbstractContext.class.st", "new_path": "src/Roassal3-Inspector/RSAbstractContextInteraction.class.st", "diff": "@@ -4,7 +4,7 @@ A context is very usefull to describe de default interactions for a canvas.\nMy subclasses should override ...
Smalltalk
MIT License
objectprofile/roassal3
Renaming RSAbstracthierarchy and its subclasses
461,949
29.05.2021 22:43:50
14,400
06f7a50ef0196b751667821151cee2ded55fc3d5
update edges => lines in senders methods of edges
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSInspectableExample.class.st", "new_path": "src/Roassal3-Examples/RSInspectableExample.class.st", "diff": "@@ -76,7 +76,7 @@ RSInspectableExample >> example02Inspect [\nself inform: 'Done :V!!!' ].\nlastSize := canvas nodes size.\ncanvas...
Smalltalk
MIT License
objectprofile/roassal3
update edges => lines in senders methods of edges
461,956
31.05.2021 10:13:51
-7,200
b658e0c8dae9051649f2667bdaf0b7452bdd223a
Fix the initial call to the Van der Ploeg layout algorithm in order to take into account depth and breadth for both vertical and horizontal orientations.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts-Tests/RSTreeLayoutTest.class.st", "new_path": "src/Roassal3-Layouts-Tests/RSTreeLayoutTest.class.st", "diff": "@@ -5,79 +5,9 @@ Class {\n}\n{ #category : #tests }\n-RSTreeLayoutTest >> testBasic [\n- RSTreeLayout on: canvas nodes.\n- self ...
Smalltalk
MIT License
objectprofile/roassal3
Fix the initial call to the Van der Ploeg layout algorithm in order to take into account depth and breadth for both vertical and horizontal orientations.
461,949
01.06.2021 10:33:55
14,400
368bb56186d055e2adb7cb2fe2517424c1ac2d74
added bezier example
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -2604,3 +2604,153 @@ c svgExporter export\"\n]\n+\n+{ #category : #perlin }\n+RSAnimationExamples >> example45Beziers [\n+ <scrip...
Smalltalk
MIT License
objectprofile/roassal3
added bezier example
461,949
01.06.2021 23:31:21
14,400
671f111f8d138e0906389323a3e3be6cdf3f1866
update in roassal3 with spec2
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Spec-Morphic/SpMorphicRoassalAdapter.class.st", "new_path": "src/Roassal3-Spec-Morphic/SpMorphicRoassalAdapter.class.st", "diff": "@@ -21,6 +21,12 @@ SpMorphicRoassalAdapter class >> initialize [\nSpMorphicRoassalAdapter >> adapt: aComposableModel...
Smalltalk
MIT License
objectprofile/roassal3
update in roassal3 with spec2
461,956
02.06.2021 12:50:43
-7,200
4c2c81ff9cc4175ab3c0535b1bdc01a5eb6d0f1f
Explicit value for the golden ratio.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts-Tests/RSTreeLayoutTest.class.st", "new_path": "src/Roassal3-Layouts-Tests/RSTreeLayoutTest.class.st", "diff": "@@ -11,7 +11,6 @@ RSTreeLayoutTest >> exampleRoassal3CommitsWithTimeGaps [\n| icerepo commits edges dict aCanvas |\nicerepo := I...
Smalltalk
MIT License
objectprofile/roassal3
Explicit value for the golden ratio.
461,949
02.06.2021 12:44:24
14,400
d52582f385d45edd4c699961486c8a99e1ad3b5d
fix for spec roassal3
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Spec-Morphic/SpMorphicRoassalAdapter.class.st", "new_path": "src/Roassal3-Spec-Morphic/SpMorphicRoassalAdapter.class.st", "diff": "@@ -26,6 +26,7 @@ SpMorphicRoassalAdapter >> adapt: aComposableModel [\naCanvas\nmorph: widget;\nextent: widget exte...
Smalltalk
MIT License
objectprofile/roassal3
fix for spec roassal3
461,947
03.06.2021 15:49:17
-7,200
259613335b16841559dfdbdd2d98e422c01e2b32
Fix Problem with Iceberg
[ { "change_type": "DELETE", "old_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "new_path": null, "diff": "-\"\n-<keyClass>\n-`RSHighlightable` is an interaction for shapes to make them highlightable.\n-\n-*Responsibility*: make shapes highlightable\n-\n-*Collaborators*: closely colabora...
Smalltalk
MIT License
objectprofile/roassal3
Fix Problem with Iceberg
461,947
03.06.2021 16:17:29
-7,200
0347106ffe04e2daf1693b1b2b7e940c8b90b7eb
Fix issue Iceberg broke
[ { "change_type": "DELETE", "old_path": "src/Roassal3-Interaction/RSElasticBox.class.st", "new_path": null, "diff": "-\"\n-Elastic box interaction creates an selection box for a group o elements\n-\n-this interaction works with an announcer. with this events `RSSelectionChangedEvent`, `RSSelectionEnd...
Smalltalk
MIT License
objectprofile/roassal3
Fix issue Iceberg broke
461,949
04.06.2021 14:37:15
14,400
6bc62d29f56ef2c677a949149c59bd336e2e26d2
update Interactions deprecation for pr
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Interaction/RSBlink.class.st", "diff": "+Class {\n+ #name : #RSBlink,\n+ #superclass : #RSBlinkInteraction,\n+ #category : #'Roassal3-Interaction-Deprecated'\n+}\n+\n+{ #category : #testing }\n+RSBlink class >> isDeprecated [\n+ ^ t...
Smalltalk
MIT License
objectprofile/roassal3
update Interactions deprecation for pr https://github.com/ObjectProfile/Roassal3/pull/395
461,949
04.06.2021 14:50:50
14,400
6b372096e9d9df7c61ba016e77503d9eea236dbd
aded fix for for pr
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Interaction/RSCanvasController.class.st", "diff": "+Class {\n+ #name : #RSCanvasController,\n+ #superclass : #RSCanvasControllerInteraction,\n+ #category : #'Roassal3-Interaction-Deprecated'\n+}\n+\n+{ #category : #testing }\n+RSCan...
Smalltalk
MIT License
objectprofile/roassal3
aded fix for for pr
461,956
07.06.2021 08:41:43
-7,200
f019fbfb1d0b2b599ef9d7c4d755cee4bf59f8c6
Introduce indirection even for the position of a shape.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSTWalkBasedRegularTreeLayout.trait.st", "new_path": "src/Roassal3-Layouts/RSTWalkBasedRegularTreeLayout.trait.st", "diff": "@@ -417,6 +417,12 @@ RSTWalkBasedRegularTreeLayout >> nextRightContour: v [\nifNotLeaf: [ (self childrenOf: v) las...
Smalltalk
MIT License
objectprofile/roassal3
Introduce indirection even for the position of a shape.