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
11.12.2020 14:00:09
10,800
167de2d5c6d8814b1105fb7a79a43b034d8de47e
Added a basic inspector for pharo 9
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Inspector/RSCanvas.extension.st", "new_path": "src/Roassal3-Inspector/RSCanvas.extension.st", "diff": "@@ -23,6 +23,14 @@ RSCanvas >> gtInspectorViewIn: composite [\n]\n+{ #category : #'*Roassal3-Inspector' }\n+RSCanvas >> inspectorCanvas [\n+ <in...
Smalltalk
MIT License
objectprofile/roassal3
Added a basic inspector for pharo 9
461,951
16.12.2020 22:08:13
10,800
cdcb4d79b0b86de190f20fc957822835e075504e
Added an example with `RSHighlightable`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "new_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "diff": "@@ -87,6 +87,62 @@ shapes @ interaction.\nRSGridLayout on: shapes.\nc @ RSCanvasController\n```\n+\n+Example of multiple selections:\n...
Smalltalk
MIT License
objectprofile/roassal3
Added an example with `RSHighlightable`
461,951
17.12.2020 14:24:33
10,800
7e05b742316ca0d344398bbf7d6c424de9915543
Added a small example in RSMenuActivable
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSMenuActivable.class.st", "new_path": "src/Roassal3-Interaction/RSMenuActivable.class.st", "diff": "With the mouse right click event I show a basic popup\nExample:\n--=-=-=-=\n-v := RSView new.\n+```Smalltalk\n+m := RSMondrian new.\n+...
Smalltalk
MIT License
objectprofile/roassal3
Added a small example in RSMenuActivable
461,951
18.12.2020 16:19:33
10,800
f313387d8086e35fef9c7621d1d6167b76ce07db
Added a class comment and a useful method
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSObject.class.st", "new_path": "src/Roassal3/RSObject.class.st", "diff": "\"\n-Root of most of the Trachel classes.\n+Root of most of the Roassal classes.\n\"\nClass {\n#name : #RSObject,\n" }, { "change_type": "MODIFY", "old_path": "...
Smalltalk
MIT License
objectprofile/roassal3
Added a class comment and a useful method
461,951
21.12.2020 22:58:47
10,800
ff23bdc1b195ebc36e304eeabcb54aa4631d1a8b
Added translateMiddleRight
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Global-Tests/RSShapeTest.class.st", "diff": "+Class {\n+ #name : #RSShapeTest,\n+ #superclass : #RSTest,\n+ #category : #'Roassal3-Global-Tests-Shapes'\n+}\n+\n+{ #category : #tests }\n+RSShapeTest >> testTranslateMiddleRightTo [\n+...
Smalltalk
MIT License
objectprofile/roassal3
Added translateMiddleRight
461,951
21.12.2020 22:59:02
10,800
69719b4097ede3810852397a6a0d389ef235c111
Small reformating
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Mondrian/RSConnectionExample.class.st", "new_path": "src/Roassal3-Mondrian/RSConnectionExample.class.st", "diff": "@@ -27,8 +27,8 @@ RSConnectionExample >> example01Basic [\n{ #category : #examples }\nRSConnectionExample >> example02TwoViews [\n- ...
Smalltalk
MIT License
objectprofile/roassal3
Small reformating
461,951
21.12.2020 23:47:48
10,800
fed24eeb066e74128c5a2b6904346afe08663508
Fix in testTranslateMiddleRightTo
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Global-Tests/RSShapeTest.class.st", "new_path": "src/Roassal3-Global-Tests/RSShapeTest.class.st", "diff": "@@ -18,5 +18,7 @@ RSShapeTest >> testTranslateMiddleRightTo [\nc add: lbl.\nlbl translateMiddleRightTo: 0 @ 0.\n- self assert: (lbl position...
Smalltalk
MIT License
objectprofile/roassal3
Fix in testTranslateMiddleRightTo
461,951
27.12.2020 13:04:57
10,800
93468720cf6166e6e27632ea656c1609eb04b6a2
Small improvement of the script of the day
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-ScriptOfTheDay/RSScriptOfTheDay.class.st", "new_path": "src/Roassal3-ScriptOfTheDay/RSScriptOfTheDay.class.st", "diff": "@@ -47,7 +47,15 @@ RSScriptOfTheDay >> loadDiscordSt [\n{ #category : #'as yet unclassified' }\nRSScriptOfTheDay >> runMe [\n<...
Smalltalk
MIT License
objectprofile/roassal3
Small improvement of the script of the day
461,951
29.12.2020 10:47:39
10,800
d302a0fabab8b14bb00dab5e7a5759be478198e0
using nextInteger: instead of nextInt:
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "new_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "diff": "@@ -225,6 +225,7 @@ RSChartExample >> example11BarplotCombinedWithLine [\n{ #category : #examples }\nRSChartExample >> example12Sc...
Smalltalk
MIT License
objectprofile/roassal3
using nextInteger: instead of nextInt:
461,951
29.12.2020 10:48:26
10,800
2f00e63727a0929ede38c405c917e532623be261
A simple class renaming
[ { "change_type": "RENAME", "old_path": "src/Roassal3-SVG-Examples/RSSVGAnimatioinExamples.class.st", "new_path": "src/Roassal3-SVG-Examples/RSSVGAnimationExamples.class.st", "diff": "I have animated svg examples\n\"\nClass {\n- #name : #RSSVGAnimatioinExamples,\n+ #name : #RSSVGAnimationExamples,\n#...
Smalltalk
MIT License
objectprofile/roassal3
A simple class renaming
461,951
29.12.2020 10:49:32
10,800
4d1b2b190d0b63e4bee22462964e289ad69890e5
Cleaning in the method and class comments
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSBox.class.st", "new_path": "src/Roassal3-Shapes/RSBox.class.st", "diff": "@@ -57,12 +57,18 @@ RSBox >> cornerRadius: aRSCornerRadius [\n\"Set the radius of the corners. Accept a number as argument or a RSCornerRadius.\nFor example:\n--=-=...
Smalltalk
MIT License
objectprofile/roassal3
Cleaning in the method and class comments
461,951
29.12.2020 10:49:55
10,800
fc571e51eff0e46d9b3321537bc7db51a602dd08
Minor improvement of the class `RSBoundingShape`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSBoundingShape.class.st", "new_path": "src/Roassal3-Shapes/RSBoundingShape.class.st", "diff": "@@ -150,7 +150,7 @@ RSBoundingShape >> initialize [\nself initializeMatrix; updateEdgesON.\nbaseRectangle := 0@0 corner: 0@0.\n- self extent: 5 ...
Smalltalk
MIT License
objectprofile/roassal3
Minor improvement of the class `RSBoundingShape`
461,951
29.12.2020 10:50:13
10,800
012e9fd9404444dc619268f5e52a6128ba15c945
Added the class `RSCircle` and `RSCircular`
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Shapes/RSCircle.class.st", "diff": "+\"\n+I am a circle shape\n+\n+Here an example:\n+\n+```Smalltalk\n+c := RSCanvas new.\n+(30 to: 150 by: 10) do: [ :nb |\n+b := RSCircle new size: nb.\n+c add: b ].\n+RSFlowLayout on: c nodes.\n+c...
Smalltalk
MIT License
objectprofile/roassal3
Added the class `RSCircle` and `RSCircular`
461,951
29.12.2020 10:52:57
10,800
0c9e51172027aae71a1e7c6b24c4caeb84ea9cb6
Improved the class `RSCircle`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSCircle.class.st", "new_path": "src/Roassal3-Shapes/RSCircle.class.st", "diff": "@@ -24,6 +24,12 @@ RSCircle >> buildPathOn: visitor [\nvisitor buildEllipsePath: self\n]\n+{ #category : #accessing }\n+RSCircle >> extent: aPoint [\n+ self a...
Smalltalk
MIT License
objectprofile/roassal3
Improved the class `RSCircle`
461,951
29.12.2020 11:19:48
10,800
91980bbfd21fef710cc05dc6b549c4d44fa9e020
Small improvement of a method comment
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSFlowLayout.class.st", "new_path": "src/Roassal3-Layouts/RSFlowLayout.class.st", "diff": "@@ -25,7 +25,8 @@ wordShapes := words collect: [ :w | RSLabel new fontSize: (r nextInt: 30); text:\nc := RSCanvas new.\nc addAll: wordShapes.\nRSFlo...
Smalltalk
MIT License
objectprofile/roassal3
Small improvement of a method comment
461,951
29.12.2020 11:57:40
10,800
75c67d91b7ac69c45c0fa6ade662f674c628ad83
Improved `RSHighligtable`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "new_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "diff": "@@ -29,7 +29,7 @@ RSHighlightableExamples >> example01Basic [\nconnectFrom: [ :n | n // 2 ].\ncanvas edges do: #withBorder.\...
Smalltalk
MIT License
objectprofile/roassal3
Improved `RSHighligtable`
461,951
29.12.2020 11:58:08
10,800
127a8f789ecc710ab7446094d3eb3343a25d1639
Improvement of the comments of `RSLabel`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSLabel.class.st", "new_path": "src/Roassal3-Shapes/RSLabel.class.st", "diff": "@@ -149,6 +149,7 @@ RSLabel >> emphasis: aTextEmphasis [\nc := RSCanvas new.\nlbl := RSLabel new text: 'hello'; emphasis: TextEmphasis italic.\nc addShape: lbl....
Smalltalk
MIT License
objectprofile/roassal3
Improvement of the comments of `RSLabel`
461,951
29.12.2020 12:10:51
10,800
6b8b23558fbd3e6d3be66a7724d4b1df5dbddc25
improvement of some method comments
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSLabel.class.st", "new_path": "src/Roassal3-Shapes/RSLabel.class.st", "diff": "@@ -90,9 +90,8 @@ RSLabel >> accept: visitor [\n{ #category : #'managing font' }\nRSLabel >> bold [\n-\"\n-Make the font bold\n-\n+\"Make the label bold\n+```\n...
Smalltalk
MIT License
objectprofile/roassal3
improvement of some method comments
461,951
29.12.2020 14:46:02
10,800
758a60bca54630743ccb869b0560b9fe8e73609d
Fix in a method comment
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSHorizontalLineLayout.class.st", "new_path": "src/Roassal3-Layouts/RSHorizontalLineLayout.class.st", "diff": "@@ -14,7 +14,7 @@ RSHorizontalLineLayout >> alignBottom [\n{ #category : #alignment }\nRSHorizontalLineLayout >> alignLabel [\n-...
Smalltalk
MIT License
objectprofile/roassal3
Fix in a method comment
461,951
29.12.2020 14:46:19
10,800
adb73a903ad19858e7c4d99a2dcf4a4c31e0ea7b
adjusting the method comments
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSTPositionable.trait.st", "new_path": "src/Roassal3/RSTPositionable.trait.st", "diff": "@@ -8,14 +8,14 @@ Trait {\n{ #category : #actions }\nRSTPositionable >> translateBy: deltaAsPoint [\n- \"Move an element by a delta value, expressed as a poin...
Smalltalk
MIT License
objectprofile/roassal3
adjusting the method comments
461,951
29.12.2020 14:47:29
10,800
c3ec2fa1f0abd98f5b47a6a18b66f7c95b1c921f
Added a few useful utility methods
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSBoundingShape.class.st", "new_path": "src/Roassal3-Shapes/RSBoundingShape.class.st", "diff": "@@ -327,6 +327,46 @@ RSBoundingShape >> transform: aPoint [\n^ matrix transform: aPoint\n]\n+{ #category : #actions }\n+RSBoundingShape >> trans...
Smalltalk
MIT License
objectprofile/roassal3
Added a few useful utility methods
461,951
29.12.2020 15:18:25
10,800
89389c24d37185974f967bf531a0e115870fd7af
Improved method comments
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSBorder.class.st", "new_path": "src/Roassal3-Shapes/RSBorder.class.st", "diff": "@@ -7,7 +7,7 @@ A same border can be shared amoung different shapes. Here is an example:\nc := RSCanvas new.\nb := RSBorder new color: Color blue.\n-(30 to: 6...
Smalltalk
MIT License
objectprofile/roassal3
Improved method comments
461,951
29.12.2020 18:52:49
10,800
9922a73b39534022406035d6d8b3169f2b29b73b
Small fix in an example
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -2109,7 +2109,7 @@ RSAnimationExamples >> example36Title [\nc := RSCanvas new.\nt1 := 'Roassal3'.\nt2 := 'It is a new agile visua...
Smalltalk
MIT License
objectprofile/roassal3
Small fix in an example
461,951
29.12.2020 18:53:12
10,800
b31747aaa66d3beccba3a8555fd9f96327d1e2f5
improved class comments
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSArrowedLine.class.st", "new_path": "src/Roassal3-Shapes/RSArrowedLine.class.st", "diff": "\"\n-RSArrowedLine describes a line with a head or marker.\n+`RSArrowedLine` describes a line with a head or marker.\nHere is an example:\n--=-=-=-=...
Smalltalk
MIT License
objectprofile/roassal3
improved class comments
461,951
29.12.2020 19:40:25
10,800
f81df68e73a076e30c051f9f04cea8c05dc88d09
Added utility method in RSShape class. Very useful!
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Global-Tests/RSShapeTest.class.st", "new_path": "src/Roassal3-Global-Tests/RSShapeTest.class.st", "diff": "@@ -4,6 +4,29 @@ Class {\n#category : #'Roassal3-Global-Tests-Shapes'\n}\n+{ #category : #tests }\n+RSShapeTest >> testModels [\n+\n+ | shap...
Smalltalk
MIT License
objectprofile/roassal3
Added utility method in RSShape class. Very useful!
461,951
29.12.2020 19:51:02
10,800
d72bc1fb21d225d5cee51093698d14a137cfe1c2
improvement of `RSLineBuilder`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSEdgeBuilder.class.st", "new_path": "src/Roassal3-Shapes/RSEdgeBuilder.class.st", "diff": "@@ -7,7 +7,7 @@ Class {\n#category : #'Roassal3-Shapes-Graph'\n}\n-{ #category : #'as yet unclassified' }\n+{ #category : #readme }\nRSEdgeBuilder >...
Smalltalk
MIT License
objectprofile/roassal3
improvement of `RSLineBuilder`
461,951
29.12.2020 20:04:16
10,800
b2c5dffb3fc797122ac73dd9d2add459c858904b
Fixing an example
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "new_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "diff": "@@ -233,9 +233,9 @@ RSChartExample >> example12ScatterPlotAndNormalizer [\nz := OrderedCollection new.\nr := Random seed: 42.\n1 t...
Smalltalk
MIT License
objectprofile/roassal3
Fixing an example
461,951
01.01.2021 19:58:15
10,800
c9a6bd28c8f614e7246ada27ee0f5d0ec473bc79
Minor fix in a method comment
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSComposite.class.st", "new_path": "src/Roassal3-Shapes/RSComposite.class.st", "diff": "@@ -146,7 +146,7 @@ RSComposite >> addShape: aShape before: otherShape [\n{ #category : #public }\nRSComposite >> adjustToChildren [\n-\"Recompute the e...
Smalltalk
MIT License
objectprofile/roassal3
Minor fix in a method comment
461,951
01.01.2021 20:18:38
10,800
4c2523f81ae5c2557c99115f0dff1069bae05bef
Small refactoring. Reassigning responsibility
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSBoundingShape.class.st", "new_path": "src/Roassal3-Shapes/RSBoundingShape.class.st", "diff": "@@ -20,6 +20,41 @@ RSBoundingShape class >> isAbstract [\n^ self == RSBoundingShape\n]\n+{ #category : #accessing }\n+RSBoundingShape class >> m...
Smalltalk
MIT License
objectprofile/roassal3
Small refactoring. Reassigning responsibility
461,951
01.01.2021 20:18:54
10,800
2824c465d9e569212ca985cad3c2be99699cf8d2
Added utlity methods
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSComposite.class.st", "new_path": "src/Roassal3-Shapes/RSComposite.class.st", "diff": "@@ -125,6 +125,68 @@ Class {\n#category : #'Roassal3-Shapes-Bounding'\n}\n+{ #category : #'public - creation' }\n+RSComposite class >> model: anObject f...
Smalltalk
MIT License
objectprofile/roassal3
Added utlity methods
461,951
01.01.2021 20:37:32
10,800
a209f5f758be8bf3aedb09c4e3a644aa13dfedb7
Improved a bit of comment of a method
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSComposite.class.st", "new_path": "src/Roassal3-Shapes/RSComposite.class.st", "diff": "@@ -127,7 +127,7 @@ Class {\n{ #category : #'public - creation' }\nRSComposite class >> model: anObject forIt: twoArgsBlock [\n- \"This method returns a...
Smalltalk
MIT License
objectprofile/roassal3
Improved a bit of comment of a method
461,955
02.01.2021 23:00:57
28,800
b65ebb34203010eafc55980b2846040e04472af2
Prototype rendering boxplots based on the RSBarPlot class. Current prototype just sets a fixed whisker above and below the center of the bar.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Chart-Examples/RSBoxPlotExample.class.st", "diff": "+Class {\n+ #name : #RSBoxPlotExample,\n+ #superclass : #RSAbstractExamples,\n+ #category : #'Roassal3-Chart-Examples'\n+}\n+\n+{ #category : #examples }\n+RSBoxPlotExample >> exam...
Smalltalk
MIT License
objectprofile/roassal3
Prototype rendering boxplots based on the RSBarPlot class. Current prototype just sets a fixed whisker above and below the center of the bar.
461,955
03.01.2021 20:31:21
28,800
dab92ae725c2fdbeb7393440563166b6fe75d4e0
Compute the box and whisker extents from the input data.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Examples/RSBoxPlotExample.class.st", "new_path": "src/Roassal3-Chart-Examples/RSBoxPlotExample.class.st", "diff": "@@ -8,18 +8,18 @@ Class {\nRSBoxPlotExample >> example01 [\n\"A simple boxplot\"\n<script: 'self new example01 open'>\n- | c p...
Smalltalk
MIT License
objectprofile/roassal3
Compute the box and whisker extents from the input data.
461,955
03.01.2021 22:59:54
28,800
0b1fe7ed0c00fe1b78f066f49901e825d05efc37
Correctly position the box and whiskers in the plot
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart/RSBoxPlot.class.st", "new_path": "src/Roassal3-Chart/RSBoxPlot.class.st", "diff": "@@ -45,12 +45,12 @@ RSBoxPlot >> computeBoxAndWhiskerExtent: aCollection [\niqr := quartile3 - quartile1 .\nbottomWhiskerExtent := quartile1 - (iqr * 1.5).\n-...
Smalltalk
MIT License
objectprofile/roassal3
Correctly position the box and whiskers in the plot
461,955
04.01.2021 00:00:05
28,800
d2e1f36fa43d5c287c1bec02dbe52d4a8a0be2ae
Render the outliers.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart/RSBoxPlot.class.st", "new_path": "src/Roassal3-Chart/RSBoxPlot.class.st", "diff": "+\"\n+I am a box and whisker plot.\n+\n+I am responsible for calculating the extent of the box and whisker parts of the plot, and determining the outliers.\n+...
Smalltalk
MIT License
objectprofile/roassal3
Render the outliers.
461,955
04.01.2021 00:19:01
28,800
57af7acb575ffae6bc0496a1e322d5d39bd02c47
Add in a comment for computeOutliersFor:at:
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart/RSBoxPlot.class.st", "new_path": "src/Roassal3-Chart/RSBoxPlot.class.st", "diff": "@@ -94,6 +94,8 @@ RSBoxPlot >> computeBoxAndWhiskerExtent: aCollection [\n{ #category : #rendering }\nRSBoxPlot >> computeOutliersFor: points at: xValue [\n+ ...
Smalltalk
MIT License
objectprofile/roassal3
Add in a comment for computeOutliersFor:at:
461,955
04.01.2021 22:49:33
28,800
53d6dee53fd9b5c8712461d104eabe4a53aa7d0e
Remove the Abstract class as there was only one implementation so it seems redundant.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Examples/RSBoxPlotExample.class.st", "new_path": "src/Roassal3-Chart-Examples/RSBoxPlotExample.class.st", "diff": "+\"\n+Example plots making use of RSBoxPlot.\n+\"\nClass {\n#name : #RSBoxPlotExample,\n#superclass : #RSAbstractExamples,\n@@...
Smalltalk
MIT License
objectprofile/roassal3
Remove the Abstract class as there was only one implementation so it seems redundant.
461,949
07.01.2021 17:46:22
10,800
506a804d57c24f7835fec81cfcc8a19368585224
fix for RSFlowLayout and RSHorizontalFlowLayout
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSFlowLayout.class.st", "new_path": "src/Roassal3-Layouts/RSFlowLayout.class.st", "diff": "@@ -78,7 +78,7 @@ RSFlowLayout >> linesFor: shapes [\nlines := OrderedCollection new.\ncurrentLine := OrderedCollection new.\nshapes doWithIndex: [ ...
Smalltalk
MIT License
objectprofile/roassal3
fix for RSFlowLayout and RSHorizontalFlowLayout
461,951
07.01.2021 21:03:19
10,800
e0d410a667c845848d41564b763c209b341a0699
Working on a FlowCanvas
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Mondrian/RSFlowCanvas.class.st", "diff": "+Class {\n+ #name : #RSFlowCanvas,\n+ #superclass : #Object,\n+ #category : #'Roassal3-Mondrian-Connections'\n+}\n+\n+{ #category : #initialization }\n+RSFlowCanvas >> setOnCanvas: aCanvas [...
Smalltalk
MIT License
objectprofile/roassal3
Working on a FlowCanvas
461,951
09.01.2021 17:11:22
10,800
68660ab64094cfa18651b83a5fdd79ffac7090ff
Started to work on Flow
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Mondrian/RSFlowCanvas.class.st", "new_path": "src/Roassal3-Mondrian/RSFlowCanvas.class.st", "diff": "Class {\n#name : #RSFlowCanvas,\n#superclass : #Object,\n+ #instVars : [\n+ 'breadcrumbs',\n+ 'canvas',\n+ 'mapping'\n+ ],\n#category : #'Roassal3...
Smalltalk
MIT License
objectprofile/roassal3
Started to work on Flow
461,955
09.01.2021 22:18:55
28,800
817fa321bf8558fb754005d6bd8f8d3dc545f6a9
Do not rely on quantile being defined externally. Create quantile: method specific for the RSBoxPlot class.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Examples/RSBoxPlotExample.class.st", "new_path": "src/Roassal3-Chart-Examples/RSBoxPlotExample.class.st", "diff": "@@ -13,9 +13,9 @@ RSBoxPlotExample >> example01 [\n<script: 'self new example01 open'>\n| c p y |\n- y := { { 1. 2. 3. 4. 5. }...
Smalltalk
MIT License
objectprofile/roassal3
Do not rely on quantile being defined externally. Create quantile: method specific for the RSBoxPlot class.
461,951
13.01.2021 11:10:59
10,800
7eba6e222f95c8b8b107cb545455f21e050b0dde
Added utility method in `RSShape`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Global-Tests/RSShapeTest.class.st", "new_path": "src/Roassal3-Global-Tests/RSShapeTest.class.st", "diff": "@@ -4,6 +4,15 @@ Class {\n#category : #'Roassal3-Global-Tests-Shapes'\n}\n+{ #category : #tests }\n+RSShapeTest >> testHasModel [\n+\n+ self...
Smalltalk
MIT License
objectprofile/roassal3
Added utility method in `RSShape`
461,951
13.01.2021 11:11:43
10,800
902231cdb1b6a4aaf57b77c83724c0a1e36e47c2
Fixed a bug with in `RSMondrian`, with line builder
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "new_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "diff": "@@ -82,7 +82,7 @@ RSMondrian >> layout [\nRSMondrian >> line [\nedgeBuilder := RSLineBuilder line.\nedgeBuilder canvas: canvas.\n- edgeBuilder shapes:...
Smalltalk
MIT License
objectprofile/roassal3
Fixed a bug with in `RSMondrian`, with line builder
461,951
13.01.2021 11:19:23
10,800
7fb67293a8aa86483a3c73dea5a4e705d4bbc3bd
Added guard in `fromShapes:`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSLineBuilder.class.st", "new_path": "src/Roassal3-Shapes/RSLineBuilder.class.st", "diff": "@@ -401,18 +401,6 @@ RSLineBuilder >> fromShapes: someShapes [\nfromShapes := someShapes asGroup\n]\n-{ #category : #initialization }\n-RSLineBuilde...
Smalltalk
MIT License
objectprofile/roassal3
Added guard in `fromShapes:`
461,951
13.01.2021 11:32:39
10,800
86fde3082bc14cf84eaa158d1aa1d07698252106
something wrong with iceberg here...
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSLineBuilder.class.st", "new_path": "src/Roassal3-Shapes/RSLineBuilder.class.st", "diff": "@@ -397,15 +397,7 @@ RSLineBuilder >> fromShapes [\nRSLineBuilder >> fromShapes: someShapes [\nself assert: [ someShapes isCollection ].\nself asser...
Smalltalk
MIT License
objectprofile/roassal3
something wrong with iceberg here...
461,949
13.01.2021 12:46:59
10,800
ce3152f1aff706709a9b64cc06a389a179419467
fix for funny error with iceberg pair programming with
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "new_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "diff": "@@ -233,9 +233,9 @@ RSChartExample >> example12ScatterPlotAndNormalizer [\nz := OrderedCollection new.\nr := Random seed: 42.\n1 t...
Smalltalk
MIT License
objectprofile/roassal3
fix for funny error with iceberg pair programming with @martin
461,951
13.01.2021 14:58:51
10,800
208ee23bc205582b8772a008dc1f27a0793f55fa
Fixed a bug in `RSMondrian`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "new_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "diff": "@@ -5,14 +5,15 @@ Class {\n'canvas',\n'layoutBuilder',\n'shapeBuilder',\n- 'edgeBuilder'\n+ 'edgeBuilder',\n+ 'createdNodes'\n],\n#category : #'Roassa...
Smalltalk
MIT License
objectprofile/roassal3
Fixed a bug in `RSMondrian`
461,951
13.01.2021 15:59:53
10,800
bd637c12d9ad1e108244fccd726987a7fa1595b9
Improvement of Mondrian. Many bugs that are fixed
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "new_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "diff": "@@ -6,14 +6,14 @@ Class {\n'layoutBuilder',\n'shapeBuilder',\n'edgeBuilder',\n- 'createdNodes'\n+ 'nodesForLayout'\n],\n#category : #'Roassal3-Mondria...
Smalltalk
MIT License
objectprofile/roassal3
Improvement of Mondrian. Many bugs that are fixed
461,951
13.01.2021 16:00:48
10,800
b9e5f48ac26b62165730e430bab9d82672de2450
Removing a left-over comment
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "new_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "diff": "@@ -13,7 +13,7 @@ Class {\n{ #category : #'building - graph' }\nRSMondrian >> applyLayout [\n- layoutBuilder on: nodesForLayout\" canvas nodes\"\n+ la...
Smalltalk
MIT License
objectprofile/roassal3
Removing a left-over comment
461,949
13.01.2021 17:44:17
10,800
59c7346bfb7e18ac038c103bff8b759496e0f523
Added `showEdges:using:` in RSHighlightable with one example
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "new_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "diff": "@@ -454,3 +454,45 @@ RSHighlightableExamples >> example11ElasticBoxWithCustomDraggable [\ncanvas @ elastic.\n^ canvas\n]\n+\...
Smalltalk
MIT License
objectprofile/roassal3
Added `showEdges:using:` in RSHighlightable with one example
461,951
13.01.2021 18:07:28
10,800
6ee76a53129fd6c72e7ad61219ea1d37b5e86113
Being able to recursively retrieve nested shapes
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes-Tests/RSCanvasTest.class.st", "new_path": "src/Roassal3-Shapes-Tests/RSCanvasTest.class.st", "diff": "@@ -35,6 +35,28 @@ RSCanvasTest >> testAddShapeBefore [\nself assert: canvas shapes asArray equals: { shape1 . shape2 }\n]\n+{ #category :...
Smalltalk
MIT License
objectprofile/roassal3
Being able to recursively retrieve nested shapes
461,951
13.01.2021 18:08:03
10,800
95ad60d5e51f529835047786bcb2f79c594abbea
Working on Flow
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Mondrian/RSFlowCanvas.class.st", "new_path": "src/Roassal3-Mondrian/RSFlowCanvas.class.st", "diff": "@@ -23,15 +23,21 @@ RSFlowCanvas >> canvas [\n{ #category : #initialization }\nRSFlowCanvas >> clickOnModel: aModel [\n-\n- \"relevantSelectors :=...
Smalltalk
MIT License
objectprofile/roassal3
Working on Flow
461,949
13.01.2021 18:40:44
10,800
8e88367c001494a545c4a9a9c1ea3773dcd8aac3
fixed issue with nextInteger:
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "new_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "diff": "@@ -233,9 +233,9 @@ RSChartExample >> example12ScatterPlotAndNormalizer [\nz := OrderedCollection new.\nr := Random seed: 42.\n1 t...
Smalltalk
MIT License
objectprofile/roassal3
fixed issue with nextInteger:
461,949
21.01.2021 03:56:06
10,800
5c0517cc99499cd7cd904d488d55a060fa983064
Update roassal3 with the new inspector
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Inspector/GLMRoassal3Presentation.class.st", "new_path": "src/Roassal3-Inspector/GLMRoassal3Presentation.class.st", "diff": "@@ -36,12 +36,13 @@ GLMRoassal3Presentation >> renderGlamorouslyOn: aRenderer [\n{ #category : #initialization }\nGLMRoass...
Smalltalk
MIT License
objectprofile/roassal3
Update roassal3 with the new inspector
461,951
22.01.2021 10:16:22
10,800
11c07d802f016cd376ff016474122e68ea995148
improved Number>>to:count: added tests for Number>>to:count:
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Chart-Tests/RSNumberTest.class.st", "diff": "+Class {\n+ #name : #RSNumberTest,\n+ #superclass : #RSTest,\n+ #category : #'Roassal3-Chart-Tests'\n+}\n+\n+{ #category : #'as yet unclassified' }\n+RSNumberTest >> testtoCount [\n+\n+ |...
Smalltalk
MIT License
objectprofile/roassal3
- improved Number>>to:count: - added tests for Number>>to:count:
461,951
22.01.2021 10:23:47
10,800
f835354c1d90a905c4078332ed9215b6ac25b2f2
Slowly removing references of Edges, to only have lines
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSBoundingShape.class.st", "new_path": "src/Roassal3-Shapes/RSBoundingShape.class.st", "diff": "@@ -9,8 +9,8 @@ Class {\n#instVars : [\n'baseRectangle',\n'matrix',\n- 'connectedEdges',\n- 'shouldUpdateEdges'\n+ 'connectedLines',\n+ 'shouldU...
Smalltalk
MIT License
objectprofile/roassal3
- Slowly removing references of Edges, to only have lines
461,951
22.01.2021 10:37:47
10,800
c6d69f66dfab7f2b6f1ef43ad529dfbdd01aae71
Started to work on the colortreepalette
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Colors/RSColoredTreePalette.class.st", "diff": "+Class {\n+ #name : #RSColoredTreePalette,\n+ #superclass : #RSObject,\n+ #instVars : [\n+ 'shapes'\n+ ],\n+ #category : #'Roassal3-Colors'\n+}\n+\n+{ #category : #'as yet unclassified...
Smalltalk
MIT License
objectprofile/roassal3
Started to work on the colortreepalette
461,949
27.01.2021 16:41:13
10,800
13534b74ccea870f720afbeedac3b0d92d5aee24
Update for inspector with Roassal3 and Spec2
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Inspector-Tests/RSSelectionPresentationTest.class.st", "new_path": "src/Roassal3-Inspector-Tests/RSSelectionPresentationTest.class.st", "diff": "@@ -21,6 +21,15 @@ RSSelectionPresentationTest >> testBasic [\n]\n+{ #category : #tests }\n+RSSelectio...
Smalltalk
MIT License
objectprofile/roassal3
Update for inspector with Roassal3 and Spec2
461,949
27.01.2021 16:59:23
10,800
9a3d8e07d5bb7bfe81a02949e4ee236c9cf7fc20
update for space in canvas controller
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSKeyNavigationCanvas.class.st", "new_path": "src/Roassal3-Interaction/RSKeyNavigationCanvas.class.st", "diff": "@@ -62,8 +62,6 @@ RSKeyNavigationCanvas >> processKeyUp: evt [\n| keyName |\nsteps removeAll.\nkeyName := evt keyName.\n- ...
Smalltalk
MIT License
objectprofile/roassal3
update for space in canvas controller
461,951
27.01.2021 21:01:45
10,800
ad7d0cb816bc52b3876a21b995067706a420c5bb
Added `RSColoredTreePalette`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Colors/RSColoredTreePalette.class.st", "new_path": "src/Roassal3-Colors/RSColoredTreePalette.class.st", "diff": "+\"\n+Set the colors on a tree, based on the number of leaves\n+\n+```\n+c := RSCanvas new.\n+nodes := RSBox models: (1 to: 10).\n+c a...
Smalltalk
MIT License
objectprofile/roassal3
Added `RSColoredTreePalette`
461,951
27.01.2021 23:19:34
10,800
e7501f72013f7ee54b5af1890d701df1c0d4a722
Cleaning the method comment
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "new_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "diff": "@@ -137,29 +137,33 @@ RSMondrian >> nodes: objects forEach: oneArgBlock [\n\"Add a new node represengint an object to the view. The node is a containe...
Smalltalk
MIT License
objectprofile/roassal3
Cleaning the method comment
461,951
27.01.2021 23:27:17
10,800
fd8334c26fc0488ea6df4c158a2ab0390d2dfe00
cleaning avoiding nested nodes to be draggable
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "new_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "diff": "@@ -5,8 +5,9 @@ Class {\n'canvas',\n'layoutBuilder',\n'shapeBuilder',\n- 'edgeBuilder',\n- 'nodesForLayout'\n+ 'nodesForLayout',\n+ 'lineBuilder',\n+ ...
Smalltalk
MIT License
objectprofile/roassal3
- cleaning - avoiding nested nodes to be draggable
461,949
28.01.2021 12:21:26
10,800
7dfbd90bc5bb71e98ade3f4dca753d7405bc567f
fix inspector for pharo8
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Inspector-Tests/RSSelectionPresentationTest.class.st", "new_path": "src/Roassal3-Inspector-Tests/RSSelectionPresentationTest.class.st", "diff": "@@ -27,7 +27,10 @@ RSSelectionPresentationTest >> testCanvasInspect [\nc := RSCanvas new.\nc add: RSBo...
Smalltalk
MIT License
objectprofile/roassal3
fix inspector for pharo8
461,949
29.01.2021 03:01:41
10,800
c3ae792719061945884e362bf9b23db508a298ab
Update for roassal3 key events
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSKeyNavigationCanvas.class.st", "new_path": "src/Roassal3-Interaction/RSKeyNavigationCanvas.class.st", "diff": "@@ -41,12 +41,12 @@ RSKeyNavigationCanvas >> processKeyDown: evt [\nkeyName = #I ifTrue: [ ^ self zoomIn: evt canvas ].\nk...
Smalltalk
MIT License
objectprofile/roassal3
Update for roassal3 key events
461,949
29.01.2021 04:46:11
10,800
f0c2bde478360c672222649a3742b9618778d56b
Added RSMonitoEvents
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Animation/RSAbstractAnimation.class.st", "new_path": "src/Roassal3-Animation/RSAbstractAnimation.class.st", "diff": "@@ -37,6 +37,11 @@ RSAbstractAnimation >> allDuration [\nifFalse: [ self loops ])\n]\n+{ #category : #announcer }\n+RSAbstractAnim...
Smalltalk
MIT License
objectprofile/roassal3
Added RSMonitoEvents
461,951
03.02.2021 16:57:41
10,800
95840c91ab3c71bf2c3d454cfafd49e60c6411c5
Small fixes in some method comments
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Animation/RSTransitionAnimation.class.st", "new_path": "src/Roassal3-Animation/RSTransitionAnimation.class.st", "diff": "@@ -59,7 +59,7 @@ RSTransitionAnimation >> initialize [\nRSTransitionAnimation >> on: object set: setSelector [\n\"Key method ...
Smalltalk
MIT License
objectprofile/roassal3
Small fixes in some method comments
461,949
11.02.2021 18:05:29
10,800
ce079d7d326a62b00b43ea4abbd08a1eb8c4c63f
Small fixes for roassal3
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSTEdge.trait.st", "new_path": "src/Roassal3-Shapes/RSTEdge.trait.st", "diff": "@@ -82,6 +82,11 @@ RSTEdge >> joinRound [\nself shape joinRound\n]\n+{ #category : #'public - shape' }\n+RSTEdge >> marker: aMarker [\n+ self shape marker: aMar...
Smalltalk
MIT License
objectprofile/roassal3
Small fixes for roassal3
461,949
12.02.2021 18:28:40
10,800
115b329466d334d69d595712bf21c056037862a3
Added a basic control for cycles in tree layouts
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts-Tests/RSHorizontalTreeLayoutTest.class.st", "new_path": "src/Roassal3-Layouts-Tests/RSHorizontalTreeLayoutTest.class.st", "diff": "@@ -39,3 +39,37 @@ RSHorizontalTreeLayoutTest >> testBasicWithVerticalGap [\nRSHorizontalTreeLayout new vert...
Smalltalk
MIT License
objectprofile/roassal3
Added a basic control for cycles in tree layouts
461,949
12.02.2021 18:54:09
10,800
fa4a06ef3c61d9cdc9462662687264fda0a4614f
Fixed deprecated method
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -199,12 +199,12 @@ RSAnimationExamples >> example05ElasticEllipses [\nang := random next * Float pi * 2.\nshape position: radius ...
Smalltalk
MIT License
objectprofile/roassal3
Fixed deprecated method
461,951
13.02.2021 23:10:57
-3,600
d2e9ef32f591d2ca31bbec284dbd9ba7fa11c1e8
Minor improvement of `RSColoredTreePalette`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Colors/RSColoredTreePalette.class.st", "new_path": "src/Roassal3-Colors/RSColoredTreePalette.class.st", "diff": "@@ -46,7 +46,8 @@ Class {\n#superclass : #RSObject,\n#instVars : [\n'shapes',\n- 'totalNumberOfLeaves'\n+ 'totalNumberOfLeaves',\n+ 'a...
Smalltalk
MIT License
objectprofile/roassal3
Minor improvement of `RSColoredTreePalette`
461,951
14.02.2021 18:41:30
-3,600
ac0494ff702e1a265bb063a312ecf3b9c52e4457
Make `RSMondrian` happy with the new Spec inspector
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "new_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "diff": "@@ -77,6 +77,22 @@ RSMondrian >> initialize [\ndepth := 0\n]\n+{ #category : #visualization }\n+RSMondrian >> inspectorVisualization [\n+ <inspectorPr...
Smalltalk
MIT License
objectprofile/roassal3
Make `RSMondrian` happy with the new Spec inspector
461,951
14.02.2021 18:54:20
-3,600
2808bc26f6ebd3d889a25bceb4037c7bd34de0ac
improved a method comment
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSNormalizer.class.st", "new_path": "src/Roassal3-Shapes/RSNormalizer.class.st", "diff": "@@ -149,26 +149,23 @@ c\n{ #category : #'instance creation' }\nRSNormalizer class >> fontSize [\n\"Here is example\n--=-=-=-=-=-=-=\n-v := RSView new....
Smalltalk
MIT License
objectprofile/roassal3
improved a method comment
461,951
14.02.2021 18:54:38
-3,600
1035feecce3f570bdf2015d9e71ac807e7694008
Added a useful method in `RSMondrian`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "new_path": "src/Roassal3-Mondrian/RSMondrian.class.st", "diff": "+\"\n+```\n+m := RSMondrian new.\n+m shape label color: Color blue translucent.\n+m nodes: Collection withAllSubclasses.\n+m line connectToAll: #depen...
Smalltalk
MIT License
objectprofile/roassal3
Added a useful method in `RSMondrian`
461,949
18.02.2021 16:08:01
10,800
aba8c6c2c5ddf213ef52fefe18c0248fbd80cd1e
fixed error from release tests
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction-Tests/RSElasticBoxTest.class.st", "new_path": "src/Roassal3-Interaction-Tests/RSElasticBoxTest.class.st", "diff": "@@ -10,9 +10,10 @@ Class {\n#category : #'Roassal3-Interaction-Tests-ElasticBox'\n}\n-{ #category : #tests }\n+{ #catego...
Smalltalk
MIT License
objectprofile/roassal3
fixed error from release tests
461,949
18.02.2021 16:34:44
10,800
c9d416046b33036d96fa4cb3db801f80256e4c1a
added a shapes inspector for sp2 and fix for #showEdges:using:
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Inspector/RSCanvas.extension.st", "new_path": "src/Roassal3-Inspector/RSCanvas.extension.st", "diff": "@@ -60,3 +60,22 @@ RSCanvas >> inspectorContext: aRSContext [\npropertyAt: RSAbstractContext name asSymbol\nput: aRSContext\n]\n+\n+{ #category ...
Smalltalk
MIT License
objectprofile/roassal3
added a shapes inspector for sp2 and fix for #showEdges:using:
461,951
23.02.2021 09:59:20
-3,600
6b136fbf2d0ad313e3da55b10f10d71a58ec3995
Renaming edges -> lines
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "new_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "diff": "@@ -41,7 +41,7 @@ RSHighlightableExamples >> example02ElementEdges [\n| canvas shapes interaction color |\ncanvas := RSCanva...
Smalltalk
MIT License
objectprofile/roassal3
Renaming edges -> lines
461,951
23.02.2021 15:06:40
-3,600
532bddb7c7a8c937daa4ee03ffcdbe0e0315a8fd
Improvement of Chart
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart/RSAbstractPlot.class.st", "new_path": "src/Roassal3-Chart/RSAbstractPlot.class.st", "diff": "@@ -141,7 +141,7 @@ RSAbstractPlot >> x: aCollection y: aCollection2 [\n\"Define a plot with the X and Y coordinates. Both X and Y are collections o...
Smalltalk
MIT License
objectprofile/roassal3
Improvement of Chart
461,951
23.02.2021 15:21:59
-3,600
72c777d6f75a0eebf0d48d518b1357539e920bfa
improvement of the script of the day
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-ScriptOfTheDay/RSScriptOfTheDay.class.st", "new_path": "src/Roassal3-ScriptOfTheDay/RSScriptOfTheDay.class.st", "diff": "@@ -47,13 +47,10 @@ RSScriptOfTheDay >> loadDiscordSt [\n{ #category : #'as yet unclassified' }\nRSScriptOfTheDay >> runMe [\n...
Smalltalk
MIT License
objectprofile/roassal3
improvement of the script of the day
461,951
23.02.2021 16:40:12
-3,600
d0afd15b3eafc2a8ad01a276dd03d7f7d45223bf
improved a bit a sunburst example
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Sunburst-Examples/RSSunburstExamples.class.st", "new_path": "src/Roassal3-Sunburst-Examples/RSSunburstExamples.class.st", "diff": "@@ -75,6 +75,7 @@ RSSunburstExamples >> example05BezierEdges [\nsb canvas @ RSCanvasController.\nRSLineBuilder sunbu...
Smalltalk
MIT License
objectprofile/roassal3
improved a bit a sunburst example
461,951
24.02.2021 11:12:03
-3,600
9849e862d36aff28255988e5f76578fe97b5edb5
Better integration with the Spec inspector
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Inspector/RSCanvas.extension.st", "new_path": "src/Roassal3-Inspector/RSCanvas.extension.st", "diff": "@@ -31,6 +31,12 @@ RSCanvas >> inspectorCanvas [\nyourself\n]\n+{ #category : #'*Roassal3-Inspector' }\n+RSCanvas >> inspectorCanvasContext: aCo...
Smalltalk
MIT License
objectprofile/roassal3
Better integration with the Spec inspector
461,951
24.02.2021 11:14:35
-3,600
4e301a22277dc8db9ad6606a2241cb69cfc639d1
Improvement of building shapes
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSShape.class.st", "new_path": "src/Roassal3/RSShape.class.st", "diff": "@@ -50,6 +50,16 @@ RSShape class >> model: anObject [\n^ self new model: anObject\n]\n+{ #category : #accessing }\n+RSShape class >> model: anObject forIt: aOneArgBlock [\n+ ...
Smalltalk
MIT License
objectprofile/roassal3
Improvement of building shapes
461,951
24.02.2021 14:37:36
-3,600
e66fed72bb66fd97d4e890d7bf3ff75c28643aef
Stupid improvement of ForceBasedLayout. How could it be that it had this flaw for so many years?
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "new_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "diff": "@@ -119,14 +119,16 @@ RSForceBasedLayout >> currentQuadtree [\n]\n{ #category : #hook }\n-RSForceBasedLayout >> doExecute: nodeElements ...
Smalltalk
MIT License
objectprofile/roassal3
Stupid improvement of ForceBasedLayout. How could it be that it had this flaw for so many years?
461,949
24.02.2021 12:01:20
10,800
1450876b2cafdcdb657cc9c274e801d80ab6eb89
Added Timeline to roassal3 with a 2 new examples
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Chart-Examples/RSTimelineExample.class.st", "diff": "+\"\n+Examples related to timeline\n+\"\n+Class {\n+ #name : #RSTimelineExample,\n+ #superclass : #RSAbstractExamples,\n+ #category : #'Roassal3-Chart-Examples'\n+}\n+\n+{ #catego...
Smalltalk
MIT License
objectprofile/roassal3
Added Timeline to roassal3 with a 2 new examples
461,951
24.02.2021 16:53:19
-3,600
fe9ea6177ff48bc5d99b88cf733cba393e5c1d3c
added incoming and outgoing shapes
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Global-Tests/RSShapeTest.class.st", "new_path": "src/Roassal3-Global-Tests/RSShapeTest.class.st", "diff": "@@ -13,6 +13,34 @@ RSShapeTest >> testHasModel [\nself deny: RSLine new hasModel.\n]\n+{ #category : #tests }\n+RSShapeTest >> testIncomingA...
Smalltalk
MIT License
objectprofile/roassal3
added incoming and outgoing shapes
461,951
24.02.2021 17:51:54
-3,600
0a60f381babd83b2839df1606eec35cb881d6197
Added clustering layout. Very useful!
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Layouts-Tests/RSClusteringLayoutTest.class.st", "diff": "+Class {\n+ #name : #RSClusteringLayoutTest,\n+ #superclass : #TestCase,\n+ #category : #'Roassal3-Layouts-Tests'\n+}\n+\n+{ #category : #tests }\n+RSClusteringLayoutTest >> t...
Smalltalk
MIT License
objectprofile/roassal3
- Added clustering layout. Very useful!
461,951
24.02.2021 21:03:30
-3,600
d3d9af21c4df6f48317b9d7e7fe9c80409ccff0f
minor fix in a test
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts-Tests/RSClusteringLayoutTest.class.st", "new_path": "src/Roassal3-Layouts-Tests/RSClusteringLayoutTest.class.st", "diff": "@@ -22,5 +22,49 @@ RSConditionalLayout new\nforEachLayout: RSTreeLayout new);\non: nodes.\n- self assert: (nodes col...
Smalltalk
MIT License
objectprofile/roassal3
minor fix in a test
461,951
24.02.2021 21:25:16
-3,600
c849ce87a25d08f84cffa74adb06f22842aa11f3
Working on the clustering layout
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts-Tests/RSClusteringLayoutTest.class.st", "new_path": "src/Roassal3-Layouts-Tests/RSClusteringLayoutTest.class.st", "diff": "@@ -68,3 +68,33 @@ RSClusteringLayoutTest >> testBasic [\nat: 41 put: 91.0 @ 57.5;\nyourself)\n]\n+\n+{ #category : ...
Smalltalk
MIT License
objectprofile/roassal3
Working on the clustering layout
461,949
25.02.2021 02:38:27
10,800
3d6bd932ee51546720887cd49abc9ee888164258
Added a flag in order to disable cycles check
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts-Tests/RSTreeLayoutTest.class.st", "new_path": "src/Roassal3-Layouts-Tests/RSTreeLayoutTest.class.st", "diff": "@@ -71,5 +71,6 @@ RSTreeLayoutTest >> testCycles [\n$c -> $d.\n$d -> $a}. \"cycle\"\nself should: [RSTreeLayout on: shapes] rais...
Smalltalk
MIT License
objectprofile/roassal3
Added a flag in order to disable cycles check
461,949
25.02.2021 04:20:11
10,800
5b1b3b92f4a9c424aa02c37b5cecc6343d9ab435
Added double bar plot
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Examples/RSBarChartExample.class.st", "new_path": "src/Roassal3-Chart-Examples/RSBarChartExample.class.st", "diff": "@@ -227,3 +227,28 @@ RSBarChartExample >> example06BarAnimation [\n^ canvas\n]\n+\n+{ #category : #examples }\n+RSBarChartEx...
Smalltalk
MIT License
objectprofile/roassal3
Added double bar plot
461,951
25.02.2021 11:35:03
-3,600
df350d5aca5d86a4866255d0b27550a76b4e0b93
Added allConnectedShapes
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Global-Tests/RSShapeTest.class.st", "new_path": "src/Roassal3-Global-Tests/RSShapeTest.class.st", "diff": "@@ -4,6 +4,40 @@ Class {\n#category : #'Roassal3-Global-Tests-Shapes'\n}\n+{ #category : #tests }\n+RSShapeTest >> testAllConnectedShapes [\...
Smalltalk
MIT License
objectprofile/roassal3
Added allConnectedShapes
461,951
25.02.2021 11:35:19
-3,600
2a3910b0e0448b9da6df6dc439e273acc46b4e0a
Worked on the clustering layout
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts-Tests/RSClusteringLayoutTest.class.st", "new_path": "src/Roassal3-Layouts-Tests/RSClusteringLayoutTest.class.st", "diff": "@@ -24,49 +24,7 @@ RSClusteringLayoutTest >> testBasic [\nself\nassert: (nodes collect: #position) asArray\n- equals...
Smalltalk
MIT License
objectprofile/roassal3
Worked on the clustering layout
461,951
27.02.2021 09:04:37
-3,600
6ae8443e03d3d91fea7d5fea5f58e7a78689f453
Added a guard in the animation
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Animation-Tests/RSPAnimationTest.class.st", "new_path": "src/Roassal3-Animation-Tests/RSPAnimationTest.class.st", "diff": "@@ -83,3 +83,19 @@ RSPAnimationTest >> testDelay [\n(Delay forMilliseconds: 201) wait.\nself assert: animation isDelayDone.\...
Smalltalk
MIT License
objectprofile/roassal3
Added a guard in the animation
461,951
01.03.2021 14:17:52
-3,600
489265c0db36d37c9837ee14a84136b5d0c1b06c
cleaning added a useful method for the visit
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-GraphViz/RSAbstractDotConverter.class.st", "new_path": "src/Roassal3-GraphViz/RSAbstractDotConverter.class.st", "diff": "@@ -54,6 +54,12 @@ RSAbstractDotConverter >> visitGroup: aRSGroup [\n]\n+{ #category : #visiting }\n+RSAbstractDotConverter >>...
Smalltalk
MIT License
objectprofile/roassal3
- cleaning - added a useful method for the visit
461,951
01.03.2021 14:33:50
-3,600
dc1ff40e33533b885b2a437a7bb00f9785f5dfc0
Fix in the test. The CI should now be happy
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts-Tests/RSClusteringLayoutTest.class.st", "new_path": "src/Roassal3-Layouts-Tests/RSClusteringLayoutTest.class.st", "diff": "@@ -7,13 +7,20 @@ Class {\n{ #category : #tests }\nRSClusteringLayoutTest >> testBasic [\n- | m nodes |\n- m := RSMo...
Smalltalk
MIT License
objectprofile/roassal3
Fix in the test. The CI should now be happy
461,951
01.03.2021 16:05:29
-3,600
c4fb654f5f580e5ff39f5a54225e74a463c1b458
integrating the graphViz layouts
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-GraphViz/RSGraphVizExamples.class.st", "new_path": "src/Roassal3-GraphViz/RSGraphVizExamples.class.st", "diff": "@@ -118,7 +118,7 @@ RSGraphVizExamples >> example03Basic [\nfrom: canvas nodes first;\nto: canvas nodes second;\nyourself).\n- convert...
Smalltalk
MIT License
objectprofile/roassal3
integrating the graphViz layouts
461,957
02.03.2021 16:36:04
10,800
1b07e56831c33140de4c1fa742c0088a23938d85
Add a inspector page for RSShape
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Inspector/RSShape.extension.st", "new_path": "src/Roassal3-Inspector/RSShape.extension.st", "diff": "@@ -17,3 +17,12 @@ RSShape >> gtInspectorCanvasIn: composite [\ntitle: ['Shape'];\ninitializeCanvas: [ self gtCanvasForInspector ]\n]\n+\n+{ #cate...
Smalltalk
MIT License
objectprofile/roassal3
Add a inspector page for RSShape
461,949
02.03.2021 19:06:05
10,800
a64264901084cb25e17b3f1b42da90d8c0420275
Added an accessor for scale in graphviz
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-GraphViz/RSGraphVizLayout.class.st", "new_path": "src/Roassal3-GraphViz/RSGraphVizLayout.class.st", "diff": "@@ -5,7 +5,8 @@ Class {\n#name : #RSGraphVizLayout,\n#superclass : #RSLineDrivenLayout,\n#instVars : [\n- 'dotConverter'\n+ 'dotConverter'...
Smalltalk
MIT License
objectprofile/roassal3
Added an accessor for scale in graphviz
461,949
02.03.2021 19:35:59
10,800
306b2a5a0baf2013429b0106c597d746403b0116
Cleanning and fix for GraphVizLayout and GraphVizLayout line
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-GraphViz/RSGraphVizLayout.class.st", "new_path": "src/Roassal3-GraphViz/RSGraphVizLayout.class.st", "diff": "@@ -82,16 +82,25 @@ RSGraphVizLayout >> initialize [\nself scale: 70\n]\n+{ #category : #hook }\n+RSGraphVizLayout >> pointsFor: line [\n+...
Smalltalk
MIT License
objectprofile/roassal3
Cleanning and fix for GraphVizLayout and GraphVizLayout line
461,951
03.03.2021 14:17:35
-3,600
b1cd577ae2f9aa1c216e32eb67c59c033859b642
the initial scale needs to be negative
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-GraphViz/RSGraphVizLayout.class.st", "new_path": "src/Roassal3-GraphViz/RSGraphVizLayout.class.st", "diff": "@@ -79,7 +79,7 @@ RSGraphVizLayout >> dotConverter: aRSDotConverter [\nRSGraphVizLayout >> initialize [\nsuper initialize.\nself dotConver...
Smalltalk
MIT License
objectprofile/roassal3
the initial scale needs to be negative
461,949
05.03.2021 14:57:52
10,800
f94d9b8d559919d14fb1d2406040687452ca021a
Working win label decoration in RSChart and RSDoubleBarPlot
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Examples/RSBarChartExample.class.st", "new_path": "src/Roassal3-Chart-Examples/RSBarChartExample.class.st", "diff": "@@ -231,7 +231,7 @@ RSBarChartExample >> example06BarAnimation [\n{ #category : #examples }\nRSBarChartExample >> example07D...
Smalltalk
MIT License
objectprofile/roassal3
Working win label decoration in RSChart and RSDoubleBarPlot