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
16.04.2020 21:11:40
14,400
86f6356e89d29eca3b02c551e3f7afb4c024486c
update comment for container builder class
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Builders/RSAbstractContainerBuilder.class.st", "new_path": "src/Roassal3-Builders/RSAbstractContainerBuilder.class.st", "diff": "\"\nI am the base for roassal visualizations. When a user wants to create a new visualization, he will need to create ...
Smalltalk
MIT License
objectprofile/roassal3
update comment for container builder class
461,949
16.04.2020 22:29:35
14,400
7eefecce566b9a68175ebd524188a29e39e74e3e
Added a new example for RSAbstractContainerBuilder RSPunchCardBuilder
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Builders/RSAbstractContainerBuilder.class.st", "new_path": "src/Roassal3-Builders/RSAbstractContainerBuilder.class.st", "diff": "@@ -8,52 +8,39 @@ Methods\n- #container:, to set the container where shapes will be added.\n- #renderIn:, is abstract ...
Smalltalk
MIT License
objectprofile/roassal3
Added a new example for RSAbstractContainerBuilder RSPunchCardBuilder
461,951
16.04.2020 22:33:06
14,400
79a3e0156759318adde310a3d6e0b4863dc227f3
Added comments for RSBoundingShape>>fromRectangle: Added a test
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes-Tests/RSBoundingTest.class.st", "new_path": "src/Roassal3-Shapes-Tests/RSBoundingTest.class.st", "diff": "@@ -89,6 +89,20 @@ RSBoundingTest >> testDrawSVG [\nc createMorph drawOnMockCanvas.\n]\n+{ #category : #tests }\n+RSBoundingTest >> te...
Smalltalk
MIT License
objectprofile/roassal3
Added comments for RSBoundingShape>>fromRectangle: Added a test
461,951
20.04.2020 22:28:15
14,400
ccaef37b5175dd5241930b984789b6821800d7c4
temporary variable renaming
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "new_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "diff": "@@ -48,16 +48,16 @@ From: https://matplotlib.org/tutorials/introductory/usage.html#sphx-glr-tutorial\nRSChartExample >> example02S...
Smalltalk
MIT License
objectprofile/roassal3
temporary variable renaming
461,951
21.04.2020 22:21:01
14,400
0ff5543036804813e518c0ccee0d622c0db7798c
added some test for the markers. minor cleaning
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "new_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "diff": "@@ -7,44 +7,27 @@ Class {\n#category : #'Roassal3-Chart-Examples'\n}\n-{ #category : #'as yet unclassified' }\n-RSChartExample >> ...
Smalltalk
MIT License
objectprofile/roassal3
added some test for the markers. minor cleaning
461,951
21.04.2020 22:25:51
14,400
1c2c92c6c87430c22178b0304c83216a4227b74f
Minor fix in an example
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "new_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "diff": "@@ -24,7 +24,7 @@ RSChartExample >> example01Markers [\nc addDecoration: RSXMarkerDecoration new max.\nc addDecoration: RSXMarkerD...
Smalltalk
MIT License
objectprofile/roassal3
Minor fix in an example
461,949
22.04.2020 10:12:35
14,400
9d2dbceeaaa36e8ed918edda691b034f04bfb40b
Refactor the use of symbols for blocks
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSCanvas.class.st", "new_path": "src/Roassal3/RSCanvas.class.st", "diff": "@@ -146,7 +146,9 @@ RSCanvas >> encompassingRectangleOf: aCollectionOfShapes [\n| r e |\nr := aCollectionOfShapes\nifEmpty: [ 0@0 corner: 0@0 ]\n- ifNotEmpty: [ Rectangle m...
Smalltalk
MIT License
objectprofile/roassal3
Refactor the use of symbols for blocks
461,949
22.04.2020 22:56:28
14,400
5ca0929b6a562249e38f924bc347e7e8289c6300
update source code for parametrized tests
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes-Tests/RSLinesTest.class.st", "new_path": "src/Roassal3-Shapes-Tests/RSLinesTest.class.st", "diff": "@@ -106,5 +106,5 @@ RSLinesTest >> testPolylineBasic [\nself deny: (line includesPoint: 500@500).\nself deny: (line includesPoint: 6@50).\n-...
Smalltalk
MIT License
objectprofile/roassal3
update source code for parametrized tests
461,951
23.04.2020 15:51:57
14,400
ff59b60da6094ec89f827e502263aef84acd2ccc
minor cleaning in the menu
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Menu/RSWorldMenu.class.st", "new_path": "src/Roassal3-Menu/RSWorldMenu.class.st", "diff": "@@ -111,19 +111,6 @@ RSWorldMenu class >> menu07PalettesOn: aBuilder [\naction: [ cls new openWithSpec ]\n]\n-{ #category : #menu }\n-RSWorldMenu class >> m...
Smalltalk
MIT License
objectprofile/roassal3
minor cleaning in the menu
461,951
23.04.2020 17:27:57
14,400
689009b063c98935d482a0abe536bd055dc12d7a
Added some comments on methods and class
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSAbstractLine.class.st", "new_path": "src/Roassal3-Shapes/RSAbstractLine.class.st", "diff": "@@ -219,6 +219,7 @@ RSAbstractLine >> resetPath [\n{ #category : #path }\nRSAbstractLine >> sessionChanged [\n+ \"This method releases all the nat...
Smalltalk
MIT License
objectprofile/roassal3
Added some comments on methods and class
461,951
23.04.2020 21:05:25
14,400
d98d38a5d2c1d5f98546b4239000dcd7569fef6c
fixed class comment en RSGroup added useful method in RSPopup minor reformarting
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSPopup.class.st", "new_path": "src/Roassal3-Interaction/RSPopup.class.st", "diff": "@@ -72,6 +72,12 @@ RSPopup >> shapeBuilder: aShapeBuilder [\nshapeBuilder := aShapeBuilder\n]\n+{ #category : #accessing }\n+RSPopup >> text: oneArgBl...
Smalltalk
MIT License
objectprofile/roassal3
- fixed class comment en RSGroup - added useful method in RSPopup - minor reformarting
461,949
23.04.2020 21:09:18
14,400
f2e6328ba1fe29db3c8f1edd2e799050d888962b
update for issue trans -> translucent
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Colors/Color.extension.st", "new_path": "src/Roassal3-Colors/Color.extension.st", "diff": "Extension { #name : #Color }\n{ #category : #'*Roassal3-Colors' }\n-Color >> trans [\n+Color >> translucent [\n\"Make the color transparent\"\n^ self alpha:...
Smalltalk
MIT License
objectprofile/roassal3
update for issue https://github.com/ObjectProfile/Roassal3/issues/136 trans -> translucent
461,951
23.04.2020 21:19:52
14,400
236254fdb1927902ff7059cbd299887775d2cc70
worke don a new tutorial
[ { "change_type": "ADD", "old_path": null, "new_path": "composing.md", "diff": "+# Tutorial 04 - Shapes compositions\n+\n+In the previous tutoriales, we have essentially used individual shapes to describes one single domain element. Consider the code we employed in this [tutorial](https://github.com/...
Smalltalk
MIT License
objectprofile/roassal3
worke don a new tutorial
461,951
23.04.2020 21:56:50
14,400
1f2ee2129e3da656f17ba0977586f47edf5bc174
Do some cleaning about the scale. Simpliflied
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "new_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "diff": "@@ -163,7 +163,7 @@ RSChartExample >> example09LinearSqrtSymlog [\nc := RSCanvas new @ RSCanvasController.\nx := (-5 to: 500 by: 0...
Smalltalk
MIT License
objectprofile/roassal3
Do some cleaning about the scale. Simpliflied
461,951
23.04.2020 22:30:34
14,400
981acb9188adcd234b9904f38f679150e8a1edce
worked a bit on
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSNormalizer.class.st", "new_path": "src/Roassal3-Shapes/RSNormalizer.class.st", "diff": "@@ -18,7 +18,7 @@ A Metric normalizer is made to assign a color, or a particular shape computed fr\nc addAll: shapes.\nRSGridLayout on: shapes.\n- c @...
Smalltalk
MIT License
objectprofile/roassal3
worked a bit on https://github.com/ObjectProfile/Roassal3/issues/182
461,949
25.04.2020 21:38:08
14,400
0a6f4c5f44dd8282de8e441c37e92e73fd73b183
added accessors for xLn and NSScale ln
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart/RSChart.class.st", "new_path": "src/Roassal3-Chart/RSChart.class.st", "diff": "@@ -255,6 +255,11 @@ RSChart >> xLinear [\n^ self xScale: NSScale linear\n]\n+{ #category : #'public - scales' }\n+RSChart >> xLn [\n+ ^ self xScale: NSScale ln\n...
Smalltalk
MIT License
objectprofile/roassal3
added accessors for xLn and NSScale ln
461,949
27.04.2020 20:58:04
14,400
45e9dfb594a011d7217821b50582ddf623eeb574
Small updates for Stef mail
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart/RSVerticalTick.class.st", "new_path": "src/Roassal3-Chart/RSVerticalTick.class.st", "diff": "@@ -19,9 +19,6 @@ RSVerticalTick >> createTickLineFor: aNumber [\n| scaledNumber |\nscaledNumber := yScale scale: aNumber.\nself assert: [ scaledNum...
Smalltalk
MIT License
objectprofile/roassal3
Small updates for Stef mail
461,951
27.04.2020 21:44:37
14,400
85f79e056233cc5de710b1121a6386c7155b381f
Added some comments Related to
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSAbstractScaleInteraction.class.st", "new_path": "src/Roassal3-Interaction/RSAbstractScaleInteraction.class.st", "diff": "@@ -25,8 +25,8 @@ RSAbstractScaleInteraction >> maxScale [\n]\n{ #category : #accessing }\n-RSAbstractScaleInter...
Smalltalk
MIT License
objectprofile/roassal3
Added some comments Related to https://github.com/ObjectProfile/Roassal3/issues/180
461,951
28.04.2020 17:29:51
14,400
8343e9f6376d92ece7d71a76d3268ff73eec5dbf
Added a method coment for the method `click`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSPropertableObject.class.st", "new_path": "src/Roassal3/RSPropertableObject.class.st", "diff": "@@ -46,6 +46,20 @@ RSPropertableObject >> canvas [\n{ #category : #events }\nRSPropertableObject >> click [\n+ \"Simulate a click.\n+\n+For example:\n...
Smalltalk
MIT License
objectprofile/roassal3
Added a method coment for the method `click`
461,951
28.04.2020 21:17:51
14,400
f8ab5044339cf6ceba79dcfc6277573dec775824
We can give colors to plot, which override the decision made by the chart object Fix
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart/RSAbstractChartElement.class.st", "new_path": "src/Roassal3-Chart/RSAbstractChartElement.class.st", "diff": "@@ -4,7 +4,8 @@ Class {\n#instVars : [\n'chart',\n'xScale',\n- 'yScale'\n+ 'yScale',\n+ 'colorblock'\n],\n#category : #'Roassal3-Cha...
Smalltalk
MIT License
objectprofile/roassal3
We can give colors to plot, which override the decision made by the chart object Fix #190
461,951
28.04.2020 21:26:04
14,400
30fc6f3df9578033c395fd9e39ff38c00e2a3e1d
Simply add an example that combines a bar plot and a line plot Fix
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "new_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "diff": "@@ -181,23 +181,44 @@ RSChartExample >> example09LinearSqrtSymlog [\n{ #category : #examples }\nRSChartExample >> example10BarPlot...
Smalltalk
MIT License
objectprofile/roassal3
Simply add an example that combines a bar plot and a line plot Fix #192
461,949
28.04.2020 21:27:49
14,400
f5346d2f4c65650cf09629a1f65117fe784a34a9
Added small fixes for experimental package
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart/RSBarPlot.class.st", "new_path": "src/Roassal3-Chart/RSBarPlot.class.st", "diff": "@@ -52,8 +52,6 @@ RSBarPlot >> renderIn: canvas [\nr := Rectangle origin: origin corner: corner + (width@0).\ncanvas add: (RSBox new\ncolor: color;\n- model: ...
Smalltalk
MIT License
objectprofile/roassal3
Added small fixes for experimental package
461,951
28.04.2020 21:45:27
14,400
e0ae81b52676f5c0962b77657aa1499ff156bb14
Added a new example in the front page
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -23,6 +23,23 @@ You should see:\n<img width=\"250\" height=\"250\" alt=\"portfolio_view\" src=\"https://github.com/ObjectProfile/Roassal3/blob/master/screenshots/chartExample.png\">\n+Another example of chart ma...
Smalltalk
MIT License
objectprofile/roassal3
Added a new example in the front page
461,951
28.04.2020 21:48:17
14,400
87829d7beba0962ce45a5bbb8d30b9a8ea5699f2
small fixes in the README.md
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -51,6 +51,8 @@ You should see an animated version of:\n## Tutoriales\n+Here is a series of tutoriales. New tutoriales are regularly added.\n+\n[Tutorial 01 - Adding Simple Nodes, Edges, and Layout](LesMiserables...
Smalltalk
MIT License
objectprofile/roassal3
small fixes in the README.md
461,949
29.04.2020 00:26:17
14,400
e309f6e2d29c08c71d16d41123d23b136e71ad2d
Added a new animation example one line
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -3004,6 +3004,31 @@ RSAnimationExamples >> example49River [\n^ c\n]\n+{ #category : #perlin }\n+RSAnimationExamples >> example50O...
Smalltalk
MIT License
objectprofile/roassal3
Added a new animation example one line
461,949
29.04.2020 00:28:15
14,400
1e2959764b9c684be2988fb3b0129a13abb100de
Added this example to lines examples
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -3004,7 +3004,7 @@ RSAnimationExamples >> example49River [\n^ c\n]\n-{ #category : #perlin }\n+{ #category : #lines }\nRSAnimatio...
Smalltalk
MIT License
objectprofile/roassal3
Added this example to lines examples
461,949
29.04.2020 20:52:30
14,400
4fde15476376dae2d07a58b983f2c7f1178e703b
Update menu item for Roassal color palettes
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Menu/RSWorldMenu.class.st", "new_path": "src/Roassal3-Menu/RSWorldMenu.class.st", "diff": "@@ -98,19 +98,6 @@ RSWorldMenu class >> menu06PluginsOn: aBuilder [\naction: [ self inform: 'TODO' ]\n]\n-{ #category : #menu }\n-RSWorldMenu class >> menu0...
Smalltalk
MIT License
objectprofile/roassal3
Update menu item for Roassal color palettes
461,951
29.04.2020 21:22:27
14,400
25f898c6355dcd219b645457672db0418b29d9e2
Added a simple unit test Fix
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Chart-Tests/RSBarPlotTest.class.st", "diff": "+Class {\n+ #name : #RSBarPlotTest,\n+ #superclass : #RSAbstractChartTest,\n+ #category : #'Roassal3-Chart-Tests'\n+}\n+\n+{ #category : #tests }\n+RSBarPlotTest >> classToTest [\n+ ^ RS...
Smalltalk
MIT License
objectprofile/roassal3
Added a simple unit test Fix #201
461,951
29.04.2020 21:43:35
14,400
09efb92ee39ae79551012bcafdf74405048ceff6
Added a class comment Fix
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart/RSNiceLabel.class.st", "new_path": "src/Roassal3-Chart/RSNiceLabel.class.st", "diff": "\"\n-I am an utility class for RSLabelGenerator\n+I am an utility class for RSLabelGenerator.\n+\n+-=-=-=-=-=-=-=-=-=\n+values := #(1 2.3 4.3).\n+c := RSC...
Smalltalk
MIT License
objectprofile/roassal3
Added a class comment Fix #194
461,951
29.04.2020 22:13:23
14,400
082379fc03dc35138bb1fa25c0ad6b133d271e9e
Remove a dependency Fix
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Layouts-Tests/RSEdgeBuilderTest.extension.st", "diff": "+Extension { #name : #RSEdgeBuilderTest }\n+\n+{ #category : #'*Roassal3-Layouts-Tests' }\n+RSEdgeBuilderTest >> testUseInLayout [\n+ b\n+ canvas: canvas;\n+ connectTo: [ :v | ...
Smalltalk
MIT License
objectprofile/roassal3
Remove a dependency Fix #199
461,951
29.04.2020 22:15:00
14,400
bdb446d1a7446f486df6bd8e262756c53f0e4272
Added some class comments
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSDraggableCanvas.class.st", "new_path": "src/Roassal3-Interaction/RSDraggableCanvas.class.st", "diff": "\"\n-I set the drag event for view, I use a basic bars to do that\n+I set the drag event for view, I use a basic bars to do that.\...
Smalltalk
MIT License
objectprofile/roassal3
Added some class comments
461,951
30.04.2020 18:00:22
14,400
4e4b401de34eaeac02db5da63037406f21e83ec8
Added a new example about animated SVG
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -3029,6 +3029,30 @@ RSAnimationExamples >> example50OneLine [\n^ canvas\n]\n+{ #category : #lines }\n+RSAnimationExamples >> exam...
Smalltalk
MIT License
objectprofile/roassal3
Added a new example about animated SVG
461,951
02.05.2020 18:03:46
14,400
ff0371b061ded71a736a2ccfac5a5a09f34605cf
Giving more time for the test to run. In Travis there are still some issues Fixed an example
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -3050,7 +3050,8 @@ RSAnimationExamples >> example51AnimatedSVG [\nduration: 0.1 seconds;\nwhen: RSAnimationLoopEvent\ndo: [ :evt ...
Smalltalk
MIT License
objectprofile/roassal3
- Giving more time for the test to run. In Travis there are still some issues - Fixed an example
461,951
02.05.2020 21:54:22
14,400
fceb8ae1a40fa30c373ebef22170f82ab14a4f93
added a new how-to
[ { "change_type": "MODIFY", "old_path": "how-to.md", "new_path": "how-to.md", "diff": "@@ -26,4 +26,22 @@ C>>visualize\nNote that the method `visualize` should return a Roassal canvas. The method `gtInspectorViewIn:` has an arbitrary name. You can choose any name, but it must receive an argument, whi...
Smalltalk
MIT License
objectprofile/roassal3
added a new how-to
461,951
02.05.2020 22:18:00
14,400
c1e2ec2d85bf2a545aa0a327451d55521371f6b5
minor fix in the README
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -81,8 +81,7 @@ The documentation of Roassal3 is expanding at a sustained pace.\n- [What about the book Agile Visualization?](FAQ.md#What-about-the-book-Agile-Visualization)\n-## Documentation\n-A major effort on...
Smalltalk
MIT License
objectprofile/roassal3
minor fix in the README
461,951
07.05.2020 22:38:41
14,400
75d8623561c4ea4e1a054a50b87847cd51323924
There are some problem to rename a trait in Pharo. Fix
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSBoundingShape.class.st", "new_path": "src/Roassal3-Shapes/RSBoundingShape.class.st", "diff": "@@ -4,8 +4,8 @@ My subclasses has an extent and a transformation matrix\nClass {\n#name : #RSBoundingShape,\n#superclass : #RSShape,\n- #traits ...
Smalltalk
MIT License
objectprofile/roassal3
There are some problem to rename a trait in Pharo. Fix #211
461,951
07.05.2020 23:28:14
14,400
b68fb180a567f0a1cba585080a134fcd781e62ac
Added the necessary to generate the reference documentation
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-ReferenceDocumentation/RSRDGenerator.class.st", "diff": "+Class {\n+ #name : #RSRDGenerator,\n+ #superclass : #Object,\n+ #instVars : [\n+ 'allClasses',\n+ 'allKeyClasses'\n+ ],\n+ #category : #'Roassal3-ReferenceDocumentation'\n+}\...
Smalltalk
MIT License
objectprofile/roassal3
Added the necessary to generate the reference documentation
461,949
08.05.2020 13:19:45
14,400
17ea0338c6c505d085221570eaca7ccf4db4ce4b
small update for RSEasel
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Spec-Examples/RSEasel.class.st", "new_path": "src/Roassal3-Spec-Examples/RSEasel.class.st", "diff": "@@ -81,9 +81,9 @@ RSEasel >> initializeWidgets [\ndiagram := self instantiate: SpRoassalPresenter.\n\"This is the code for the Roassal view.\nThe ...
Smalltalk
MIT License
objectprofile/roassal3
small update for RSEasel
461,949
08.05.2020 21:43:50
14,400
701bab282fcd8d29b176858da6e3ea18d5a8f7cb
Added fix for SVG shapes and center points
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-SVG/RSSVGPath.class.st", "new_path": "src/Roassal3-SVG/RSSVGPath.class.st", "diff": "@@ -17,6 +17,31 @@ RSSVGPath >> buildPathOn: visitor [\nvisitor buildSVGPath: self.\n]\n+{ #category : #private }\n+RSSVGPath >> centerSegment: segment absolute: ...
Smalltalk
MIT License
objectprofile/roassal3
Added fix for SVG shapes and center points
461,949
11.05.2020 22:03:03
14,400
3806c40e74aff7d7831f5a02b77f0d9cbd559167
I have added extentions for dependentPackages in issue
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RPackage.extension.st", "new_path": "src/Roassal3-Examples/RPackage.extension.st", "diff": "@@ -7,7 +7,7 @@ RPackage >> dependentPackages [\n(RPackageOrganizer default packageNamed: 'Roassal3') dependentPackages\n\"\n- ^ (self definedClas...
Smalltalk
MIT License
objectprofile/roassal3
I have added extentions for dependentPackages in issue #206
461,957
12.05.2020 15:35:34
14,400
77ca51759613f8e6143a0dc24a5667e8adf9ae1a
Add #copyWithAnnouncer (pair-programmed with Milton)
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSShape.class.st", "new_path": "src/Roassal3/RSShape.class.st", "diff": "@@ -123,6 +123,35 @@ RSShape >> computeEncompassingRectangle [\nself subclassResponsibility\n]\n+{ #category : #copying }\n+RSShape >> copyWithAnnouncer [\n+ \"Answer a copy ...
Smalltalk
MIT License
objectprofile/roassal3
Add #copyWithAnnouncer (pair-programmed with Milton)
461,957
13.05.2020 15:45:21
14,400
d47845cd1130c494f28637ff2586fbd1ef07c4ad
Use RSEvent>>shape in event handlers.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSDraggableForce.class.st", "new_path": "src/Roassal3-Layouts/RSDraggableForce.class.st", "diff": "@@ -26,14 +26,14 @@ RSDraggableForce >> onShape: aShape [\naShape removeInteractionIfPresent: RSDraggable.\naShape\nwhen: RSMouseDragStart d...
Smalltalk
MIT License
objectprofile/roassal3
Use RSEvent>>shape in event handlers.
461,957
13.05.2020 15:45:35
14,400
ac802442c4a4cb14b70838b264966568aea4b90f
Add #printOn: to keyboard events
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSKeyboardEvent.class.st", "new_path": "src/Roassal3/RSKeyboardEvent.class.st", "diff": "@@ -46,3 +46,28 @@ RSKeyboardEvent >> keyValue [\nRSKeyboardEvent >> keyValue: anObject [\nkeyValue := anObject\n]\n+\n+{ #category : #printing }\n+RSKeyboard...
Smalltalk
MIT License
objectprofile/roassal3
Add #printOn: to keyboard events
461,957
13.05.2020 17:55:08
14,400
be61c47d847e58409be3e49ce0335b53071d39a5
A possible solution. May need some minimum value when border width is too small in the canvas and can be difficult to point the line with the cursor.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes-Tests/RSLinesTest.class.st", "new_path": "src/Roassal3-Shapes-Tests/RSLinesTest.class.st", "diff": "@@ -49,25 +49,33 @@ RSLinesTest >> testDrawMarkers [\n]\n{ #category : #running }\n-RSLinesTest >> testPolyline [\n+RSLinesTest >> testLineI...
Smalltalk
MIT License
objectprofile/roassal3
A possible solution. May need some minimum value when border width is too small in the canvas and can be difficult to point the line with the cursor.
461,949
14.05.2020 02:11:41
14,400
4f5ac9b2a080e08084e471af57768c0bd2004d38
new animation example RSAlgoritmia
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Experimental/RSAlgoritmia.class.st", "diff": "+\"\n+based on https://www.openprocessing.org/sketch/85954\n+\"\n+Class {\n+ #name : #RSAlgoritmia,\n+ #superclass : #Object,\n+ #instVars : [\n+ 'canvas',\n+ 'extent',\n+ 'degs',\n+ 'nR...
Smalltalk
MIT License
objectprofile/roassal3
new animation example RSAlgoritmia
461,951
14.05.2020 16:25:15
14,400
65dc64c79cfa8d8d48e51aef207b70109eb30522
Added a test remove dead code
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes-Tests/RSCanvasTest.class.st", "new_path": "src/Roassal3-Shapes-Tests/RSCanvasTest.class.st", "diff": "@@ -24,6 +24,17 @@ RSCanvasTest >> testAddOneShape [\nself assert: canvas numberOfFixedShapes equals: 0\n]\n+{ #category : #tests }\n+RSCa...
Smalltalk
MIT License
objectprofile/roassal3
- Added a test - remove dead code
461,951
14.05.2020 21:18:22
14,400
ac36e006033898c43b6e768d7800915dc48fc105
minor cleaning added tests
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes-Tests/RSCanvasTest.class.st", "new_path": "src/Roassal3-Shapes-Tests/RSCanvasTest.class.st", "diff": "@@ -116,6 +116,30 @@ RSCanvasTest >> testEvent [\nbox when: RSMouseClick do: [ :evt | ]\n]\n+{ #category : #tests }\n+RSCanvasTest >> test...
Smalltalk
MIT License
objectprofile/roassal3
- minor cleaning - added tests
461,951
14.05.2020 21:42:31
14,400
980b3bc76c76f64b5316d6913eef89ce3df0f820
Documented RSComposite>>padding:
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes-Tests/RSCompositeTest.class.st", "new_path": "src/Roassal3-Shapes-Tests/RSCompositeTest.class.st", "diff": "@@ -7,6 +7,25 @@ Class {\n#category : #'Roassal3-Shapes-Tests'\n}\n+{ #category : #tests }\n+RSCompositeTest >> testAdjustChildren [...
Smalltalk
MIT License
objectprofile/roassal3
Documented RSComposite>>padding:
461,951
14.05.2020 22:40:30
14,400
d82790d142d1ec68fc1e97e5f296df11f80d27cb
Minor improvement in the class comment of `RSSearchInCanvas`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSSearchInCanvas.class.st", "new_path": "src/Roassal3-Interaction/RSSearchInCanvas.class.st", "diff": "\"\n-I am an option for the canvas controller.\n-You can use me as follows (press the / key and the r key):\n+`RSSearchInCanvas` am ...
Smalltalk
MIT License
objectprofile/roassal3
Minor improvement in the class comment of `RSSearchInCanvas`
461,951
14.05.2020 22:49:30
14,400
4ea4fe9b9c736e95c0ec3a0e96c22d607ff8af88
Small improvement of method comments
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSBorder.class.st", "new_path": "src/Roassal3-Shapes/RSBorder.class.st", "diff": "@@ -123,7 +123,7 @@ RSBorder >> dashOffset [\nRSBorder >> dashOffset: offset [\n\"Set the offset for the dash. The offset is useful when animating.\n-=-=-=-==...
Smalltalk
MIT License
objectprofile/roassal3
Small improvement of method comments
461,949
15.05.2020 02:13:35
14,400
26b1d5f8f32bb1bd9fc1f7727fbde45a768c0fc2
Added a new event RSReziable
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -1008,6 +1008,38 @@ RSShapeExamples >> example37PunchCard [\n^ card build\n]\n+{ #category : #shapes }\n+RSShapeExamples >> example38Resi...
Smalltalk
MIT License
objectprofile/roassal3
Added a new event RSReziable
461,949
15.05.2020 02:31:48
14,400
47fa8d2bd0feda3d2e74c8aba14532a8d88fcbc1
update 3d basic package
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Basic3D/RSMesh3D.class.st", "new_path": "src/Roassal3-Basic3D/RSMesh3D.class.st", "diff": "@@ -12,8 +12,7 @@ Class {\n'transformed',\n'tvertices',\n'meshMode',\n- 'elements',\n- 'polygonBuilder'\n+ 'shapes'\n],\n#category : #'Roassal3-Basic3D-Core...
Smalltalk
MIT License
objectprofile/roassal3
update 3d basic package
461,949
15.05.2020 17:08:10
14,400
87d05062ed0e5b083052c63231f9c110e9e58ee1
Update RSTransformable a new interaction to transform bounding shapes
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -1014,18 +1014,33 @@ RSShapeExamples >> example38Resizable [\n| c |\nc := RSCanvas new.\nc add: (RSBox new\n- size: 100;\n+ size: 200;\nw...
Smalltalk
MIT License
objectprofile/roassal3
Update RSTransformable a new interaction to transform bounding shapes
461,949
15.05.2020 18:58:55
14,400
b08af21e1b6eaf648d975a5e64bac510ea29c2c5
small update for svg shapes
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-SVG/RSSVGPath.class.st", "new_path": "src/Roassal3-SVG/RSSVGPath.class.st", "diff": "@@ -78,11 +78,13 @@ RSSVGPath >> computePolygons [\nargs := segment second.\nkey = #absolute ifTrue: [ absolute := true ].\nkey = #relative ifTrue: [ absolute := ...
Smalltalk
MIT License
objectprofile/roassal3
small update for svg shapes
461,949
16.05.2020 03:43:57
14,400
5376099f1aa47a9415aea27f1f1d6e74d49a7f4e
small fix for RSComposite
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "new_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "diff": "@@ -337,7 +337,7 @@ RSHighlightableExamples >> example08DependendMethods [\ncanvas propertyAt: #methods put: methods.\n];\nw...
Smalltalk
MIT License
objectprofile/roassal3
small fix for RSComposite
461,949
16.05.2020 15:40:16
14,400
7f9e27449e17b5d9b02739d0b431d621749821ae
Added a new example with MetaLink and Hanoi
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Experimental/RSHanoi.class.st", "diff": "+\"\n+a simple hanoi\n+\"\n+Class {\n+ #name : #RSHanoi,\n+ #superclass : #Object,\n+ #category : #'Roassal3-Experimental-Animations'\n+}\n+\n+{ #category : #hanoi }\n+RSHanoi >> hanoi: anInt...
Smalltalk
MIT License
objectprofile/roassal3
Added a new example with MetaLink and Hanoi
461,951
18.05.2020 18:31:02
14,400
513bd016e5a6c8dfd50eb7be25665762c8ae9315
More on comments
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Global-Tests/RSCameraTest.class.st", "diff": "+Class {\n+ #name : #RSCameraTest,\n+ #superclass : #RSTest,\n+ #category : #'Roassal3-Global-Tests-Core'\n+}\n+\n+{ #category : #tests }\n+RSCameraTest >> testPosition [\n+\n+ | c |\n+ ...
Smalltalk
MIT License
objectprofile/roassal3
More on comments
461,951
18.05.2020 23:12:21
14,400
aab33f8c88dd783b153a08dfab109e82e192831f
Added a couple of utility methods in `RSGroup`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes-Tests/RSGroupTest.class.st", "new_path": "src/Roassal3-Shapes-Tests/RSGroupTest.class.st", "diff": "@@ -97,3 +97,32 @@ RSGroupTest >> testElementFromModel [\nself assert: (group shapeFromModel: 5) equals: group last.\n]\n+\n+{ #category : #...
Smalltalk
MIT License
objectprofile/roassal3
Added a couple of utility methods in `RSGroup`
461,951
18.05.2020 23:12:47
14,400
685d3e86202aa160a4478c595c068b1b3b696233
Improved the comments in `RSChart`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart/RSChart.class.st", "new_path": "src/Roassal3-Chart/RSChart.class.st", "diff": "@@ -239,14 +239,14 @@ RSChart >> show [\n{ #category : #accessing }\nRSChart >> title: aTitle [\n- \"Set the title of a chart:\n+ \"Set the title of a chart. For ...
Smalltalk
MIT License
objectprofile/roassal3
Improved the comments in `RSChart`
461,951
18.05.2020 23:13:11
14,400
c2e787e85a57855be43f0f477d66ef15277bd558
Improved `RSScatterPlot` and added an example
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "new_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "diff": "@@ -222,3 +222,40 @@ RSChartExample >> example11BarplotCombinedWithLine [\nc title: 'Bar char'.\n^ c\n]\n+\n+{ #category : #exampl...
Smalltalk
MIT License
objectprofile/roassal3
Improved `RSScatterPlot` and added an example
461,951
18.05.2020 23:35:56
14,400
ba8f1b6c6cd2a77330ca3410b71fcd57d9f42f2b
added chart.md, a new tutorial
[ { "change_type": "MODIFY", "old_path": "Chart.md", "new_path": "Chart.md", "diff": "@@ -32,9 +32,303 @@ We will now review the script line by line. The first two lines define the data,\nThe class `RSChart` is a container of plots. We add a new plot called `RSLinePlot` to the chart. The script ends w...
Smalltalk
MIT License
objectprofile/roassal3
added chart.md, a new tutorial
461,951
18.05.2020 23:37:30
14,400
2df84d8797c9d36831a2b18278680cf7e47a4c5e
added a new entry for a tutorial
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -71,6 +71,7 @@ The documentation of Roassal3 is expanding at a sustained pace.\n- [Tutorial 02 - Graph Manipulation](GraphTutorial.md)\n- [Tutorial 03 - Inspector Integration](GTInspectorIntegration.md)\n- [Tuto...
Smalltalk
MIT License
objectprofile/roassal3
added a new entry for a tutorial
461,951
18.05.2020 23:45:37
14,400
89c124046d1a83dc4f9370a114de826c1ee783eb
improved the chart tutorial
[ { "change_type": "MODIFY", "old_path": "Chart.md", "new_path": "Chart.md", "diff": "@@ -318,12 +318,18 @@ b build.\nb canvas\n```\n+The result is:\n+![alt text](screenshots/chart10.png)\n+\n+\nThe script uses:\n- a legend to clearly associate the curve to a country,\n- particular font size for the l...
Smalltalk
MIT License
objectprofile/roassal3
improved the chart tutorial
461,951
18.05.2020 23:49:13
14,400
0cf795a3aec2e2cbce96db77aab510eae331866c
minor fixes in the chart tutorial
[ { "change_type": "MODIFY", "old_path": "Chart.md", "new_path": "Chart.md", "diff": "Here is another tutorial for [Roassal3](https://github.com/ObjectProfile/Roassal3).\nWhat you will learn in this tutorial:\n-- create and visualize a chart from a given set of numbers found in a CSV file\n-- parse a ...
Smalltalk
MIT License
objectprofile/roassal3
minor fixes in the chart tutorial
461,951
19.05.2020 23:02:23
14,400
0246017c1752be17070bb0e7cc193c2ab66b1a3f
RoassalPro description
[ { "change_type": "ADD", "old_path": null, "new_path": "RoassalPro.md", "diff": "+# The RoassalPro Program\n+\n+The field of visualization is large, and competition is pretty though. Despite the multiple visualization tools around, Roassal succeeded in attracting a solid user base. This page is about...
Smalltalk
MIT License
objectprofile/roassal3
RoassalPro description
461,951
19.05.2020 23:16:19
14,400
d0ba1448c871475bc39a6ccdcc69d5d92ecb5714
donation button
[ { "change_type": "MODIFY", "old_path": "RoassalPro.md", "new_path": "RoassalPro.md", "diff": "@@ -4,14 +4,17 @@ The field of visualization is large, and competition is pretty though. Despite t\nRoassal was born in 2007. Since its inception, Roassal has been deeply redesigned multiple times. Roassal3...
Smalltalk
MIT License
objectprofile/roassal3
donation button
461,951
19.05.2020 23:43:39
14,400
6ec421c06453cd1ddf2d7ef9b7ac480471b18087
Added some more comment.
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart/RSChart.class.st", "new_path": "src/Roassal3-Chart/RSChart.class.st", "diff": "\"\n-I am the main class to build chart.\n+<keyClass>\n+`RSChart` is the main class to build charts.\n+*Responsibility*: maintain and render plots\n+\n+*Collabora...
Smalltalk
MIT License
objectprofile/roassal3
Added some more comment.
461,951
19.05.2020 23:44:28
14,400
80d261ed020af323050ebe3f91d9d4b40f231846
added new references class
[ { "change_type": "ADD", "old_path": null, "new_path": "Reference/RSChart.md", "diff": "+[list of classes](reference.md)\n+# RSChart\n+`RSChart` is the main class to build charts.\n+\n+*Responsibility*: maintain and render plots\n+\n+*Collaborators*: a chart closely interact with plots and decoration...
Smalltalk
MIT License
objectprofile/roassal3
added new references class
461,949
20.05.2020 19:15:32
14,400
954eb66b8b3bfb05664f1dec7cea8b1fae24777e
Added a new interaction RSTransformable check example38Transformable
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -1009,7 +1009,7 @@ RSShapeExamples >> example37PunchCard [\n]\n{ #category : #shapes }\n-RSShapeExamples >> example38Resizable [\n+RSShap...
Smalltalk
MIT License
objectprofile/roassal3
Added a new interaction RSTransformable check example38Transformable
461,949
20.05.2020 19:30:30
14,400
11fd2ce31963271af5105a6a977f0796058b8b5d
rename example38Resizable to -> example38Transformable
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeExamples.class.st", "diff": "@@ -1010,7 +1010,7 @@ RSShapeExamples >> example37PunchCard [\n{ #category : #shapes }\nRSShapeExamples >> example38Transformable [\n- <scri...
Smalltalk
MIT License
objectprofile/roassal3
rename example38Resizable to -> example38Transformable
461,949
20.05.2020 20:52:59
14,400
e64d594fdbd8ab8a238b5e67489de2e00beaaee8
udpate for issue
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "new_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st", "diff": "@@ -342,3 +342,37 @@ RSHighlightableExamples >> example08DependendMethods [\ncanvas @ RSCanvasController.\n^ canvas\n]\n+\n+...
Smalltalk
MIT License
objectprofile/roassal3
udpate for issue #235
461,949
21.05.2020 02:05:42
14,400
b525c37b39caa7515f4f6c55ae7b3f31c90c00f2
added an old example Lissajous curves
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Experimental/RSHanoi.class.st", "new_path": "src/Roassal3-Experimental/RSHanoi.class.st", "diff": "@@ -4,7 +4,7 @@ a simple hanoi\nClass {\n#name : #RSHanoi,\n#superclass : #Object,\n- #category : #'Roassal3-Experimental-Animations'\n+ #category :...
Smalltalk
MIT License
objectprofile/roassal3
added an old example Lissajous curves
461,949
21.05.2020 02:34:23
14,400
0e23d66918ce417c16d71ce992e3209fcad40273
renamed some methods for the new example
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Experimental/RSLissajous.class.st", "new_path": "src/Roassal3-Experimental/RSLissajous.class.st", "diff": "@@ -20,8 +20,8 @@ Class {\nRSLissajous >> build [\n| rows columns |\ncanvas color: Color black.\n- rows := self createLineWith: [ :n | 0@n ]...
Smalltalk
MIT License
objectprofile/roassal3
renamed some methods for the new example
461,951
21.05.2020 11:06:37
14,400
8331e5adcc9a07ba88f2bddf1fad9e24c541878f
Added some comment for RSLocation
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSLocation.class.st", "new_path": "src/Roassal3-Layouts/RSLocation.class.st", "diff": "\"\n-I am iteratively buildable constraint for moving and positioning an element on top of another one.\n+<keyClass>\n+`RSLocation` locates shapes with ...
Smalltalk
MIT License
objectprofile/roassal3
Added some comment for RSLocation
461,951
21.05.2020 11:08:31
14,400
6de3cfe035e589b4d1ab18e178cf843001bde6ac
Added comments for RSLocation
[ { "change_type": "ADD", "old_path": null, "new_path": "Reference/RSLocation.md", "diff": "+[list of classes](reference.md)\n+# RSLocation\n+`RSLocation` locates shapes with respect to other shapes. Shapes can be positioned in a sticky fashion or not. Being sticky means whether the base shapes \"drag...
Smalltalk
MIT License
objectprofile/roassal3
Added comments for RSLocation
461,951
22.05.2020 23:00:03
14,400
99ab9b4524c608e37cfb0e6a4855b439e86593c4
Fix in the scaling
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSNormalizer.class.st", "new_path": "src/Roassal3-Shapes/RSNormalizer.class.st", "diff": "@@ -324,7 +324,24 @@ RSNormalizer >> scale [\n{ #category : #accessing }\nRSNormalizer >> scale: aNSScale [\n- scale ifNotNil: [ aNSScale range: scale...
Smalltalk
MIT License
objectprofile/roassal3
Fix in the scaling
461,949
23.05.2020 03:47:43
14,400
afed45bc3b049872b5b2de37c295b6c1b9b68476
Add accessors for pdf, svg and png exporters
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/RSAthensMorph.class.st", "new_path": "src/Roassal3/RSAthensMorph.class.st", "diff": "@@ -806,6 +806,11 @@ RSAthensMorph >> surface [\n^ surface\n]\n+{ #category : #accessing }\n+RSAthensMorph >> surface: anAthensCairoSurface [\n+ surface := anAthe...
Smalltalk
MIT License
objectprofile/roassal3
Add accessors for pdf, svg and png exporters
461,951
23.05.2020 17:19:13
14,400
1590e55a7685d55482639f70a18e1d703186ef2f
Improved RSNormalizer
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSNormalizer.class.st", "new_path": "src/Roassal3-Shapes/RSNormalizer.class.st", "diff": "\"\n-A Metric normalizer is made to assign a color, or a particular shape computed from a group of elements. Consider the following example:\n--=-=-=-...
Smalltalk
MIT License
objectprofile/roassal3
Improved RSNormalizer
461,949
24.05.2020 15:03:34
14,400
06b6cbb66268076f9d5f66f9cc56c623ef48d366
Added compatibility with exporters
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Inspector/GLMRoassal3Presentation.class.st", "new_path": "src/Roassal3-Inspector/GLMRoassal3Presentation.class.st", "diff": "@@ -19,14 +19,8 @@ GLMRoassal3Presentation >> canvas [\n{ #category : #initialization }\nGLMRoassal3Presentation >> initia...
Smalltalk
MIT License
objectprofile/roassal3
Added compatibility with exporters
461,949
24.05.2020 15:21:46
14,400
165fdb17a4bbdeb668f74066f3dc0d4c32fc6a4f
Fix for RSLayout
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Layouts/RSLayout.class.st", "new_path": "src/Roassal3-Layouts/RSLayout.class.st", "diff": "@@ -128,7 +128,7 @@ RSLayout >> leftContourOf: aNode put: aValue [\n{ #category : #utils }\nRSLayout >> modOf: aNode [\n- ^ aNode attributeAt: #mod ifAbsent...
Smalltalk
MIT License
objectprofile/roassal3
Fix for RSLayout
461,949
28.05.2020 17:21:50
14,400
26e69a96816b0c41f37defb34d5a4317fbfd16bc
Update dependency to geometry
[ { "change_type": "MODIFY", "old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st", "diff": "@@ -18,7 +18,7 @@ BaselineOfRoassal3 >> baseline: spec [\nspec baseline: 'AthensSVG' with: [\nspec repository: 'github://pharo-contr...
Smalltalk
MIT License
objectprofile/roassal3
Update dependency to geometry
461,949
28.05.2020 18:41:29
14,400
13d5a6bdc7d57942d751f11707310b98bc7a5720
Update RSArroedLine for issue
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Shapes/RSArrowedLine.class.st", "new_path": "src/Roassal3-Shapes/RSArrowedLine.class.st", "diff": "@@ -42,6 +42,16 @@ RSArrowedLine >> border: aRSBorder [\nself markersDo: [ :m | m shape border: aRSBorder ].\n]\n+{ #category : #initialization }\n+...
Smalltalk
MIT License
objectprofile/roassal3
Update RSArroedLine for issue #240
461,951
30.05.2020 13:00:57
14,400
6f72f06a170d4991b07075de79e92272ef92e4e4
Added a useful method
[ { "change_type": "MODIFY", "old_path": "src/Roassal3/SequenceableCollection.extension.st", "new_path": "src/Roassal3/SequenceableCollection.extension.st", "diff": "@@ -4,3 +4,27 @@ Extension { #name : #SequenceableCollection }\nSequenceableCollection >> asGroup [\n^ (RSGroup new: self size) addAll: ...
Smalltalk
MIT License
objectprofile/roassal3
Added a useful method
461,949
01.06.2020 01:09:16
14,400
dd759679fc3a9a87a02220949b2e26fb9a362f29
Added to roassal RSAbstractTimer for animations
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Animation/RSAbstractAnimation.class.st", "new_path": "src/Roassal3-Animation/RSAbstractAnimation.class.st", "diff": "@@ -64,7 +64,7 @@ RSAbstractAnimation >> currentLoop [\n{ #category : #private }\nRSAbstractAnimation >> currentTime [\n- ^ Time m...
Smalltalk
MIT License
objectprofile/roassal3
Added to roassal RSAbstractTimer for animations
461,951
01.06.2020 10:41:17
14,400
7ae565296a2d776e391f7100fb7e4d1d747bd886
Added class comment for `RSBarPlot`
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart/RSBarPlot.class.st", "new_path": "src/Roassal3-Chart/RSBarPlot.class.st", "diff": "+\"\n+<keyClass>\n+`RSBarPlot` is a plot for Roassal's chart that represents a bar chart.\n+\n+*Responsibility*: display a bar chart, with adequate color & ba...
Smalltalk
MIT License
objectprofile/roassal3
Added class comment for `RSBarPlot`
461,951
01.06.2020 22:21:44
14,400
11d6bca87e2e75aa287be8f264923b5f39571047
Added some method comments and a class comment
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "new_path": "src/Roassal3-Interaction/RSHighlightable.class.st", "diff": "\"\n-I a basic interaction to add highlighting events to elements in view.\n+<keyClass>\n+`RSHighlightable` is an interaction for shap...
Smalltalk
MIT License
objectprofile/roassal3
Added some method comments and a class comment
461,949
02.06.2020 14:50:43
14,400
f7e648ef17b07f2f89a68198ff223f577c5cec8d
relocate some documentation files
[ { "change_type": "ADD", "old_path": ".DS_Store", "new_path": ".DS_Store", "diff": "Binary files /dev/null and b/.DS_Store differ\n" }, { "change_type": "RENAME", "old_path": "FAQ.md", "new_path": "documentation/FAQ.md", "diff": "" }, { "change_type": "RENAME", "old_pa...
Smalltalk
MIT License
objectprofile/roassal3
relocate some documentation files
461,949
02.06.2020 15:20:10
14,400
a06bd082592a5e21eaf14984534de79acfda8522
update links for documentation
[ { "change_type": "DELETE", "old_path": ".DS_Store", "new_path": ".DS_Store", "diff": "Binary files a/.DS_Store and /dev/null differ\n" }, { "change_type": "MODIFY", "old_path": "documentation/Chart.md", "new_path": "documentation/Chart.md", "diff": "@@ -25,7 +25,7 @@ c\n```\nThe ...
Smalltalk
MIT License
objectprofile/roassal3
update links for documentation
461,949
02.06.2020 15:27:25
14,400
e2b54d92911260902455e067b00b726da5d3d4c8
added link to LesMiserables.md
[ { "change_type": "MODIFY", "old_path": "documentation/ShapeComposition.md", "new_path": "documentation/ShapeComposition.md", "diff": "# Tutorial 04 - Shapes compositions\n-In the previous tutoriales, we have essentially used individual shapes to describes one single domain element. Consider the code...
Smalltalk
MIT License
objectprofile/roassal3
added link to LesMiserables.md
461,949
02.06.2020 18:00:49
14,400
2ab86c840ed3e4fd0331400714e98f1aa87278a4
Added new exmaple for RSPieSlice
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSShapeBasicExamples.class.st", "new_path": "src/Roassal3-Examples/RSShapeBasicExamples.class.st", "diff": "@@ -770,3 +770,61 @@ RSShapeBasicExamples >> example36PolygonAndCanvas [\ncanvas @ int.\n^ canvas\n]\n+\n+{ #category : #polygons ...
Smalltalk
MIT License
objectprofile/roassal3
Added new exmaple for RSPieSlice
461,949
04.06.2020 00:08:39
14,400
ced487a51789aa52ab7fbe8cdebe84b64faa8e6e
update in RSChart for issue
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "new_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "diff": "@@ -263,15 +263,15 @@ RSChartExample >> example12ScatterPlotAndNormalizer [\n{ #category : #examples }\nRSChartExample >> example1...
Smalltalk
MIT License
objectprofile/roassal3
update in RSChart for issue #166
461,949
05.06.2020 13:23:26
14,400
4f2cb9967fdca03daf469e49d48a2b5a09ed6e5f
update for animation
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Animation-Tests/RSAnimationTest.class.st", "new_path": "src/Roassal3-Animation-Tests/RSAnimationTest.class.st", "diff": "@@ -11,27 +11,25 @@ Class {\n}\n{ #category : #tests }\n-RSAnimationTest >> basicAnimation: animation [\n- self assert: animat...
Smalltalk
MIT License
objectprofile/roassal3
update for animation
461,949
05.06.2020 15:20:51
14,400
c115e46bfa35cb1796d6647a8c079facd2ee97c3
update for paralled animation
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Animation/RSCompositeAnimation.class.st", "new_path": "src/Roassal3-Animation/RSCompositeAnimation.class.st", "diff": "@@ -35,3 +35,10 @@ RSCompositeAnimation >> reset [\nsuper reset.\nanimations := OrderedCollection new.\n]\n+\n+{ #category : #pr...
Smalltalk
MIT License
objectprofile/roassal3
update for paralled animation
461,949
05.06.2020 19:19:59
14,400
a3399a3607ab56ee72aabe6432f62e3217b46f81
pair programming with Martin playing with ForceLayout
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "new_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "diff": "@@ -525,3 +525,14 @@ RSLayoutExamples >> example17ForceBasedLayout [\n^ canvas\n]\n+\n+{ #category : #animations }\n+RSLayoutExamples >> e...
Smalltalk
MIT License
objectprofile/roassal3
pair programming with Martin playing with ForceLayout
461,949
05.06.2020 22:36:12
14,400
33808b003407bd3490be80fddb5291549bfc3806
Added a new animation for RSChart
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "new_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st", "diff": "@@ -410,7 +410,7 @@ RSChartExample >> example17CLPvsUSD [\nc extent: 300@200.\nplot := RSAreaPlot new x: x y1: y y2: 750.\npaint :...
Smalltalk
MIT License
objectprofile/roassal3
Added a new animation for RSChart
461,944
06.06.2020 18:03:47
-28,800
37d755fc88d24954bc584d2d227cb17c91bb01db
Typos this sine and cosine functions this and not covid-19
[ { "change_type": "MODIFY", "old_path": "documentation/Chart.md", "new_path": "documentation/Chart.md", "diff": "@@ -41,7 +41,7 @@ c := RSChart new.\np := RSLinePlot new x: x y: y.\nc addPlot: p.\n-c title: 'Sin function'.\n+c title: 'Sine function'.\nc xlabel: 'X axis'.\nc ylabel: 'Y axis'.\n@@ -67,...
Smalltalk
MIT License
objectprofile/roassal3
Typos - this sine and cosine functions - this COVID-19 and not covid-19
461,949
06.06.2020 16:24:47
14,400
f33008c1a4a08ce623f11c1eb8713b4090c59c6c
added a random animation to move each box with a 0.005% of move
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "new_path": "src/Roassal3-Examples/RSLayoutExamples.class.st", "diff": "@@ -529,10 +529,30 @@ RSLayoutExamples >> example17ForceBasedLayout [\n{ #category : #animations }\nRSLayoutExamples >> example18ForceBase...
Smalltalk
MIT License
objectprofile/roassal3
added a random animation to move each box with a 0.005% of move
461,949
07.06.2020 02:20:19
14,400
0460e806314e4149bc067739ba3b3191cd9ae16f
added new animated example Brother Eyes
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Roassal3-Experimental/RSObserved.class.st", "diff": "+\"\n+TODO\n+\"\n+Class {\n+ #name : #RSObserved,\n+ #superclass : #Object,\n+ #instVars : [\n+ 'canvas',\n+ 'mousePoint',\n+ 'random'\n+ ],\n+ #category : #'Roassal3-Experimental-Animatio...
Smalltalk
MIT License
objectprofile/roassal3
added new animated example Brother Eyes
461,949
08.06.2020 21:51:35
14,400
78b3b2d36f6b929b0d2ec60596271a4bfc5d106a
update for issue ticks now have configuration
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Chart-Tests/RSAbstractChartTest.class.st", "new_path": "src/Roassal3-Chart-Tests/RSAbstractChartTest.class.st", "diff": "@@ -30,6 +30,17 @@ RSAbstractChartTest >> testBasic [\nself assert: chart numberOfPlots equals: 0\n]\n+{ #category : #tests }\...
Smalltalk
MIT License
objectprofile/roassal3
update for issue #233, ticks now have configuration
461,949
10.06.2020 03:37:10
14,400
d0c373df0856a0d8ab76d8bc271455214500bed0
new animation example for perlin
[ { "change_type": "MODIFY", "old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st", "diff": "@@ -2511,6 +2511,44 @@ RSAnimationExamples >> example42OneLine [\n^ canvas\n]\n+{ #category : #lines }\n+RSAnimationExamples >> exam...
Smalltalk
MIT License
objectprofile/roassal3
new animation example for perlin