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,957
22.11.2019 17:08:18
10,800
c22c8e51655706d1e46bc5dbcff60f33aa6b17e7
Move to the end the send of #setUpCanvas:
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-UML/RSUMLClassBuilder.class.st", "new_path": "src/Roassal3-UML/RSUMLClassBuilder.class.st", "diff": "@@ -32,7 +32,6 @@ RSUMLClassBuilder >> initialize [\nRSUMLClassBuilder >> renderIn: aCanvas [\n| classShapes |\nclassShapes := self renderer shape...
Smalltalk
MIT License
objectprofile/roassal3
Move to the end the send of #setUpCanvas:
461,957
22.11.2019 17:09:29
10,800
d2084da5101ffd114fff5edd345ed678cc0b5fae
RSRectanglePackLayout: do not set gap to RSHorizontalLineLayout because it's a percentage (isntead of pixel size).
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSRectanglePackLayout.class.st", "new_path": "src/Roassal3-Layouts/RSRectanglePackLayout.class.st", "diff": "@@ -46,14 +46,14 @@ RSRectanglePackLayout >> doExecute: elements [\n| sortedElements maxSpace |\nbounds := 0@0.\n- maxSpace := ele...
Smalltalk
MIT License
objectprofile/roassal3
RSRectanglePackLayout: do not set gap to RSHorizontalLineLayout because it's a percentage (isntead of pixel size).
461,949
22.11.2019 17:25:14
10,800
74d5bdbf79c460cf84f87312b2c7f6144a4b427e
Update for multiline in popup
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSPopup.class.st", "new_path": "src/Roassal3-Interaction/RSPopup.class.st", "diff": "@@ -80,12 +80,7 @@ RSPopup >> createOrGetPopupOn: aShape event: event [\n{ #category : #initialization }\nRSPopup >> initialize [\nsuper initialize.\n...
Smalltalk
MIT License
objectprofile/roassal3
Update for multiline in popup
461,949
22.11.2019 18:49:27
10,800
fda6af41c6603359e8318601ed75b6a00ebc41d4
Update in interactions, there is a new camera for RSCanvasController
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSAbstractCanvasInteraction.class.st", "new_path": "src/Roassal3-Interaction/RSAbstractCanvasInteraction.class.st", "diff": "@@ -4,7 +4,7 @@ Subclasses of myself are interaction for the view.\nClass {\n#name : #RSAbstractCanvasInteract...
Smalltalk
MIT License
objectprofile/roassal3
Update in interactions, there is a new camera for RSCanvasController
461,949
22.11.2019 20:01:50
10,800
4d6b0771b20d723996ae366bee8f69812b94cb80
help in uml is now working again
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSAbstractControlCanvas.class.st", "new_path": "src/Roassal3-Interaction/RSAbstractControlCanvas.class.st", "diff": "@@ -72,10 +72,10 @@ RSAbstractControlCanvas >> correctCameraPosition: evt scale: scale [\n]\n{ #category : #utilities ...
Smalltalk
MIT License
objectprofile/roassal3
help in uml is now working again
461,949
26.11.2019 12:04:30
10,800
5ecb06e64f6f8763b2dedf990738c88f535e82ec
Remove dependecies to Roassal3-Color in Roassal3-Inspector, leyend and layouts
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Colors/RSGradientPalette.class.st", "new_path": "src/Roassal3-Colors/RSGradientPalette.class.st", "diff": "@@ -10,7 +10,7 @@ Class {\n{ #category : #gradients }\nRSGradientPalette class >> burningSpring [\n- ^ self linearGradient:\n+ ^ GradientPai...
Smalltalk
MIT License
objectprofile/roassal3
Remove dependecies to Roassal3-Color in Roassal3-Inspector, leyend and layouts
461,949
26.11.2019 17:49:12
10,800
b3e4fee16d6314fc71c853a7b86c0066dbb8da4b
Update interactions in Roassal3 and remove dependencies to package scripting
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -108,30 +108,35 @@ RSAnimationExamples >> example03Ramp [\n{ #category : #examples }\nRSAnimationExamples >> example04BoxWindmill...
Smalltalk
MIT License
objectprofile/roassal3
Update interactions in Roassal3 and remove dependencies to package scripting
461,957
27.11.2019 19:04:30
10,800
55847ba79ae1c607ed0bfbf403d399054c9fc7fe
Added #positionInCanvas and #globalMatrix (with Milton)
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSBoundingShape.class.st", "new_path": "src/Roassal3-Shapes/RSBoundingShape.class.st", "diff": "@@ -73,6 +73,11 @@ RSBoundingShape >> geometry [\ncorner: rect corner\n]\n+{ #category : #matrix }\n+RSBoundingShape >> globalMatrix [\n+ ^ pare...
Smalltalk
MIT License
objectprofile/roassal3
Added #positionInCanvas and #globalMatrix (with Milton)
461,957
27.11.2019 19:04:59
10,800
5700dd68d97cc586e2d985e9e28727611ee81987
Use #positionInCanvas to translate the RSAnimatedPopup
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSAnimatedPopup.class.st", "new_path": "src/Roassal3-Interaction/RSAnimatedPopup.class.st", "diff": "@@ -21,7 +21,7 @@ RSAnimatedPopup class >> removeEvents [\n{ #category : #hooks }\nRSAnimatedPopup >> translatePopup: popup event: evt...
Smalltalk
MIT License
objectprofile/roassal3
Use #positionInCanvas to translate the RSAnimatedPopup
461,957
27.11.2019 19:05:08
10,800
044564efb031567181ac241846b44b767eb6aa8f
Small fixes by Milton
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSPopup.class.st", "new_path": "src/Roassal3-Interaction/RSPopup.class.st", "diff": "@@ -90,7 +90,7 @@ RSPopup >> onShape: aShape [\nwhen: self class activationEvent do: [ :evt | | popup |\npopup := self createOrGetPopupOn: aShape even...
Smalltalk
MIT License
objectprofile/roassal3
Small fixes by Milton
461,957
27.11.2019 19:46:28
10,800
f167eaacb2be47d3feb5b172542797752570fc05
Add RSMorphicPopup
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Interaction/RSMorphicPopup.class.st", "diff": "+\"\n+I am a popup that uses Morphic and can be visible outside of the RSCanvas.\n+\"\n+Class {\n+ #name : #RSMorphicPopup,\n+ #superclass : #RSPopup,\n+ #instVars : [\n+ 'morphBuilder'...
Smalltalk
MIT License
objectprofile/roassal3
Add RSMorphicPopup
461,957
28.11.2019 17:25:26
10,800
b5197eac7bc41460cea2b32dea368a0398eeba4a
Fix Calypso plugin when a trait is selected
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-UML/RSUmlClassCalypso.class.st", "new_path": "src/Roassal3-UML/RSUmlClassCalypso.class.st", "diff": "@@ -18,10 +18,10 @@ RSUMLClassCalypso class >> classUmlTapActivation [\n{ #category : #accessing }\nRSUMLClassCalypso >> classes [\n- | supers |\n...
Smalltalk
MIT License
objectprofile/roassal3
Fix Calypso plugin when a trait is selected
461,949
28.11.2019 19:09:01
10,800
63425c9a715ee7f786b9bc2b8ec0f6c277b18b2c
fix for popup, now you can stacks popups in shapes removing the previous one
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSPopup.class.st", "new_path": "src/Roassal3-Interaction/RSPopup.class.st", "diff": "@@ -85,6 +85,8 @@ RSPopup >> initialize [\n{ #category : #hooks }\nRSPopup >> onShape: aShape [\n+ aShape removeInteractionIfPresent: self class.\n+\n...
Smalltalk
MIT License
objectprofile/roassal3
fix for popup, now you can stacks popups in shapes removing the previous one
461,949
29.11.2019 17:12:55
10,800
e573e4a1369e3070ac5ac97da60f88f7d78ba0cd
Update roassal popups with RSMorphicPopup
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -1127,3 +1127,20 @@ RSShapeExamples >> example33ColorScaling [\nc @ RSCanvasController.\nc open\n]\n+\n+{ #category : #shapes }\n+RSShape...
Smalltalk
MIT License
objectprofile/roassal3
Update roassal popups with RSMorphicPopup
461,957
29.11.2019 21:37:58
10,800
d1f3857fb4a101ea0c98d4f250ff02213aa12b92
Adding RSComposite>>pushBack:
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSComposite.class.st", "new_path": "src/Roassal3-Shapes/RSComposite.class.st", "diff": "@@ -196,6 +196,13 @@ RSComposite >> padding: anObject [\ntemp do: [ :s | s translateBy: center ].\n]\n+{ #category : #actions }\n+RSComposite >> pushBac...
Smalltalk
MIT License
objectprofile/roassal3
Adding RSComposite>>pushBack:
461,949
02.12.2019 19:06:33
10,800
2c39908d99caf4cf5240b687d6b19c258d55a886
Update RSShape, now RShapeFactory has the class methods of RSShape like box, ellipse, etc
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Pie/RSPieLabelDecorator.class.st", "new_path": "src/Roassal3-Pie/RSPieLabelDecorator.class.st", "diff": "@@ -11,7 +11,7 @@ Class {\n'labelColor',\n'labelText'\n],\n- #category : #'Roassal3-Pie-Core'\n+ #category : #'Roassal3-Pie-Decorators'\n}\n{ ...
Smalltalk
MIT License
objectprofile/roassal3
Update RSShape, now RShapeFactory has the class methods of RSShape like box, ellipse, etc
461,949
02.12.2019 19:10:01
10,800
af7467af1ac579014e5c0c6265e682c036d55800
fix examples for RSShapeFactory
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "new_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "diff": "@@ -257,7 +257,7 @@ RSLayoutExamples >> example09BorderAttachPoint [\n| c shapes |\nc := RSCanvas new.\nshapes := RSShape withAllSubclasse...
Smalltalk
MIT License
objectprofile/roassal3
fix examples for RSShapeFactory
461,949
03.12.2019 18:24:18
10,800
6c382d3d31ca9d7946bf44a0a28ad50394e8be90
Update for decorations and popup
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Interaction/RSMultilineLabelBuilder.class.st", "diff": "+\"\n+I am a builder that can create labels with multiline in roassal3 from objects\n+\"\n+Class {\n+ #name : #RSMultilineLabelBuilder,\n+ #superclass : #RSObject,\n+ #instVars...
Smalltalk
MIT License
objectprofile/roassal3
Update for decorations and popup
461,949
03.12.2019 19:03:52
10,800
538bd6212ff043cde4c538a72418767f6f70dd35
update for labeled and RSMultilineLabelBuilder
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSLabeled.class.st", "new_path": "src/Roassal3-Interaction/RSLabeled.class.st", "diff": "@@ -73,7 +73,7 @@ v open\n{ #category : #initialization }\nRSLabeled >> initialize [\nsuper initialize.\n- self shapeBuilder: [:model |RSShapeFact...
Smalltalk
MIT License
objectprofile/roassal3
update for labeled and RSMultilineLabelBuilder
461,949
04.12.2019 18:24:15
10,800
bfecbe9f5855426e950c3503a4dacd7e0780c1a8
update builders in roassal with decorators and interactions
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -1144,3 +1144,44 @@ RSShapeExamples >> example34MorphicPopup [\nmorphBuilder: [:model | ('Class: ', model asString) asTextMorph ]) .\n^ c...
Smalltalk
MIT License
objectprofile/roassal3
update builders in roassal with decorators and interactions
461,949
05.12.2019 14:57:44
10,800
3483ea262d39e9259fad8422b5844c7f1b15988c
Fix sunburst for roassal3
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Inspector/RSAttributableObject.extension.st", "diff": "+Extension { #name : #RSAttributableObject }\n+\n+{ #category : #'*Roassal3-Inspector' }\n+RSAttributableObject >> gtInspectorAttributes: composite [\n+ <gtInspectorPresentation...
Smalltalk
MIT License
objectprofile/roassal3
Fix sunburst for roassal3
461,949
05.12.2019 20:13:12
10,800
be73e8daa898ea39a8f2af7562b45ef37100ba30
Added a new interaction RSRotated for rotate a basic shape
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeBasicExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeBasicExamples.class.st", "diff": "@@ -705,3 +705,17 @@ RSShapeBasicExamples >> example31BorderAttachPointWithOffset [\nc @ RSCanvasController.\n^ c\n]\n+\n+{ #categ...
Smalltalk
MIT License
objectprofile/roassal3
Added a new interaction RSRotated for rotate a basic shape
461,949
09.12.2019 17:15:32
10,800
b19480aa0ebf739bde14e9de0553c1c1a957ff51
fix edges and normalizer implementation
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -848,6 +848,7 @@ RSAnimationExamples >> example14C [\nRSAnimationExamples >> example15Sky [\n<script: 'self new example15Sky open...
Smalltalk
MIT License
objectprofile/roassal3
fix edges and normalizer implementation
461,949
13.12.2019 16:55:12
10,800
c823266839b4c54d751c44b60b288071a3345a01
update examples of highlightable
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSColorPaletteChooser.class.st", "new_path": "src/Roassal3-Examples/RSColorPaletteChooser.class.st", "diff": "@@ -81,7 +81,7 @@ RSColorPaletteChooser >> initializeInteractions [\ncopyKey: #qwer.\noverHighlight := RSHighlightable new.\nove...
Smalltalk
MIT License
objectprofile/roassal3
update examples of highlightable
461,949
16.12.2019 17:53:43
10,800
0253df3f058bbacb6517fe8042bbf983940df457
Added new interaction for RSColorPaletteChooser
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSColorPaletteChooser.class.st", "new_path": "src/Roassal3-Examples/RSColorPaletteChooser.class.st", "diff": "@@ -7,11 +7,11 @@ Class {\n#instVars : [\n'buttons',\n'colors',\n- 'shape',\n'currentPalette',\n'selectedHighlight',\n'buttonEle...
Smalltalk
MIT License
objectprofile/roassal3
Added new interaction for RSColorPaletteChooser
461,949
16.12.2019 20:11:03
10,800
0354563516b3bc3e715df565943849da6fae3b69
Fix RSPieChartExample
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Animation/RSTransitionAnimation.class.st", "new_path": "src/Roassal3-Animation/RSTransitionAnimation.class.st", "diff": "@@ -170,6 +170,11 @@ RSTransitionAnimation >> step [\n]\n+{ #category : #accessing }\n+RSTransitionAnimation >> stepAction [\n...
Smalltalk
MIT License
objectprofile/roassal3
Fix RSPieChartExample
461,949
16.12.2019 20:25:31
10,800
6fb7145a243ef3984d189d621fba8ca76a5afbaa
Update roassal3 baseline removing Roassal3 scripting
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -34,7 +34,7 @@ BaselineOfRoassal3 >> baseline: spec [\npackage: #'Roassal3' with: [ spec requires: dep1 asArray ];\npackage: #'Ro...
Smalltalk
MIT License
objectprofile/roassal3
Update roassal3 baseline removing Roassal3 scripting
461,949
18.12.2019 17:11:35
10,800
6fdae5a29f72cc54ffd47dda8c5062ed56c3250b
Added a fadde interaction for sunburst
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSComposite.class.st", "new_path": "src/Roassal3-Shapes/RSComposite.class.st", "diff": "@@ -116,9 +116,9 @@ Class {\n#traits : 'TContainer',\n#classTraits : 'TContainer classTrait',\n#instVars : [\n- 'shapes',\n'nodes',\n- 'edges'\n+ 'edges...
Smalltalk
MIT License
objectprofile/roassal3
Added a fadde interaction for sunburst
461,949
18.12.2019 18:31:28
10,800
43d5388d5e5c1217f3cb52524cc2f148d9d31e24
Update FadeInteraction example for sunburst
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "new_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "diff": "@@ -165,19 +165,11 @@ RSHighlightable >> onShape: aShape [\nwhen: RSMouseLeave do: [ :evt | self doUnhighlight: evt shape. evt signalU...
Smalltalk
MIT License
objectprofile/roassal3
Update FadeInteraction example for sunburst
461,949
20.12.2019 18:02:19
10,800
8fd6879000110979382217a4edfa54394cb66849
update roassal example of one animation with sunburst
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Sunburst/RSSunburstExamples.class.st", "new_path": "src/Roassal3-Sunburst/RSSunburstExamples.class.st", "diff": "@@ -142,18 +142,16 @@ RSSunburstExamples >> example07FadeInteraction [\nlabel text: 'fooo'.\nlabel isFixed: true.\n- sb shapes @ (RSHi...
Smalltalk
MIT License
objectprofile/roassal3
update roassal example of one animation with sunburst
461,949
23.12.2019 19:19:26
10,800
859fe810a948b50d4d39e89863a03da370068c2d
added a new example for RoassalPie
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -641,7 +641,7 @@ RSShapeExamples >> example19Bitmap [\nmodel: icon;\npopupText: #key;\nwhen: RSMouseClick do: [ :evt |\n- Clipboard clipb...
Smalltalk
MIT License
objectprofile/roassal3
added a new example for RoassalPie
461,957
27.12.2019 17:04:20
10,800
0bc1d1653187960009d3938b3348c5e061aa682f
RSMorphicPopup: fix position when popup exceeds the World
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSMorphicPopup.class.st", "new_path": "src/Roassal3-Interaction/RSMorphicPopup.class.st", "diff": "@@ -10,13 +10,18 @@ Class {\n#category : #'Roassal3-Interaction-Popup'\n}\n+{ #category : #accessing }\n+RSMorphicPopup >> backgroundCol...
Smalltalk
MIT License
objectprofile/roassal3
RSMorphicPopup: fix position when popup exceeds the World
461,949
09.01.2020 18:07:01
10,800
c8d7218128e5e95b37ef289d3f1f44a831cd1461
Update package tags location for AttachPoint and Border, in Roassal3 into Roassal3-Shapes
[ { "change_type": "RENAME", "old_path": "src/Roassal3/RSAttachPoint.class.st", "new_path": "src/Roassal3-Shapes/RSAttachPoint.class.st", "diff": "@@ -7,7 +7,7 @@ Class {\n#instVars : [\n'inverted'\n],\n- #category : #'Roassal3-AttachPoint'\n+ #category : #'Roassal3-Shapes-AttachPoint'\n}\n{ #category...
Smalltalk
MIT License
objectprofile/roassal3
Update package tags location for AttachPoint and Border, in Roassal3 into Roassal3-Shapes
461,949
13.01.2020 13:33:39
10,800
8c4b01d5574f6670ce8daba503f3c2c982fedfe7
Update for issue and there is a new example example46RoassalIcon
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Menu/RSWorldMenu.class.st", "new_path": "src/Roassal3-Menu/RSWorldMenu.class.st", "diff": "@@ -140,5 +140,5 @@ RSWorldMenu class >> roassalIcon [\n{ #category : #streams }\nRSWorldMenu class >> roassalIconStream [\n- ^ 'iVBORw0KGgoAAAANSUhEUgAAABM...
Smalltalk
MIT License
objectprofile/roassal3
Update for issue https://github.com/ObjectProfile/Roassal3/issues/111, and there is a new example example46RoassalIcon
461,949
13.01.2020 13:33:55
10,800
4d24c26fbe8abbf52dd9e871c3c2d7d3f917bbd9
Change example catengory
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -2721,6 +2721,53 @@ RSAnimationExamples >> example45Duna [\n^ canvas\n]\n+{ #category : #examples }\n+RSAnimationExamples >> exam...
Smalltalk
MIT License
objectprofile/roassal3
Change example catengory
461,949
13.01.2020 14:01:31
10,800
f3603d0a1e99ac3c3400eb81e76ac0b8590ead04
update script of the day for issue
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-ScriptOfTheDay/RSScriptOfTheDay.class.st", "new_path": "src/Roassal3-ScriptOfTheDay/RSScriptOfTheDay.class.st", "diff": "@@ -35,23 +35,21 @@ RSScriptOfTheDay >> loadDiscordSt [\n{ #category : #'as yet unclassified' }\nRSScriptOfTheDay >> runMe [\n...
Smalltalk
MIT License
objectprofile/roassal3
update script of the day for issue https://github.com/ObjectProfile/Roassal3/issues/112
461,949
14.01.2020 20:08:41
10,800
18bc8b8cd6638e7d8f944624522755f50e03a45d
update for roassal basic example
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Experimental/RSXmasExample.class.st", "new_path": "src/Roassal3-Experimental/RSXmasExample.class.st", "diff": "@@ -212,8 +212,9 @@ RSXmasExample >> myIcon [\n{ #category : #running }\nRSXmasExample >> run [\n<script: 'self new run'>\n- | full back...
Smalltalk
MIT License
objectprofile/roassal3
update for roassal basic example
461,949
17.01.2020 16:42:31
10,800
b67c565c0f85be2941ec068be233713d4281b860
update roassal3 for spy2
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSAbstractPopup.class.st", "new_path": "src/Roassal3-Interaction/RSAbstractPopup.class.st", "diff": "@@ -54,7 +54,7 @@ RSAbstractPopup >> onShape: aShape [\nself registerRemoveEventsOn: aShape.\naShape\nwhen: self class activationEvent...
Smalltalk
MIT License
objectprofile/roassal3
update roassal3 for spy2
461,951
21.01.2020 17:24:58
10,800
8863ca58054df56531c7208e5ed8b54306072add
pictures for the readme.md
[ { "change_type": "ADD", "old_path": "screenshots/LesMiserables01.png", "new_path": "screenshots/LesMiserables01.png", "diff": "Binary files /dev/null and b/screenshots/LesMiserables01.png differ\n" }, { "change_type": "ADD", "old_path": "screenshots/LesMiserables02.png", "new_path": ...
Smalltalk
MIT License
objectprofile/roassal3
pictures for the readme.md
461,949
03.02.2020 23:36:46
10,800
09f09e82abb19e0b8eaf7c378a7bc52004b9299f
Added a new menu entry to see the examples in system browser
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Menu/RSWorldMenu.class.st", "new_path": "src/Roassal3-Menu/RSWorldMenu.class.st", "diff": "@@ -84,7 +84,7 @@ RSWorldMenu class >> menu05ExamplesOn: aBuilder [\norder: 5;\nlabel: 'Examples';\nicon: self roassalIcon;\n- action: [ self inform: 'TODO'...
Smalltalk
MIT License
objectprofile/roassal3
Added a new menu entry to see the examples in system browser
461,949
06.02.2020 22:29:42
10,800
42b847175a526c35f8134d3cd9fe5a367bf42505
Added new examples and tests for and issue related with edges between children
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "new_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "diff": "@@ -264,3 +264,83 @@ RSHighlightableExamples >> example07HighlightButtons [\n]\n+\n+{ #category : #examples }\n+RSHighlighta...
Smalltalk
MIT License
objectprofile/roassal3
Added new examples and tests for and issue related with edges between children
461,949
10.02.2020 19:48:10
10,800
edd05e9bb92763773a670be1d75064d8bbfdecd4
Update edges to children with RSBorderedAttachPoint
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSAttachPoint.class.st", "new_path": "src/Roassal3-Shapes/RSAttachPoint.class.st", "diff": "@@ -107,11 +107,6 @@ RSAttachPoint >> positionFor: shape in: anEdge point: pos [\n^ (self matrixFor: commonParents) transform: pos.\n]\n-{ #category...
Smalltalk
MIT License
objectprofile/roassal3
Update edges to children with RSBorderedAttachPoint
461,949
22.02.2020 20:09:54
10,800
a150ea779f5c363f899ad4e5e7e05be2b83b34b8
Fix an issue with RSPolyline
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSLinesTest.class.st", "new_path": "src/Roassal3-Shapes/RSLinesTest.class.st", "diff": "@@ -88,3 +88,13 @@ RSLinesTest >> testPolyline [\nself deny: (line includesPoint: 500@500).\nself deny: (line includesPoint: 6@50).\n]\n+\n+{ #category ...
Smalltalk
MIT License
objectprofile/roassal3
Fix an issue with RSPolyline
461,949
25.02.2020 17:48:02
10,800
6b96797b422002fd0f5563b04f8efbabc27d634b
There is a new version of roassal that update the edges between children and composite
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSBoundingShape.class.st", "new_path": "src/Roassal3-Shapes/RSBoundingShape.class.st", "diff": "@@ -265,8 +265,9 @@ RSBoundingShape >> translateTo: aPoint [\n{ #category : #edges }\nRSBoundingShape >> updateConnectedEdges [\n- self shouldUp...
Smalltalk
MIT License
objectprofile/roassal3
There is a new version of roassal that update the edges between children and composite https://github.com/ObjectProfile/Roassal3/issues/115
461,949
26.02.2020 18:27:27
10,800
38010d7113c97c9e74b9b7047e9699944b58606b
Added a new example suggested by Nicolas Antequil
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Examples/RSExpandingBoxes.class.st", "diff": "+\"\n+This is a simple example suggested by Nicolas Anquetil\n+\"\n+Class {\n+ #name : #RSExpandingBoxes,\n+ #superclass : #RSObject,\n+ #instVars : [\n+ 'canvas',\n+ 'color',\n+ 'base',...
Smalltalk
MIT License
objectprofile/roassal3
Added a new example suggested by Nicolas Antequil
461,949
28.02.2020 05:44:38
10,800
b7257f52799366ff52df8c791693502cd239a817
First version of OSM for roassal3
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSAbstractControlCanvas.class.st", "new_path": "src/Roassal3-Interaction/RSAbstractControlCanvas.class.st", "diff": "@@ -97,7 +97,7 @@ RSAbstractControlCanvas >> removeRectanglesFor: aCanvas [\n]\n{ #category : #rendering }\n-RSAbstrac...
Smalltalk
MIT License
objectprofile/roassal3
First version of OSM for roassal3
461,949
28.02.2020 05:47:39
10,800
d821e883ed581afbb5b26b0fba58b0839ee412a4
OSM support first version
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-OpenStreetMap/RSAthensRenderer.extension.st", "diff": "+Extension { #name : #RSAthensRenderer }\n+\n+{ #category : #'*Roassal3-OpenStreetMap' }\n+RSAthensRenderer >> downloadTile: osm key: key [\n+ [\n+ |aTile |\n+ Processor yield.\...
Smalltalk
MIT License
objectprofile/roassal3
OSM support first version
461,951
02.03.2020 20:20:12
10,800
af0e5abe4a8b727dffed3c88e8a63bd6e5fbdb2a
Improved the tutorial
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -178,6 +178,179 @@ characters @ RSPopup @ RSDraggable.\nc @ RSCanvasController.\n```\n![alt text](screenshots/LesMiserables04.png)\n+\n+So far we interactively built a script to visualize a small dataset. Althou...
Smalltalk
MIT License
objectprofile/roassal3
Improved the tutorial
461,951
02.03.2020 20:20:43
10,800
85dd9d12493693ff1c6f473c32b590ed5dd7b025
added missing screenshots
[ { "change_type": "ADD", "old_path": "screenshots/LesMiserables05.png", "new_path": "screenshots/LesMiserables05.png", "diff": "Binary files /dev/null and b/screenshots/LesMiserables05.png differ\n" }, { "change_type": "ADD", "old_path": "screenshots/LesMiserables06.png", "new_path": ...
Smalltalk
MIT License
objectprofile/roassal3
added missing screenshots
461,951
02.03.2020 20:24:02
10,800
f6b6beaae592b3b13b228c2af3478671261f8c88
updated of the pictures
[ { "change_type": "MODIFY", "old_path": "screenshots/LesMiserables05.png", "new_path": "screenshots/LesMiserables05.png", "diff": "Binary files a/screenshots/LesMiserables05.png and b/screenshots/LesMiserables05.png differ\n" }, { "change_type": "MODIFY", "old_path": "screenshots/LesMiser...
Smalltalk
MIT License
objectprofile/roassal3
updated of the pictures
461,951
03.03.2020 13:49:15
10,800
348157d4bab0205555ad4683c4f1b6a0fc6447d6
Added an external file for webhooks
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-ScriptOfTheDay/RSScriptOfTheDay.class.st", "new_path": "src/Roassal3-ScriptOfTheDay/RSScriptOfTheDay.class.st", "diff": "@@ -2,7 +2,8 @@ Class {\n#name : #RSScriptOfTheDay,\n#superclass : #Object,\n#instVars : [\n- 'serverName'\n+ 'serverName',\n+...
Smalltalk
MIT License
objectprofile/roassal3
Added an external file for webhooks
461,951
04.03.2020 22:43:59
10,800
468b1c86bc28512a16292b22bad8d6180e7cde95
added les miserables as a tutorial
[ { "change_type": "ADD", "old_path": null, "new_path": "LesMiserables.md", "diff": "+This super-short tutorial uses the dataset of _Les Miserables_. It can be loaded in Pharo using:\n+```Smalltalk\n+Metacello new\n+ baseline: 'LesMiserables';\n+ repository: 'github://bergel/LesMiserables';\n+ load.\n...
Smalltalk
MIT License
objectprofile/roassal3
added les miserables as a tutorial
461,949
09.03.2020 02:50:22
10,800
1818246e42eebcefbd0adde923495a86c0ff7895
update new example circles
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -2768,6 +2768,81 @@ RSAnimationExamples >> example46RoassalIcon [\n^ c\n]\n+{ #category : #examples }\n+RSAnimationExamples >> ex...
Smalltalk
MIT License
objectprofile/roassal3
update new example circles
461,949
09.03.2020 17:45:29
10,800
aa62871eee4f9447817aef51b2376884a04bf6d1
Added a basic class to handle BoxPlots in roassal3
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Matplotlib/RSAbstractTick.class.st", "new_path": "src/Roassal3-Matplotlib/RSAbstractTick.class.st", "diff": "@@ -7,7 +7,8 @@ Class {\n'labelConversion',\n'labelLocation',\n'shouldUseNiceLabel',\n- 'niceLabel'\n+ 'niceLabel',\n+ 'labelRotation'\n],...
Smalltalk
MIT License
objectprofile/roassal3
Added a basic class to handle BoxPlots in roassal3
461,951
10.03.2020 13:04:17
10,800
b03a7bde4a1f722bd07f1acbf543c0ad6b365580
Added various method comments, examples, and some small cleaning
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -800,6 +800,7 @@ RSShapeExamples >> example21SpockLizard [\n{ #category : #lines }\nRSShapeExamples >> example22ScaleEvents [\n<script: '...
Smalltalk
MIT License
objectprofile/roassal3
Added various method comments, examples, and some small cleaning
461,951
11.03.2020 09:42:20
10,800
d093dc4c951adbfc4cec472bafc451d25a8ace17
cleaning added tests
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSAlignment.class.st", "new_path": "src/Roassal3-Layouts/RSAlignment.class.st", "diff": "@@ -112,11 +112,12 @@ RSAlignment >> hasShape [\n{ #category : #public }\nRSAlignment >> left [\nself hasShape ifFalse: [ ^ self ].\n- self alignFromL...
Smalltalk
MIT License
objectprofile/roassal3
- cleaning - added tests
461,951
11.03.2020 12:27:02
10,800
9e7b09c0229804ba3acde8ab3c998d3498b89b95
Did some more work on RSAlignment and RSAlignmentTest
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSAlignment.class.st", "new_path": "src/Roassal3-Layouts/RSAlignment.class.st", "diff": "@@ -3,17 +3,14 @@ Define alignment of elements.\nFor example, inspect the following:\n-=-=-=\n- objects := TSShape withAllSubclasses.\n- v := RSView n...
Smalltalk
MIT License
objectprofile/roassal3
Did some more work on RSAlignment and RSAlignmentTest
461,949
13.03.2020 14:47:15
10,800
d78b3fb0c834d4dec9fba90af0193a0a971c4a70
Added a new middle method for RSAlignment
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSAlignment.class.st", "new_path": "src/Roassal3-Layouts/RSAlignment.class.st", "diff": "@@ -19,7 +19,7 @@ Class {\n#category : #'Roassal3-Layouts-PositionAndResize'\n}\n-{ #category : #public }\n+{ #category : #alignment }\nRSAlignment >>...
Smalltalk
MIT License
objectprofile/roassal3
Added a new middle method for RSAlignment
461,951
15.03.2020 00:10:12
10,800
1845e0e0fddffc8164a397f56c75d31c2916b35c
Some improvement for Matplotlib
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Matplotlib/RSAbstractTick.class.st", "new_path": "src/Roassal3-Matplotlib/RSAbstractTick.class.st", "diff": "@@ -8,7 +8,8 @@ Class {\n'labelLocation',\n'shouldUseNiceLabel',\n'niceLabel',\n- 'labelRotation'\n+ 'labelRotation',\n+ 'fontSize'\n],\n#...
Smalltalk
MIT License
objectprofile/roassal3
Some improvement for Matplotlib
461,949
16.03.2020 16:19:42
10,800
85f31912290518e262f360f64e2a58991e21c3d8
Update a new corona example in Roassal3
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -2843,6 +2843,101 @@ RSAnimationExamples >> example47Circles [\n^ canvas\n]\n+{ #category : #examples }\n+RSAnimationExamples >> ...
Smalltalk
MIT License
objectprofile/roassal3
Update a new corona example in Roassal3
461,951
18.03.2020 10:53:28
10,800
c0cd864e67e955d4eab9102d271e681ad6f9a5a2
Labels X and Y can now be rotated and translated
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Matplotlib/RSAbstractLabelDecoration.class.st", "new_path": "src/Roassal3-Matplotlib/RSAbstractLabelDecoration.class.st", "diff": "@@ -2,7 +2,9 @@ Class {\n#name : #RSAbstractLabelDecoration,\n#superclass : #RSChartDecoration,\n#instVars : [\n- 't...
Smalltalk
MIT License
objectprofile/roassal3
Labels X and Y can now be rotated and translated
461,951
24.03.2020 23:54:52
10,800
38119306da2881eaa34c173fbc957fcf021a6251
Working on fixing error when NaN and Infinite values. An issue is apparently left in the nice label generator
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Matplotlib/RSAbstractChartTest.class.st", "new_path": "src/Roassal3-Matplotlib/RSAbstractChartTest.class.st", "diff": "@@ -4,7 +4,7 @@ Class {\n#instVars : [\n'chart'\n],\n- #category : #'Roassal3-Matplotlib-Core'\n+ #category : #'Roassal3-Matplot...
Smalltalk
MIT License
objectprofile/roassal3
Working on fixing error when NaN and Infinite values. An issue is apparently left in the nice label generator
461,949
25.03.2020 19:54:26
10,800
dc1d184aa252a13c3a76749c778a1d74851816a2
fix it throws and exception now
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSBoundingShape.class.st", "new_path": "src/Roassal3-Shapes/RSBoundingShape.class.st", "diff": "@@ -178,6 +178,9 @@ RSBoundingShape >> position [\n{ #category : #matrix }\nRSBoundingShape >> position: aPoint [\n+ self\n+ assert: (aPoint x i...
Smalltalk
MIT License
objectprofile/roassal3
fix https://github.com/ObjectProfile/Roassal3/issues/142 it throws and exception now
461,949
27.03.2020 18:58:46
10,800
54f73e5158788be72b8503c907512540041607c7
Update for issue the error was minValueY
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Matplotlib/RSAbstractTick.class.st", "new_path": "src/Roassal3-Matplotlib/RSAbstractTick.class.st", "diff": "@@ -62,13 +62,14 @@ RSAbstractTick >> defaultNiceLabel [\n| nice |\nnice := RSNiceLabel new.\nnice\n+ score: 0;\nmin: self minValue;\nmax:...
Smalltalk
MIT License
objectprofile/roassal3
Update for issue https://github.com/ObjectProfile/Roassal3/issues/143, the error was minValueY
461,949
30.03.2020 20:57:00
10,800
3f680eb06cbbdeaf4c2f6b3693aa8d85e9856150
Update the example to improve speed for issue
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Experimental/RSXmasExample.class.st", "new_path": "src/Roassal3-Experimental/RSXmasExample.class.st", "diff": "@@ -214,12 +214,13 @@ RSXmasExample >> run [\n<script: 'self new run'>\n| full background tree icon title world |\nfull := Morph new.\n+...
Smalltalk
MIT License
objectprofile/roassal3
Update the example to improve speed for issue https://github.com/ObjectProfile/Roassal3/issues/119
461,949
31.03.2020 12:43:23
10,800
26e108f5cc9d561555e8d4e5e27add04d587b438
update baseline for roassal3
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -46,14 +46,14 @@ BaselineOfRoassal3 >> baseline: spec [\npackage: #'Roassal3-Sunburst';\npackage: #'Roassal3-Inspector' with: [sp...
Smalltalk
MIT License
objectprofile/roassal3
update baseline for roassal3
461,949
31.03.2020 13:02:45
10,800
d5a74eb8cb2d9af5e774a8f2aa3b847da86ec474
update baseline for examples
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -34,6 +34,7 @@ BaselineOfRoassal3 >> baseline: spec [\npackage: #'Roassal3' with: [ spec requires: dep1 asArray ];\npackage: #'Ro...
Smalltalk
MIT License
objectprofile/roassal3
update baseline for examples
461,949
31.03.2020 13:13:03
10,800
30b613e8f99d4a0cd4cfce8c16f96234865c10da
update missing superclass
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-UML/RSUMLExamples.class.st", "new_path": "src/Roassal3-UML/RSUMLExamples.class.st", "diff": "@@ -3,7 +3,7 @@ I have examples of how to manage the uml builder in different cases\n\"\nClass {\n#name : #RSUMLExamples,\n- #superclass : #AnObsoleteRSAb...
Smalltalk
MIT License
objectprofile/roassal3
update missing superclass
461,949
31.03.2020 13:39:10
10,800
ac2b32b8b453ed643335945f427b049b7f739a13
update baseline for examples, now examples has their own packages
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -34,7 +34,6 @@ BaselineOfRoassal3 >> baseline: spec [\npackage: #'Roassal3' with: [ spec requires: dep1 asArray ];\npackage: #'Ro...
Smalltalk
MIT License
objectprofile/roassal3
update baseline for examples, now examples has their own packages
461,949
31.03.2020 18:55:02
10,800
90635074cb26a6d57091b61e023bab23a3b146e2
update name for a class with TS to RS
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Animation/RSEasing.class.st", "new_path": "src/Roassal3-Animation/RSEasing.class.st", "diff": "@@ -135,7 +135,7 @@ RSEasing class >> expOut [\n{ #category : #linear }\nRSEasing class >> linear [\n- ^ TSLinearInterpolator new\n+ ^ RSLinearInterpola...
Smalltalk
MIT License
objectprofile/roassal3
update name for a class with TS to RS
461,946
02.04.2020 15:13:36
-7,200
fcf565371fc9033a7cafd47fb64b56e6901301e6
defaultSpec is useless and create bug with the last version of Spec2
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Spec/SpRoassalPresenter.class.st", "new_path": "src/Roassal3-Spec/SpRoassalPresenter.class.st", "diff": "@@ -15,14 +15,6 @@ SpRoassalPresenter class >> adapterName [\n^ #SpMorphicAdapter\n]\n-{ #category : #specs }\n-SpRoassalPresenter class >> de...
Smalltalk
MIT License
objectprofile/roassal3
defaultSpec is useless and create bug with the last version of Spec2
461,951
02.04.2020 22:31:24
10,800
3627fc71ac016572d70d9bbf9f44ad98ebf966bf
Added examples in method comments
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "new_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "diff": "\"\nI a basic interaction to add highlighting events to elements in view.\n+\n+Some example:\n+-=-=-=-\n+c := RSCanvas new.\n+shapes :...
Smalltalk
MIT License
objectprofile/roassal3
Added examples in method comments
461,949
03.04.2020 20:15:17
10,800
c89bf9085beea293d0767be262035e1a53a60eca
update comments for issue
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSAthensRenderer.class.st", "new_path": "src/Roassal3/RSAthensRenderer.class.st", "diff": "\"\n-I can create a visual components in a athensCanvas surface.\n+I am a visitor for RSCanvas.\n+\n+I visit the canvas and its commponents to draw it in a ...
Smalltalk
MIT License
objectprofile/roassal3
update comments for issue https://github.com/ObjectProfile/Roassal3/issues/138
461,951
03.04.2020 22:56:51
10,800
b42cd105afed09004ab35c6661786def8998e6d3
cleaning added method comment
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Inspector/RSSelectionPresentation.class.st", "new_path": "src/Roassal3-Inspector/RSSelectionPresentation.class.st", "diff": "@@ -11,9 +11,8 @@ Class {\n}\n{ #category : #hooks }\n-RSSelectionPresentation >> onShape: anElement [\n-Halt if: [ anElem...
Smalltalk
MIT License
objectprofile/roassal3
- cleaning - added method comment
461,949
04.04.2020 00:04:29
10,800
9b1f717ae88599660eb7d8eef950dbdaf2396e8c
update RSLines color to affect markers
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes-Tests/RSLinesTest.class.st", "new_path": "src/Roassal3-Shapes-Tests/RSLinesTest.class.st", "diff": "@@ -7,6 +7,16 @@ Class {\n#category : #'Roassal3-Shapes-Tests'\n}\n+{ #category : #'tests - colors' }\n+RSLinesTest >> testColorLineAndMarke...
Smalltalk
MIT License
objectprofile/roassal3
update RSLines color to affect markers
461,949
05.04.2020 12:07:53
14,400
c1aa7cbcfc97492ae42a89e2d18c0e08dc9a27da
Added a new perlin example, based on rivers
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -2938,6 +2938,72 @@ RSAnimationExamples >> example48Corona [\n]\n+{ #category : #perlin }\n+RSAnimationExamples >> example49River...
Smalltalk
MIT License
objectprofile/roassal3
Added a new perlin example, based on rivers
461,951
05.04.2020 15:25:08
14,400
1fe85da17c2e4049570aaa4c6a07e7d687b3c4f2
Added some methods comments
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSCanvas.class.st", "new_path": "src/Roassal3/RSCanvas.class.st", "diff": "@@ -414,6 +414,7 @@ RSCanvas >> showRectangles [\n{ #category : #updating }\nRSCanvas >> signalUpdate [\n+ \"Signal a platform signal that the canvas should be refreshed. T...
Smalltalk
MIT License
objectprofile/roassal3
Added some methods comments
461,951
05.04.2020 15:28:12
14,400
73150687b87a3d32c6447a07cafb4a5bbc2ad58f
Worked on a new search feature in Roassal3.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Interaction-Tests/RSHighlightableTest.class.st", "diff": "+Class {\n+ #name : #RSHighlightableTest,\n+ #superclass : #RSTest,\n+ #category : #'Roassal3-Interaction-Tests'\n+}\n+\n+{ #category : #tests }\n+RSHighlightableTest >> test...
Smalltalk
MIT License
objectprofile/roassal3
Worked on a new search feature in Roassal3.
461,951
05.04.2020 15:49:42
14,400
281626f52a84dd505362ca4050574133adf9964e
added a colors to the search in canvas, and added tests
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction-Tests/RSSearchInCanvasTest.class.st", "new_path": "src/Roassal3-Interaction-Tests/RSSearchInCanvasTest.class.st", "diff": "@@ -59,3 +59,51 @@ RSSearchInCanvasTest >> testNoSearch [\nself assert: (c shapes allSatisfy: [ :s | s color = C...
Smalltalk
MIT License
objectprofile/roassal3
added a colors to the search in canvas, and added tests
461,951
05.04.2020 16:18:22
14,400
d4d39cacec411a6ddfad6fe8c48c5a6c12d0c319
Improvement of RSSearchInCanvas
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction-Tests/RSSearchInCanvasTest.class.st", "new_path": "src/Roassal3-Interaction-Tests/RSSearchInCanvasTest.class.st", "diff": "@@ -13,7 +13,7 @@ Class {\n{ #category : #running }\nRSSearchInCanvasTest >> setUp [\nc := RSCanvas new.\n- shap...
Smalltalk
MIT License
objectprofile/roassal3
Improvement of RSSearchInCanvas
461,951
06.04.2020 21:44:50
14,400
d9299e20c5dd16f67a5ff015a6eac4e49bf988fd
class comment in `RSControlConfiguration`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSControlConfiguration.class.st", "new_path": "src/Roassal3-Interaction/RSControlConfiguration.class.st", "diff": "\"\n-I have basic information of RSControlsView\n+A control configuration is made to set a configuration for the canvas....
Smalltalk
MIT License
objectprofile/roassal3
class comment in `RSControlConfiguration`
461,951
07.04.2020 12:50:08
14,400
960ba64e376da481733e485d976f2d00f1670e95
Added an example in a method comment
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Matplotlib/RSAbstractTick.class.st", "new_path": "src/Roassal3-Matplotlib/RSAbstractTick.class.st", "diff": "@@ -89,6 +89,23 @@ RSAbstractTick >> doNotUseNiceLabel [\n{ #category : #accessing }\nRSAbstractTick >> fontSize: fontSizeToSet [\n\"Set t...
Smalltalk
MIT License
objectprofile/roassal3
Added an example in a method comment
461,951
07.04.2020 23:12:19
14,400
307a90b9e9fd007defdc7eb3d3d7bc5302ce5d51
Being able to adjust the size of the label for X and Y and title
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Matplotlib-Tests/RSChartTitleDecorationTest.class.st", "diff": "+Class {\n+ #name : #RSChartTitleDecorationTest,\n+ #superclass : #RSTest,\n+ #category : #'Roassal3-Matplotlib-Tests'\n+}\n+\n+{ #category : #tests }\n+RSChartTitleDec...
Smalltalk
MIT License
objectprofile/roassal3
Being able to adjust the size of the label for X and Y and title
461,951
07.04.2020 23:16:42
14,400
cca5e46dafe871c0a23e40aa2983fd5e11ae43e6
Cleaned Added an example
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Matplotlib-Examples/RSChartExample.class.st", "new_path": "src/Roassal3-Matplotlib-Examples/RSChartExample.class.st", "diff": "@@ -88,41 +88,18 @@ RSChartExample >> example06CustomNumberOfTicks [\n]\n{ #category : #'as yet unclassified' }\n-RSChar...
Smalltalk
MIT License
objectprofile/roassal3
- Cleaned - Added an example
461,951
07.04.2020 23:18:54
14,400
00e7c448d1d67bcab3379be47ff56a1a6fd099b3
Added small example in the method RSChart>>title:
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Matplotlib/RSChart.class.st", "new_path": "src/Roassal3-Matplotlib/RSChart.class.st", "diff": "@@ -222,6 +222,15 @@ RSChart >> show [\n{ #category : #accessing }\nRSChart >> title: aTitle [\n+ \"Set the title of a chart:\n+\n+ -=-=-=-=-=-=-=-=\n+ ...
Smalltalk
MIT License
objectprofile/roassal3
Added small example in the method RSChart>>title:
461,951
07.04.2020 23:39:51
14,400
9146a9b22581f748dfd7343e7405c71b0b2b7346
Fixed a bug in RSComposite>>children: But the overall behavior of this method is still weird. Related to
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSComposite.class.st", "new_path": "src/Roassal3-Shapes/RSComposite.class.st", "diff": "@@ -162,16 +162,16 @@ RSComposite >> children [\n]\n{ #category : #accessing }\n-RSComposite >> children: aTSGroup [\n+RSComposite >> children: aRSGroup...
Smalltalk
MIT License
objectprofile/roassal3
Fixed a bug in RSComposite>>children: But the overall behavior of this method is still weird. Related to https://github.com/ObjectProfile/Roassal3/issues/160
461,949
09.04.2020 20:39:24
14,400
c7c46044605c146a80e95f8b8502df65576b84cc
update inspector for issue
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Inspector/GLMRoassal3Presentation.class.st", "new_path": "src/Roassal3-Inspector/GLMRoassal3Presentation.class.st", "diff": "@@ -42,14 +42,11 @@ GLMRoassal3Presentation >> renderGlamorouslyOn: aRenderer [\n{ #category : #initialization }\nGLMRoass...
Smalltalk
MIT License
objectprofile/roassal3
update inspector for issue https://github.com/ObjectProfile/Roassal3/issues/147
461,949
09.04.2020 20:55:39
14,400
5ef7614a5df356c930128daa7096aaa0f251b7e4
I have remove RSAnimation for issue
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Animation/RSAbstractAnimation.class.st", "new_path": "src/Roassal3-Animation/RSAbstractAnimation.class.st", "diff": "@@ -3,7 +3,7 @@ I am the abstract class that defines animations for roassal3\n\"\nClass {\n#name : #RSAbstractAnimation,\n- #super...
Smalltalk
MIT License
objectprofile/roassal3
I have remove RSAnimation for issue https://github.com/ObjectProfile/Roassal3/issues/129
461,951
09.04.2020 21:17:07
14,400
bc2c10b913454a0d14dafbca04a9d98bb516a96c
Added utility methods in RSChart
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Matplotlib-Tests/RSChartTest.class.st", "new_path": "src/Roassal3-Matplotlib-Tests/RSChartTest.class.st", "diff": "@@ -18,6 +18,81 @@ RSChartTest >> testBasic [\nbuild\n]\n+{ #category : #tests }\n+RSChartTest >> testMinMaxValue [\n+\n+ | y c |\n+...
Smalltalk
MIT License
objectprofile/roassal3
Added utility methods in RSChart
461,949
09.04.2020 21:32:04
14,400
27c722caf147db1e24ff5ce5e9d8e68ba11ca91a
update implementation for issue
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RPackage.extension.st", "new_path": "src/Roassal3-Examples/RPackage.extension.st", "diff": "@@ -15,9 +15,9 @@ RPackage >> dependentPackagesWithOccurences [\n\"\nReturn the list of packages that I depend on. The result may includes several...
Smalltalk
MIT License
objectprofile/roassal3
update implementation for issue https://github.com/ObjectProfile/Roassal3/issues/120
461,951
09.04.2020 22:04:50
14,400
7253dfbb6ffe37ed363b14e13f5f60b7536c1cb7
added a new tutorial
[ { "change_type": "ADD", "old_path": null, "new_path": "Chart.md", "diff": "+# Tutorial 03 - Charting\n+\n+Here is another tutorial for [Roassal3](https://github.com/ObjectProfile/Roassal3). The topic of this tutorial is charting. It will gently introduce the charting library Roassal3 offers through ...
Smalltalk
MIT License
objectprofile/roassal3
added a new tutorial
461,951
09.04.2020 22:17:37
14,400
4b4ae253e48972372431ced73d96ac0f5e7b1e8e
Minor remaining of a variable
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSNormalizer.class.st", "new_path": "src/Roassal3-Shapes/RSNormalizer.class.st", "diff": "@@ -326,9 +326,9 @@ RSNormalizer >> scale [\n]\n{ #category : #accessing }\n-RSNormalizer >> scale: aTSScale [\n- scale ifNotNil: [ aTSScale range: sc...
Smalltalk
MIT License
objectprofile/roassal3
Minor remaining of a variable
461,949
10.04.2020 04:20:15
14,400
efb4533bbe47b5c805976ebad4f25d18b0c0ffe5
Added missing super class
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Inspector/RSAbstractContext.class.st", "new_path": "src/Roassal3-Inspector/RSAbstractContext.class.st", "diff": "@@ -5,7 +5,7 @@ My subclasses should override interaction\n\"\nClass {\n#name : #RSAbstractContext,\n- #superclass : #AnObsoleteRSInte...
Smalltalk
MIT License
objectprofile/roassal3
Added missing super class
461,949
14.04.2020 20:52:00
14,400
250242514bd2f3419828cf8560c8f18599de98e7
update issues and key events should now work on windows
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -611,7 +611,7 @@ RSAnimationExamples >> example12PerlinParticles [\nwhen: RSKeyUp do: [:evt |\nevt keyValue = 8 ifTrue: [\ncanvas...
Smalltalk
MIT License
objectprofile/roassal3
update issues https://github.com/ObjectProfile/Roassal3/issues/145 and https://github.com/ObjectProfile/Roassal3/issues/114 key events should now work on windows
461,949
14.04.2020 22:39:35
14,400
7f593884b017ce5457c926f940591cbf6ee68d8e
fix for baseline
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -80,7 +80,6 @@ BaselineOfRoassal3 >> baseline: spec [\n'Roassal3-Legend-Examples'\n'Roassal3-Chart-Examples'\n'Roassal3-Pie-Examp...
Smalltalk
MIT License
objectprofile/roassal3
fix for baseline
461,949
16.04.2020 16:19:42
14,400
0b5095bb27ff9561908ac9156470e70e80d9963f
update roassal3 to avoid dirty package on pharo9 related to issue
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/SubscriptionRegistry.extension.st", "new_path": "src/Roassal3/SubscriptionRegistry.extension.st", "diff": "@@ -17,10 +17,3 @@ SubscriptionRegistry >> handleEventClass: eventClass [\n^ subscriptions\nanySatisfy: [ :sub | sub announcementClass inclu...
Smalltalk
MIT License
objectprofile/roassal3
update roassal3 to avoid dirty package on pharo9 related to issue https://github.com/ObjectProfile/Roassal3/issues/137
461,949
16.04.2020 16:28:56
14,400
2156dbbd005600573eba103e1e25f3722b45624d
added missing methods from pharo8 and pharo9
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Pharo7/Announcer.extension.st", "diff": "+Extension { #name : #Announcer }\n+\n+{ #category : #'*Roassal3-Pharo7' }\n+Announcer >> handleSubscriberClass: eventClass [\n+ ^ self subscriptions\n+ ifNil: [ false ]\n+ ifNotNil: [:subscr...
Smalltalk
MIT License
objectprofile/roassal3
added missing methods from pharo8 and pharo9
461,949
16.04.2020 16:42:19
14,400
365c531c6d89e42fcbc090d138e76011c65cfb93
update testStepReset to avoid the random green or red tests in travis
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Animation-Tests/RSTransitionAnimationTest.class.st", "new_path": "src/Roassal3-Animation-Tests/RSTransitionAnimationTest.class.st", "diff": "@@ -72,7 +72,7 @@ RSTransitionAnimationTest >> testStepReset [\n| animation |\nanimation := canvas newAnim...
Smalltalk
MIT License
objectprofile/roassal3
update testStepReset to avoid the random green or red tests in travis
461,949
16.04.2020 16:57:18
14,400
f09948a2fdcaec416ba820f808840a1e461bbdfc
update spec for roassal3 on pharo 7
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Pharo7/RSEaselExample.class.st", "diff": "+\"\n+I am a basic spec example. You can edit a script with roassal then this will be updated on the view\n+\"\n+Class {\n+ #name : #RSEaselExample,\n+ #superclass : #AbstractWidgetPresenter...
Smalltalk
MIT License
objectprofile/roassal3
update spec for roassal3 on pharo 7
461,949
16.04.2020 16:59:31
14,400
aff6a8304fe3ed4be451ed224c44b31adb2993dd
Move spec classes from Spec1 to package Roassal3-Pharo7
[ { "change_type": "DELETE", "old_path": "src/Roassal3-Spec/Sp1MorphicAdapter.class.st", "new_path": null, "diff": "-\"\n-I am bridging RoassalPresenter and RSView\n-\"\n-Class {\n- #name : #Sp1MorphicAdapter,\n- #superclass : #AbstractMorphicAdapter,\n- #instVars : [\n- 'canvas'\n- ],\n- #category : ...
Smalltalk
MIT License
objectprofile/roassal3
Move spec classes from Spec1 to package Roassal3-Pharo7