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
26.07.2019 15:56:10
14,400
bdd509b25842990a793026e0b2755fe69c5fb0c3
Added keyCombination for future key events with roassal
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Trachel/TSAthensMorph.class.st", "new_path": "src/Roassal3-Trachel/TSAthensMorph.class.st", "diff": "@@ -407,6 +407,7 @@ TSAthensMorph >> trKeyDown: aMorphicEvent [\ntrEvent := self eventOfClass: TSKeyDown from: aMorphicEvent.\ntrEvent\nposition: ...
Smalltalk
MIT License
objectprofile/roassal3
Added keyCombination for future key events with roassal
461,949
26.07.2019 20:05:58
14,400
6e24c7dfe6110ca17b27764a08c603b312ed1f3c
update for highlightable now support highlight for 2 highlights
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "new_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "diff": "@@ -33,19 +33,21 @@ RSHighlightableExamples >> example01Basic [\n{ #category : #examples }\nRSHighlightableExamples >> examp...
Smalltalk
MIT License
objectprofile/roassal3
update for highlightable now support highlight for 2 highlights
461,949
29.07.2019 18:04:21
14,400
07cadefec5b7ecf01b0e3215c997683d598b7f22
update RSHighlithtable with a new selector highlithElements:butKeep:
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "new_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "diff": "@@ -217,32 +217,35 @@ RSHighlightableExamples >> example06IterateNext [\n{ #category : #examples }\nRSHighlightableExamples ...
Smalltalk
MIT License
objectprofile/roassal3
update RSHighlithtable with a new selector highlithElements:butKeep:
461,949
29.07.2019 20:12:56
14,400
7fbeefce1606e6e70daf06581d7d969ab9daf836
Added a new menu for Roassal3
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -36,7 +36,8 @@ BaselineOfRoassal3 >> baseline: spec [\npackage: #'Roassal3-Trachel-Shapes';\npackage: #'Roassal3-Colors';\npackag...
Smalltalk
MIT License
objectprofile/roassal3
Added a new menu for Roassal3
461,949
30.07.2019 14:30:28
14,400
d33f6635184c4c46bc01e3fc1b982a7563cee808
update examples and small fix for RSZoomableView
[ { "change_type": "RENAME", "old_path": "src/Roassal3-UML/RSUmlExamples.class.st", "new_path": "src/Roassal3-Examples/RSUMLExamples.class.st", "diff": "@@ -4,7 +4,7 @@ I have examples of how to manage the uml builder in different cases\nClass {\n#name : #RSUMLExamples,\n#superclass : #RSObject,\n- #c...
Smalltalk
MIT License
objectprofile/roassal3
update examples and small fix for RSZoomableView
461,949
30.07.2019 16:04:17
14,400
c4a7fd1a484634c41e98360c038a2589f17a9c9c
Dark theme for UML and calypso
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-UML/PharoDarkTheme.extension.st", "diff": "+Extension { #name : #PharoDarkTheme }\n+\n+{ #category : #'*Roassal3-UML' }\n+PharoDarkTheme >> classBoxBackgroundColor [\n+ ^ Color colorFrom: '2C3E50'\n+]\n" }, { "change_type": ...
Smalltalk
MIT License
objectprofile/roassal3
Dark theme for UML and calypso
461,949
30.07.2019 19:30:09
14,400
ca9224f1f7bedc7a99e78f7f51e96190c0182f28
New class RSTorchUMLClassBuilder, this allows to have an uml with Torch style
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSUMLExamples.class.st", "new_path": "src/Roassal3-Examples/RSUMLExamples.class.st", "diff": "@@ -130,3 +130,14 @@ RSUMLExamples >> example06CustomText [\nbuilder build.\nbuilder open\n]\n+\n+{ #category : #examples }\n+RSUMLExamples >> e...
Smalltalk
MIT License
objectprofile/roassal3
New class RSTorchUMLClassBuilder, this allows to have an uml with Torch style
461,949
31.07.2019 12:45:20
14,400
b0caa18655d891080ecf6f29893a7def0b7a1372
update roassal 3 with a new methos #sessionChanged in shapes to detect when session has changed and restart all the shapes
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Trachel-Shapes/TMarkeable.trait.st", "new_path": "src/Roassal3-Trachel-Shapes/TMarkeable.trait.st", "diff": "@@ -70,3 +70,8 @@ TMarkeable >> markerStartEnd: aMarker [\nTMarkeable >> markers [\n^ nil\n]\n+\n+{ #category : #'accessing - markers' }\n...
Smalltalk
MIT License
objectprofile/roassal3
update roassal 3 with a new methos #sessionChanged in shapes to detect when session has changed and restart all the shapes
461,949
31.07.2019 15:48:08
14,400
88697c93291dd20d10d5ab076e5ccc8d7ca7de52
Udate for TSLabel using the default pharo font
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSControlsView.class.st", "new_path": "src/Roassal3-Interaction/RSControlsView.class.st", "diff": "@@ -73,6 +73,7 @@ RSControlsView >> renderLegendOn: aView [\nyourself.\nlb defaultTitle fontSize: 12.\nlb defaultLabel fontSize: 10.\n+ ...
Smalltalk
MIT License
objectprofile/roassal3
Udate for TSLabel using the default pharo font
461,949
31.07.2019 17:52:26
14,400
067e21dfec18c5fda8e9e49450e5a5086a92912d
Fix for tree layout issue about align children with small size in a parent with a bigger size
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSAbstractGraphLayout.class.st", "new_path": "src/Roassal3-Layouts/RSAbstractGraphLayout.class.st", "diff": "@@ -106,7 +106,7 @@ RSAbstractGraphLayout >> clear [\nRSAbstractGraphLayout >> doInitialize: elements [\nsuper doInitialize: eleme...
Smalltalk
MIT License
objectprofile/roassal3
Fix for tree layout issue about align children with small size in a parent with a bigger size
461,949
31.07.2019 19:07:42
14,400
7e000816938df08f5fb57b4ce068e909a67ab4ba
Added a fix to have edges between children with different attach points
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSAttachPoint.class.st", "new_path": "src/Roassal3/RSAttachPoint.class.st", "diff": "@@ -40,13 +40,17 @@ RSAttachPoint >> initialize [\ninverted := false.\n]\n-{ #category : #'public - hooks' }\n+{ #category : #private }\nRSAttachPoint >> position...
Smalltalk
MIT License
objectprofile/roassal3
Added a fix to have edges between children with different attach points
461,949
01.08.2019 12:07:10
14,400
61bbb8d40d11a57642324a06615549928bd31110
Update examples a new category
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -4,7 +4,7 @@ I have examples for animation\nClass {\n#name : #RSAnimationExamples,\n#superclass : #TSObject,\n- #category : #'Roa...
Smalltalk
MIT License
objectprofile/roassal3
Update examples a new category
461,957
01.08.2019 17:31:25
14,400
670ce43a2ababe28297b51bfe3a5b60e1dd71f94
Sort icons by name
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -603,7 +603,9 @@ RSShapeExamples >> example18ExampleFromMondrian [\n{ #category : #shapes }\nRSShapeExamples >> example19Bitmap [\n<scrip...
Smalltalk
MIT License
objectprofile/roassal3
Sort icons by name
461,949
02.08.2019 00:38:32
14,400
04d46caa861e8fb6da7094eb627eb5221eae45d9
Update new spec example
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -31,6 +31,7 @@ BaselineOfRoassal3 >> baseline: spec [\npackage: #'Roassal3-Utils';\npackage: #'Roassal3-Legend';\npackage: #'Roas...
Smalltalk
MIT License
objectprofile/roassal3
Update new spec example
461,949
02.08.2019 12:27:55
14,400
4a85ebfb48e5e406f57ac40da5c7f21e4de30627
Small fix for RSControlsView and pie label
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSScrollsView.class.st", "new_path": "src/Roassal3-Interaction/RSScrollsView.class.st", "diff": "@@ -58,7 +58,8 @@ RSScrollsView >> initializeHideAnimation [\nonStepDo: [ :t |\nself\ncolor: (sc1 scale: t)\n- border: (sc2 scale: t) ]\n+...
Smalltalk
MIT License
objectprofile/roassal3
Small fix for RSControlsView and pie label
461,957
02.08.2019 16:21:12
14,400
9dc1e73d37716cb65e6bb60b4a5cfd770b33fe8c
Adding RSHierarchyPacker, Milton will clean it up as an interaction.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Interaction/RSHierarchyPacker.class.st", "diff": "+Class {\n+ #name : #RSHierarchyPacker,\n+ #superclass : #Object,\n+ #category : #'Roassal3-Interaction'\n+}\n+\n+{ #category : #'as yet unclassified' }\n+RSHierarchyPacker >> applyt...
Smalltalk
MIT License
objectprofile/roassal3
Adding RSHierarchyPacker, Milton will clean it up as an interaction.
461,957
02.08.2019 16:21:37
14,400
66f6f15aadb1c047e4f92484377fc93865771203
Added #inspectable, following the pattern of #browsable and others.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSInteractionBuilder.class.st", "new_path": "src/Roassal3-Interaction/RSInteractionBuilder.class.st", "diff": "@@ -46,6 +46,11 @@ RSInteractionBuilder >> initialize [\ninteractions := OrderedCollection new.\n]\n+{ #category : #actions ...
Smalltalk
MIT License
objectprofile/roassal3
Added #inspectable, following the pattern of #browsable and others.
461,949
05.08.2019 16:03:58
14,400
e6a8ba5e83ed87d101fa7a0ba709ce74f02d56d3
Update RSHierarchyPacker as an interaction with one simple example
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSUMLExamples.class.st", "new_path": "src/Roassal3-Examples/RSUMLExamples.class.st", "diff": "@@ -141,3 +141,19 @@ RSUMLExamples >> example07TorchRenderer [\nbuilder build.\nbuilder open\n]\n+\n+{ #category : #examples }\n+RSUMLExamples >...
Smalltalk
MIT License
objectprofile/roassal3
Update RSHierarchyPacker as an interaction with one simple example
461,949
05.08.2019 16:14:53
14,400
61122c07b9ebf6b0af3e2cc1813e0e7c01773bf1
RSLocate to RSLocation
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -1981,7 +1981,7 @@ RSAnimationExamples >> example32RSLocate [\n<script: 'self new example32RSLocate'>\n| v box fixedElement movab...
Smalltalk
MIT License
objectprofile/roassal3
RSLocate to RSLocation
461,949
05.08.2019 17:28:33
14,400
c8a3b016f62c2ab92cf447f7e55cb95bd98e47d2
Update uml class builder for just a class name
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Inspector/GLMRoassal3Presentation.class.st", "new_path": "src/Roassal3-Inspector/GLMRoassal3Presentation.class.st", "diff": "@@ -32,7 +32,7 @@ GLMRoassal3Presentation >> setUpInteractions [\nself view edges @ interaction.\nself view\nwhen: TSShape...
Smalltalk
MIT License
objectprofile/roassal3
Update uml class builder for just a class name
461,949
05.08.2019 17:35:37
14,400
aca67a6c98416a2eb4857e35732af050f09597e3
Update for UMLBuilder
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-UML/RSBasicUMLClassRenderer.class.st", "new_path": "src/Roassal3-UML/RSBasicUMLClassRenderer.class.st", "diff": "@@ -52,7 +52,7 @@ RSBasicUMLClassRenderer >> initializeShape [\nfrom: rec origin x @ title height;\nto: rec corner x @ title height;\n...
Smalltalk
MIT License
objectprofile/roassal3
Update for UMLBuilder
461,949
05.08.2019 18:05:21
14,400
0dbd27578cef063206fcd7272b337cf488e9c8f2
update baseline fix to pharo7
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -45,10 +45,10 @@ BaselineOfRoassal3 >> baseline: spec [\n'Roassal3-Utils'\n'Roassal3-Colors'\n'Roassal3-Legend'\n- 'Roassal3-Scal...
Smalltalk
MIT License
objectprofile/roassal3
update baseline fix to pharo7
461,949
05.08.2019 18:22:23
14,400
01bcf001c3855458b8f26428b1d3a9273f207524
Update roassal3 baseline for pharo7 and pharo8
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -12,16 +12,25 @@ BaselineOfRoassal3 >> baseline: spec [\n<baseline>\nspec\nfor: #common\n- do: [\n+ do: [ | dep1 dep2 |\nspec pac...
Smalltalk
MIT License
objectprofile/roassal3
Update roassal3 baseline for pharo7 and pharo8
461,949
05.08.2019 20:14:55
14,400
36e901e1e9be70cf0b63191e6009d29be2045eaf
Update fix for RSLabeled
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -857,9 +857,9 @@ RSEdgeBuilder bimetricLine\nview: v;\nobjects: packages;\nwidthFrom:\n- [ :edge | (edge key model numberOfDependenciesTo...
Smalltalk
MIT License
objectprofile/roassal3
Update fix for RSLabeled
461,949
05.08.2019 21:18:23
14,400
8ee4e9f88bb9e0d8b87e07a163aa007938b3ea81
Update for RSActivityMonitor, now it shows a history
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -130,7 +130,7 @@ RSAnimationExamples >> example04BoxWindmill [\ntranslateBy: e model;\nrotateByRadians: (e model x + e model y + ...
Smalltalk
MIT License
objectprofile/roassal3
Update for RSActivityMonitor, now it shows a history
461,957
07.08.2019 14:14:58
14,400
a8ad452a8c6ba895427103266861afb526043aaa
Removed a reference to an optional package in an example.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSUMLExamples.class.st", "new_path": "src/Roassal3-Examples/RSUMLExamples.class.st", "diff": "@@ -147,7 +147,7 @@ RSUMLExamples >> example08HierarchyPacker [\n<script: 'self new example08HierarchyPacker'>\n| builder classes |\nbuilder := ...
Smalltalk
MIT License
objectprofile/roassal3
Removed a reference to an optional package in an example.
461,957
07.08.2019 14:32:43
14,400
afb5c98348b3b2addb503ed105e93049f7dfda1d
Extract layout to slot and add accessors. Also improved comments.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSHierarchyPacker.class.st", "new_path": "src/Roassal3-Interaction/RSHierarchyPacker.class.st", "diff": "\"\n-This interactions adds as\n+This interaction layouts the connected subgraphs of a view using a rectangle pack layout each tim...
Smalltalk
MIT License
objectprofile/roassal3
Extract layout to slot and add accessors. Also improved comments.
461,957
07.08.2019 14:33:04
14,400
a042a293721e8bfde384091a25412ab35b2a129d
Little improvement to comments.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSRectanglePackLayout.class.st", "new_path": "src/Roassal3-Layouts/RSRectanglePackLayout.class.st", "diff": "\"\n-A layout that packs rectangles in as small space as possible (at least it tries to)\n-\n+A layout that packs elements accordi...
Smalltalk
MIT License
objectprofile/roassal3
Little improvement to comments.
461,949
07.08.2019 19:54:45
14,400
c2b411fd459423b2920cb08613c2cfd2633ebf2b
update inspector for Interpolators
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Inspector/RSShapedObject.extension.st", "new_path": "src/Roassal3-Inspector/RSShapedObject.extension.st", "diff": "Extension { #name : #RSShapedObject }\n+{ #category : #'*Roassal3-Inspector' }\n+RSShapedObject >> gtInspectorSybscriptionsIn: compo...
Smalltalk
MIT License
objectprofile/roassal3
update inspector for Interpolators
461,949
08.08.2019 12:31:39
14,400
b0a29411a71d55332fa86a0323e40247d99aa23d
Update for RSActivityMonitorView
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSInspectableExample.class.st", "new_path": "src/Roassal3-Examples/RSInspectableExample.class.st", "diff": "@@ -94,3 +94,10 @@ RSInspectableExample >> example02Inspect [\nview @ RSControlsView.\nview inspect\n]\n+\n+{ #category : #example...
Smalltalk
MIT License
objectprofile/roassal3
Update for RSActivityMonitorView
461,949
08.08.2019 18:10:25
14,400
24521e7f8a3909827e51078379ef5acfb1b61e34
Update small fixes for Layouts, PieExample and UML Settings
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSRectanglePackLayout.class.st", "new_path": "src/Roassal3-Layouts/RSRectanglePackLayout.class.st", "diff": "@@ -105,6 +105,7 @@ RSRectanglePackLayout >> gap: aFloat [\n{ #category : #'initialize-release' }\nRSRectanglePackLayout >> initia...
Smalltalk
MIT License
objectprofile/roassal3
Update small fixes for Layouts, PieExample and UML Settings
461,949
08.08.2019 20:02:47
14,400
fb57e89a83c4e082cbf69f23e9f2b935f571114a
update new roassal animation example with perlin :V
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -2761,6 +2761,44 @@ RSAnimationExamples >> example44Boat [\nmove: pharo on: lines.\n]\n+{ #category : #perlin }\n+RSAnimationExam...
Smalltalk
MIT License
objectprofile/roassal3
update new roassal animation example with perlin :V
461,949
08.08.2019 21:45:45
14,400
8adc47eb92cc3f6d1858af6171a98c1e617a96dd
Remove unused extention
[ { "change_type": "DELETE", "old_path": "src/Roassal3/String.extension.st", "new_path": null, "diff": "-Extension { #name : #String }\n-\n-{ #category : #'*Roassal3' }\n-String >> cutCamelCase [\n- \"Breaks apart words written in camel case.\n-\n- It's not simply using piecesCutWhere: because we want...
Smalltalk
MIT License
objectprofile/roassal3
Remove unused extention
461,949
09.08.2019 15:23:58
14,400
29e94761d87c50bce28b801fe90af865e8e2ddb3
update for Inspector to visualize rectangles
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -2507,7 +2507,7 @@ for Pharo 7 and Pharo 8.'.\ncornerRadii: 50;\ncontrolPoints: {\nmid.\n- r2 origin x - pad*2 @ mid y.\n+ (r2 or...
Smalltalk
MIT License
objectprofile/roassal3
update for Inspector to visualize rectangles
461,957
09.08.2019 18:34:37
14,400
dceb4a2c10703bd4d55aa547a3827a248336c6d2
Rename defaultBorder to border, for consistency.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSUMLExamples.class.st", "new_path": "src/Roassal3-Examples/RSUMLExamples.class.st", "diff": "@@ -109,7 +109,7 @@ RSUMLExamples >> example06CustomText [\nrenderer := builder renderer.\nrenderer classBoxShape color: c1.\nrenderer marker sh...
Smalltalk
MIT License
objectprofile/roassal3
Rename defaultBorder to border, for consistency.
461,949
09.08.2019 20:12:24
14,400
d097865281f46057250495095557cc088c637db3
fix for examples RSLabeled and remove in edges
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSEdge.class.st", "new_path": "src/Roassal3/RSEdge.class.st", "diff": "@@ -75,11 +75,20 @@ RSEdge >> isEdge [\nRSEdge >> remove [\nparent ifNil: [ ^ self ].\nparent removeEdge: self.\n- to ifNotNil: [ to connectedEdges remove: self ifAbsent: [ ] ]...
Smalltalk
MIT License
objectprofile/roassal3
fix for examples RSLabeled and remove in edges
461,949
13.08.2019 17:09:47
-7,200
d0537313a17d1e6a3c2f7e59b8b5e1d393078e4c
Update Roassal3 test
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Tests/RoassalSpecTest.class.st", "new_path": "src/Roassal3-Tests/RoassalSpecTest.class.st", "diff": "@@ -7,7 +7,10 @@ Class {\n{ #category : #tests }\nRoassalSpecTest >> testBasic [\n| spec value window |\n- spec := RoassalPresenter new.\n+\n+ spe...
Smalltalk
MIT License
objectprofile/roassal3
Update Roassal3 test
461,949
13.08.2019 17:56:30
-7,200
fbf9c024a2c6bc1c253953c7514299d69b5568fe
update a basic comment
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Tests/RoassalSpecTest.class.st", "new_path": "src/Roassal3-Tests/RoassalSpecTest.class.st", "diff": "@@ -7,7 +7,7 @@ Class {\n{ #category : #tests }\nRoassalSpecTest >> testBasic [\n| spec value window |\n-\n+ \"comment\"\nspec := Smalltalk global...
Smalltalk
MIT License
objectprofile/roassal3
update a basic comment
461,949
15.08.2019 22:53:38
-7,200
4c07ff391b565bcddb231c50bd1bb3dbac2a4295
Update roassal3 with a fix typo
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -2053,7 +2053,7 @@ RSAnimationExamples >> example32RSLocate [\n{ #category : #perlin }\nRSAnimationExamples >> example33AlteredWo...
Smalltalk
MIT License
objectprofile/roassal3
Update roassal3 with a fix typo
461,949
19.08.2019 15:06:59
-7,200
af41680709db4c7412a0c08a05a951f2ba6643a6
Categorize examples to the correct package
[ { "change_type": "RENAME", "old_path": "src/Roassal3-Examples/RSInspectableExample.class.st", "new_path": "src/Roassal3-Inspector/RSInspectableExample.class.st", "diff": "@@ -4,7 +4,7 @@ I have examples of different ways to inspect views an objects in roassal3\nClass {\n#name : #RSInspectableExample...
Smalltalk
MIT License
objectprofile/roassal3
Categorize examples to the correct package
461,949
19.08.2019 15:28:09
-7,200
58d7b07eaca9293618a3ccffafe07d4dc04554dc
update dependencies to layouts
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Layouts/ManifestRoassalLayouts.class.st", "diff": "+\"\n+I store metadata for this package. These meta data are used by other tools such as the SmalllintManifestChecker and the critics Browser\n+\"\n+Class {\n+ #name : #ManifestRoas...
Smalltalk
MIT License
objectprofile/roassal3
update dependencies to layouts
461,949
19.08.2019 16:40:22
-7,200
3adf2250f14eedc65a6a4dfefeb9ab2e79ab6d37
I have added a separation between the 2 kinds of our builders, a shape builder and a view builders
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Grapher/RTAbstractGrapher.class.st", "new_path": "src/Roassal3-Grapher/RTAbstractGrapher.class.st", "diff": "Class {\n#name : #RTAbstractGrapher,\n- #superclass : #RSAbstractBuilder,\n+ #superclass : #RSAbstractViewBuilder,\n#instVars : [\n'axisCo...
Smalltalk
MIT License
objectprofile/roassal3
I have added a separation between the 2 kinds of our builders, a shape builder and a view builders
461,940
20.08.2019 18:08:01
-7,200
bc57ad91663b36894805fdc4a46840b179008fe9
drawing the morph on athens canvas (it was not implemented)
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -357,6 +357,51 @@ RSAnimationExamples >> example06Atom [\n]\n+{ #category : #examples }\n+RSAnimationExamples >> example06AtomSpe...
Smalltalk
MIT License
objectprofile/roassal3
drawing the morph on athens canvas (it was not implemented)
461,949
21.08.2019 10:09:29
-7,200
0c17b09e26fc1e2e66d2a0b732beebd689fd78f9
update readme file readme now uses a new loading way and remove coverall because roassal does not have the properly configuration
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "# Roassal3\n-[![Build Status](https://travis-ci.org/ObjectProfile/Roassal3.svg?branch=master)](https://travis-ci.org/ObjectProfile/Roassal3) [![Coverage Status](https://coveralls.io/repos/github/ObjectProfile/Roass...
Smalltalk
MIT License
objectprofile/roassal3
update readme file readme now uses a new loading way and remove coverall because roassal does not have the properly configuration
461,949
21.08.2019 10:18:11
-7,200
905f084696dcb969df58650e8631d795529f37d7
Update coping shapes with the post copy template
[ { "change_type": "DELETE", "old_path": "src/Roassal3-Inspector/TSBoundingShape.extension.st", "new_path": null, "diff": "-Extension { #name : #TSBoundingShape }\n-\n-{ #category : #'*Roassal3-Inspector' }\n-TSBoundingShape >> trachelCopy [\n- ^ super trachelCopy\n- matrix: self matrix copy;\n- yours...
Smalltalk
MIT License
objectprofile/roassal3
Update coping shapes with the post copy template
461,949
21.08.2019 10:43:12
-7,200
abf6e1d3ed9cf1a9ed6a28b78592bc3957d4f8da
Moving TrachelMethods to roassal3, to remove dependency
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Animation/TSCanvas.extension.st", "diff": "+Extension { #name : #TSCanvas }\n+\n+{ #category : #'*Roassal3-Animation' }\n+TSCanvas >> animationFrom: array [\n+ | anime |\n+ anime := TSSequentialAnimation new.\n+ anime addAll: array....
Smalltalk
MIT License
objectprofile/roassal3
Moving TrachelMethods to roassal3, to remove dependency
461,949
21.08.2019 11:00:18
-7,200
ebd999ba8378f6d17a096ec5828ba63381aa237c
Update animation hierarchy
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Animation/TSAbstractAnimation.class.st", "new_path": "src/Roassal3-Animation/TSAbstractAnimation.class.st", "diff": "@@ -3,9 +3,8 @@ I am the abstract class that defines animations for roassal3\n\"\nClass {\n#name : #TSAbstractAnimation,\n- #super...
Smalltalk
MIT License
objectprofile/roassal3
Update animation hierarchy
461,949
21.08.2019 11:55:08
-7,200
a6d2adac86c1893bbe015bed702e66886060a3d7
update file for testing
[ { "change_type": "MODIFY", "old_path": ".smalltalk.ston", "new_path": ".smalltalk.ston", "diff": "@@ -8,7 +8,15 @@ SmalltalkCISpec {\n],\n#testing : {\n- #packages: [ 'Roassal3-Tests' ],\n+ #packages: ['Roassal3-Global-Tests'],\n+ #categories: [\n+ 'Roassal3-Trachel-Tests',\n+ 'Roassal3-Animation-Te...
Smalltalk
MIT License
objectprofile/roassal3
update file for testing
461,949
21.08.2019 12:30:19
-7,200
9a842fcf8613c6ff6eaf04ad1f61985de64ad57d
Fix view for container
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Spec/RSPieChartExample.class.st", "new_path": "src/Roassal3-Spec/RSPieChartExample.class.st", "diff": "@@ -123,7 +123,7 @@ RSPieChartExample >> visualizeChart: view package: pkg [\nRSPieChartExample >> visualizePie: view package: pkg [\n| b rect m...
Smalltalk
MIT License
objectprofile/roassal3
Fix view for container
461,949
21.08.2019 12:54:47
-7,200
b8386eff1a68fc9649194ffca7102eff60046524
Update missing class for Labeling
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Grapher/RTGrapher.class.st", "new_path": "src/Roassal3-Grapher/RTGrapher.class.st", "diff": "@@ -202,7 +202,7 @@ RTGrapher >> initialize [\n\"Collection of data sets\"\ndatasets := OrderedCollection new.\n- generator := RSLabelGenerator nice: RSNi...
Smalltalk
MIT License
objectprofile/roassal3
Update missing class for Labeling
461,940
21.08.2019 16:21:29
-7,200
326c661cd59df782af26dd479e315356301c3414
fix who draws the image
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Trachel/TSAthensMorph.class.st", "new_path": "src/Roassal3-Trachel/TSAthensMorph.class.st", "diff": "@@ -45,8 +45,10 @@ TSAthensMorph >> createSurface [\n{ #category : #drawing }\nTSAthensMorph >> drawOn: aCanvas [\n+\nisDrawing ifTrue: [ ^ self ]...
Smalltalk
MIT License
objectprofile/roassal3
fix who draws the image
461,940
22.08.2019 14:11:23
-7,200
4d4e1e8ebbf2784fa1de6bf260ae10eff2f0c142
remove example method
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -357,51 +357,6 @@ RSAnimationExamples >> example06Atom [\n]\n-{ #category : #examples }\n-RSAnimationExamples >> example06AtomSpe...
Smalltalk
MIT License
objectprofile/roassal3
remove example method
461,949
22.08.2019 15:03:19
-7,200
65c6ef820af4b9f98e0ae19742fd6425c0d8632b
Added a shortcut
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSAnnounceableObject.class.st", "new_path": "src/Roassal3/RSAnnounceableObject.class.st", "diff": "@@ -69,6 +69,11 @@ RSAnnounceableObject >> attributesDo: block [\nblock value: self attributes.\n]\n+{ #category : #events }\n+RSAnnounceableObject ...
Smalltalk
MIT License
objectprofile/roassal3
Added a shortcut
461,949
22.08.2019 18:08:49
-7,200
2aaaace922c287d612b7042c311ad8d5e480d7a3
update extentions for roassal3
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Trachel/SubscriptionRegistry.extension.st", "new_path": "src/Roassal3-Trachel/SubscriptionRegistry.extension.st", "diff": "@@ -3,7 +3,6 @@ Extension { #name : #SubscriptionRegistry }\n{ #category : #'*Roassal3-Trachel' }\nSubscriptionRegistry >> h...
Smalltalk
MIT License
objectprofile/roassal3
update extentions for roassal3
461,949
23.08.2019 12:27:14
-7,200
0765a8a1fba15c19adf959f5cb953c6a3756094a
Cleanning example of visitLabel
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Trachel/TSAthensRenderer.class.st", "new_path": "src/Roassal3-Trachel/TSAthensRenderer.class.st", "diff": "@@ -567,7 +567,6 @@ TSAthensRenderer >> visitLabel: label [\nathensCanvas textPath: utf8String.\nlabel paint ifNotNil: [ athensCanvas fillPr...
Smalltalk
MIT License
objectprofile/roassal3
Cleanning example of visitLabel
461,949
25.08.2019 17:04:22
-7,200
3b0fd05699a4207dfcf920d2badf19e522532059
Add a new example of how to build a scatter plot
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Grapher/RSAxis.class.st", "diff": "+\"\n+A basic axis\n+\"\n+Class {\n+ #name : #RSAxis,\n+ #superclass : #Object,\n+ #instVars : [\n+ 'direction',\n+ 'scale',\n+ 'labels',\n+ 'positionForLabel'\n+ ],\n+ #category : #'Roassal3-Graph...
Smalltalk
MIT License
objectprofile/roassal3
Add a new example of how to build a scatter plot
461,949
25.08.2019 17:15:36
-7,200
b5f0306fca69212467b2fab4d222d472db47e8a2
fix missing referencies
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Layouts/Collection.extension.st", "diff": "+Extension { #name : #Collection }\n+\n+{ #category : #'*Roassal3-Layouts' }\n+Collection >> maxValue: aBlock [\n+ ^ self inject: (aBlock value: self anyOne) into: [ :max :each | max max: (...
Smalltalk
MIT License
objectprofile/roassal3
fix missing referencies
461,951
31.08.2019 11:07:29
14,400
0b95b146ca1a6a598e368399826a63a25f6446f4
First try of having mapplotlib
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Matplotlib/PLT.class.st", "diff": "+Class {\n+ #name : #PLT,\n+ #superclass : #Object,\n+ #instVars : [\n+ 'plots',\n+ 'canvas',\n+ 'width',\n+ 'extent',\n+ 'plot',\n+ 'decorations'\n+ ],\n+ #category : #'Roassal3-Matplotlib'\n+}\n+...
Smalltalk
MIT License
objectprofile/roassal3
First try of having mapplotlib
461,951
31.08.2019 13:51:37
14,400
be3680a201a4f53efff74a5f4283f0d91d4360b1
Cleaned PLTPlot and PLTScatter
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Matplotlib/PLT.class.st", "new_path": "src/Roassal3-Matplotlib/PLT.class.st", "diff": "@@ -35,6 +35,11 @@ PLT >> build [\n]\n+{ #category : #accessing }\n+PLT >> decorations [\n+ ^ decorations\n+]\n+\n{ #category : #'as yet unclassified' }\nPLT >>...
Smalltalk
MIT License
objectprofile/roassal3
Cleaned PLTPlot and PLTScatter
461,951
31.08.2019 15:11:31
14,400
f963667f219c14bb11f8ba2cd91d6d92878f500d
Added axis labels
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Matplotlib/PLT.class.st", "new_path": "src/Roassal3-Matplotlib/PLT.class.st", "diff": "@@ -108,3 +108,13 @@ PLT >> show [\nPLT >> title: aTitle [\nself addDecoration: (PLTTitleDecoration new title: aTitle)\n]\n+\n+{ #category : #'as yet unclassifi...
Smalltalk
MIT License
objectprofile/roassal3
Added axis labels
461,951
12.09.2019 22:11:18
10,800
908411ac1d975d7001e9e138142832fb6c1946e8
Added an example and some comments
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "new_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "diff": "@@ -394,3 +394,41 @@ RSLayoutExamples >> example13VisualizeQuatree [\nboxes pushBack ].\nview open\n]\n+\n+{ #category : #lines }\n+RSLayo...
Smalltalk
MIT License
objectprofile/roassal3
Added an example and some comments
461,951
12.09.2019 22:53:01
10,800
62d1b7aa0762c2401a3fb04062ef14f3c55730c2
First version of heatmap
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Heatmap/RSHeatmap.class.st", "diff": "+Class {\n+ #name : #RSHeatmap,\n+ #superclass : #Object,\n+ #instVars : [\n+ 'canvas',\n+ 'scale',\n+ 'yLabels',\n+ 'xLabels'\n+ ],\n+ #category : #'Roassal3-Heatmap'\n+}\n+\n+{ #category : #ac...
Smalltalk
MIT License
objectprofile/roassal3
First version of heatmap
461,949
25.09.2019 16:49:11
10,800
5ed6aa0ac04057a0bcb98cab9d6ae00d9326754c
Added a new package based on Roassal2 sunburst
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Inspector/RSAbstractViewBuilder.extension.st", "diff": "+Extension { #name : #RSAbstractViewBuilder }\n+\n+{ #category : #'*Roassal3-Inspector' }\n+RSAbstractViewBuilder >> gtInspectorBuilderIn: composite [\n+ <gtInspectorPresentati...
Smalltalk
MIT License
objectprofile/roassal3
Added a new package based on Roassal2 sunburst
461,949
07.10.2019 00:11:01
10,800
f4eb17df3a610196b0a45fad46f6c3b30c52aa34
Update Roassal spec for pharo7
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Pharo7/RSMorphicAdapter.class.st", "diff": "+\"\n+I am bridging RoassalPresenter and RSView\n+\"\n+Class {\n+ #name : #RSMorphicAdapter,\n+ #superclass : #AbstractMorphicAdapter,\n+ #instVars : [\n+ 'view',\n+ 'canvas'\n+ ],\n+ #cat...
Smalltalk
MIT License
objectprofile/roassal3
Update Roassal spec for pharo7
461,949
07.10.2019 03:20:54
10,800
feb86a02e8ad0ec0626d02f72a86573442dab657
update fix layou property
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Sunburst/RSSunburstConstantWidthStrategy.class.st", "new_path": "src/Roassal3-Sunburst/RSSunburstConstantWidthStrategy.class.st", "diff": "@@ -96,7 +96,7 @@ RSSunburstConstantWidthStrategy >> layoutSunburst: el [\nchildren doWithIndex: [ :c :i |\n...
Smalltalk
MIT License
objectprofile/roassal3
update fix layou property
461,949
07.10.2019 12:18:56
10,800
6ff42b6a2c68f6e30bc95617b55e8ec76d591163
Upate for compatibility, simples examples
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "new_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "diff": "@@ -151,7 +151,7 @@ RSHighlightableExamples >> example06IterateNext [\n| view numbers edges layout legendBuilder highlightab...
Smalltalk
MIT License
objectprofile/roassal3
Upate for compatibility, simples examples
461,949
07.10.2019 13:51:00
10,800
6818dbedd4ee8ca87cf6b1a2ef7dabce73302f06
Update an clean code of grapher
[ { "change_type": "DELETE", "old_path": "src/Roassal3-Grapher/RSAxis.class.st", "new_path": null, "diff": "-\"\n-A basic axis\n-\"\n-Class {\n- #name : #RSAxis,\n- #superclass : #Object,\n- #instVars : [\n- 'direction',\n- 'scale',\n- 'labels',\n- 'positionForLabel'\n- ],\n- #category : #'Roassal3-Gr...
Smalltalk
MIT License
objectprofile/roassal3
Update an clean code of grapher
461,949
07.10.2019 14:21:23
10,800
a153abbd40770bcb5a47492d5fc638feb47359be
Update in baseline
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -30,7 +30,7 @@ BaselineOfRoassal3 >> baseline: spec [\npackage: #'Roassal3-Pharo7';\npackage: #'Roassal3-Trachel' with: [ spec re...
Smalltalk
MIT License
objectprofile/roassal3
Update in baseline
461,949
07.10.2019 14:32:03
10,800
2b536dbedb28b69a6913373589b028183e16c7e3
Roassal3-update with extentions
[ { "change_type": "RENAME", "old_path": "src/Roassal3/BlockClosure.extension.st", "new_path": "src/Roassal3-Scripting/BlockClosure.extension.st", "diff": "Extension { #name : #BlockClosure }\n-{ #category : #'*Roassal3' }\n+{ #category : #'*Roassal3-Scripting' }\nBlockClosure >> onElement: aRTElement...
Smalltalk
MIT License
objectprofile/roassal3
Roassal3-update with extentions
461,949
07.10.2019 17:23:24
10,800
b780acf9ac4e14bb1997e2457cf718d81e1411d3
update packages to tests
[ { "change_type": "MODIFY", "old_path": ".smalltalk.ston", "new_path": ".smalltalk.ston", "diff": "@@ -10,9 +10,8 @@ SmalltalkCISpec {\n#testing : {\n#packages: ['Roassal3-Global-Tests'],\n#categories: [\n- 'Roassal3-Trachel-Tests',\n+ 'Roassal3-Tests',\n'Roassal3-Animation-Tests',\n- 'Roassal-Test',...
Smalltalk
MIT License
objectprofile/roassal3
update packages to tests
461,949
08.10.2019 10:24:37
10,800
4c5619d2a499ed3da24d33b53c7273dcd46eb110
Update baseline to load sunburst
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -42,6 +42,7 @@ BaselineOfRoassal3 >> baseline: spec [\npackage: #'Roassal3-Layouts';\npackage: #'Roassal3-Colors';\npackage: #'Ro...
Smalltalk
MIT License
objectprofile/roassal3
Update baseline to load sunburst
461,949
11.10.2019 17:05:48
10,800
d35f0b4dd1379f568ba9ab9025dcf1816ec94d5c
Update roassal3 spec for compatibilty between spec1 and spec2
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Spec/RSColorPaletteChooser.class.st", "new_path": "src/Roassal3-Spec/RSColorPaletteChooser.class.st", "diff": "@@ -130,8 +130,8 @@ RSColorPaletteChooser >> initializeShape [\n{ #category : #initialization }\nRSColorPaletteChooser >> initializeWidg...
Smalltalk
MIT License
objectprofile/roassal3
Update roassal3 spec for compatibilty between spec1 and spec2
461,951
06.11.2019 16:35:11
10,800
f6381ae932f3d25963a05c46a71456b513197035
Fixed a number of problems (e.g., error with popup and canvas, TSPopup class>>text:) Added some simple examples
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "new_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "diff": "@@ -446,3 +446,67 @@ RSLayoutExamples >> example14ClassHierarchy [\nv @ TSControlsCanvas.\n^ v\n]\n+\n+{ #category : #lines }\n+RSLayoutEx...
Smalltalk
MIT License
objectprofile/roassal3
- Fixed a number of problems (e.g., error with popup and canvas, TSPopup class>>text:) - Added some simple examples
461,949
07.11.2019 18:57:54
10,800
eca397743693642a4d6e71665bd59187c0ffcd60
Fix issue with the playground and inspector
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Inspector/GLMMorphicRoassal3Renderer.class.st", "new_path": "src/Roassal3-Inspector/GLMMorphicRoassal3Renderer.class.st", "diff": "@@ -16,5 +16,8 @@ GLMMorphicRoassal3Renderer >> render: aRoassalPresentation [\nsetUpInteractions;\nwhen: GLMPresent...
Smalltalk
MIT License
objectprofile/roassal3
Fix issue with the playground and inspector https://github.com/ObjectProfile/Roassal3/issues/97
461,949
08.11.2019 18:38:08
10,800
70effd9963cf2fd3750a59080d3c09eded404f39
update inspector classes TR to RS
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/TSInspectableExample.class.st", "new_path": "src/Roassal3-Examples/TSInspectableExample.class.st", "diff": "@@ -25,8 +25,8 @@ TSInspectableExample >> example01SimpleExample [\nwithVerticalAttachPoint;\nconnectFrom: #superclass.\nRSTreeLay...
Smalltalk
MIT License
objectprofile/roassal3
update inspector classes TR to RS
461,949
08.11.2019 18:48:30
10,800
bdb6023d9da721ebb174f7334c0ca63fa596f0e8
fix source code for roassal utils
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Utils/RSAlignment.class.st", "new_path": "src/Roassal3-Utils/RSAlignment.class.st", "diff": "@@ -23,10 +23,10 @@ Class {\n}\n{ #category : #public }\n-RSAlignment >> alignFromBottomUsing: anElement [\n- \"The argument anElement is a fix point. It ...
Smalltalk
MIT License
objectprofile/roassal3
fix source code for roassal utils
461,949
08.11.2019 19:00:29
10,800
7443862edb67a4eab58185d0f5eca4afe9e4108a
update TR to RS in legend
[ { "change_type": "RENAME", "old_path": "src/Roassal3-Legend/TSLegend.class.st", "new_path": "src/Roassal3-Legend/RSLegend.class.st", "diff": "I am an handy class to build legend in a visualization\n\"\nClass {\n- #name : #TSLegend,\n+ #name : #RSLegend,\n#superclass : #RSAbstractContainerBuilder,\n#...
Smalltalk
MIT License
objectprofile/roassal3
update TR to RS in legend
461,949
08.11.2019 21:57:17
10,800
25f1481091d3535dcfbf61c25bbba7ad40d6d406
Update in Shape Examples
[ { "change_type": "RENAME", "old_path": "src/Roassal3-Scripting/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -4,7 +4,7 @@ I use the RSShapeBuilder\nClass {\n#name : #RSShapeExamples,\n#superclass : #RS3Object,\n- #category : #'Roassal3-Scripting...
Smalltalk
MIT License
objectprofile/roassal3
Update in Shape Examples
461,951
09.11.2019 22:36:33
10,800
557da2591aefe1efef222abdd628c2f0e0dd6bba
Added an example and a class comment
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -1089,3 +1089,30 @@ RSShapeExamples >> example32RSLabeledOnComposite [\nv @ RSControlsCanvas.\nv open.\n]\n+\n+{ #category : #shapes }\n+...
Smalltalk
MIT License
objectprofile/roassal3
Added an example and a class comment
461,951
11.11.2019 17:02:19
10,800
3b2718670d991d5807208e534c310b31af103488
Adding some source code documentation
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSEdgeBuilder.class.st", "new_path": "src/Roassal3-Shapes/RSEdgeBuilder.class.st", "diff": "RSEdgeBuilder offers an API to easily build edges.\nHere is an example:\n-```\n-v := RSView new.\n+```Smalltalk\n+c := RSCanvas new.\nclasses := Col...
Smalltalk
MIT License
objectprofile/roassal3
Adding some source code documentation
461,951
12.11.2019 10:43:34
10,800
2e7fe831b425089b91748d5c20d3d272ab503c28
Did some cleaning, and added comments
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Animation/RSCanvas.extension.st", "new_path": "src/Roassal3-Animation/RSCanvas.extension.st", "diff": "@@ -11,13 +11,29 @@ RSCanvas >> animationFrom: array [\n{ #category : #'*Roassal3-Animation' }\nRSCanvas >> newAnimation [\n+ \"Define a new tra...
Smalltalk
MIT License
objectprofile/roassal3
Did some cleaning, and added comments
461,951
12.11.2019 11:02:05
10,800
49b01e88a403cc6e92a4fd3a4434e93aea28004d
Added tests and comments about attach points
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSAbstractDualLine.class.st", "new_path": "src/Roassal3-Shapes/RSAbstractDualLine.class.st", "diff": "@@ -73,6 +73,20 @@ RSAbstractDualLine >> translateTo: delta [\n{ #category : #update }\nRSAbstractDualLine >> update [\n+ \"Note that befo...
Smalltalk
MIT License
objectprofile/roassal3
- Added tests and comments about attach points
461,951
12.11.2019 11:18:31
10,800
282cd64ac140674b7ef489888531ba4549f68fa7
added more comment on RSEdgeBuilder added example for RSBorder and transition animation
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Animation/RSTransitionAnimation.class.st", "new_path": "src/Roassal3-Animation/RSTransitionAnimation.class.st", "diff": "@@ -52,6 +52,46 @@ RSTransitionAnimation >> initialize [\n{ #category : #'action handling' }\nRSTransitionAnimation >> on: obj...
Smalltalk
MIT License
objectprofile/roassal3
- added more comment on RSEdgeBuilder - added example for RSBorder and transition animation
461,951
12.11.2019 11:20:45
10,800
80905e55790c36609b271d0f4920219287229b7a
Commenting RSLine
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSLine.class.st", "new_path": "src/Roassal3-Shapes/RSLine.class.st", "diff": "\"\n-TSLine describes a line.\n+RSLine describes a line. A line typically links two shapes.\n+\n+Here is an example:\n+\n+-=-=-=-=\n+c := RSCanvas new.\n+\n+from ...
Smalltalk
MIT License
objectprofile/roassal3
Commenting RSLine
461,951
12.11.2019 12:20:53
10,800
345670c3a03ce661d119a453569e4259e14f6139
Added new comment in RSBorder Added new comment in RSBezier
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSBezier.class.st", "new_path": "src/Roassal3-Shapes/RSBezier.class.st", "diff": "\"\n-TSBezier represents a bezier lines of one and 2 control points\n+RSBezier represents a bezier lines of one and 2 control points.\n+\n+Here is an example:...
Smalltalk
MIT License
objectprofile/roassal3
- Added new comment in RSBorder - Added new comment in RSBezier
461,951
12.11.2019 15:05:10
10,800
5815221471be5dd2c356db108d3732431c7c3690
Moved test to a proper package renamed TSExample into RSExample Added comments for RSComposite
[ { "change_type": "RENAME", "old_path": "src/Roassal3/RSAttachPointTest.class.st", "new_path": "src/Roassal3-Global-Tests/RSAttachPointTest.class.st", "diff": "Class {\n#name : #RSAttachPointTest,\n#superclass : #RSTest,\n- #category : #'Roassal3-Tests'\n+ #category : #'Roassal3-Global-Tests'\n}\n{ #...
Smalltalk
MIT License
objectprofile/roassal3
- Moved test to a proper package - renamed TSExample into RSExample - Added comments for RSComposite
461,951
12.11.2019 17:05:23
10,800
9367c3aa8c2ed8c356533879689286e543b60209
Worked a bit on the plot. Added an example and utility method
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Matplotlib/Number.extension.st", "diff": "+Extension { #name : #Number }\n+\n+{ #category : #'*Roassal3-Matplotlib' }\n+Number >> to: step count: count [\n+ \"Answer an Interval from the receiver up to the argument, stop,\n+ increme...
Smalltalk
MIT License
objectprofile/roassal3
Worked a bit on the plot. Added an example and utility method
461,949
12.11.2019 17:42:13
10,800
24190bd731a9f2590585c950eb3ea15c4f369df0
update on roassal examples all test are green
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -828,6 +828,7 @@ RSAnimationExamples >> example14C [\nRSAnimationExamples >> example15Sky [\n<script: 'self new example15Sky open...
Smalltalk
MIT License
objectprofile/roassal3
update on roassal examples all test are green
461,949
12.11.2019 17:54:19
10,800
1fce50f4b31212ace0d8e84824f5344e90cb5465
update fix for lines with nodes as edges
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSAbstractLine.class.st", "new_path": "src/Roassal3-Shapes/RSAbstractLine.class.st", "diff": "@@ -19,12 +19,12 @@ RSAbstractLine >> accept: visitor [\nvisitor visitLine: self.\n]\n-{ #category : #accessing }\n+{ #category : #'attach point' ...
Smalltalk
MIT License
objectprofile/roassal3
update fix for lines with nodes as edges
461,951
13.11.2019 00:06:33
10,800
dda71c17d601a83a132de3917639c26f11f33255
Fixed a class comment
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSBezier.class.st", "new_path": "src/Roassal3-Shapes/RSBezier.class.st", "diff": "@@ -28,21 +28,19 @@ Another example:\nadd: e1;\nadd: e2.\n- l := RSSingleEdgeBuilder bezier\n+ l := RSBezier new\nwithVerticalAttachPoint;\n- \"\"paint: Color...
Smalltalk
MIT License
objectprofile/roassal3
Fixed a class comment
461,951
13.11.2019 16:31:21
10,800
52a5e60d08f1e8542a77d1f6710897d622d46bf9
Did some refactoring, thanks to Oleks (https://github.com/ObjectProfile/Roassal3/issues/104)
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Matplotlib/Number.extension.st", "new_path": "src/Roassal3-Matplotlib/Number.extension.st", "diff": "@@ -5,5 +5,5 @@ Number >> to: step count: count [\n\"Answer an Interval from the receiver up to the argument, stop,\nincrementing by step.\"\n- ^ ...
Smalltalk
MIT License
objectprofile/roassal3
Did some refactoring, thanks to Oleks (https://github.com/ObjectProfile/Roassal3/issues/104)
461,951
13.11.2019 17:13:51
10,800
b9fa9e1ed4fc2c7645cdb4437ce4195234d1bad4
Continue to imrpove. Started to work on ticks
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Matplotlib/PLTAbstractLabelDecoration.class.st", "new_path": "src/Roassal3-Matplotlib/PLTAbstractLabelDecoration.class.st", "diff": "Class {\n#name : #PLTAbstractLabelDecoration,\n- #superclass : #PLTDecoration,\n+ #superclass : #RSChartDecoration...
Smalltalk
MIT License
objectprofile/roassal3
Continue to imrpove. Started to work on ticks
461,951
14.11.2019 16:52:43
10,800
4d21a1c06742afa0c64e24c2ad21a82099386908
Worked on scale
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Matplotlib/RSAbstractChartElement.class.st", "new_path": "src/Roassal3-Matplotlib/RSAbstractChartElement.class.st", "diff": "@@ -2,11 +2,18 @@ Class {\n#name : #RSAbstractChartElement,\n#superclass : #Object,\n#instVars : [\n- 'chart'\n+ 'chart',\...
Smalltalk
MIT License
objectprofile/roassal3
Worked on scale
461,949
18.11.2019 18:28:38
10,800
a30700e26e5eb9a99c55ed8f73bd5d7c1a543923
Update roassal3 version with methods to draw in athens
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Pharo7/AthensCairoCanvas.extension.st", "new_path": "src/Roassal3-Pharo7/AthensCairoCanvas.extension.st", "diff": "Extension { #name : #AthensCairoCanvas }\n+{ #category : #'*Roassal3-Pharo7' }\n+AthensCairoCanvas >> fillPreserve [\n+ ^ self ffiCa...
Smalltalk
MIT License
objectprofile/roassal3
Update roassal3 version with methods to draw in athens
461,949
21.11.2019 15:09:35
10,800
2ef713a14ac72d041cd30b0430917880af465baf
update support for calypso uml to show ellipsis when a class has a lot of methods
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-UML/RSAbstractUMLClassRenderer.class.st", "new_path": "src/Roassal3-UML/RSAbstractUMLClassRenderer.class.st", "diff": "@@ -7,7 +7,8 @@ Class {\n#instVars : [\n'marker',\n'edgeBuilder',\n- 'padding'\n+ 'padding',\n+ 'currentClassMethods'\n],\n#cate...
Smalltalk
MIT License
objectprofile/roassal3
update support for calypso uml to show ellipsis when a class has a lot of methods
461,949
21.11.2019 18:37:18
10,800
6c77d2b67aa725a9c119f828e7ad0f6acba7a114
Update roassal basic examples for tests
[ { "change_type": "RENAME", "old_path": "src/Roassal3-Examples/TSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeBasicExamples.class.st", "diff": "I have the basic examples for shapes\n\"\nClass {\n- #name : #TSShapeExamples,\n- #superclass : #RSObject,\n+ #name : #RSShapeBasicExam...
Smalltalk
MIT License
objectprofile/roassal3
Update roassal basic examples for tests
461,949
22.11.2019 12:12:35
10,800
514088998c0330deba0f99641d24a487a7c8c536
Rename RSControlsCanvas to RSCanvasController also there is an update for RSBorderAttachPoint
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -1667,7 +1667,7 @@ RSAnimationExamples >> example28AnimationCircle [\n] ].\ne index = 1 ifTrue:[ animation when: RSAnimationLoopE...
Smalltalk
MIT License
objectprofile/roassal3
Rename RSControlsCanvas to RSCanvasController also there is an update for RSBorderAttachPoint
461,949
22.11.2019 12:34:51
10,800
2e5098e92c07acd8a7ee97b3ecee899f1b5fc410
update spec examples to remove depencies to RSView
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Spec/RSEaselExample.class.st", "new_path": "src/Roassal3-Spec/RSEaselExample.class.st", "diff": "@@ -76,7 +76,7 @@ RSEaselExample >> initializeWidgets [\ndiagram := self instantiate: SpRoassalPresenter.\n\"This is the code for the Roassal view.\nT...
Smalltalk
MIT License
objectprofile/roassal3
update spec examples to remove depencies to RSView
461,957
22.11.2019 13:01:20
10,800
6ea7803706421e349232982554d2ffce78844c15
UML: pull up boxColor and boxBorder
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-UML/RSAbstractUMLClassRenderer.class.st", "new_path": "src/Roassal3-UML/RSAbstractUMLClassRenderer.class.st", "diff": "@@ -63,7 +63,7 @@ RSAbstractUMLClassRenderer >> classBoxShapeFor: aClass [\n^ RSBox new\npaint: self boxColor;\ncornerRadius: 10...
Smalltalk
MIT License
objectprofile/roassal3
UML: pull up boxColor and boxBorder
461,949
22.11.2019 16:17:39
10,800
9e6dcac32a07af4eb314603c88523ecade95470b
Update fixes for RSLabeled interaction
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -461,28 +461,31 @@ RSShapeExamples >> example14Marker [\n{ #category : #shapes }\nRSShapeExamples >> example15BimetricLine [\n- <script: ...
Smalltalk
MIT License
objectprofile/roassal3
Update fixes for RSLabeled interaction