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,951 | 10.06.2020 17:38:13 | 14,400 | 567850aea5c82611caf5efeca71b44d38e5f9239 | Improved a class comment, of `RSLabeled` | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSLabeled.class.st",
"new_path": "src/Roassal3-Interaction/RSLabeled.class.st",
"diff": "\"\n-A RSLabeled adds a label above an element. The label may be particularized using #text: in the default string representation is not sufficien... | Smalltalk | MIT License | objectprofile/roassal3 | Improved a class comment, of `RSLabeled` |
461,957 | 11.06.2020 18:11:06 | 14,400 | e4aaec5b482a24529013c7d215b73e4a3e3f4183 | Add hanging effect to edges that cross spaces (Nataly's idea - pair-programmed with Milton) | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts/RSForceLayoutInSpaces.class.st",
"new_path": "src/Roassal3-Layouts/RSForceLayoutInSpaces.class.st",
"diff": "@@ -33,8 +33,11 @@ RSForceLayoutInSpaces >> addEdgesOf: shape to: space [\n(ed from propertyAt: #layout) = layout and: [\n(ed to p... | Smalltalk | MIT License | objectprofile/roassal3 | Add hanging effect to edges that cross spaces (Nataly's idea - pair-programmed with Milton) |
461,957 | 11.06.2020 18:11:33 | 14,400 | b46caa4ca0668969e2b94f2ee9d567da259ba24d | Remove RSMouseClick because it collides with popup | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts/RSForceLayoutInSpaces.class.st",
"new_path": "src/Roassal3-Layouts/RSForceLayoutInSpaces.class.st",
"diff": "@@ -74,7 +74,6 @@ RSForceLayoutInSpaces >> createSpaceFor: model [\nwithBorder;\npropertyAt: #layout put: layout;\nyourself.\n- sp... | Smalltalk | MIT License | objectprofile/roassal3 | Remove RSMouseClick because it collides with popup |
461,957 | 11.06.2020 18:12:02 | 14,400 | 6d86f1006109e33c4990733114abe0e4dc59512e | Comment automatic drag&drop | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Examples/RSLayoutExamples.class.st",
"new_path": "src/Roassal3-Examples/RSLayoutExamples.class.st",
"diff": "@@ -534,7 +534,7 @@ RSLayoutExamples >> example18ForceBased2 [\nb numberOfSpaces: 4.\nb classes: Collection withAllSubclasses.\nb build.\n... | Smalltalk | MIT License | objectprofile/roassal3 | Comment automatic drag&drop |
461,957 | 11.06.2020 23:20:10 | 14,400 | e5934b9a8efab7aed7371b61bf94d5f6aeaa05ad | Little visual improvements | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts/RSForceLayoutInSpaces.class.st",
"new_path": "src/Roassal3-Layouts/RSForceLayoutInSpaces.class.st",
"diff": "@@ -61,23 +61,6 @@ RSForceLayoutInSpaces >> classes: aCollection [\nclasses := aCollection\n]\n-{ #category : #shapes }\n-RSForceL... | Smalltalk | MIT License | objectprofile/roassal3 | Little visual improvements |
461,949 | 12.06.2020 03:28:09 | 14,400 | 8941fea395a0991351a8339a5c3e8323070b4204 | update label for issue | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st",
"new_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st",
"diff": "@@ -187,13 +187,12 @@ RSChartExample >> example10BarPlot [\ny := (x raisedTo: 2) - 2.\nc := RSChart new.\np := RSBarPlot new x: x ... | Smalltalk | MIT License | objectprofile/roassal3 | update label for issue #79 |
461,949 | 15.06.2020 21:02:12 | 14,400 | 32b27bfc47c6fcc3577cb71f52c58d16a041c003 | I have created a new method for canvas visibleRectangle. | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSScrollBarsCanvas.class.st",
"new_path": "src/Roassal3-Interaction/RSScrollBarsCanvas.class.st",
"diff": "@@ -170,12 +170,9 @@ RSScrollBarsCanvas >> updateAnimation [\n{ #category : #hooks }\nRSScrollBarsCanvas >> updateBasicScrollbar... | Smalltalk | MIT License | objectprofile/roassal3 | I have created a new method for canvas visibleRectangle. |
461,949 | 16.06.2020 13:30:11 | 14,400 | 447b87e32833231cb10c7b31ec5e09307208aedb | Added new example ameba | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Experimental/RSAlpharo.class.st",
"diff": "+\"\n+TODO\n+\"\n+Class {\n+ #name : #RSAlpharo,\n+ #superclass : #RSAbstractContainerBuilder,\n+ #instVars : [\n+ 'objects',\n+ 'jarShape',\n+ 'amebas',\n+ 'perlin',\n+ 'layout',\n+ 'rando... | Smalltalk | MIT License | objectprofile/roassal3 | Added new example ameba |
461,949 | 16.06.2020 13:44:31 | 14,400 | 2419ab4856b1741e470b681336175ba98d9f7b69 | Update example and remove duplicated example | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Experimental/RSAlpharoExample.class.st",
"new_path": "src/Roassal3-Experimental/RSAlpharoExample.class.st",
"diff": "@@ -31,3 +31,18 @@ RSAlpharoExample >> example02Classes [\ndo: [ :evt | evt shape model browse ].\nb canvas inspect\n]\n+\n+{ #cat... | Smalltalk | MIT License | objectprofile/roassal3 | Update example and remove duplicated example |
461,949 | 18.06.2020 02:53:54 | 14,400 | 765dbefb96d40ea2eef6f9db5a880ce2cdaedb8c | Update svg importer for issue | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-SVG-Examples/RSSVGShapeExamples.class.st",
"new_path": "src/Roassal3-SVG-Examples/RSSVGShapeExamples.class.st",
"diff": "@@ -139,6 +139,17 @@ RSSVGShapeExamples >> example02SpockLizard [\n^ canvas\n]\n+{ #category : #examples }\n+RSSVGShapeExample... | Smalltalk | MIT License | objectprofile/roassal3 | Update svg importer for issue #81 |
461,949 | 18.06.2020 19:23:24 | 14,400 | a05a1e8b1727e75d36b03119e3b901d11e020353 | Added missing classes for svg transformation | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-SVG/ASEllipse.extension.st",
"diff": "+Extension { #name : #ASEllipse }\n+\n+{ #category : #'*Roassal3-SVG' }\n+ASEllipse >> roassalShape [\n+ ^ RSEllipse new\n+ extent: (rx @ ry *2);\n+ position: cx@ cy;\n+ yourself\n+]\n"
},
{... | Smalltalk | MIT License | objectprofile/roassal3 | Added missing classes for svg transformation |
461,949 | 18.06.2020 20:44:19 | 14,400 | 370704e2fe0b8a816018cf74af175a14a3f02507 | update label drawing and extent size | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st",
"new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st",
"diff": "@@ -1986,9 +1986,7 @@ RSAnimationExamples >> example33AnimatedLayout [\ninterpolateTo: (pos2 at: i) at: t) ].\nc zoomToFit ] ] ].\nc... | Smalltalk | MIT License | objectprofile/roassal3 | update label drawing and extent size |
461,949 | 20.06.2020 06:19:58 | 14,400 | 4c55b93f164f0787b292a56bcefc3020c8d09fe8 | Added new experimental example for roassal3 Nyan cat | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Experimental/RSCat.class.st",
"diff": "+\"\n+NyanCat\n+\"\n+Class {\n+ #name : #RSCat,\n+ #superclass : #Object,\n+ #instVars : [\n+ 'canvas',\n+ 'pixel',\n+ 'rainbowColors',\n+ 'tileColor'\n+ ],\n+ #category : #'Roassal3-Experiment... | Smalltalk | MIT License | objectprofile/roassal3 | Added new experimental example for roassal3 Nyan cat |
461,951 | 22.06.2020 23:53:17 | 14,400 | c5aaf12dd17ffa32a4b3db78de96d37df499b7be | added simple test that illsutrates nodes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Global-Tests/RSCanvasTest.class.st",
"diff": "+Class {\n+ #name : #RSCanvasTest,\n+ #superclass : #RSTest,\n+ #instVars : [\n+ 'c'\n+ ],\n+ #category : #'Roassal3-Global-Tests-Core'\n+}\n+\n+{ #category : #tests }\n+RSCanvasTest >> ... | Smalltalk | MIT License | objectprofile/roassal3 | added simple test that illsutrates nodes |
461,951 | 22.06.2020 23:54:39 | 14,400 | 4da6c33d012b7dbe7a3133c929f48d3b3c9faa88 | added small method comments | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3/RSCanvas.class.st",
"new_path": "src/Roassal3/RSCanvas.class.st",
"diff": "@@ -177,6 +177,7 @@ RSCanvas >> createMorph [\n{ #category : #accessing }\nRSCanvas >> edges [\n+ \"Return all the lines contained in the canvas.\"\n^ self privateEdges\nif... | Smalltalk | MIT License | objectprofile/roassal3 | added small method comments |
461,949 | 23.06.2020 22:12:06 | 14,400 | 700ab942d9bbbc1cb6a03a4e528982d47ada4aa3 | Fix typos for experimental examples | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Experimental/RSCat.class.st",
"new_path": "src/Roassal3-Experimental/RSCat.class.st",
"diff": "@@ -58,9 +58,10 @@ RSCat >> addCat [\ntail position: -12 @3 * pixel.\nfeet := self catFeet.\n- { -9@7.8. -6@8. 5@7.8. 9@8} with: feet do: [ :pos :foot |... | Smalltalk | MIT License | objectprofile/roassal3 | Fix typos for experimental examples |
461,949 | 26.06.2020 03:52:26 | 14,400 | 4a5e72e40046e64971d0a3e8a6d53d3c80a9436b | update baseline for svg | [
{
"change_type": "MODIFY",
"old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"diff": "@@ -15,10 +15,10 @@ BaselineOfRoassal3 >> baseline: spec [\ndo: [ | core examples tests |\n\"our dependencies\"\n\"https://github.co... | Smalltalk | MIT License | objectprofile/roassal3 | update baseline for svg |
461,949 | 26.06.2020 04:17:53 | 14,400 | 8d6f66cc90618a36585ed9a7414c1a22ccd8f852 | remove this file cause conflict | [
{
"change_type": "DELETE",
"old_path": "src/Roassal3-Global-Tests/RSCanvasTest.class.st",
"new_path": null,
"diff": "-Class {\n- #name : #RSCanvasTest,\n- #superclass : #RSTest,\n- #instVars : [\n- 'c'\n- ],\n- #category : #'Roassal3-Global-Tests-Core'\n-}\n-\n-{ #category : #tests }\n-RSCanvasTest ... | Smalltalk | MIT License | objectprofile/roassal3 | remove this file cause conflict |
461,949 | 26.06.2020 04:20:11 | 14,400 | f029bbcc2ebf8df9c7216c98e89c8e378b8645d6 | update for missing test | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes-Tests/RSCanvasTest.class.st",
"new_path": "src/Roassal3-Shapes-Tests/RSCanvasTest.class.st",
"diff": "@@ -181,6 +181,24 @@ RSCanvasTest >> testNestedShapeNotAddedToACanvas [\n]\n+{ #category : #running }\n+RSCanvasTest >> testNodesShapesAnd... | Smalltalk | MIT License | objectprofile/roassal3 | update for missing test |
461,949 | 26.06.2020 17:57:20 | 14,400 | a9f84bfc82ad70acdeaae0f78dad44a80cf1f1bc | fix some methods to run with the last verision of geometry | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st",
"new_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st",
"diff": "@@ -279,12 +279,13 @@ RSHighlightableExamples >> example08DependendMethods [\npadding := 10 asMargin.\nhigh := RSHighlightab... | Smalltalk | MIT License | objectprofile/roassal3 | fix some methods to run with the last verision of geometry |
461,957 | 26.06.2020 19:44:09 | 14,400 | c633b693f589afa2cd2558d9e4cfe477f3841df9 | Allow parent morphs to handle key strokes. Pair-programming with Milton. | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3/RSAthensMorph.class.st",
"new_path": "src/Roassal3/RSAthensMorph.class.st",
"diff": "@@ -351,16 +351,14 @@ RSAthensMorph >> drawShapes [\n{ #category : #'event-processed' }\nRSAthensMorph >> eventKeyDown: aMorphicEvent [\n- | trEvent keyCharacter ... | Smalltalk | MIT License | objectprofile/roassal3 | Allow parent morphs to handle key strokes. Pair-programming with Milton. |
461,949 | 27.06.2020 00:46:54 | 14,400 | 2ea1ca896ab9ffdd8b188ad2df774a731fb8ce57 | added printOn for RSTextExtents | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSTextExtents.class.st",
"new_path": "src/Roassal3-Shapes/RSTextExtents.class.st",
"diff": "@@ -38,6 +38,16 @@ RSTextExtents >> height: aNumber [\nheight := aNumber\n]\n+{ #category : #printing }\n+RSTextExtents >> printOn: s [\n+ s << self... | Smalltalk | MIT License | objectprofile/roassal3 | added printOn for RSTextExtents |
461,951 | 01.07.2020 12:54:44 | 14,400 | 80444f52e4abf05b5eadad184596e1251d8e2d8a | First shoot of a flow chart | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-FlowChart/RSFCCanvasRenderer.class.st",
"diff": "+Class {\n+ #name : #RSFCCanvasRenderer,\n+ #superclass : #RSFCVisitor,\n+ #instVars : [\n+ 'canvas'\n+ ],\n+ #category : #'Roassal3-FlowChart'\n+}\n+\n+{ #category : #accessing }\n+R... | Smalltalk | MIT License | objectprofile/roassal3 | First shoot of a flow chart |
461,951 | 02.07.2020 15:03:37 | 14,400 | 8c5ab971856906e5cf309c62f4b3f6a81f7e3c79 | Added a guard in RSNormalizer | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSNormalizer.class.st",
"new_path": "src/Roassal3-Shapes/RSNormalizer.class.st",
"diff": "@@ -386,6 +386,7 @@ RSNormalizer >> shapes [\n{ #category : #accessing }\nRSNormalizer >> shapes: someShapes [\n\"Set to the normalizer the elements t... | Smalltalk | MIT License | objectprofile/roassal3 | Added a guard in RSNormalizer |
461,949 | 02.07.2020 17:57:18 | 14,400 | 6f645f503fd32f4ecdb4ca285d56fff9749c7ad1 | Added a new force experimental example | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Experimental/RSForceBuilder.class.st",
"diff": "+\"\n+TODO\n+\"\n+Class {\n+ #name : #RSForceBuilder,\n+ #superclass : #RSAbstractContainerBuilder,\n+ #instVars : [\n+ 'interferences',\n+ 'particles',\n+ 'force',\n+ 'particlesSize',... | Smalltalk | MIT License | objectprofile/roassal3 | Added a new force experimental example |
461,949 | 06.07.2020 20:14:50 | 14,400 | 98891ca0834cb341e3d907ba4e60bc360d0f064e | update depencencies for issue | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Examples/RPackage.extension.st",
"new_path": "src/Roassal3-Examples/RPackage.extension.st",
"diff": "Extension { #name : #RPackage }\n-{ #category : #'*Roassal3-Examples' }\n-RPackage >> dependentPackages [\n- \"\n- Return the list of packages tha... | Smalltalk | MIT License | objectprofile/roassal3 | update depencencies for issue https://github.com/pharo-project/pharo/issues/6755 |
461,949 | 06.07.2020 20:30:10 | 14,400 | a540ebd4881d2efc46fef845b9a55ab00b4dd1c6 | adde more time for testDelay for travis server | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Animation-Tests/RSPAnimationTest.class.st",
"new_path": "src/Roassal3-Animation-Tests/RSPAnimationTest.class.st",
"diff": "@@ -80,6 +80,6 @@ RSPAnimationTest >> testDelay [\nanimation delay: 100 milliSeconds.\nanimation start.\nself deny: animatio... | Smalltalk | MIT License | objectprofile/roassal3 | adde more time for testDelay for travis server |
461,951 | 06.07.2020 22:19:15 | 14,400 | 48af446e10905a1206b0d4bceb75f8a8d62cffd0 | Preparing version 0.9.2 | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart/RSTickConfiguration.class.st",
"new_path": "src/Roassal3-Chart/RSTickConfiguration.class.st",
"diff": "\"\n-TODO\n+<keyClass>\n+`RSTickConfiguration` describes a configuration for a vertical or horizontal tick. Note that the same configurati... | Smalltalk | MIT License | objectprofile/roassal3 | Preparing version 0.9.2 |
461,949 | 07.07.2020 19:04:19 | 14,400 | 8967acb3e59f7e7dbc56b043fe9cf90eec83069c | Fix for issue related to Harris discord message | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes-Tests/RSBoundingTest.class.st",
"new_path": "src/Roassal3-Shapes-Tests/RSBoundingTest.class.st",
"diff": "@@ -85,6 +85,13 @@ RSBoundingTest >> testDrawRing [\nalphaAngle: 0;\nbetaAngle: 45;\ncornerRadii: 20).\n+ \"same radius\"\n+ canvas ad... | Smalltalk | MIT License | objectprofile/roassal3 | Fix for issue related to @Ellis Harris discord message |
461,951 | 09.07.2020 16:13:26 | 14,400 | 2b31a519bf9c05703443be031988bf2dc54e7319 | Doing a merge | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSBox.class.st",
"new_path": "src/Roassal3-Shapes/RSBox.class.st",
"diff": "\"\n-I represent a visual component box in a canvas.\n+<keyClass>\n+`RSBox` represents a box shape, which can be decorated in many ways.\n-Here is an example:\n+*Re... | Smalltalk | MIT License | objectprofile/roassal3 | Doing a merge |
461,949 | 10.07.2020 21:04:04 | 14,400 | 1eafb45aab533de2613ce0bdc43bf03329bce8d5 | update for corner radius, now it is animatable | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Examples/RSBasicAnimationExamples.class.st",
"new_path": "src/Roassal3-Examples/RSBasicAnimationExamples.class.st",
"diff": "@@ -192,3 +192,33 @@ RSBasicAnimationExamples >> example06Parallel [\ncanvas when: RSMouseClick do: [ :evt | canvas animat... | Smalltalk | MIT License | objectprofile/roassal3 | update for corner radius, now it is animatable |
461,949 | 13.07.2020 20:49:38 | 14,400 | 08195eaa58054b8ab77fb0e5711d40b43a2d8399 | Added missing methods for geometry roassal3 | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/GPoint.extension.st",
"new_path": "src/Roassal3-Shapes/GPoint.extension.st",
"diff": "@@ -9,3 +9,8 @@ GPoint >> asPoint [\nGPoint >> center [\n^ self\n]\n+\n+{ #category : #'*Roassal3-Shapes' }\n+GPoint >> rsScaleWith: anAthensAffineTransfo... | Smalltalk | MIT License | objectprofile/roassal3 | Added missing methods for geometry roassal3 |
461,949 | 14.07.2020 17:27:03 | 14,400 | 1542978ef3379fe68f1ee3374fb04c44edf8ce5b | fix corner radii to reset the current path for each shape | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSPolygon.class.st",
"new_path": "src/Roassal3-Shapes/RSPolygon.class.st",
"diff": "@@ -149,6 +149,7 @@ c\n\"\nradius := aNumber abs.\n+ self resetPath.\n]\n{ #category : #private }\n"
},
{
"change_type": "MODIFY",
"old_path": "... | Smalltalk | MIT License | objectprofile/roassal3 | fix corner radii to reset the current path for each shape |
461,949 | 14.07.2020 18:47:23 | 14,400 | 225c59274e716582a96700bfbc3550654737ed9c | GraphViz and Roassal first examples pair programming with Martin Diaz | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-GraphViz/RSGraphVizExamples.class.st",
"diff": "+\"\n+read\n+\n+https://graphviz.org/\n+\"\n+Class {\n+ #name : #RSGraphVizExamples,\n+ #superclass : #Object,\n+ #category : #'Roassal3-GraphViz'\n+}\n+\n+{ #category : #examples }\n+... | Smalltalk | MIT License | objectprofile/roassal3 | GraphViz and Roassal first examples pair programming with Martin Diaz |
461,949 | 14.07.2020 19:18:15 | 14,400 | 8bd35fb980e94c65906b3420bf24e07986fe5f92 | Added a visitor to convert a canvas in a DOT script | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-GraphViz/RSDotConverter.class.st",
"diff": "+\"\n+TODO\n+\"\n+Class {\n+ #name : #RSDotConverter,\n+ #superclass : #Object,\n+ #instVars : [\n+ 'stream'\n+ ],\n+ #category : #'Roassal3-GraphViz'\n+}\n+\n+{ #category : #visiting }\n+... | Smalltalk | MIT License | objectprofile/roassal3 | Added a visitor to convert a canvas in a DOT script |
461,949 | 14.07.2020 19:43:02 | 14,400 | 85ff0097e83a82b3a7dcc99740754f25a6991cbc | Tree layout with graphviz | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-GraphViz/RSGraphVizExamples.class.st",
"new_path": "src/Roassal3-GraphViz/RSGraphVizExamples.class.st",
"diff": "@@ -139,4 +139,63 @@ RSGraphVizExamples >> example03Basic [\n+]\n+\n+{ #category : #examples }\n+RSGraphVizExamples >> example04Layout... | Smalltalk | MIT License | objectprofile/roassal3 | Tree layout with graphviz |
461,951 | 19.07.2020 19:10:30 | 14,400 | fb20ab5aec104ba5e03a8b3577661b35d14ec9d0 | Minor argument renaming | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSComposite.class.st",
"new_path": "src/Roassal3-Shapes/RSComposite.class.st",
"diff": "@@ -264,8 +264,8 @@ RSComposite >> privateEdges [\n]\n{ #category : #private }\n-RSComposite >> privateEdges: aTSGroup [\n- edges := aTSGroup\n+RSCompos... | Smalltalk | MIT License | objectprofile/roassal3 | Minor argument renaming |
461,951 | 19.07.2020 22:39:48 | 14,400 | dd028b2ef99aa7db07367f65763c8db1dbed75f3 | Improved a bit RSNormalizer
did a bit of comment cleaning | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSBoundingShape.class.st",
"new_path": "src/Roassal3-Shapes/RSBoundingShape.class.st",
"diff": "@@ -157,9 +157,9 @@ RSBoundingShape >> initializeMatrix [\n]\n{ #category : #edges }\n-RSBoundingShape >> isDirectlyConnectedTo: anElement [\n+R... | Smalltalk | MIT License | objectprofile/roassal3 | - Improved a bit RSNormalizer
- did a bit of comment cleaning |
461,949 | 21.07.2020 18:48:37 | 14,400 | 94c50fd5d14354e9876b1664de13aa4b3ad0b2a3 | Added a new example for GraphViz | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-GraphViz/RSDotConverter.class.st",
"new_path": "src/Roassal3-GraphViz/RSDotConverter.class.st",
"diff": "@@ -23,7 +23,7 @@ RSDotConverter >> stream [\n{ #category : #visiting }\nRSDotConverter >> visitBoundingShape: aShape [\n- stream << aShape mo... | Smalltalk | MIT License | objectprofile/roassal3 | Added a new example for GraphViz |
461,949 | 30.07.2020 18:01:00 | 14,400 | 86a44f025f54eb719a5ae006ffe30bab432a2c66 | fix fix baseline for GraphViz | [
{
"change_type": "MODIFY",
"old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"diff": "@@ -28,12 +28,13 @@ BaselineOfRoassal3 >> baseline: spec [\nwith: [ spec repository: 'github://pharo-contributions/OSSubprocess/repo... | Smalltalk | MIT License | objectprofile/roassal3 | fix fix baseline for GraphViz |
461,949 | 31.07.2020 20:41:25 | 14,400 | e98ec9e6bae11b599b84ee4fe73dcdb0bd7a4cbd | Added a new example for Roassal3-GraphViz | [
{
"change_type": "MODIFY",
"old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"diff": "@@ -55,7 +55,7 @@ BaselineOfRoassal3 >> baseline: spec [\ngroup: 'SVGTests' with: #('SVG' 'Tests' 'Roassal3-SVG-Tests');\ngroup: 'SV... | Smalltalk | MIT License | objectprofile/roassal3 | Added a new example for Roassal3-GraphViz |
461,949 | 31.07.2020 22:57:06 | 14,400 | 85822d26e79046babf769c3f11d2b270fc126ada | update graphVizLine for tests | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-GraphViz/RSGraphVizLine.class.st",
"new_path": "src/Roassal3-GraphViz/RSGraphVizLine.class.st",
"diff": "@@ -14,6 +14,11 @@ RSGraphVizLine >> initialize [\n]\n+{ #category : #testing }\n+RSGraphVizLine >> intersects: aRectangle [\n+ ^ true\n+]\n+\... | Smalltalk | MIT License | objectprofile/roassal3 | update graphVizLine for tests |
461,949 | 01.08.2020 01:02:32 | 14,400 | cb1351f1e98bb4c2a3918a25a15898d8633f4ab6 | Added a new animated version of graphViz | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-GraphViz/RSGraphVizExamples.class.st",
"new_path": "src/Roassal3-GraphViz/RSGraphVizExamples.class.st",
"diff": "@@ -218,7 +218,7 @@ RSGraphVizExamples >> example05Layout [\n{ #category : #examples }\nRSGraphVizExamples >> example06UniFamilyTree [... | Smalltalk | MIT License | objectprofile/roassal3 | Added a new animated version of graphViz |
461,949 | 03.08.2020 14:44:46 | 14,400 | f9fc23281aec01c0b7a04871b75667913d4c29e7 | Update for animated version of graphviz example | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-GraphViz/RSGraphVizExamples.class.st",
"new_path": "src/Roassal3-GraphViz/RSGraphVizExamples.class.st",
"diff": "@@ -227,7 +227,7 @@ RSGraphVizExamples >> example06UniFamilyTree [\nRSEllipse new\nmodel: str;\nextent: label extent + 20;\n- noPaint;... | Smalltalk | MIT License | objectprofile/roassal3 | Update for animated version of graphviz example |
461,949 | 10.08.2020 16:36:38 | 14,400 | 0bd955d9f08f83309c3cd1480008e81276bad492 | I have changed the geometry for ellipse and added includesPoint for bezier line | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSBezier.class.st",
"new_path": "src/Roassal3-Shapes/RSBezier.class.st",
"diff": "@@ -66,6 +66,19 @@ RSBezier >> controlPoints: anArrayOfPoints [\nsuper controlPoints: anArrayOfPoints\n]\n+{ #category : #testing }\n+RSBezier >> includesPoin... | Smalltalk | MIT License | objectprofile/roassal3 | I have changed the geometry for ellipse and added includesPoint for bezier line |
461,957 | 13.08.2020 19:06:23 | 14,400 | 1e1b38821094b02378bea978f511c7fe3b4bdede | Add some matrix protocol | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSBoundingShape.class.st",
"new_path": "src/Roassal3-Shapes/RSBoundingShape.class.st",
"diff": "@@ -178,6 +178,11 @@ RSBoundingShape >> loadBoundingShape: aShape [\nparent: aShape parent.\n]\n+{ #category : #matrix }\n+RSBoundingShape >> lo... | Smalltalk | MIT License | objectprofile/roassal3 | Add some matrix protocol |
461,957 | 13.08.2020 19:41:17 | 14,400 | 92b0236a8f92b1a2e9f40a57d05a2d24bd97aa1a | Fix bug in SpRoassalPresenter (pair-programming with Milton) | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Spec/SpRoassalMorphicAdapter.class.st",
"new_path": "src/Roassal3-Spec/SpRoassalMorphicAdapter.class.st",
"diff": "@@ -51,6 +51,7 @@ SpRoassalMorphicAdapter >> freeCanvas [\ncanvas := temp roassalCanvas.\nwidget canvas: canvas.\ncanvas morph: widg... | Smalltalk | MIT License | objectprofile/roassal3 | Fix bug in SpRoassalPresenter (pair-programming with Milton) |
461,949 | 18.08.2020 01:07:44 | 14,400 | 4929cec15e55abe2f4bc4dac7f11c141d78a5123 | Added a basic wrapping system for multiline label builder | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Interaction/RSAbstractWrapStrategy.class.st",
"diff": "+\"\n+My subclasses can define the way to wrap a text\n+\"\n+Class {\n+ #name : #RSAbstractWrapStrategy,\n+ #superclass : #RSObject,\n+ #instVars : [\n+ 'wrapMaxWidth'\n+ ],\n+ ... | Smalltalk | MIT License | objectprofile/roassal3 | Added a basic wrapping system for multiline label builder |
461,951 | 22.08.2020 00:41:31 | -7,200 | 4dbc29efa962247dbabefed9ec6371633bd09442 | Added `RSGroup>>position`. Strange that it was not in | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3/RSGroup.class.st",
"new_path": "src/Roassal3/RSGroup.class.st",
"diff": "@@ -105,6 +105,11 @@ RSGroup >> models: someModels [\nself with: someModels do: [ :s :m | s model: m ]\n]\n+{ #category : #transforming }\n+RSGroup >> position [\n+ ^ self en... | Smalltalk | MIT License | objectprofile/roassal3 | Added `RSGroup>>position`. Strange that it was not in |
461,951 | 22.08.2020 23:30:42 | -7,200 | 7765807827d77a8428a93d7d40bd51b62b2b9afd | Added a conditional layout
some cleaning | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts/RSCellLayout.class.st",
"new_path": "src/Roassal3-Layouts/RSCellLayout.class.st",
"diff": "@@ -28,9 +28,9 @@ RSCellLayout >> centered [\n]\n{ #category : #hook }\n-RSCellLayout >> doExecute: elements [\n+RSCellLayout >> doExecute: shapes [... | Smalltalk | MIT License | objectprofile/roassal3 | - Added a conditional layout
- some cleaning |
461,951 | 22.08.2020 23:30:56 | -7,200 | b109b55044cc7393f5f77d477c58b1b5baf6ae26 | fix in a class comment | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart/RSChart.class.st",
"new_path": "src/Roassal3-Chart/RSChart.class.st",
"diff": "*Responsibility*: maintain and render plots\n-*Collaborators*: a chart closely interact with plots and decorations.\n+*Collaborators*: a chart closely interacts w... | Smalltalk | MIT License | objectprofile/roassal3 | fix in a class comment |
461,951 | 22.08.2020 23:33:17 | -7,200 | 6b292b0b44db78bc691bd2a878c4400ae0c3cde3 | Fix in the baseline about Geometry | [
{
"change_type": "MODIFY",
"old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"diff": "@@ -19,8 +19,8 @@ BaselineOfRoassal3 >> baseline: spec [\nspec repository: 'github://pharo-contributions/Athens-SVG/src' ].\nspec pa... | Smalltalk | MIT License | objectprofile/roassal3 | Fix in the baseline about Geometry |
461,951 | 22.08.2020 23:35:59 | -7,200 | b2de2687659090a8061307a8d68d227b001fa83f | the baseline of geometry | [
{
"change_type": "MODIFY",
"old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"diff": "@@ -20,7 +20,7 @@ BaselineOfRoassal3 >> baseline: spec [\nspec package: 'Athens-SVG-PathConverter' with: [\nspec repository: 'github... | Smalltalk | MIT License | objectprofile/roassal3 | the baseline of geometry |
461,951 | 22.08.2020 23:47:38 | -7,200 | 76ddd4b9ec3acc9df54cf6efd96a67a2d986d9da | fix in the baseline for geometry | [
{
"change_type": "MODIFY",
"old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"diff": "@@ -20,7 +20,7 @@ BaselineOfRoassal3 >> baseline: spec [\nspec package: 'Athens-SVG-PathConverter' with: [\nspec repository: 'github... | Smalltalk | MIT License | objectprofile/roassal3 | fix in the baseline for geometry |
461,951 | 29.08.2020 16:39:15 | -7,200 | 089caa9499d32b0080c1bdde742c6a993df3d88d | Fixing a method comment | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSHighlightable.class.st",
"new_path": "src/Roassal3-Interaction/RSHighlightable.class.st",
"diff": "@@ -257,7 +257,7 @@ RSHighlightable >> highlightShapes: aBlockOnArg [\n{ #category : #'public - hooks' }\nRSHighlightable >> highlight... | Smalltalk | MIT License | objectprofile/roassal3 | - Fixing a method comment |
461,951 | 30.08.2020 00:05:28 | -7,200 | 16051be325106065fed68d1f435f72c36e19211a | worked a bit the comment of `shape:`
make the lines as gray per defaut, instead of black. | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSBorder.class.st",
"new_path": "src/Roassal3-Shapes/RSBorder.class.st",
"diff": "@@ -153,7 +153,7 @@ c\n{ #category : #initialization }\nRSBorder >> initialize [\nsuper initialize.\n- paint := Color black.\n+ paint := Color gray.\nwidth :=... | Smalltalk | MIT License | objectprofile/roassal3 | - worked a bit the comment of `shape:`
- make the lines as gray per defaut, instead of black. |
461,951 | 30.08.2020 00:06:36 | -7,200 | c8e4222d596fad74f5ccd3271e5df568a6a1dc99 | make the search feature in the `RSCanvasController`, per default
Added utility methods on the class side of `RSHighlightable` | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSCanvasController.class.st",
"new_path": "src/Roassal3-Interaction/RSCanvasController.class.st",
"diff": "@@ -34,7 +34,7 @@ RSCanvasController >> configuration: aRSControlLimits [\n{ #category : #initialization }\nRSCanvasController >... | Smalltalk | MIT License | objectprofile/roassal3 | - make the search feature in the `RSCanvasController`, per default
- Added utility methods on the class side of `RSHighlightable` |
461,951 | 30.08.2020 00:06:57 | -7,200 | 5289b125b5edce6791f9a4344a1bbb502caf778b | Added some methods useful to examplify software visualization | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Examples/Class.extension.st",
"diff": "+Extension { #name : #Class }\n+\n+{ #category : #'*Roassal3-Examples' }\n+Class >> numberOfLinesOfCode [\n+ \"A convenient and homogeneous method to return the number of lines of code\"\n+ ^ s... | Smalltalk | MIT License | objectprofile/roassal3 | - Added some methods useful to examplify software visualization |
461,949 | 31.08.2020 03:36:50 | 14,400 | 19049075986a5c4f60e4070adbf4d34450f52c1b | Added a visualization for RSGradientPalette | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Colors/RSGradientPalette.class.st",
"new_path": "src/Roassal3-Colors/RSGradientPalette.class.st",
"diff": "@@ -140,6 +140,27 @@ RSGradientPalette class >> redSalvation [\n1->'453a94' }\n]\n+{ #category : #view }\n+RSGradientPalette class >> roassa... | Smalltalk | MIT License | objectprofile/roassal3 | Added a visualization for RSGradientPalette |
461,949 | 31.08.2020 17:18:31 | 14,400 | 9b8bf06cae00f21f92603f7822c8403144a23cfb | Fix takeboardFocus for SpRoassal3Presenter and spotter. Pair programming with | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Spec/SpRoassalMorphicAdapter.class.st",
"new_path": "src/Roassal3-Spec/SpRoassalMorphicAdapter.class.st",
"diff": "@@ -36,7 +36,7 @@ SpRoassalMorphicAdapter >> basicApplyScript [\nself model script value: canvas.\nself model canvas: canvas.\nself ... | Smalltalk | MIT License | objectprofile/roassal3 | Fix takeboardFocus for SpRoassal3Presenter and spotter. Pair programming with @tinchodias |
461,949 | 31.08.2020 17:18:49 | 14,400 | 309451c561081cef42ff9e3a476f32cb7bc7a881 | Added method comment for ForceBasedLayout | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st",
"new_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st",
"diff": "@@ -84,6 +84,9 @@ RSForceBasedLayout >> alpha [\n{ #category : #accessing }\nRSForceBasedLayout >> alpha: aFloat [\n+ \"alpha is a value... | Smalltalk | MIT License | objectprofile/roassal3 | Added method comment for ForceBasedLayout |
461,949 | 31.08.2020 19:01:32 | 14,400 | daf0dfadb6599818469f9f6150abd9c5b58d0872 | Fix padding for help text | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Legend/RSLegend.class.st",
"new_path": "src/Roassal3-Legend/RSLegend.class.st",
"diff": "@@ -176,6 +176,7 @@ RSLegend >> renderOnDemandIn: aView [\nRSHorizontalLineLayout on: legendLabels.\nRSLocation new\ninner; top; right;\n+ offset: -5 @ 5;\nmo... | Smalltalk | MIT License | objectprofile/roassal3 | Fix padding for help text |
461,949 | 02.09.2020 19:27:56 | 14,400 | ae4b56aa643c7cab94b3027eea1237ace6f827a9 | Added support for RSLabel metrics provider | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSKeyNavigationCanvas.class.st",
"new_path": "src/Roassal3-Interaction/RSKeyNavigationCanvas.class.st",
"diff": "@@ -15,7 +15,7 @@ Class {\n{ #category : #'events-processing' }\nRSKeyNavigationCanvas >> expandCollapse: evt [\n- evt can... | Smalltalk | MIT License | objectprofile/roassal3 | Added support for RSLabel metrics provider |
461,957 | 03.09.2020 17:57:49 | 14,400 | 95bf2f0d9365a12694d1f24a071f3dcbb4aef929 | Fix/optimization in labels | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSLabel.class.st",
"new_path": "src/Roassal3-Shapes/RSLabel.class.st",
"diff": "@@ -11,7 +11,8 @@ Class {\n'font',\n'emphasis',\n'metricsProvider',\n- 'textExtents'\n+ 'textExtents',\n+ 'cairoGlyphs'\n],\n#category : #'Roassal3-Shapes-Bound... | Smalltalk | MIT License | objectprofile/roassal3 | Fix/optimization in labels |
461,957 | 04.09.2020 13:02:23 | 14,400 | 141c1b4de42d8c080b226a5d30e70315d264f659 | RSCairoMetricsProvider: Use getPreciseHeight and getPreciseAscent
Taken from other Athens examples. Worked well for the manual tests
with different fonts and sizes, except on fontSize=1.
Pair-programmed with Milton. | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSCairoMetricsProvider.class.st",
"new_path": "src/Roassal3-Shapes/RSCairoMetricsProvider.class.st",
"diff": "@@ -12,9 +12,9 @@ RSCairoMetricsProvider >> extentsOf: aRSLabel [\n| res font h |\nfont := aRSLabel font.\nres := super extentsOf:... | Smalltalk | MIT License | objectprofile/roassal3 | RSCairoMetricsProvider: Use getPreciseHeight and getPreciseAscent
Taken from other Athens examples. Worked well for the manual tests
with different fonts and sizes, except on fontSize=1.
Pair-programmed with Milton. |
461,949 | 08.09.2020 03:56:26 | 10,800 | bd394e277957df29eecff5542188f49788c5f631 | Fix for override over Geometry and examples | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/GPoint.extension.st",
"new_path": "src/Roassal3-Shapes/GPoint.extension.st",
"diff": "Extension { #name : #GPoint }\n-{ #category : #'*Roassal3-Shapes' }\n-GPoint >> asPoint [\n- ^ self x @ self y\n-]\n-\n{ #category : #'*Roassal3-Shapes' }... | Smalltalk | MIT License | objectprofile/roassal3 | Fix for override over Geometry and examples |
461,949 | 08.09.2020 03:57:28 | 10,800 | 67a300767374270b2329f4368a600e0db3556575 | Added documentation for RSLabel and more examples for RSMetricsProvider | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes-Tests/RSLabelTest.class.st",
"new_path": "src/Roassal3-Shapes-Tests/RSLabelTest.class.st",
"diff": "@@ -16,6 +16,16 @@ RSLabelTest >> setUp [\ncanvas := RSCanvas new\n]\n+{ #category : #tests }\n+RSLabelTest >> testCairoFitMetricsProvider [... | Smalltalk | MIT License | objectprofile/roassal3 | Added documentation for RSLabel and more examples for RSMetricsProvider |
461,949 | 08.09.2020 04:30:03 | 10,800 | f1c24f0eff96c03cef7093dc6a3544ff1f9da06a | Fix for double menu item for Roassal3 Menu | [
{
"change_type": "MODIFY",
"old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"diff": "@@ -115,10 +115,10 @@ BaselineOfRoassal3 >> roassalCorePackagesIn: spec [\npackage: #'Roassal3-UML';\npackage: #'Roassal3-Layouts';\... | Smalltalk | MIT License | objectprofile/roassal3 | Fix for double menu item for Roassal3 Menu |
461,951 | 08.09.2020 12:58:44 | -7,200 | 41d3ae6632b48f0a267891513f287bee6ee7ce93 | better comment of #padding: | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSComposite.class.st",
"new_path": "src/Roassal3-Shapes/RSComposite.class.st",
"diff": "@@ -219,9 +219,10 @@ RSComposite >> initialize [\n{ #category : #accessing }\nRSComposite >> padding: anObject [\n- \"anObject can be a number, a point ... | Smalltalk | MIT License | objectprofile/roassal3 | better comment of #padding: |
461,951 | 08.09.2020 13:17:17 | -7,200 | 314fa335bc29724cb5e4b3e4afd868de26f4a915 | Small fix in a comment | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSLabel.class.st",
"new_path": "src/Roassal3-Shapes/RSLabel.class.st",
"diff": "@@ -193,7 +193,7 @@ RSLabel >> fontSize [\nRSLabel >> fontSize: aNumber [\n\"Set the size of the label.\nHere is an example:\n--=-=-=-=-=-=\n+```Smalltalk\nc :=... | Smalltalk | MIT License | objectprofile/roassal3 | Small fix in a comment |
461,951 | 08.09.2020 17:31:22 | -7,200 | cbbaf761f5dbe973615e6b3044a3521be1de3c30 | Added a failing test. BimetricLines do not work anymore | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-SVG-Tests/RSSVGTest.class.st",
"new_path": "src/Roassal3-SVG-Tests/RSSVGTest.class.st",
"diff": "@@ -4,6 +4,34 @@ Class {\n#category : #'Roassal3-SVG-Tests'\n}\n+{ #category : #'as yet unclassified' }\n+RSSVGTest >> testBimetricLine [\n+ | s1 s2 l... | Smalltalk | MIT License | objectprofile/roassal3 | Added a failing test. BimetricLines do not work anymore |
461,951 | 08.09.2020 17:36:10 | -7,200 | 919213a79c0df8036a349dee82ce616583ba6776 | renaming a method category | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-SVG-Tests/RSSVGTest.class.st",
"new_path": "src/Roassal3-SVG-Tests/RSSVGTest.class.st",
"diff": "@@ -4,7 +4,7 @@ Class {\n#category : #'Roassal3-SVG-Tests'\n}\n-{ #category : #'as yet unclassified' }\n+{ #category : #tests }\nRSSVGTest >> testBime... | Smalltalk | MIT License | objectprofile/roassal3 | renaming a method category |
461,949 | 09.09.2020 04:23:58 | 10,800 | 1ef7820414ccb6bd88dcfe6458fef58999b1eb67 | Update for issue | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSKeyNavigationCanvas.class.st",
"new_path": "src/Roassal3-Interaction/RSKeyNavigationCanvas.class.st",
"diff": "@@ -38,6 +38,8 @@ RSKeyNavigationCanvas >> onShape: aCanvas [\nRSKeyNavigationCanvas >> processKeyDown: evt [\n| keyName r... | Smalltalk | MIT License | objectprofile/roassal3 | Update for issue #281 |
461,951 | 09.09.2020 18:09:05 | -7,200 | f1e96822919381d212be62c8458908b6b3f1b28d | Added utility method in `RSLabeled`
Minor class recategorization | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction-Tests/RSControlsViewTest.class.st",
"new_path": "src/Roassal3-Interaction-Tests/RSControlsViewTest.class.st",
"diff": "Class {\n#name : #RSControlsViewTest,\n#superclass : #RSTest,\n- #category : #'Roassal3-Interaction-Tests'\n+ #categ... | Smalltalk | MIT License | objectprofile/roassal3 | - Added utility method in `RSLabeled`
- Minor class recategorization |
461,951 | 10.09.2020 19:38:09 | -7,200 | 582f27f02c79073e4e8c606164480154a2a64a21 | improving the comments about `#padding:` in composite | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSComposite.class.st",
"new_path": "src/Roassal3-Shapes/RSComposite.class.st",
"diff": "@@ -152,6 +152,8 @@ RSComposite >> addShape: aShape before: otherShape [\nRSComposite >> adjustToChildren [\n\"Recompute the encompassing rectangle of t... | Smalltalk | MIT License | objectprofile/roassal3 | improving the comments about `#padding:` in composite |
461,949 | 11.09.2020 02:45:23 | 10,800 | 244e5715219132ad4ecdb84f28ab2a32a5a96a24 | Added a new example based on text path and perlin | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st",
"new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st",
"diff": "@@ -2543,3 +2543,80 @@ RSAnimationExamples >> example43Waves [\nframe := frame + 1. ].\n^ canvas\n]\n+\n+{ #category : #perlin }\n+R... | Smalltalk | MIT License | objectprofile/roassal3 | Added a new example based on text path and perlin |
461,951 | 11.09.2020 23:07:20 | -7,200 | 744a13c6b07dde32662c4c1918c30dbd162bd7f7 | Wrote some tests about pushFront and pushBack | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes-Tests/RSCanvasTest.class.st",
"new_path": "src/Roassal3-Shapes-Tests/RSCanvasTest.class.st",
"diff": "@@ -204,6 +204,68 @@ RSCanvasTest >> testOpening [\ncanvas open delete\n]\n+{ #category : #tests }\n+RSCanvasTest >> testPush [\n+\n+ | c ... | Smalltalk | MIT License | objectprofile/roassal3 | Wrote some tests about pushFront and pushBack |
461,951 | 12.09.2020 00:28:06 | -7,200 | a2b2463ebb49527bccc8f37d305f3d1ce3605a20 | Contributing to issue | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes-Tests/RSCanvasTest.class.st",
"new_path": "src/Roassal3-Shapes-Tests/RSCanvasTest.class.st",
"diff": "@@ -24,7 +24,7 @@ RSCanvasTest >> testAddOneShape [\nself assert: canvas numberOfFixedShapes equals: 0\n]\n-{ #category : #tests }\n+{ #ca... | Smalltalk | MIT License | objectprofile/roassal3 | Contributing to issue #287 |
461,951 | 12.09.2020 00:38:50 | -7,200 | 4a98b5788453fbe4ed3c7b2d931c45ccf2946607 | Fixed some problems.
All tests are green now. | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSComposite.class.st",
"new_path": "src/Roassal3-Shapes/RSComposite.class.st",
"diff": "@@ -206,6 +206,13 @@ RSComposite >> children: aRSGroup [\n]\n+{ #category : #'looking up shapes' }\n+RSComposite >> deepShapesFromModels: someObjects re... | Smalltalk | MIT License | objectprofile/roassal3 | Fixed some problems.
All tests are green now. |
461,949 | 11.09.2020 23:57:45 | 10,800 | ae4b06054b20051e31dedf9d956a0c1f68994e68 | update baseline, and remove support for pharo7 | [
{
"change_type": "MODIFY",
"old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"diff": "@@ -10,11 +10,55 @@ Class {\n{ #category : #baselines }\nBaselineOfRoassal3 >> baseline: spec [\n<baseline>\n- spec\n- for: #common\... | Smalltalk | MIT License | objectprofile/roassal3 | update baseline, and remove support for pharo7 |
461,949 | 11.09.2020 23:58:13 | 10,800 | 92c61c5f6d0e13967e709c6e0811759be5fe20dc | Moving classes from Roassal3-Pharo7 to Roassal3-Spec | [
{
"change_type": "DELETE",
"old_path": "src/Roassal3-Pharo7/RSEaselExample.class.st",
"new_path": null,
"diff": "-\"\n-I am a basic spec example. You can edit a script with roassal then this will be updated on the view\n-\"\n-Class {\n- #name : #RSEaselExample,\n- #superclass : #AbstractWidgetPresen... | Smalltalk | MIT License | objectprofile/roassal3 | Moving classes from Roassal3-Pharo7 to Roassal3-Spec |
461,949 | 12.09.2020 00:08:30 | 10,800 | 1d1383ed822267898fc36e8fb604fdbfc952e587 | Remove Roassal3-Pharo7 | [
{
"change_type": "DELETE",
"old_path": "src/Roassal3-Pharo7/Announcer.extension.st",
"new_path": null,
"diff": "-Extension { #name : #Announcer }\n-\n-{ #category : #'*Roassal3-Pharo7' }\n-Announcer >> handleSubscriberClass: eventClass [\n- ^ self subscriptions\n- ifNil: [ false ]\n- ifNotNil: [:sub... | Smalltalk | MIT License | objectprofile/roassal3 | Remove Roassal3-Pharo7 |
461,951 | 13.09.2020 22:01:47 | -7,200 | af6d5430974ebb20e242a6ea8dc7758cb48e2bda | Added utility method in `RSTContainer`
minor improvement of `RSLayoutBuilder` | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts/RSLayoutBuilder.class.st",
"new_path": "src/Roassal3-Layouts/RSLayoutBuilder.class.st",
"diff": "@@ -30,6 +30,11 @@ RSLayoutBuilder >> flow [\n^ layout := RSFlowLayout new.\n]\n+{ #category : #'public layout' }\n+RSLayoutBuilder >> force [... | Smalltalk | MIT License | objectprofile/roassal3 | - Added utility method in `RSTContainer`
- minor improvement of `RSLayoutBuilder` |
461,951 | 13.09.2020 22:43:12 | -7,200 | 552e0848a269e50edddc3b2b14af2d3ecb3675b8 | Added `RSTContainer>>pushBackEdges`. Very handy! | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes-Tests/RSCanvasTest.class.st",
"new_path": "src/Roassal3-Shapes-Tests/RSCanvasTest.class.st",
"diff": "@@ -223,6 +223,34 @@ RSCanvasTest >> testPush [\nself assert: c shapes asArray equals: { redBox . blueBox }.\n]\n+{ #category : #'tests - ... | Smalltalk | MIT License | objectprofile/roassal3 | - Added `RSTContainer>>pushBackEdges`. Very handy! |
461,951 | 13.09.2020 22:44:07 | -7,200 | aaa4b24bd29c7927df2e2b6243f703c0ef4b073c | First shoot of `RSMondrian` | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Mondrian/RSMondrian.class.st",
"diff": "+Class {\n+ #name : #RSMondrian,\n+ #superclass : #Object,\n+ #instVars : [\n+ 'canvas',\n+ 'layoutBuilder',\n+ 'shapeBuilder',\n+ 'edgeBuilder'\n+ ],\n+ #category : #'Roassal3-Mondrian'\n+}\n... | Smalltalk | MIT License | objectprofile/roassal3 | First shoot of `RSMondrian` |
461,951 | 14.09.2020 22:46:57 | -7,200 | 94ba564be619aaefac13ce5c739aa5505a9a5bf9 | Improved `RSMondrian`
Improved the edge builder
minor improvement of the highlightable interaction | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSHighlightable.class.st",
"new_path": "src/Roassal3-Interaction/RSHighlightable.class.st",
"diff": "@@ -463,6 +463,6 @@ RSHighlightable >> withOutgoingEdges [\nself highlightShapes: [ :s |\n| list |\nlist := s outgoingEdges collect: #... | Smalltalk | MIT License | objectprofile/roassal3 | - Improved `RSMondrian`
- Improved the edge builder
- minor improvement of the highlightable interaction |
461,951 | 14.09.2020 23:20:35 | -7,200 | d7f3676c62f47db7bb12a7f8e11b3010756e5736 | added some useful methods | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Mondrian/RSMondrian.class.st",
"new_path": "src/Roassal3-Mondrian/RSMondrian.class.st",
"diff": "@@ -181,6 +181,20 @@ RSMondrian >> nodes: objects forEach: oneArgBlock [\n^ shapes\n]\n+{ #category : #'public - normalizer' }\n+RSMondrian >> normali... | Smalltalk | MIT License | objectprofile/roassal3 | added some useful methods |
461,951 | 14.09.2020 23:51:49 | -7,200 | 1dfde63307f8d29d48ac6c4621a15120ab6afdcc | Added mondrian in the baseline | [
{
"change_type": "MODIFY",
"old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"diff": "@@ -34,7 +34,10 @@ BaselineOfRoassal3 >> baseline: spec [\nroassalExamplesIn: spec;\nroassalTestsIn: spec;\nroassalSVGIn: spec.\n+\n... | Smalltalk | MIT License | objectprofile/roassal3 | Added mondrian in the baseline |
461,949 | 16.09.2020 02:48:39 | 10,800 | d5e8e35710e903efb190b736b2e9cc29bed11e3d | Added Segments visitor for svg paths | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st",
"new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st",
"diff": "@@ -2557,54 +2557,27 @@ c add: (RSLabel new\nfontSize: 100;\nyourself).\nc svgExporter export\"\n- | canvas addPoint lineTo d curve ... | Smalltalk | MIT License | objectprofile/roassal3 | Added Segments visitor for svg paths |
461,951 | 21.09.2020 13:06:57 | -7,200 | 85f2930dadf2e9c90e536e20a67fe08fe3132f46 | Make the `RSEdgeBuilder` infer the `canvas` when it can | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes-Tests/RSEdgeBuilderTest.class.st",
"new_path": "src/Roassal3-Shapes-Tests/RSEdgeBuilderTest.class.st",
"diff": "@@ -223,6 +223,45 @@ RSEdgeBuilderTest >> testHasEdges [\n]\n+{ #category : #tests }\n+RSEdgeBuilderTest >> testInferCanvas [\n+... | Smalltalk | MIT License | objectprofile/roassal3 | Make the `RSEdgeBuilder` infer the `canvas` when it can |
461,949 | 22.09.2020 17:28:45 | 10,800 | 9e8e86679d0d0cdfdfb91ede00b88256403b0078 | Fix for RSChart fromNames:, with new example20Grid. | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st",
"new_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st",
"diff": "@@ -351,3 +351,21 @@ RSChartExample >> example19PositiveNetagiveBarPlots [\n^ c\n]\n+\n+{ #category : #examples }\n+RSChartExample... | Smalltalk | MIT License | objectprofile/roassal3 | Fix for RSChart fromNames:, with new example20Grid. |
461,949 | 22.09.2020 17:28:56 | 10,800 | 6d21f7541bc4624d2aeef6797485cbbf79539789 | Added format(fmt) to abstract lines | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSAbstractLine.class.st",
"new_path": "src/Roassal3-Shapes/RSAbstractLine.class.st",
"diff": "@@ -119,6 +119,16 @@ RSAbstractLine >> endPoint: aPoint [\nself subclassResponsibility\n]\n+{ #category : #public }\n+RSAbstractLine >> fmt: aStri... | Smalltalk | MIT License | objectprofile/roassal3 | Added format(fmt) to abstract lines |
461,949 | 22.09.2020 17:29:21 | 10,800 | 414d84b0417a2267e3d8264ccee33760d0ac3a16 | Added a basic shortcut for line and bar plot | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart/RSChart.class.st",
"new_path": "src/Roassal3-Chart/RSChart.class.st",
"diff": "@@ -80,6 +80,13 @@ c\naPlot chart: self\n]\n+{ #category : #'public - plots' }\n+RSChart >> barX: aCollectionX y: aCollectionY [\n+ | res |\n+ self addPlot: (res ... | Smalltalk | MIT License | objectprofile/roassal3 | Added a basic shortcut for line and bar plot |
461,968 | 22.09.2020 23:58:35 | 14,400 | 9432647dbb3a43f5cbcb04fda2a27e8bf6617515 | Update README.md
A few grammatical changes | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "# Roassal3\n[](https://travis-ci.org/ObjectProfile/Roassal3)\n-Roassal3 is an agile visualization engine for [Pharo 8 and Pharo 9](http... | Smalltalk | MIT License | objectprofile/roassal3 | Update README.md
A few grammatical changes |
461,949 | 23.09.2020 13:04:19 | 10,800 | f16463b834569b7afee9f352d9cad64e41da81e1 | update for testing in travis | [
{
"change_type": "MODIFY",
"old_path": ".smalltalk.ston",
"new_path": ".smalltalk.ston",
"diff": "@@ -3,23 +3,7 @@ SmalltalkCISpec {\nSCIMetacelloLoadSpec {\n#baseline : 'Roassal3',\n#directory : 'src',\n- #onConflict : #useIncoming,\n- #onUpgrade : #useIncoming,\n#platforms : [ #pharo ]\n}\n],\n-\n... | Smalltalk | MIT License | objectprofile/roassal3 | update for testing in travis |
461,949 | 23.09.2020 13:27:42 | 10,800 | fae474b73922363ed1265a51563eeabaed052258 | create a preLoading | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "scripts/preLoading.st",
"diff": "+\"Removing Roassal3 :V\"\n+\n+packagesRegExp := { '*Roassal3*' }.\n+\n+packages := packagesRegExp flatCollect: [ :regExp |\n+ RPackageOrganizer default packages\n+ select: [ :p | regExp match: p packageName ] ].... | Smalltalk | MIT License | objectprofile/roassal3 | create a preLoading |
461,951 | 24.09.2020 00:25:43 | -7,200 | 2d86e580ae267471f453e18c8527cd3161a92c0c | Fixed bugs in `RSLabel` | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes-Tests/RSLabelTest.class.st",
"new_path": "src/Roassal3-Shapes-Tests/RSLabelTest.class.st",
"diff": "@@ -71,6 +71,15 @@ RSLabelTest >> testModelWithoutText [\nself assert: l text equals: '42'\n]\n+{ #category : #tests }\n+RSLabelTest >> test... | Smalltalk | MIT License | objectprofile/roassal3 | Fixed bugs in `RSLabel` |
461,951 | 24.09.2020 00:25:55 | -7,200 | 224f89f07968586a5a234f26c9d32cf30ad67572 | Improved RSMondrian | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Mondrian/RSMondrianTest.class.st",
"new_path": "src/Roassal3-Mondrian/RSMondrianTest.class.st",
"diff": "@@ -17,7 +17,7 @@ RSMondrianTest >> setUp [\nRSMondrianTest >> testBasic [\n| pos someNodes |\nsomeNodes := m nodes: (1 to: 5).\n- m applyLayo... | Smalltalk | MIT License | objectprofile/roassal3 | Improved RSMondrian |
461,951 | 24.09.2020 09:14:21 | -7,200 | b8617ac4102ecf22b35aa31fb90e6914fea231a0 | Improved the highlightable class | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSHighlightable.class.st",
"new_path": "src/Roassal3-Interaction/RSHighlightable.class.st",
"diff": "@@ -109,6 +109,27 @@ RSHighlightable class >> defaultRed [\n]\n+{ #category : #'as yet unclassified' }\n+RSHighlightable class >> same... | Smalltalk | MIT License | objectprofile/roassal3 | Improved the highlightable class |
461,949 | 25.09.2020 00:36:56 | 10,800 | efeb6667a1240113c30f771274c8ca4a83854d13 | Update for RSBarPlot and added a new class RSHorizontalBarPlot with examples and tests | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Chart-Examples/RSBarChartExample.class.st",
"diff": "+\"\n+I have examples of barcharts\n+\"\n+Class {\n+ #name : #RSBarChartExample,\n+ #superclass : #RSAbstractExamples,\n+ #category : #'Roassal3-Chart-Examples'\n+}\n+\n+{ #catego... | Smalltalk | MIT License | objectprofile/roassal3 | Update for RSBarPlot and added a new class RSHorizontalBarPlot with examples and tests |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.