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
13.05.2019 02:28:39
14,400
499df822176c96b87495ce046a6f27726b603e31
update new example with roassal3 letters
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -2389,6 +2389,73 @@ RSAnimationExamples >> example39ForceLayout [\n]\n+{ #category : #examples }\n+RSAnimationExamples >> example...
Smalltalk
MIT License
objectprofile/roassal3
update new example with roassal3 letters
461,949
14.05.2019 03:31:16
14,400
728e6be4d6ad040dfb9405d6d18ac39ce44e65ad
Update example for RSMenuActivable
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -28,9 +28,11 @@ BaselineOfRoassal3 >> baseline: spec [\npackage: #'Roassal3-Trachel-Shapes';\npackage: #'Roassal3' with: [spec re...
Smalltalk
MIT License
objectprofile/roassal3
Update example for RSMenuActivable
461,949
14.05.2019 05:02:29
14,400
5668044f72ed4b26ee6a5dc28c2560a685161303
New events for scale in canvas camera
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Interaction/RSKeepBorderWidthRatio.class.st", "diff": "+\"\n+I am a simple interaction that allows to shapes keep size ratio or with in the case of the border\n+\"\n+Class {\n+ #name : #RSKeepBorderWidthRatio,\n+ #superclass : #RSIn...
Smalltalk
MIT License
objectprofile/roassal3
New events for scale in canvas camera
461,949
14.05.2019 15:45:10
14,400
7353a2c24a4c8b2c8bf2b15c350261b132f6cbec
update examples for speed with showEncompassingRectangles
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -520,7 +520,7 @@ RSAnimationExamples >> example08ElasticEllipses [\n]\n-{ #category : #examples }\n+{ #category : #lines }\nRSAni...
Smalltalk
MIT License
objectprofile/roassal3
update examples for speed with showEncompassingRectangles
461,949
14.05.2019 20:21:23
14,400
c48e57358b44ee0f28b5629a0d28999c83df1c79
update encompassingRectangle for shapes now shapes have 2 rectangles, the basic and the transformed or the encompassingRectangle
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -1557,13 +1557,13 @@ RSAnimationExamples >> example24Lines [\nelements := shape elementsOn: (0 to: 359 by: 5).\nv addAll: element...
Smalltalk
MIT License
objectprofile/roassal3
update encompassingRectangle for shapes now shapes have 2 rectangles, the basic and the transformed or the encompassingRectangle
461,949
14.05.2019 22:48:37
14,400
f89b2ec86274386e7e5b648ca07636fe1ff11210
added new interaction RSLightShapesView
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -780,3 +780,44 @@ RSShapeExamples >> example22ScaleEvents [\nRSHorizontalTreeLayout new on: v elements.\nv open setLabel: 'Horizontal Tre...
Smalltalk
MIT License
objectprofile/roassal3
added new interaction RSLightShapesView
461,949
17.05.2019 01:16:39
14,400
059f7e70bf0ef99436a5ad0b3df8323cb9b97cb5
update new method for RSElement hasEdges
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSControlsView.class.st", "new_path": "src/Roassal3-Interaction/RSControlsView.class.st", "diff": "@@ -77,18 +77,20 @@ RSControlsView >> noResizeCanvas [\n{ #category : #hooks }\nRSControlsView >> onElement: aView [\n+ | rect |\naView ...
Smalltalk
MIT License
objectprofile/roassal3
update new method for RSElement hasEdges
461,949
17.05.2019 01:50:41
14,400
4438dd8116dc07618346a73d3099a9ce87f6018e
Composite now returns parent's camera
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Tests/RSRoassalTest.class.st", "new_path": "src/Roassal3-Tests/RSRoassalTest.class.st", "diff": "@@ -39,12 +39,12 @@ RSRoassalTest >> testCommands [\n{ #category : #'tests - elements' }\nRSRoassalTest >> testHasEdges [\n- | e1 e2 edge |\n+ | e1 e2...
Smalltalk
MIT License
objectprofile/roassal3
Composite now returns parent's camera
461,949
17.05.2019 02:30:55
14,400
8fb8e2329077e3f58fccbbb3284a6aa4c496f1d2
Update new example for highlightable label
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -821,3 +821,37 @@ RSShapeExamples >> example23LightShapes [\nv @ RSLightShapesView.\nv open\n]\n+\n+{ #category : #shapes }\n+RSShapeExam...
Smalltalk
MIT License
objectprofile/roassal3
Update new example for highlightable label
461,949
17.05.2019 03:24:29
14,400
0729c99e1574ca7644feb2371441b27f2ce26066
Labeled knows the target element
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSLabeled.class.st", "new_path": "src/Roassal3-Interaction/RSLabeled.class.st", "diff": "@@ -18,7 +18,7 @@ Class {\n{ #category : #hooks }\nRSLabeled >> createLabel: anElement [\n| label v color set targetLabel |\n- label := shape elem...
Smalltalk
MIT License
objectprofile/roassal3
Labeled knows the target element
461,949
17.05.2019 14:59:44
14,400
e412091cee272bd43683ddc166f066e563504a3a
update issue with mouseleave for small morphs
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Trachel/TSAthensMorph.class.st", "new_path": "src/Roassal3-Trachel/TSAthensMorph.class.st", "diff": "@@ -503,6 +503,8 @@ TSAthensMorph >> trMouseEnter: aMorphicEvent [\nTSAthensMorph >> trMouseLeave: aMorphicEvent [\n| trEvent |\ntrEvent := self e...
Smalltalk
MIT License
objectprofile/roassal3
update issue with mouseleave for small morphs
461,949
17.05.2019 17:07:08
14,400
d85a9f73f6604758d6b7756b7439e37d2a4d2f5e
Update RSMenuActivable without highlightable
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSControlsView.class.st", "new_path": "src/Roassal3-Interaction/RSControlsView.class.st", "diff": "@@ -94,7 +94,7 @@ RSControlsView >> onElement: aView [\nwhen: TSKeyUp do: [ :evt | self processKeyUp: evt ].\nself addLegendOn: aView.\n...
Smalltalk
MIT License
objectprofile/roassal3
Update RSMenuActivable without highlightable
461,949
22.05.2019 17:35:12
14,400
5338d955c01d3ec340566a2329a702a787958621
Update new interaction RSHighlightable
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "diff": "+\"\n+Basic examples about highlighting\n+\"\n+Class {\n+ #name : #RSHighlightableExamples,\n+ #superclass : #RSObject,\n+ #category : #'Roassal3-Examples'\n+}\n+\n+{ #category : ...
Smalltalk
MIT License
objectprofile/roassal3
Update new interaction RSHighlightable
461,951
22.05.2019 19:04:14
14,400
c1c5e34d91660d7748e84c5b64de3cfb171e0d94
First draft of an inspector for Roassal3
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Inspector/RSInspectable.class.st", "diff": "+Class {\n+ #name : #RSInspectable,\n+ #superclass : #RSInteraction,\n+ #instVars : [\n+ 'selectedElement',\n+ 'highlightable',\n+ 'inspectorWindow',\n+ 'inspectElementBlock'\n+ ],\n+ #cat...
Smalltalk
MIT License
objectprofile/roassal3
First draft of an inspector for Roassal3
461,949
23.05.2019 20:37:09
14,400
76b65de3c98c18ff820f218741f55d900beb0072
Update to fix funny error with cornerRadii in polyline and polygon
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Trachel/TSAthensRenderer.class.st", "new_path": "src/Roassal3-Trachel/TSAthensRenderer.class.st", "diff": "@@ -34,8 +34,9 @@ TSAthensRenderer >> applyRadius: radius on: controlPoints from: start to: end [\nangle := sinA arcSin.\nradDir := 1.\ndraw...
Smalltalk
MIT License
objectprofile/roassal3
Update to fix funny error with cornerRadii in polyline and polygon
461,951
24.05.2019 06:58:43
14,400
6188aa5f3ab923d61d8a6c88497f86a8c49cbcaa
added travis files
[ { "change_type": "ADD", "old_path": null, "new_path": ".smalltalk.ston", "diff": "+SmalltalkCISpec {\n+ #loading : [\n+ SCIMetacelloLoadSpec {\n+ #baseline : 'Roassal3',\n+ #directory : 'src',\n+ #platforms : [ #pharo ]\n+ }\n+ ],\n+\n+ #testing : {\n+ #packages: : [ 'Roassal3-Tests'\n+ ],\n+ #defau...
Smalltalk
MIT License
objectprofile/roassal3
added travis files
461,951
24.05.2019 07:50:00
14,400
37eb8a2f21040113d6357aaaf1afef00c73fffa6
Undoing the canvas branch.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSPopup.class.st", "new_path": "src/Roassal3-Interaction/RSPopup.class.st", "diff": "@@ -81,6 +81,10 @@ RSPopup >> onElement: anElement [\n{ #category : #hooks }\nRSPopup >> removePopupOn: evt [\n| att popup view |\n+ \"It may happen t...
Smalltalk
MIT License
objectprofile/roassal3
Undoing the canvas branch.
461,951
25.05.2019 14:54:08
14,400
e275bc51c52872cb9f181421cc0d65202197d43f
Added relevant methods in Class, CompiledMethod, and RPackage. Added some comments
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSLabeled.class.st", "new_path": "src/Roassal3-Interaction/RSLabeled.class.st", "diff": "@@ -38,6 +38,19 @@ RSLabeled >> createLabel: anElement [\n{ #category : #'public - configuration' }\nRSLabeled >> highlightable [\n+ \"Make the la...
Smalltalk
MIT License
objectprofile/roassal3
- Added relevant methods in Class, CompiledMethod, and RPackage. - Added some comments
461,951
25.05.2019 15:38:34
14,400
a8970cd80fc39439b8d80a6a07ac73eff7e90268
Minor improvement in the RSAbstractBuilder class. Nothing big Added a new package, Roassal3-ApplicationMatrix Added some examples in TSLabel
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-ApplicationMatrix/RTAMItem.class.st", "diff": "+Class {\n+ #name : #RTAMItem,\n+ #superclass : #Object,\n+ #instVars : [\n+ 'itemName',\n+ 'row',\n+ 'column',\n+ 'tags',\n+ 'model',\n+ 'color'\n+ ],\n+ #category : #'Roassal3-Applica...
Smalltalk
MIT License
objectprofile/roassal3
- Minor improvement in the RSAbstractBuilder class. Nothing big - Added a new package, Roassal3-ApplicationMatrix - Added some examples in TSLabel
461,951
25.05.2019 16:58:59
14,400
e5b2ddd1f8790ab1bb236ea67d0610f376d0dc86
Added a utility method in String improved DSM
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-DSM/RSAbstractDSM.class.st", "new_path": "src/Roassal3-DSM/RSAbstractDSM.class.st", "diff": "@@ -17,7 +17,8 @@ Class {\n'xinteraction',\n'yinteraction',\n'labelShapeX',\n- 'labelShapeY'\n+ 'labelShapeY',\n+ 'shouldFeedX'\n],\n#category : #'Roassal...
Smalltalk
MIT License
objectprofile/roassal3
- Added a utility method in String - improved DSM
461,951
26.05.2019 09:35:39
14,400
2bc748753199eba85f7287f16ae3e4690bf9e57e
improved a bit the example
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-DSM/RSDSMExample.class.st", "new_path": "src/Roassal3-DSM/RSDSMExample.class.st", "diff": "@@ -356,11 +356,12 @@ RSDSMExample >> exampleToken [\ngetKeywordsFromClass := [ :cls | (cls name cutCamelCase, ((((cls methods collect: #selector) flatColle...
Smalltalk
MIT License
objectprofile/roassal3
improved a bit the example
461,949
05.06.2019 17:12:57
14,400
8114bb776759008efcfd841cce713474f56b875f
Update examples for roassal3
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-DSM/RSAbstractDSM.class.st", "new_path": "src/Roassal3-DSM/RSAbstractDSM.class.st", "diff": "@@ -54,27 +54,15 @@ RSAbstractDSM >> addLabelsLeft [\n{ #category : #UI }\nRSAbstractDSM >> addLabelsTop [\n- | es theModel lbl labels deltaY |\n+ | es la...
Smalltalk
MIT License
objectprofile/roassal3
Update examples for roassal3
461,951
05.06.2019 19:34:55
14,400
0d00c77c66fdf847899211896f0c18e84f1a8474
Added a few examples
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -855,3 +855,52 @@ RSShapeExamples >> example24Highlightable [\nv @ RSControlsView.\nv open.\n]\n+\n+{ #category : #shapes }\n+RSShapeExam...
Smalltalk
MIT License
objectprofile/roassal3
Added a few examples
461,949
07.06.2019 15:10:50
14,400
1d243a90c5c981eeed1ff33fb4a23a9960e90aee
update paint for shapes
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Tests/RSPopupTest.class.st", "new_path": "src/Roassal3-Tests/RSPopupTest.class.st", "diff": "@@ -34,6 +34,9 @@ RSPopupTest >> testPopupOnElementNotAddedToAView [\n{ #category : #tests }\nRSPopupTest >> testWithPopup [\nelements @ RSPopup.\n- eleme...
Smalltalk
MIT License
objectprofile/roassal3
update paint for shapes
461,949
07.06.2019 15:14:28
14,400
e0f3ed123e1f0534b1a75f25453e3711664f8509
update small example
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -858,7 +858,7 @@ RSShapeExamples >> example24Highlightable [\n{ #category : #shapes }\nRSShapeExamples >> example25BimetricLineOnLargeExa...
Smalltalk
MIT License
objectprofile/roassal3
update small example
461,949
11.06.2019 17:16:04
14,400
85e64c2d98bf240fad7882a60bdd1627c0a4bbf9
Update legend on demand with new interaction RSAnimatedPopup
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSLegendExamples.class.st", "new_path": "src/Roassal3-Examples/RSLegendExamples.class.st", "diff": "@@ -28,8 +28,9 @@ RSLegendExamples >> example02Border [\nb := RSLegendBuilder new.\nb text: 'Circle = classes, size = number of methods; g...
Smalltalk
MIT License
objectprofile/roassal3
Update legend on demand with new interaction RSAnimatedPopup
461,949
11.06.2019 17:39:12
14,400
57ab8b822161a48b9d6442f8866c147d318efb56
Fix small issue with RSLegendBuilder padding
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSAnimatedPopup.class.st", "new_path": "src/Roassal3-Interaction/RSAnimatedPopup.class.st", "diff": "@@ -31,6 +31,7 @@ RSAnimatedPopup >> translatePopup: popup event: evt [\nifTrue: [ p := (canvasExtent x - side - 5)@ p y ].\npopup tra...
Smalltalk
MIT License
objectprofile/roassal3
Fix small issue with RSLegendBuilder padding
461,949
11.06.2019 19:55:06
14,400
d2306d9b8d3b23a177d6727502e96c0f4a21300e
update small changes for elements and edges management
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "new_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "diff": "@@ -152,7 +152,7 @@ RSHighlightable >> recordElements: elements [\nRSHighlightable >> recordIfNecessary: element [\n| att |\natt := el...
Smalltalk
MIT License
objectprofile/roassal3
update small changes for elements and edges management
461,949
14.06.2019 22:37:49
14,400
1c9a78abba50049ccfdbd16335357a9d99cbacc3
Update several classes, Highlighting, layouts an edge builder
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "new_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "diff": "@@ -6,17 +6,52 @@ Class {\n#superclass : #RSInteraction,\n#instVars : [\n'highlightElements',\n- 'highlightShape'\n+ 'highlightShape',...
Smalltalk
MIT License
objectprofile/roassal3
Update several classes, Highlighting, layouts an edge builder
461,949
15.06.2019 18:57:57
14,400
9d6eef05f57321c3168feecd72a50f5634cd7a74
Update RSRectanglePackLayout pair programming Martin Diaz
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSRectanglePackLayout.class.st", "new_path": "src/Roassal3-Layouts/RSRectanglePackLayout.class.st", "diff": "@@ -9,7 +9,8 @@ Class {\n'freeSpace',\n'gap',\n'padding',\n- 'bounds'\n+ 'bounds',\n+ 'preferredAngle'\n],\n#category : #'Roassal3...
Smalltalk
MIT License
objectprofile/roassal3
Update RSRectanglePackLayout pair programming Martin Diaz
461,951
16.06.2019 17:33:25
14,400
9ffc808a58d27244a408e17ed451f424e29e26e5
Fixing a subtle bug
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "new_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "diff": "@@ -221,10 +221,10 @@ RSHighlightable >> withEdges [\n{ #category : #public }\nRSHighlightable >> withIncomingEdges [\n- self highligh...
Smalltalk
MIT License
objectprofile/roassal3
Fixing a subtle bug
461,951
16.06.2019 17:50:28
14,400
8c56bed74cdcc9f3e9fccf252b3dbc66775cab05
Improved class comment
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSMenuActivable.class.st", "new_path": "src/Roassal3-Interaction/RSMenuActivable.class.st", "diff": "@@ -14,10 +14,7 @@ boxes := RSShapeBuilder composite\nelementsOn: (1 to: 100).\nv addAll: boxes.\nRSGridLayout on: boxes.\n-boxes do: ...
Smalltalk
MIT License
objectprofile/roassal3
Improved class comment
461,951
20.06.2019 07:10:16
14,400
62e3911843b770a120c504bedb9dcbf5459ce102
Added useful methods in RSNormalizer
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Utils/RSNormalizer.class.st", "new_path": "src/Roassal3-Utils/RSNormalizer.class.st", "diff": "@@ -58,6 +58,17 @@ v open\n]\n+{ #category : #'instance creation' }\n+RSNormalizer class >> height [\n+ | n |\n+ n := self new.\n+ n from: 5.\n+ n to: 1...
Smalltalk
MIT License
objectprofile/roassal3
Added useful methods in RSNormalizer
461,949
20.06.2019 15:48:23
14,400
586c810590a5405be711b4a94c5fe8b4a560fd44
Fix examples for roassal3
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSLegendExamples.class.st", "new_path": "src/Roassal3-Examples/RSLegendExamples.class.st", "diff": "@@ -200,11 +200,11 @@ RSLegendExamples >> example10Location [\npolymetricWidth: 'number of methods'\nheight: 'lines of code'\nbox: 'a Phar...
Smalltalk
MIT License
objectprofile/roassal3
Fix examples for roassal3
461,949
20.06.2019 17:40:38
14,400
40cc143d320c40a721999f584e0e35c92b520576
Added support por Roassa3 with spec
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -30,6 +30,7 @@ BaselineOfRoassal3 >> baseline: spec [\npackage: #'Roassal3-Interaction';\npackage: #'Roassal3-Utils';\npackage: #...
Smalltalk
MIT License
objectprofile/roassal3
Added support por Roassa3 with spec
461,951
22.06.2019 22:28:21
14,400
3fb15e3dbbc8d562f228576ccf4431deeec50b99
Make all the tests green again
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Tests/TSTransitionAnimationTest.class.st", "new_path": "src/Roassal3-Tests/TSTransitionAnimationTest.class.st", "diff": "@@ -65,7 +65,7 @@ TSTransitionAnimationTest >> testStepEvent [\nself assert: value isNil.\nself assert: loop equals: 0.\nself ...
Smalltalk
MIT License
objectprofile/roassal3
Make all the tests green again
461,949
25.06.2019 13:03:48
14,400
6021d5d9537b7481b0a152c7aa0244d77be609a2
Update rename and smallfixes for some examples with linepath
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -327,7 +327,7 @@ RSAnimationExamples >> example06Atom [\nonElement;\nmatrixDo: [ :e | [ :m | m rotateByRadians: e index * Float p...
Smalltalk
MIT License
objectprofile/roassal3
Update rename and smallfixes for some examples with linepath
461,949
25.06.2019 19:07:32
14,400
12b329ebd05f297883947393f69b7002170112a8
Added RSShapeBuilder >> multiline, this allows to creates multiline label shape
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSPopup.class.st", "new_path": "src/Roassal3-Interaction/RSPopup.class.st", "diff": "@@ -77,6 +77,7 @@ RSPopup >> initializeShape [\nshape := RSShapeBuilder composite shapes: [ :model |\n| l b |\nl := label elementOn: model.\n+ l trans...
Smalltalk
MIT License
objectprofile/roassal3
Added RSShapeBuilder >> multiline, this allows to creates multiline label shape
461,949
26.06.2019 02:31:57
14,400
071220f60867f2bd3b4da52c94d1b701129316b7
small uddate for multiline shape
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Trachel-Shapes/TSStrokeStyle.class.st", "new_path": "src/Roassal3-Trachel-Shapes/TSStrokeStyle.class.st", "diff": "@@ -30,6 +30,7 @@ TSStrokeStyle >> dashArray [\n{ #category : #accessing }\nTSStrokeStyle >> dashArray: array [\n+ self assert: arra...
Smalltalk
MIT License
objectprofile/roassal3
small uddate for multiline shape
461,949
26.06.2019 13:32:33
14,400
cfc7d021f6af5324f76adab1e77bf6b5701d4670
fix for RSPopup now supports multiline and maxScale and minScale for interactions with scale
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Interaction/RSAbstractScaleInteraction.class.st", "diff": "+\"\n+I define accessors for min and max scale value for some scale interactions\n+\"\n+Class {\n+ #name : #RSAbstractScaleInteraction,\n+ #superclass : #RSInteraction,\n+ #...
Smalltalk
MIT License
objectprofile/roassal3
fix for RSPopup now supports multiline and maxScale and minScale for interactions with scale
461,949
26.06.2019 16:54:41
14,400
16c3220b7edf37bef63e60c07d8b597f38af548a
update smallfix for issue
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Inspector/RSInspectable.class.st", "new_path": "src/Roassal3-Inspector/RSInspectable.class.st", "diff": "+\"\n+I allow to inspect another view or windows. It can be configurable to set the kind of view you want to inspect\n+\"\nClass {\n#name : #R...
Smalltalk
MIT License
objectprofile/roassal3
update smallfix for issue https://github.com/ObjectProfile/Roassal3/issues/42
461,949
27.06.2019 11:50:01
14,400
f0379b795d759750cbc74f8c57ba428d58921ceb
update in forcebased layout
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "new_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "diff": "@@ -118,13 +118,13 @@ RSForceBasedLayout >> doNotUseProgressBar [\nshouldUseProgressBar := false\n]\n-{ #category : #algorithm }\n+{ #ca...
Smalltalk
MIT License
objectprofile/roassal3
update in forcebased layout
461,957
27.06.2019 12:01:08
14,400
846a967cc9f091219d442306d289b1280e6b959d
Update: #if:actions was renamed to #if:then:
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-UML/RSUmlExamples.class.st", "new_path": "src/Roassal3-UML/RSUmlExamples.class.st", "diff": "@@ -124,7 +124,7 @@ RSUmlExamples >> example06CustomText [\ng ]).\nrenderer methodShape\ncolor: Color white;\n- if: #isOverridden actions: [ :s | s color:...
Smalltalk
MIT License
objectprofile/roassal3
Update: #if:actions was renamed to #if:then:
461,957
27.06.2019 12:07:09
14,400
b5bc9e2a939256be99e80137a88263d3a995bfc1
Refactoring in force layout: extract methods from #step
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "new_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "diff": "@@ -353,22 +353,33 @@ RSForceBasedLayout >> start: nodeElements [\n{ #category : #events }\nRSForceBasedLayout >> step [\n- \"run a step...
Smalltalk
MIT License
objectprofile/roassal3
Refactoring in force layout: extract methods from #step
461,957
27.06.2019 12:08:29
14,400
7bd3eafc23c59340659db8ce9b6945c268298f7f
Force layout: default center is 0@0 (fixed example too)
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -2382,7 +2382,7 @@ RSAnimationExamples >> example39ForceLayout [\nyourself.\nv animation repeat onStepDo: [ :t |\nlayout step ].\...
Smalltalk
MIT License
objectprofile/roassal3
Force layout: default center is 0@0 (fixed example too)
461,957
27.06.2019 12:43:39
14,400
066da6ff200d8cb611a27eadb689df62309fedb4
Add RSRectangleForceLayout
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -2575,6 +2575,40 @@ for Pharo 7 and Pharo 8.'.\n\"TODO add animation to line3 and line4, hide and remove with animation these ele...
Smalltalk
MIT License
objectprofile/roassal3
Add RSRectangleForceLayout
461,957
27.06.2019 13:11:12
14,400
2166a9574fd2e0aa9755e8e2772eb223fcf613b0
Attach the dragged element to the cursor in #example42RectangleForceLayout
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -2577,12 +2577,13 @@ for Pharo 7 and Pharo 8.'.\n{ #category : #examples }\nRSAnimationExamples >> example42RectangleForceLayout ...
Smalltalk
MIT License
objectprofile/roassal3
Attach the dragged element to the cursor in #example42RectangleForceLayout
461,957
27.06.2019 16:17:42
14,400
61c38f8c351aaff5f265b053db06410d639b2bdf
force layout: add accessors for friction
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "new_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "diff": "@@ -124,6 +124,16 @@ RSForceBasedLayout >> fix: aNode at: aPoint [\nfixedNodes at: aNode put: aPoint\n]\n+{ #category : #accessing }\n+R...
Smalltalk
MIT License
objectprofile/roassal3
force layout: add accessors for friction
461,957
28.06.2019 22:38:52
14,400
ff6b29edbd134d23b3f06edfccbacf2c7c8ae9cb
force layout: add accessors for gravity
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "new_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "diff": "@@ -134,6 +134,16 @@ RSForceBasedLayout >> friction: anObject [\nfriction := anObject\n]\n+{ #category : #accessing }\n+RSForceBasedLayo...
Smalltalk
MIT License
objectprofile/roassal3
force layout: add accessors for gravity
461,957
01.07.2019 17:21:51
14,400
bcfc7f5d076cb7c6d9f1797d59837b4e21946eea
Force layout: allow to remove a length for a specific edge
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "new_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "diff": "@@ -269,6 +269,12 @@ RSForceBasedLayout >> removeFix: aNode [\nfixedNodes removeKey: aNode ifAbsent: []\n]\n+{ #category : #'accessing -...
Smalltalk
MIT License
objectprofile/roassal3
Force layout: allow to remove a length for a specific edge
461,957
01.07.2019 17:22:30
14,400
611e89fa59423664bf562a0800a15fe8336a7614
Force layout: rewriting stepFriction to use Point
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "new_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "diff": "@@ -439,12 +439,13 @@ RSForceBasedLayout >> stepFriction [\n\"Apply friction. This is the last to do in a step, after new positions have...
Smalltalk
MIT License
objectprofile/roassal3
Force layout: rewriting stepFriction to use Point
461,957
01.07.2019 21:09:42
14,400
026a16bc8f0e06d51b471de0dcc1eb7b30a09d41
Fix bugs in force based (with Milton, obviously)
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "new_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "diff": "@@ -353,13 +353,6 @@ RSForceBasedLayout >> set: anEdge length: aFloat [\nlengths at: anEdge put: aFloat\n]\n-{ #category : #'accessing -...
Smalltalk
MIT License
objectprofile/roassal3
Fix bugs in force based (with Milton, obviously)
461,949
03.07.2019 15:03:53
14,400
2426ccf9da446c669e11a691f0f3a1e8b9cde00a
Small fixes on RSEdgeBuilder and TSCanvas
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -768,7 +768,7 @@ RSShapeExamples >> example22ScaleEvents [\nv @ RSControlsView.\nRSEdgeBuilder orthoHorizontal\nmarkerEnd: (TSMarker new\...
Smalltalk
MIT License
objectprofile/roassal3
Small fixes on RSEdgeBuilder and TSCanvas
461,949
03.07.2019 16:52:21
14,400
f28a1360199481a0409e85be051fcef65fe7dac1
Update a new interaction RSMonitorView, this adds a nice text interaction that check each frame per second
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSAbstractViewInteraction.class.st", "new_path": "src/Roassal3-Interaction/RSAbstractViewInteraction.class.st", "diff": "\"\n-Subclasses of myself are interaction for the view\n+Subclasses of myself are interaction for the view.\n\"\nC...
Smalltalk
MIT License
objectprofile/roassal3
Update a new interaction RSMonitorView, this adds a nice text interaction that check each frame per second
461,949
04.07.2019 11:39:38
14,400
71578c362711d05bb098a3059de819e413df561d
fix for monitor
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSMonitorView.class.st", "new_path": "src/Roassal3-Interaction/RSMonitorView.class.st", "diff": "@@ -31,7 +31,7 @@ RSMonitorView >> initializeShape [\ntext: [\n| delta |\ndelta := self lastFrameCPUConsumption.\n- (delta * 1000) asInteg...
Smalltalk
MIT License
objectprofile/roassal3
fix for monitor
461,949
04.07.2019 16:59:04
14,400
55e51027e7dce74afd4204a853a505a1ea009055
rename RSMonitorView to RSActivityMonitorView
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -130,6 +130,7 @@ RSAnimationExamples >> example04BoxWindmill [\ntranslateBy: e model;\nrotateByRadians: (e model x + e model y + ...
Smalltalk
MIT License
objectprofile/roassal3
rename RSMonitorView to RSActivityMonitorView
461,957
04.07.2019 18:19:53
14,400
6df46371dceea2f952dfc343c6238d7c0d00795f
Now RSLabeled support #model:
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -870,7 +870,7 @@ packagesRegExp := { 'Calypso*' }.\npackages := packagesRegExp flatCollect: [ :regExp | RPackageOrganizer default package...
Smalltalk
MIT License
objectprofile/roassal3
Now RSLabeled support #model:
461,949
04.07.2019 19:55:45
14,400
a0afed3628b1558acd6fe301b5a726e0d0b6f501
Update ant animation a default interaction for roassal
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -979,3 +979,49 @@ RSShapeExamples >> example28MultilineLabel [\nv @ RSControlsView.\nv open setLabel: 'Example with multiline labels'.\n]...
Smalltalk
MIT License
objectprofile/roassal3
Update ant animation a default interaction for roassal
461,949
04.07.2019 20:11:48
14,400
d474071719bfc7aaaef9ce546e1fa682ae0c1079
Update issue of arrow for uml
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -984,7 +984,7 @@ RSShapeExamples >> example28MultilineLabel [\nRSShapeExamples >> example29AntAnimation [\n<script: 'self new example29An...
Smalltalk
MIT License
objectprofile/roassal3
Update issue of arrow for uml
461,957
05.07.2019 17:00:28
14,400
de8e1cd3b4dc5159ef7bad3535cf0b4ec90659c1
Force layout: add accesors for alpha (needed to animate it).
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "new_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "diff": "@@ -86,6 +86,16 @@ RSForceBasedLayout >> addNodes: nodeElements [\n]\n+{ #category : #accessing }\n+RSForceBasedLayout >> alpha [\n+ ^ a...
Smalltalk
MIT License
objectprofile/roassal3
Force layout: add accesors for alpha (needed to animate it).
461,957
05.07.2019 17:02:43
14,400
055738ef4791bad87435665150b19e5cd2ebf3ef
UML renderer: do not assume that models respond to #isAbstract (Milton)
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-UML/RSUMLClassRenderer.class.st", "new_path": "src/Roassal3-UML/RSUMLClassRenderer.class.st", "diff": "@@ -103,7 +103,6 @@ RSUMLClassRenderer >> marker: aMarker [\nRSUMLClassRenderer >> methodShape [\n^ methodShape ifNil: [ methodShape := RSShapeB...
Smalltalk
MIT License
objectprofile/roassal3
UML renderer: do not assume that models respond to #isAbstract (Milton)
461,951
06.07.2019 23:40:57
14,400
e85dd95150d4e3188f40dd3ac4a9acff243e8472
Added a TSPointInterpolator. Added some comments in TSScale
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Scales/TSPointInterpolator.class.st", "diff": "+Class {\n+ #name : #TSPointInterpolator,\n+ #superclass : #TSAbstractInterpolator,\n+ #category : #'Roassal3-Scales-Core'\n+}\n+\n+{ #category : #interpolation }\n+TSPointInterpolator ...
Smalltalk
MIT License
objectprofile/roassal3
Added a TSPointInterpolator. Added some comments in TSScale
461,951
06.07.2019 23:41:50
14,400
3571dc163e23f757548e54a91960512cd0fc5e6f
Added some method comments. Also added `RSNormalizer position`, but it does not work. Something needs to be done with the interpolator. See for more info
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Utils/RSNormalizer.class.st", "new_path": "src/Roassal3-Utils/RSNormalizer.class.st", "diff": "\"\nA Metric normalizer is made to assign a color, or a particular shape computed from a group of elements. Consider the following example:\n+-=-=-=-=\n...
Smalltalk
MIT License
objectprofile/roassal3
Added some method comments. Also added `RSNormalizer position`, but it does not work. Something needs to be done with the interpolator. See https://github.com/ObjectProfile/Roassal3/issues/64 for more info
461,951
06.07.2019 23:42:08
14,400
15195be5343341a697012df5d4a6b636c8006c6a
Migrated some code from Roassal2 to Roassal3
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Grapher/RTAbstractData.class.st", "new_path": "src/Roassal3-Grapher/RTAbstractData.class.st", "diff": "@@ -232,12 +232,21 @@ RTAbstractData >> getModelForElement: element atIndex: index [\nRTAbstractData >> getPixelPositionOf: aPoint [\n\"Return t...
Smalltalk
MIT License
objectprofile/roassal3
Migrated some code from Roassal2 to Roassal3
461,957
08.07.2019 17:50:55
14,400
b695021a67db438f2c16bbbc25d5fcf41e7e30cf
Transition animation: add #range mutator
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Animation/TSTransitionAnimation.class.st", "new_path": "src/Roassal3-Animation/TSTransitionAnimation.class.st", "diff": "@@ -97,6 +97,11 @@ TSTransitionAnimation >> ramp: arrayOfAssociations [\nrange: (arrayOfAssociations collect: #value)\n]\n+{ #...
Smalltalk
MIT License
objectprofile/roassal3
Transition animation: add #range mutator
461,957
08.07.2019 17:54:15
14,400
2f2be33c0589ae823918ec65fcef03e575e664ee
Rectangle force layout: consider alpha parameter into force and delta calculation (amend)
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSRectangleForceLayout.class.st", "new_path": "src/Roassal3-Layouts/RSRectangleForceLayout.class.st", "diff": "@@ -63,25 +63,27 @@ RSRectangleForceLayout >> step [\nRSRectangleForceLayout >> stepRectangleForces [\n\"Apply a repulsion force...
Smalltalk
MIT License
objectprofile/roassal3
Rectangle force layout: consider alpha parameter into force and delta calculation (amend)
461,957
08.07.2019 17:58:34
14,400
da8021c316c139f6c6bca1137d335307fe04fc40
Force layout: refactoring quad tree
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "new_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "diff": "@@ -42,12 +42,12 @@ RSForceBasedLayout >> accumulate: aQuad [\nrandom := Random new.\n- aQuad leaf ifFalse: [ aQuad nodes do: [ :e | e i...
Smalltalk
MIT License
objectprofile/roassal3
Force layout: refactoring quad tree
461,957
08.07.2019 20:23:12
14,400
05dc725ffdc9d55665ee358445d12ddb7761a47b
Force layout and quad tree: refactoring
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "new_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "diff": "@@ -25,7 +25,8 @@ Class {\n'center',\n'initialLayout',\n'nbIterations',\n- 'shouldUseProgressBar'\n+ 'shouldUseProgressBar',\n+ 'random'...
Smalltalk
MIT License
objectprofile/roassal3
Force layout and quad tree: refactoring
461,957
08.07.2019 20:44:09
14,400
b47f0c9f385c1e18c1c83b3238acf73e94c9c955
Force layout and quad tree: a bit more of refactoring
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "new_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "diff": "@@ -34,18 +34,13 @@ Class {\n{ #category : #algorithm }\nRSForceBasedLayout >> accumulate: aQuad [\n- | cx cy |\n- cx := 0.\n- cy := 0.\...
Smalltalk
MIT License
objectprofile/roassal3
Force layout and quad tree: a bit more of refactoring
461,957
08.07.2019 21:20:03
14,400
f2b4ee63a0254937090651c01b2a1e8bef01b570
Force layout and quad tree: more refactorings (with Milton)
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "new_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "diff": "@@ -300,7 +300,7 @@ RSForceBasedLayout >> repulse: aNode from: aQuad [\n| dn p k |\ndn := 1 / d r.\np := oldPositions at: aNode.\n- (aQu...
Smalltalk
MIT License
objectprofile/roassal3
Force layout and quad tree: more refactorings (with Milton)
461,949
09.07.2019 14:38:53
14,400
f5403d6181fec5ea1dceb30c1ee21ee756b4cf4f
Fix small issue for the initialial layout on mock elements
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "new_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st", "diff": "@@ -290,7 +290,7 @@ RSForceBasedLayout >> shouldUseProgressBar [\n{ #category : #hook }\nRSForceBasedLayout >> start [\n\"mandatory for ...
Smalltalk
MIT License
objectprofile/roassal3
Fix small issue for the initialial layout on mock elements
461,949
09.07.2019 20:45:13
14,400
0f9062247ca4c0ac7df1fddec75ee76ccf7ea4b4
update baseline to use GraphLayout
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -17,6 +17,8 @@ BaselineOfRoassal3 >> baseline: spec [\nspec repository: 'http://www.smalltalkhub.com/mc/Pharo/Athens/main' ].\nsp...
Smalltalk
MIT License
objectprofile/roassal3
update baseline to use GraphLayout
461,949
09.07.2019 20:51:23
14,400
c06027718acf5f372f293cfedd8a6cfb40652da4
Update in dependencies with GraphLayout
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -34,8 +34,8 @@ BaselineOfRoassal3 >> baseline: spec [\npackage: #'Roassal3-Legend';\npackage: #'Roassal3-Spec';\n- package: #'Roa...
Smalltalk
MIT License
objectprofile/roassal3
Update in dependencies with GraphLayout
461,949
09.07.2019 20:55:28
14,400
187ab4d49e7c08a85e2ab1fee9b5fa706a9a8587
Fix dependency with GraphLayout
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -28,14 +28,14 @@ BaselineOfRoassal3 >> baseline: spec [\npackage: #'Roassal3-Scales';\npackage: 'Roassal3-Animation';\npackage: #...
Smalltalk
MIT License
objectprofile/roassal3
Fix dependency with GraphLayout
461,949
09.07.2019 21:16:04
14,400
6a13e339188610d9a6e4518f413f7d89774a671c
Fix dependencty to GraphLayout
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -17,7 +17,7 @@ BaselineOfRoassal3 >> baseline: spec [\nspec repository: 'http://www.smalltalkhub.com/mc/Pharo/Athens/main' ].\nsp...
Smalltalk
MIT License
objectprofile/roassal3
Fix dependencty to GraphLayout
461,957
10.07.2019 17:50:31
14,400
4314705ca4a3914ffef91e9567316ef10c9a1be4
RSComposite: added 2 methods
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSComposite.class.st", "new_path": "src/Roassal3/RSComposite.class.st", "diff": "@@ -15,6 +15,13 @@ RSComposite >> children [\n^ children\n]\n+{ #category : #accessing }\n+RSComposite >> elementFromModel: anObject [\n+ \"Return an element that cor...
Smalltalk
MIT License
objectprofile/roassal3
RSComposite: added 2 methods
461,957
10.07.2019 17:51:27
14,400
d49a47c3c63a99456fbb942ddf280aa90854ca33
Rectangle pack layout: consider gap parameter when number of elements is less than 3.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSRectanglePackLayout.class.st", "new_path": "src/Roassal3-Layouts/RSRectanglePackLayout.class.st", "diff": "@@ -61,7 +61,7 @@ RSRectanglePackLayout >> doExecute: elements [\nsortedElements addAll: elements.\nsortedElements size <= 2 ifTru...
Smalltalk
MIT License
objectprofile/roassal3
Rectangle pack layout: consider gap parameter when number of elements is less than 3.
461,949
10.07.2019 17:57:04
14,400
e0deba3c221cc94d3b9693d5493836fbc2056dc6
Update missing methods for issue about position with Normalizer
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Scales/TSUninterpolate.class.st", "new_path": "src/Roassal3-Scales/TSUninterpolate.class.st", "diff": "@@ -29,6 +29,14 @@ TSUninterpolate >> uninterpolate: x [\nTSUninterpolate >> uninterpolate: aNum1 and: aNum2 [\na := aNum1.\nb := aNum2.\n+ (a i...
Smalltalk
MIT License
objectprofile/roassal3
Update missing methods for issue about position with Normalizer
461,951
11.07.2019 13:34:55
14,400
281af20aedcfce818967a49ad86d82becd58dbc2
Added TSCanvas>>openOnce
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Trachel/TSCanvas.class.st", "new_path": "src/Roassal3-Trachel/TSCanvas.class.st", "diff": "@@ -254,6 +254,20 @@ TSCanvas >> open [\n]\n+{ #category : #'instance creation' }\n+TSCanvas >> openOnce [\n+ \"Open a visualization and record the position...
Smalltalk
MIT License
objectprofile/roassal3
Added TSCanvas>>openOnce
461,949
11.07.2019 16:13:28
14,400
e57970b4c6d14c84c9c52f527bb08a353989c93b
Update ForceBaseLayout for initial Layout issue. check example39
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -1069,3 +1069,40 @@ RSShapeExamples >> example30EdgesToChildren [\n]\n+\n+{ #category : #shapes }\n+RSShapeExamples >> example31BasicGrap...
Smalltalk
MIT License
objectprofile/roassal3
Update ForceBaseLayout for initial Layout issue. check example39
461,949
11.07.2019 16:13:53
14,400
b192ae7d338f2ea51206cb115931a806047ca9f0
Update in roassal3 baseline
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -17,8 +17,6 @@ BaselineOfRoassal3 >> baseline: spec [\nspec repository: 'http://www.smalltalkhub.com/mc/Pharo/Athens/main' ].\nsp...
Smalltalk
MIT License
objectprofile/roassal3
Update in roassal3 baseline
461,949
11.07.2019 16:22:08
14,400
41e7bb6d23db7a27cb687157e6253d284bb566bd
Update baseline of Roassal3
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -51,6 +51,7 @@ BaselineOfRoassal3 >> baseline: spec [\n'Roassal3-Trachel'\n'Roassal3-Trachel-Shapes'\n'Roassal3-Spec');\n+ group:...
Smalltalk
MIT License
objectprofile/roassal3
Update baseline of Roassal3
461,949
11.07.2019 16:29:13
14,400
f5fd9fd2da0159fcaad471c1e3082385280dc4ad
Update baseline for uml
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -50,8 +50,8 @@ BaselineOfRoassal3 >> baseline: spec [\n'Roassal3-Animation'\n'Roassal3-Trachel'\n'Roassal3-Trachel-Shapes'\n- 'Ro...
Smalltalk
MIT License
objectprofile/roassal3
Update baseline for uml
461,957
11.07.2019 20:23:51
14,400
667d842b9aa96793185eaa88e97b69d1b94e9984
Adding an example with 2 highligtable interactions together.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "new_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "diff": "@@ -140,3 +140,72 @@ RSHighlightableExamples >> example05Border [\nv zoomToFit.\nv open\n]\n+\n+{ #category : #examples }\n+...
Smalltalk
MIT License
objectprofile/roassal3
Adding an example with 2 highligtable interactions together.
461,949
12.07.2019 19:19:21
14,400
87012980a9b8bf0790f4125f385a6688d43e8b38
Update Trachel with out TVertexTrait
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Trachel-Shapes/TSBoundingShape.class.st", "new_path": "src/Roassal3-Trachel-Shapes/TSBoundingShape.class.st", "diff": "@@ -4,8 +4,8 @@ My subclasses has an extent and a transformation matrix\nClass {\n#name : #TSBoundingShape,\n#superclass : #TSSh...
Smalltalk
MIT License
objectprofile/roassal3
Update Trachel with out TVertexTrait
461,951
15.07.2019 15:56:30
14,400
d56e8cff4381a100ef5d58e9c0fb57951adb0da6
Made some improvement of Grapher
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Grapher/RTAxisRenderer.class.st", "new_path": "src/Roassal3-Grapher/RTAxisRenderer.class.st", "diff": "@@ -24,7 +24,7 @@ RTAxisRenderer >> addTicksFrom: toPosition to: fromPosition [\n| tickShape ticks tickLength angle ticksShift |\ntickLength := ...
Smalltalk
MIT License
objectprofile/roassal3
Made some improvement of Grapher
461,957
17.07.2019 21:23:41
14,400
a85774937b6d3a288523ae0f3245bf463c4f487e
Milton fixed highlighing of multiple elements
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "new_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "diff": "@@ -81,7 +81,9 @@ RSHighlightable >> doHighlightElements: elements [\nself unhighlightRecordedElements: elements first.\nallHElements ...
Smalltalk
MIT License
objectprofile/roassal3
Milton fixed highlighing of multiple elements
461,949
18.07.2019 17:31:14
14,400
b1e1fa165d0aebdfa366f8d50a2090cdfa6ce590
Update RSLegendBuilder,defLayout => defaultLayout
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "new_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "diff": "@@ -187,7 +187,7 @@ RSHighlightableExamples >> example06IterateNext [\n\"Build a legend with all the numbers\"\nlegendBuilde...
Smalltalk
MIT License
objectprofile/roassal3
Update RSLegendBuilder,defLayout => defaultLayout
461,949
22.07.2019 17:51:06
14,400
caa0596b3dc06f6eaad5f20e068efbadeb408a56
update roassal3 with a new RSControlsView
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSAbstractControlView.class.st", "new_path": "src/Roassal3-Interaction/RSAbstractControlView.class.st", "diff": "@@ -95,13 +95,10 @@ RSAbstractControlView >> order [\n]\n{ #category : #utilities }\n-RSAbstractControlView >> removeEncom...
Smalltalk
MIT License
objectprofile/roassal3
update roassal3 with a new RSControlsView
461,949
22.07.2019 18:43:03
14,400
5fe09cbd10ab6e9df4471c2b130776f914bfd3cd
Fix for Ant animation
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "new_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "diff": "@@ -215,13 +215,12 @@ RSHighlightable >> resetHighlightedElements: anElementOrView [\n{ #category : #public }\nRSHighlightable >> setu...
Smalltalk
MIT License
objectprofile/roassal3
Fix for Ant animation
461,949
23.07.2019 14:41:55
14,400
bb1c32290d34deb3f11a0c7dc50ce71f2cd383a2
Update a new interaction class for ForceLayout, RSForceLayoutStepping
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "new_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "diff": "@@ -311,3 +311,31 @@ RSLayoutExamples >> example11PaddingInComposite [\nv @ RSControlsView.\nv open\n]\n+\n+{ #category : #lines }\n+RSLay...
Smalltalk
MIT License
objectprofile/roassal3
Update a new interaction class for ForceLayout, RSForceLayoutStepping
461,949
23.07.2019 15:39:42
14,400
04bc7a145232334ea611fef76fa12819a66c89f2
Added new example that visualize the quadtree of the Force layout
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "new_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "diff": "@@ -339,3 +339,58 @@ RSLayoutExamples >> example12AnimatedForceBasedLayout [\nview @ (RSForceLayoutStepping new layout: layout).\nview ope...
Smalltalk
MIT License
objectprofile/roassal3
Added new example that visualize the quadtree of the Force layout
461,949
23.07.2019 17:51:54
14,400
b6450fd11fe6a909ac1ad59a18bf2af8b0e56014
Added a new class uml for packages in calypso
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "new_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "diff": "@@ -113,7 +113,7 @@ RSLayoutExamples >> example05LayoutBasicWithColorFading [\nv addAll: elements.\nRSGridLayout on: elements.\n- v @ RSDr...
Smalltalk
MIT License
objectprofile/roassal3
Added a new class uml for packages in calypso
461,949
24.07.2019 17:26:32
14,400
2f9af050dce7167774c1661fe03a0528ecf8b153
Update a new spec example RSColorPaletteChooser
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSControlConfiguration.class.st", "new_path": "src/Roassal3-Interaction/RSControlConfiguration.class.st", "diff": "@@ -8,8 +8,9 @@ Class {\n'padding',\n'maxScale',\n'minScale',\n- 'shouldZoomToFit',\n- 'shouldUseBasicZoom'\n+ 'shouldUs...
Smalltalk
MIT License
objectprofile/roassal3
Update a new spec example RSColorPaletteChooser
461,949
24.07.2019 17:35:55
14,400
87c70754115187e60afe793cfc78d43c796c9c9d
update methods to remove clycles references
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Spec/RSColorPaletteChooser.class.st", "new_path": "src/Roassal3-Spec/RSColorPaletteChooser.class.st", "diff": "@@ -115,6 +115,11 @@ RSColorPaletteChooser >> initializeWindow: w [\ncentered\n]\n+{ #category : #dependencies }\n+RSColorPaletteChooser...
Smalltalk
MIT License
objectprofile/roassal3
update methods to remove clycles references
461,949
24.07.2019 18:23:44
14,400
2bd663bc13d2e424fe2b6ad3643f1923c6149604
update to fix but with memory
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Spec/RoassalPresenter.class.st", "new_path": "src/Roassal3-Spec/RoassalPresenter.class.st", "diff": "@@ -3,7 +3,7 @@ I am a basic presenter for widgets in roassal with the Spec system\n\"\nClass {\n#name : #RoassalPresenter,\n- #superclass : #Abst...
Smalltalk
MIT License
objectprofile/roassal3
update to fix but with memory
461,951
24.07.2019 21:48:37
14,400
3b576292ee47f0b99aeec7c8d84f87c5c09d4857
First graph is okay :-)
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Grapher/RTData.class.st", "new_path": "src/Roassal3-Grapher/RTData.class.st", "diff": "@@ -354,17 +354,26 @@ RTData >> renderBarChartIn: aView [\n{ #category : #hooks }\nRTData >> renderDotAndLinesIn: aView [\n- | n |\n+ | n sc |\nbuilder view add...
Smalltalk
MIT License
objectprofile/roassal3
First graph is okay :-)
461,951
24.07.2019 22:03:41
14,400
3801d90c1d40d6ef16f7475cd4cb364e81f19b8b
we can now have connectColors:
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Grapher/RTData.class.st", "new_path": "src/Roassal3-Grapher/RTData.class.st", "diff": "@@ -92,13 +92,13 @@ RTData >> connect [\n{ #category : #'public - lines' }\nRTData >> connectColor: aColor [\n\"Draw a line between each point, of a given color...
Smalltalk
MIT License
objectprofile/roassal3
we can now have connectColors:
461,949
26.07.2019 15:49:52
14,400
36ab0ca92800aca10fdc830ef0436f91e7069187
new category for examples and new examples for perlin
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -674,7 +674,7 @@ RSAnimationExamples >> example11ArcTree [\n]\n-{ #category : #examples }\n+{ #category : #perlin }\nRSAnimationE...
Smalltalk
MIT License
objectprofile/roassal3
new category for examples and new examples for perlin
461,949
26.07.2019 15:50:14
14,400
8fb2b669aa05452b940265c392043783631630c9
Fix for Scales with range #(0 0)
[ { "change_type": "DELETE", "old_path": "src/Roassal3-Scales/TSPointInterpolator.class.st", "new_path": null, "diff": "-Class {\n- #name : #TSPointInterpolator,\n- #superclass : #TSAbstractInterpolator,\n- #category : #'Roassal3-Scales-Core'\n-}\n-\n-{ #category : #interpolation }\n-TSPointInterpolat...
Smalltalk
MIT License
objectprofile/roassal3
Fix for Scales with range #(0 0)