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 | 25.09.2020 12:00:14 | -7,200 | b0958d9afa7b54774fc626e53416aa23cf298afd | minor change: variable renaming | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart/RSAbstractLabelDecoration.class.st",
"new_path": "src/Roassal3-Chart/RSAbstractLabelDecoration.class.st",
"diff": "@@ -54,9 +54,9 @@ RSAbstractLabelDecoration >> offset [\n]\n{ #category : #accessing }\n-RSAbstractLabelDecoration >> offset: ... | Smalltalk | MIT License | objectprofile/roassal3 | minor change: variable renaming |
461,949 | 28.09.2020 13:19:32 | 10,800 | b83e4a3f102d286864de78cef124cdc95886ea5b | Added stacked barplot for roassal3 | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart-Examples/RSBarChartExample.class.st",
"new_path": "src/Roassal3-Chart-Examples/RSBarChartExample.class.st",
"diff": "@@ -135,3 +135,87 @@ RSBarChartExample >> example03TilePaint [\n^ c canvas\n]\n+\n+{ #category : #examples }\n+RSBarChartExa... | Smalltalk | MIT License | objectprofile/roassal3 | Added stacked barplot for roassal3 |
461,949 | 29.09.2020 21:32:17 | 10,800 | d38374b03ea2fecfbfc465ed6e6a84e9a9f776e5 | Cleanning the source code | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSCairoFitMetricsProvider.class.st",
"new_path": "src/Roassal3-Shapes/RSCairoFitMetricsProvider.class.st",
"diff": "@@ -9,8 +9,7 @@ Class {\n{ #category : #hooks }\nRSCairoFitMetricsProvider >> extentsOf: aRSLabel [\n- | rawExt text cairoFo... | Smalltalk | MIT License | objectprofile/roassal3 | Cleanning the source code |
461,949 | 29.09.2020 21:33:19 | 10,800 | c857ac5f5ccbee3e987f2f8a8ab020e38cf5fe56 | Added new methods shortcut methods | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart-Examples/RSBarChartExample.class.st",
"new_path": "src/Roassal3-Chart-Examples/RSBarChartExample.class.st",
"diff": "@@ -23,8 +23,16 @@ RSBarChartExample >> example01TwoBars [\np2 barOffset: size / -2.\nc addPlot: p.\nc addPlot: p2.\n+ c add... | Smalltalk | MIT License | objectprofile/roassal3 | Added new methods shortcut methods |
461,949 | 29.09.2020 21:35:10 | 10,800 | 5a49632b6924754d7baf44008174bb8e45a14d44 | Skip one test for issue
This method will be fixed in the next release | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart-Tests/RSBarPlotTest.class.st",
"new_path": "src/Roassal3-Chart-Tests/RSBarPlotTest.class.st",
"diff": "@@ -14,6 +14,7 @@ RSBarPlotTest >> test2BarPlots [\n| d1 d2 extent vtick |\nd1 := #(4 10 5 9).\nd2 := #(-5 -6 -3 -3 ).\n+ self skip.\nexte... | Smalltalk | MIT License | objectprofile/roassal3 | Skip one test for issue https://github.com/pharo-project/pharo/issues/7370
This method will be fixed in the next release |
461,951 | 30.09.2020 11:23:27 | 10,800 | fb10a7ea089f2e25698d20a147e18998e22b16d7 | Added documentation on utility methods | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart/RSChart.class.st",
"new_path": "src/Roassal3-Chart/RSChart.class.st",
"diff": "@@ -346,6 +346,7 @@ RSChart >> xSqrt [\n{ #category : #decoration }\nRSChart >> xlabel: aTitle [\n+ \"Set a label on the horizontal axis\"\nself addDecoration: (R... | Smalltalk | MIT License | objectprofile/roassal3 | Added documentation on utility methods |
461,951 | 30.09.2020 21:36:36 | 10,800 | b64ef73dab23b246756ab43a200026a4fa0c7748 | Added two utility methods in `RSChart` | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart/RSChart.class.st",
"new_path": "src/Roassal3-Chart/RSChart.class.st",
"diff": "@@ -350,6 +350,12 @@ RSChart >> xlabel: aTitle [\nself addDecoration: (RSXLabelDecoration new title: aTitle)\n]\n+{ #category : #decoration }\n+RSChart >> xlabel:... | Smalltalk | MIT License | objectprofile/roassal3 | Added two utility methods in `RSChart` |
461,949 | 02.10.2020 00:24:51 | 10,800 | d2478869eb69e15ca9a37141d8519f4ee6002677 | Added buttefly example | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Examples/RSShapeExamples.class.st",
"new_path": "src/Roassal3-Examples/RSShapeExamples.class.st",
"diff": "@@ -1101,3 +1101,75 @@ RSShapeExamples >> example40LabelingLine [\nc @ RSCanvasController.\n^ c\n]\n+\n+{ #category : #shapes }\n+RSShapeExa... | Smalltalk | MIT License | objectprofile/roassal3 | Added buttefly example |
461,949 | 02.10.2020 03:04:47 | 10,800 | 885a9ccb22d29af92efe7924ea7e7781f73c564a | Added aggregations and compositions | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-UML-Examples/RSUMLExamples.class.st",
"new_path": "src/Roassal3-UML-Examples/RSUMLExamples.class.st",
"diff": "@@ -137,3 +137,23 @@ RSUMLExamples >> example09Package [\nbuilder build.\n^ builder canvas\n]\n+\n+{ #category : #examples }\n+RSUMLExam... | Smalltalk | MIT License | objectprofile/roassal3 | Added aggregations and compositions |
461,951 | 02.10.2020 17:35:04 | 10,800 | deb1db9cbcf208c34a4ab44d98230a846a66aa75 | using new gif | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -72,6 +72,8 @@ RSAnimationExamples new example06Atom open\n```\nYou should see an animated version of:\n+\n+\n... | Smalltalk | MIT License | objectprofile/roassal3 | - Removed the 'Browse example' menu item from the core package. The menu item is now added by the Example package
- Added a new menu entry to load the full version of Roassal |
461,949 | 09.10.2020 21:17:41 | 10,800 | 5e9a4dacd5046101565a281832d8e28831e536ee | Created Full and Mini groups for roassal3 packages | [
{
"change_type": "MODIFY",
"old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"diff": "@@ -40,14 +40,13 @@ BaselineOfRoassal3 >> baselineForPharo9: spec [\n{ #category : #'API-packages' }\nBaselineOfRoassal3 >> corePack... | Smalltalk | MIT License | objectprofile/roassal3 | Created Full and Mini groups for roassal3 packages |
461,949 | 09.10.2020 21:40:07 | 10,800 | 373a69e9c8057e1780771bb691b646aa193c0dbe | Added core to fixt tests | [
{
"change_type": "MODIFY",
"old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"diff": "@@ -134,7 +134,7 @@ BaselineOfRoassal3 >> roassalGroups: spec core: arr1 examples: arr2 tests: arr3\ngroup: 'Mini' with: #('SVGTests... | Smalltalk | MIT License | objectprofile/roassal3 | Added core to fixt tests |
461,949 | 09.10.2020 21:54:51 | 10,800 | 79d919c4347fcdb5933dea69b0a6233419b1a9b2 | Added missing core package Roassal3 | [
{
"change_type": "MODIFY",
"old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"diff": "@@ -123,7 +123,7 @@ BaselineOfRoassal3 >> roassalGroups: spec core: arr1 examples: arr2 tests: arr3\n| core |\ncore := #('Core').\ns... | Smalltalk | MIT License | objectprofile/roassal3 | Added missing core package Roassal3 |
461,951 | 09.10.2020 23:21:50 | 10,800 | 6a762092e142963cad33581b57497607e2a53e07 | improved the CI integration. Hoping everything is okay :-) | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".smalltalk_pharo9.ston",
"diff": "+SmalltalkCISpec {\n+ #preLoading: 'scripts/preLoading.st',\n+ #loading : [\n+ SCIMetacelloLoadSpec {\n+ #baseline : 'Roassal3',\n+ #directory : 'src',\n+ #load : [ 'Core', 'Tests' ],\n+ #platforms : [ #pharo ]\... | Smalltalk | MIT License | objectprofile/roassal3 | improved the CI integration. Hoping everything is okay :-) |
461,951 | 14.10.2020 21:49:52 | 10,800 | fd932e6b5c23dd7f767a731e4637cf66d0df40b4 | Added two comments about metricprovider for labels | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSCairoMetricsProvider.class.st",
"new_path": "src/Roassal3-Shapes/RSCairoMetricsProvider.class.st",
"diff": "\"\n-This provider uses CairoFontMetricsProvider to calculate the width of text, but uses `font height` to calculate the height\n+... | Smalltalk | MIT License | objectprofile/roassal3 | Added two comments about metricprovider for labels |
461,951 | 15.10.2020 18:58:09 | 10,800 | 08fa03a520c00887b5577d9f518b3071695a32f3 | Added a test for a class in the inspector package | [
{
"change_type": "MODIFY",
"old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"diff": "@@ -157,5 +157,6 @@ BaselineOfRoassal3 >> testPackagesNames [\n'Roassal3-Layouts-Tests'\n'Roassal3-Chart-Tests'\n'Roassal3-UML-Tests... | Smalltalk | MIT License | objectprofile/roassal3 | Added a test for a class in the inspector package |
461,951 | 15.10.2020 18:58:59 | 10,800 | ce4c2e69aa3288640ccf35b7e499eea5fa712f2d | a few more comments as documentation | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSDraggableCanvas.class.st",
"new_path": "src/Roassal3-Interaction/RSDraggableCanvas.class.st",
"diff": "I set the drag event for view, I use a basic bars to do that.\nUse example:\n--=-=-=-=-=-=-=-=-=\n+```Smalltalk\nc := RSCanvas new... | Smalltalk | MIT License | objectprofile/roassal3 | a few more comments as documentation |
461,951 | 15.10.2020 18:59:23 | 10,800 | e96248201d0f74d13e545c9cb376152981666dc4 | Testing the return value of #open and #openOnce | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Global-Tests/RSRoassal3Test.class.st",
"new_path": "src/Roassal3-Global-Tests/RSRoassal3Test.class.st",
"diff": "@@ -4,6 +4,24 @@ Class {\n#category : #'Roassal3-Global-Tests-Core'\n}\n+{ #category : #tests }\n+RSRoassal3Test >> testOpen [\n+\n+ |... | Smalltalk | MIT License | objectprofile/roassal3 | Testing the return value of #open and #openOnce |
461,951 | 15.10.2020 18:59:49 | 10,800 | c4d42303610d03ba49da300d81d0e087cf72847e | First shoot of the connections. All seems to be pretty well! | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Mondrian/RSAbstractConnection.class.st",
"diff": "+Class {\n+ #name : #RSAbstractConnection,\n+ #superclass : #Object,\n+ #instVars : [\n+ 'inputCanvas',\n+ 'outputCanvasBlock',\n+ 'numberOfCreatedCanvases',\n+ 'lastWindow',\n+ 'win... | Smalltalk | MIT License | objectprofile/roassal3 | First shoot of the connections. All seems to be pretty well! |
461,951 | 15.10.2020 23:38:03 | 10,800 | 5e3b51697393527c2a4d22bf904d7b2c19026f62 | Opening a window with a title | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Mondrian/RSMondrian.class.st",
"new_path": "src/Roassal3-Mondrian/RSMondrian.class.st",
"diff": "@@ -25,7 +25,7 @@ RSMondrian >> arrowedLine [\n^ edgeBuilder\n]\n-{ #category : #visualization }\n+{ #category : #'public - opening and public' }\nRSM... | Smalltalk | MIT License | objectprofile/roassal3 | Opening a window with a title |
461,949 | 16.10.2020 04:29:51 | 10,800 | 3b3cd0fe8a7f9d923c60a431958ee0a726bfe135 | update for RSFlowLayout for labels a new experimental method | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts/RSFlowLayout.class.st",
"new_path": "src/Roassal3-Layouts/RSFlowLayout.class.st",
"diff": "@@ -8,55 +8,74 @@ Class {\n#category : #'Roassal3-Layouts-Core'\n}\n+{ #category : #alignment }\n+RSFlowLayout >> alignLabel [\n+ alignment := #labe... | Smalltalk | MIT License | objectprofile/roassal3 | update for RSFlowLayout for labels a new experimental method |
461,951 | 16.10.2020 16:45:43 | 10,800 | d8b1cb324bd34b8743fffa38a3d94d5634e54633 | Added a few method comments | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts/RSAlignment.class.st",
"new_path": "src/Roassal3-Layouts/RSAlignment.class.st",
"diff": "@@ -156,18 +156,18 @@ RSAlignment >> leftMostShape [\n{ #category : #public }\nRSAlignment >> middle [\n-\"\n-Center all the shapes along their Y coor... | Smalltalk | MIT License | objectprofile/roassal3 | Added a few method comments |
461,951 | 16.10.2020 17:34:08 | 10,800 | 47901d19290106d2feeb77f47e4535eb42972851 | Working on the connections | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Mondrian/RSAbstractConnection.class.st",
"new_path": "src/Roassal3-Mondrian/RSAbstractConnection.class.st",
"diff": "@@ -3,7 +3,7 @@ Class {\n#superclass : #Object,\n#instVars : [\n'inputCanvas',\n- 'outputCanvasBlock',\n+ 'outputs',\n'numberOfCre... | Smalltalk | MIT License | objectprofile/roassal3 | Working on the connections |
461,949 | 17.10.2020 04:48:25 | 10,800 | cfdf649e4a6e0caa5821dc3e63efd1c59cba5911 | FlowLayout reworked.
RSFlowLayout stacks new elements in the bottom.
RSHorizontalFlowLayout stacks new elements in right.
RSFlowLayout uses top, middle, bottom label alignments.
RSHorizontalFlowLayout uses left, center, right alignments
New Example example20FlowLayout | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Examples/RSLayoutExamples.class.st",
"new_path": "src/Roassal3-Examples/RSLayoutExamples.class.st",
"diff": "@@ -525,3 +525,84 @@ RSLayoutExamples >> example19AutomaticLayoutWhenWindowIsResized [\nRSTreeLayout on: shapes.\n^ c @ RSCanvasController... | Smalltalk | MIT License | objectprofile/roassal3 | FlowLayout reworked.
RSFlowLayout stacks new elements in the bottom.
RSHorizontalFlowLayout stacks new elements in right.
RSFlowLayout uses top, middle, bottom label alignments.
RSHorizontalFlowLayout uses left, center, right alignments
New Example example20FlowLayout |
461,949 | 18.10.2020 02:49:45 | 10,800 | 39fd64d897bd873ce68293c4cc96b55c47529a07 | update for Line layout with labels baselines | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Examples/RSAnimationExamples.class.st",
"new_path": "src/Roassal3-Examples/RSAnimationExamples.class.st",
"diff": "@@ -1665,7 +1665,7 @@ RSAnimationExamples >> example27RSLocate [\non: movableElement shape set: #position: ]\n] as: RSGroup.\nRSGrid... | Smalltalk | MIT License | objectprofile/roassal3 | update for Line layout with labels baselines |
461,949 | 20.10.2020 12:16:24 | 10,800 | ecdf23579730ad939999768147f893ac40f89a71 | alignCenter to alignMiddle for Horizotal layouts | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-UML/RSUMLCalypsoRenderer.class.st",
"new_path": "src/Roassal3-UML/RSUMLCalypsoRenderer.class.st",
"diff": "@@ -35,7 +35,7 @@ RSUMLCalypsoRenderer >> methodFor: method [\nadd: label;\nyourself.\nRSHorizontalLineLayout new\n- alignCenter;\n+ alignMi... | Smalltalk | MIT License | objectprofile/roassal3 | alignCenter to alignMiddle for Horizotal layouts |
461,951 | 20.10.2020 21:53:06 | 10,800 | f9d8672e2010021c3f4833eee22aa979ab182a83 | Added useful methods in `RSNormalizer` | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Mondrian/RSMondrian.class.st",
"new_path": "src/Roassal3-Mondrian/RSMondrian.class.st",
"diff": "@@ -190,6 +190,13 @@ RSMondrian >> normalizeColor: oneArgBlock [\nnormalize: oneArgBlock\n]\n+{ #category : #'public - normalizer' }\n+RSMondrian >> n... | Smalltalk | MIT License | objectprofile/roassal3 | Added useful methods in `RSNormalizer` |
461,951 | 21.10.2020 22:52:59 | 10,800 | 1729b183683527e4d864d6020502d9c25017f4ed | Testing openOnce | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes-Tests/RSCanvasTest.class.st",
"new_path": "src/Roassal3-Shapes-Tests/RSCanvasTest.class.st",
"diff": "@@ -140,6 +140,23 @@ RSCanvasTest >> testLowLevelEvent [\nidenticalTo: box\n]\n+{ #category : #'tests - opening' }\n+RSCanvasTest >> testM... | Smalltalk | MIT License | objectprofile/roassal3 | Testing openOnce |
461,951 | 22.10.2020 17:23:05 | 10,800 | cf7ea7445553f9fd9788bc118cfb84e24cde5be4 | Worked on the connection. It works now much much better! | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Mondrian/RSAbstractConnection.class.st",
"new_path": "src/Roassal3-Mondrian/RSAbstractConnection.class.st",
"diff": "@@ -6,25 +6,38 @@ Class {\n'outputs',\n'numberOfCreatedCanvases',\n'lastWindow',\n- 'windowOpener'\n+ 'windowOpener',\n+ 'canvasOp... | Smalltalk | MIT License | objectprofile/roassal3 | Worked on the connection. It works now much much better! |
461,957 | 27.10.2020 19:40:27 | 10,800 | e989f02d2b06e32baa9708205ce3c93c9b140e83 | Fix on menu interaction | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSMenuActivable.class.st",
"new_path": "src/Roassal3-Interaction/RSMenuActivable.class.st",
"diff": "@@ -44,7 +44,7 @@ RSMenuActivable >> onShape: aShape [\naShape when: RSMouseRightClick do: [ :evt |\n| menu |\nmenu := MenuMorph new.\... | Smalltalk | MIT License | objectprofile/roassal3 | Fix on menu interaction |
461,957 | 27.10.2020 19:47:37 | 10,800 | c1083d89d6483683656b2b41bf46f83501fdcc73 | Rebase example for spaces | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Examples/RSLayoutExamples.class.st",
"new_path": "src/Roassal3-Examples/RSLayoutExamples.class.st",
"diff": "@@ -614,3 +614,34 @@ RSLayoutExamples >> example20FlowLayout [\ncanvas @ RSCanvasController.\n^ canvas\n]\n+\n+{ #category : #layouts }\n+... | Smalltalk | MIT License | objectprofile/roassal3 | Rebase example for spaces |
461,957 | 27.10.2020 20:11:34 | 10,800 | e56f5739a308441e8ef5a1cd1a6a1c8678dbd713 | Smal refactoring in ForceBasedLayout | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st",
"new_path": "src/Roassal3-Layouts/RSForceBasedLayout.class.st",
"diff": "@@ -209,11 +209,21 @@ RSForceBasedLayout >> mockEdgeAt: anEdge [\n^ edges detect: [ :each | each realEdge == anEdge ] ifNone: [ nil ]\n]... | Smalltalk | MIT License | objectprofile/roassal3 | Smal refactoring in ForceBasedLayout |
461,957 | 27.10.2020 20:30:35 | 10,800 | 5db7ca750a28670c01f19434ca67ba5519243111 | Another small refactoring + support absent nodes in DraggingForce
(with Milton) | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts/RSDraggableForce.class.st",
"new_path": "src/Roassal3-Layouts/RSDraggableForce.class.st",
"diff": "@@ -22,19 +22,23 @@ RSDraggableForce >> layout: aForceLayout [\n{ #category : #hooks }\nRSDraggableForce >> onShape: aShape [\n- | mock |\n+... | Smalltalk | MIT License | objectprofile/roassal3 | Another small refactoring + support absent nodes in DraggingForce
(with Milton) |
461,949 | 28.10.2020 02:32:44 | 10,800 | 47d4c9385a43258b3d0040c10aa6ad751b995712 | Added shapes: for canvas and change the drawLabe with different paints | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3/RSAthensRenderer.class.st",
"new_path": "src/Roassal3/RSAthensRenderer.class.st",
"diff": "@@ -509,7 +509,8 @@ RSAthensRenderer >> drawSimpleLabel: label [\nathensCanvas\nsetPathMatrix;\nsetScaledFont: font.\n- label paint loadOnCairoCanvas: athen... | Smalltalk | MIT License | objectprofile/roassal3 | Added shapes: for canvas and change the drawLabe with different paints |
461,951 | 28.10.2020 18:07:59 | 10,800 | 05d551102563736cbc72a99a50b9c83bd0e69451 | Added useful method on `RSChart` | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart/RSChart.class.st",
"new_path": "src/Roassal3-Chart/RSChart.class.st",
"diff": "@@ -293,6 +293,12 @@ c open\n^ self canvas open\n]\n+{ #category : #public }\n+RSChart >> openOnce [\n+ self build.\n+ ^ self canvas openOnce\n+]\n+\n{ #category ... | Smalltalk | MIT License | objectprofile/roassal3 | Added useful method on `RSChart` |
461,949 | 28.10.2020 21:00:05 | 10,800 | 331620eb2f4224514ad87d474c66e0f404681ea4 | Minor changes for RSTContainer nad forcelayout stepping | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts/RSForceLayoutStepping.class.st",
"new_path": "src/Roassal3-Layouts/RSForceLayoutStepping.class.st",
"diff": "@@ -96,18 +96,18 @@ RSForceLayoutStepping >> startFirstAnimation: aCanvas [\n]\n{ #category : #animation }\n-RSForceLayoutStepping... | Smalltalk | MIT License | objectprofile/roassal3 | Minor changes for RSTContainer nad forcelayout stepping |
461,949 | 28.10.2020 21:00:35 | 10,800 | d42a03b0c4f76b50b7dbb70ee836c2d58e16f915 | Added a new experimental browser tool to navigate across baselines | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Experimental/RSBaselineCalypso.class.st",
"diff": "+\"\n+Experimental class to visualize dependencies of instances of BaselineOf\n+\"\n+Class {\n+ #name : #RSBaselineCalypso,\n+ #superclass : #RSUMLClassCalypso,\n+ #instVars : [\n+ ... | Smalltalk | MIT License | objectprofile/roassal3 | Added a new experimental browser tool to navigate across baselines |
461,957 | 28.10.2020 23:46:17 | 10,800 | 36febf77cc68dd39ea0c8b6e952a418fb3fad5b7 | Restore RSConditionalLayout | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Layouts/RSConditionalLayout.class.st",
"diff": "+\"\n+<keyClass>\n+`RSConditionalLayout` applies two layouts on a set of shapes using a condition\n+\n+*Responsibility*: Shapes matching a given condition use a particular layout, else... | Smalltalk | MIT License | objectprofile/roassal3 | Restore RSConditionalLayout |
461,949 | 02.11.2020 02:04:05 | 10,800 | 107cd7675b15df0487ee416c7aed5a6f2505e96d | Fix for delaunay example | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Experimental/RSDelaunay.class.st",
"new_path": "src/Roassal3-Experimental/RSDelaunay.class.st",
"diff": "\"\n-I am basic\n+based on https://cdn.rawgit.com/ironwallaby/delaunay/master/delaunay.js\n\"\nClass {\n#name : #RSDelaunay,\n@@ -25,22 +25,23... | Smalltalk | MIT License | objectprofile/roassal3 | Fix for delaunay example |
461,957 | 02.11.2020 12:24:02 | 10,800 | deb375855b12e2845ccc46dc034407df441eead1 | Added some method comments in RSRectangleForceLayout | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts/RSRectangleForceLayout.class.st",
"new_path": "src/Roassal3-Layouts/RSRectangleForceLayout.class.st",
"diff": "@@ -19,8 +19,10 @@ RSRectangleForceLayout >> enclosingForce [\n]\n{ #category : #accessing }\n-RSRectangleForceLayout >> enclosi... | Smalltalk | MIT License | objectprofile/roassal3 | Added some method comments in RSRectangleForceLayout |
461,951 | 03.11.2020 11:15:16 | 10,800 | 05e998d08426aa8be8d2a32d5f738bd01518d194 | Added some class and method comments | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart/RSHorizontalTick.class.st",
"new_path": "src/Roassal3-Chart/RSHorizontalTick.class.st",
"diff": "\"\n-TODO\n+<keyClass>\n+`RSHorizontalTick` defines ticks for the horizontal axis. It is a decoration that can be added to a `RSChart`.\n+\n+*Re... | Smalltalk | MIT License | objectprofile/roassal3 | Added some class and method comments |
461,949 | 04.11.2020 14:53:35 | 10,800 | 06629cac5e1439a175531d1ec627b4a0e69cf49a | update for an experimental example | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Experimental/RSAbstractColorGenerator.class.st",
"new_path": "src/Roassal3-Experimental/RSAbstractColorGenerator.class.st",
"diff": "@@ -4,9 +4,6 @@ TODO\nClass {\n#name : #RSAbstractColorGenerator,\n#superclass : #RSObject,\n- #instVars : [\n- 'p... | Smalltalk | MIT License | objectprofile/roassal3 | update for an experimental example |
461,949 | 04.11.2020 17:28:24 | 10,800 | 78e8c009af402b7a5faca499d686b6dae8bd7a13 | update for issue: Elastic box is available for Roassal3
one example `example10ElasticBox` | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Animation/RSAbstractAnimation.class.st",
"new_path": "src/Roassal3-Animation/RSAbstractAnimation.class.st",
"diff": "@@ -4,6 +4,8 @@ I am the abstract class that defines animations for roassal3\nClass {\n#name : #RSAbstractAnimation,\n#superclass ... | Smalltalk | MIT License | objectprofile/roassal3 | update for issue: #62. Elastic box is available for Roassal3
one example `example10ElasticBox` |
461,951 | 04.11.2020 18:49:48 | 10,800 | 85313ab890d36e78071b8ff0bb3f676ca7334aa3 | Added a test for edge builder | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes-Tests/RSEdgeBuilderTest.class.st",
"new_path": "src/Roassal3-Shapes-Tests/RSEdgeBuilderTest.class.st",
"diff": "@@ -157,6 +157,16 @@ RSEdgeBuilderTest >> testElementsToLookup [\nself assert: edges first to equals: es2 first.\n]\n+{ #categor... | Smalltalk | MIT License | objectprofile/roassal3 | Added a test for edge builder |
461,949 | 07.11.2020 04:18:20 | 10,800 | 8a29f7cb56eb0c2e32b425b583969842dbcf9522 | Added basic dot converters for graphviz | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-GraphViz/RSAbstractDotConverter.class.st",
"diff": "+\"\n+Abstract converter for different types of layouts in graphviz\n+\"\n+Class {\n+ #name : #RSAbstractDotConverter,\n+ #superclass : #Object,\n+ #instVars : [\n+ 'stream',\n+ 'n... | Smalltalk | MIT License | objectprofile/roassal3 | Added basic dot converters for graphviz |
461,951 | 09.11.2020 17:52:12 | 10,800 | 4221e392807cdb7c372fa0710b4ee2758334c5bf | Added a small example in the class comment | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts/RSLocation.class.st",
"new_path": "src/Roassal3-Layouts/RSLocation.class.st",
"diff": "- `direction`: a point indicating the direction of the lcoation\n*Example*:\n+Here is a simple example:\n+```Smalltalk\n+c := RSCanvas new.\n+\n+box1 :=... | Smalltalk | MIT License | objectprofile/roassal3 | Added a small example in the class comment |
461,951 | 09.11.2020 17:52:27 | 10,800 | cbdc839253d4a7f807a3c0d6027065dda8a7bbcb | Working on a new `RSChannel` class | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Mondrian/RSChannel.class.st",
"diff": "+Class {\n+ #name : #RSChannel,\n+ #superclass : #Object,\n+ #instVars : [\n+ 'inputGroup',\n+ 'outputGroup',\n+ 'effect'\n+ ],\n+ #category : #'Roassal3-Mondrian-Connections'\n+}\n+\n+{ #categ... | Smalltalk | MIT License | objectprofile/roassal3 | Working on a new `RSChannel` class |
461,951 | 09.11.2020 18:52:55 | 10,800 | ffa0381b51696d9a7aa614951643ed35a319baff | Working on highligtable. Wrote tests | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction-Tests/RSHighlightableTest.class.st",
"new_path": "src/Roassal3-Interaction-Tests/RSHighlightableTest.class.st",
"diff": "@@ -23,3 +23,95 @@ RSHighlightableTest >> testBasic [\nRSHighlightable new restore: shapes fifth selector: #color ... | Smalltalk | MIT License | objectprofile/roassal3 | Working on highligtable. Wrote tests |
461,951 | 09.11.2020 18:54:20 | 10,800 | edaee4b8cb95d5d63a7b1e8a686b5d6d89b1336a | Did a bit of fixing in shapes | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes-Tests/RSEdgeBuilderTest.class.st",
"new_path": "src/Roassal3-Shapes-Tests/RSEdgeBuilderTest.class.st",
"diff": "@@ -14,7 +14,7 @@ Class {\n{ #category : #tests }\nRSEdgeBuilderTest >> expectedFailures [\n- ^ #(#testFromAll #testUseInLayout ... | Smalltalk | MIT License | objectprofile/roassal3 | Did a bit of fixing in shapes |
461,951 | 09.11.2020 18:54:34 | 10,800 | 4f5393aec8a7e32af776aed2c09aa7605aa6ea80 | Added a useful method to build label | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSLabel.class.st",
"new_path": "src/Roassal3-Shapes/RSLabel.class.st",
"diff": "@@ -72,6 +72,11 @@ RSLabel class >> familyFontName [\n^ StandardFonts defaultFont familyName\n]\n+{ #category : #accessing }\n+RSLabel class >> text: aText [\n+... | Smalltalk | MIT License | objectprofile/roassal3 | Added a useful method to build label |
461,951 | 09.11.2020 18:54:48 | 10,800 | 85cb773707122a20628de69874ecb010460981bb | Working on RSChannel | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Mondrian/RSChannelExample.class.st",
"diff": "+Class {\n+ #name : #RSChannelExample,\n+ #superclass : #Object,\n+ #category : #'Roassal3-Mondrian-Examples'\n+}\n+\n+{ #category : #examples }\n+RSChannelExample >> exampleBasic [\n+ <... | Smalltalk | MIT License | objectprofile/roassal3 | Working on RSChannel |
461,951 | 10.11.2020 16:20:17 | 10,800 | 3278f62c63eaee3c611edd29993db094e7e9cf63 | Working on the notion of channel | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Mondrian/RSChannel.class.st",
"new_path": "src/Roassal3-Mondrian/RSChannel.class.st",
"diff": "@@ -4,25 +4,51 @@ Class {\n#instVars : [\n'inputGroup',\n'outputGroup',\n- 'effect'\n+ 'effect',\n+ 'isClicked',\n+ 'highlightable'\n],\n#category : #'R... | Smalltalk | MIT License | objectprofile/roassal3 | Working on the notion of channel |
461,949 | 10.11.2020 17:48:13 | 10,800 | d3481c4a6fe4a0feab812282da41b71a9ed9b901 | Added new extention methods for RGBehavior and RGMethod to use repository version | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-UML/RGBehavior.extension.st",
"diff": "+Extension { #name : #RGBehavior }\n+\n+{ #category : #'*Roassal3-UML' }\n+RGBehavior >> buildUMLCanvasWithBrowserTool: tool [\n+ ^ nil\n+]\n+\n+{ #category : #'*Roassal3-UML' }\n+RGBehavior >>... | Smalltalk | MIT License | objectprofile/roassal3 | Added new extention methods for RGBehavior and RGMethod to use repository version |
461,951 | 10.11.2020 17:48:40 | 10,800 | ceab64195cf5ec9a9c7f045030d5772bf2233dc3 | use another repository for the DiscordSt | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-ScriptOfTheDay/RSScriptOfTheDay.class.st",
"new_path": "src/Roassal3-ScriptOfTheDay/RSScriptOfTheDay.class.st",
"diff": "@@ -13,7 +13,7 @@ RSScriptOfTheDay class >> initialize [\n(Smalltalk includesKey: #DSWebhookClient) ifFalse: [\nMetacello new\... | Smalltalk | MIT License | objectprofile/roassal3 | use another repository for the DiscordSt |
461,951 | 10.11.2020 23:16:28 | 10,800 | 41aa534a04147bc7adb240b46ebcf9fea16040e4 | Added a method comment | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3/RSObjectWithProperty.class.st",
"new_path": "src/Roassal3/RSObjectWithProperty.class.st",
"diff": "@@ -132,6 +132,14 @@ RSObjectWithProperty >> propertyAt: aKey ifPresent: aBlockClosure [\n{ #category : #properties }\nRSObjectWithProperty >> prope... | Smalltalk | MIT License | objectprofile/roassal3 | - Added a method comment |
461,951 | 10.11.2020 23:16:39 | 10,800 | 1fc28e0ac65c4d379e4282975d4a8c8e86225403 | More on the channel | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Mondrian/RSChannel.class.st",
"new_path": "src/Roassal3-Mondrian/RSChannel.class.st",
"diff": "@@ -13,23 +13,22 @@ Class {\n{ #category : #accessing }\nRSChannel >> build [\n+\ninputGroup when: RSMouseEnter do: [ :evt |\n- highlightable doHighligh... | Smalltalk | MIT License | objectprofile/roassal3 | More on the channel |
461,949 | 11.11.2020 11:35:25 | 10,800 | 2d57aba746e81bc3c61a5ba8aed183ce548ffce3 | pair programming with MartinDiaz related with RSCairoCachedMetricsProvider | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSCairoCachedMetricsProvider.class.st",
"new_path": "src/Roassal3-Shapes/RSCairoCachedMetricsProvider.class.st",
"diff": "@@ -55,6 +55,7 @@ RSCairoCachedMetricsProvider >> extentsOf: aRSLabel [\nat: font\nifAbsentPut: [ self dictionaryFor: ... | Smalltalk | MIT License | objectprofile/roassal3 | pair programming with MartinDiaz related with RSCairoCachedMetricsProvider |
461,949 | 11.11.2020 11:37:17 | 10,800 | 82d64d19ffacabd3b944134c2913ccbe4ec6e877 | pair programming with MartinDiaz related to RSCairoCachedMetricsProvider | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSCairoCachedMetricsProvider.class.st",
"new_path": "src/Roassal3-Shapes/RSCairoCachedMetricsProvider.class.st",
"diff": "@@ -41,10 +41,8 @@ Class {\n{ #category : #hooks }\nRSCairoCachedMetricsProvider >> dictionaryFor: font [\n- | table |... | Smalltalk | MIT License | objectprofile/roassal3 | pair programming with MartinDiaz related to RSCairoCachedMetricsProvider |
461,949 | 11.11.2020 12:35:15 | 10,800 | 86416aeec7d1c4a9f0939ed78e7cc5ea17e53083 | added new highlightable example + elastic box | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st",
"new_path": "src/Roassal3-Examples/RSHighlightableExamples.class.st",
"diff": "@@ -411,3 +411,46 @@ RSHighlightableExamples >> example10ElasticBox [\ncanvas @ elastic.\n^ canvas\n]\n+\n+{ #category : #el... | Smalltalk | MIT License | objectprofile/roassal3 | added new highlightable example + elastic box |
461,951 | 11.11.2020 17:59:56 | 10,800 | a1648e3b595e253ab12c397de96babb0160d2093 | Worked on the layout. See
Fix | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts/RSLayoutBuilder.class.st",
"new_path": "src/Roassal3-Layouts/RSLayoutBuilder.class.st",
"diff": "@@ -32,7 +32,7 @@ RSLayoutBuilder >> flow [\n{ #category : #'public layout' }\nRSLayoutBuilder >> force [\n- ^ layout := RSForceBasedLayout ne... | Smalltalk | MIT License | objectprofile/roassal3 | Worked on the layout. See https://github.com/ObjectProfile/Roassal3/issues/309
Fix #309 |
461,951 | 11.11.2020 23:04:18 | 10,800 | 21fb5c0a628c2f4f1de6ecdc7cc5e75c8201f609 | Added a new example using linear color scale | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Examples/RSBasicShapeExamples.class.st",
"new_path": "src/Roassal3-Examples/RSBasicShapeExamples.class.st",
"diff": "@@ -904,6 +904,38 @@ RSBasicShapeExamples >> example39YikigeiAnimated [\n^ c\n]\n+{ #category : #shapes }\n+RSBasicShapeExamples >... | Smalltalk | MIT License | objectprofile/roassal3 | Added a new example using linear color scale |
461,951 | 11.11.2020 23:05:00 | 10,800 | 5ff2b81abcf948cfdca5aeb5c102d75252fdb69f | Continue to work on Channel. It is getting very cool! | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Mondrian/RSChannel.class.st",
"new_path": "src/Roassal3-Mondrian/RSChannel.class.st",
"diff": "@@ -6,33 +6,43 @@ Class {\n'outputGroup',\n'effect',\n'isClicked',\n- 'highlightable'\n+ 'highlightable',\n+ 'color'\n],\n#category : #'Roassal3-Mondria... | Smalltalk | MIT License | objectprofile/roassal3 | Continue to work on Channel. It is getting very cool! |
461,951 | 11.11.2020 23:47:45 | 10,800 | 1426faff5872f94efddde155f68da786cee640c0 | Minor cleaning (variable renaming) | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts/RSFlowLayout.class.st",
"new_path": "src/Roassal3-Layouts/RSFlowLayout.class.st",
"diff": "@@ -68,20 +68,20 @@ RSFlowLayout >> isAlignTop [\n]\n{ #category : #hook }\n-RSFlowLayout >> linesFor: elements [\n+RSFlowLayout >> linesFor: shapes... | Smalltalk | MIT License | objectprofile/roassal3 | Minor cleaning (variable renaming) |
461,951 | 11.11.2020 23:48:19 | 10,800 | 5c2c77dfa89613dab0f25e917210c4c8a057c401 | Added convenient method in `RSLayoutBuilder`. Need to be cleaned in the future. | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts/RSLayoutBuilder.class.st",
"new_path": "src/Roassal3-Layouts/RSLayoutBuilder.class.st",
"diff": "@@ -50,6 +50,14 @@ RSLayoutBuilder >> horizontalTree [\n^ layout := RSHorizontalTreeLayout new.\n]\n+{ #category : #'public layout' }\n+RSLayo... | Smalltalk | MIT License | objectprofile/roassal3 | Added convenient method in `RSLayoutBuilder`. Need to be cleaned in the future. |
461,951 | 11.11.2020 23:48:41 | 10,800 | 907192ea50996b4551ee087dd17b96d616041821 | Fixed a bug wirh coloring outter box in `RSMondrian` | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Mondrian/RSMondrian.class.st",
"new_path": "src/Roassal3-Mondrian/RSMondrian.class.st",
"diff": "@@ -163,12 +163,14 @@ RSMondrian >> nodes: objects forEach: oneArgBlock [\nshapes := RSGroup new.\nobjects do: [ : obj |\npreviousShapeBuilder := shap... | Smalltalk | MIT License | objectprofile/roassal3 | Fixed a bug wirh coloring outter box in `RSMondrian` |
461,951 | 11.11.2020 23:49:12 | 10,800 | 6530edd9a6610f8111d3f46d79ac7b9bacd23589 | fight against a bug in `RSLocation`
See | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Mondrian/RSChannel.class.st",
"new_path": "src/Roassal3-Mondrian/RSChannel.class.st",
"diff": "@@ -97,10 +97,19 @@ RSChannel >> isMarked: shape [\n{ #category : #'private - highlight' }\nRSChannel >> mark: shape [\n- | aMark |\n+ | aMark position ... | Smalltalk | MIT License | objectprofile/roassal3 | fight against a bug in `RSLocation`
See #311 |
461,957 | 17.11.2020 23:08:38 | 10,800 | f0269f060a32174f1e2a094728b2d4263d6fb758 | Add RSMorphicPopup>>gapFromPointer: (pair-programmed with Milton last week) | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSMorphicPopup.class.st",
"new_path": "src/Roassal3-Interaction/RSMorphicPopup.class.st",
"diff": "@@ -5,7 +5,8 @@ Class {\n#name : #RSMorphicPopup,\n#superclass : #RSAbstractPopup,\n#instVars : [\n- 'morphBuilder'\n+ 'morphBuilder',\n... | Smalltalk | MIT License | objectprofile/roassal3 | Add RSMorphicPopup>>gapFromPointer: (pair-programmed with Milton last week) |
461,949 | 18.11.2020 19:28:01 | 10,800 | ad2f1605ace42be3a7c25df379683ff99da870ae | Update for issue chart + popup | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st",
"new_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st",
"diff": "@@ -370,3 +370,42 @@ RSChartExample >> example20Grid [\n^ c canvas\n]\n+\n+{ #category : #examples }\n+RSChartExample >> example21... | Smalltalk | MIT License | objectprofile/roassal3 | Update for issue #161 chart + popup |
461,951 | 19.11.2020 18:56:48 | 10,800 | 96b3b1fa1f680a2cf30d7a734d29694134565996 | Big improvement of `RSSearchInCanvas` | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction-Tests/RSSearchInCanvasTest.class.st",
"new_path": "src/Roassal3-Interaction-Tests/RSSearchInCanvasTest.class.st",
"diff": "@@ -38,14 +38,38 @@ RSSearchInCanvasTest >> testBasic [\nself assert: shapes fifth color = Color gray.\nsearch s... | Smalltalk | MIT License | objectprofile/roassal3 | Big improvement of `RSSearchInCanvas` |
461,951 | 19.11.2020 19:09:19 | 10,800 | c2ce4692afe576cd482837eb5114f58c121049b2 | Improved the search in canvas | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction-Tests/RSSearchInCanvasTest.class.st",
"new_path": "src/Roassal3-Interaction-Tests/RSSearchInCanvasTest.class.st",
"diff": "@@ -97,6 +97,15 @@ RSSearchInCanvasTest >> testFixedShapes [\nself assert: c numberOfFixedShapes equals: 3.\n]\n... | Smalltalk | MIT License | objectprofile/roassal3 | Improved the search in canvas |
461,951 | 23.11.2020 21:55:12 | 10,800 | 53d6876aac9ef4641fa4096c3a6984fddb985bea | The mark can be stacked (still a bit buggy, but okay for now) | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Mondrian/RSChannel.class.st",
"new_path": "src/Roassal3-Mondrian/RSChannel.class.st",
"diff": "@@ -76,6 +76,12 @@ RSChannel >> doUnmark [\noutputGroup do: [ :e | self unmark: e ]\n]\n+{ #category : #'private - highlight' }\n+RSChannel >> getAllMar... | Smalltalk | MIT License | objectprofile/roassal3 | The mark can be stacked (still a bit buggy, but okay for now) |
461,951 | 23.11.2020 22:12:43 | 10,800 | 754094b99c2894142879d7863256cb9b7b342b71 | Minor improvement in the layouts | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts/RSLayoutBuilder.class.st",
"new_path": "src/Roassal3-Layouts/RSLayoutBuilder.class.st",
"diff": "@@ -52,9 +52,14 @@ RSLayoutBuilder >> horizontalTree [\n{ #category : #'public layout' }\nRSLayoutBuilder >> ifConnected: aLayout [\n+ ^ self ... | Smalltalk | MIT License | objectprofile/roassal3 | Minor improvement in the layouts |
461,951 | 23.11.2020 22:29:22 | 10,800 | c7f259922669a1fda530a6a2e6729b168995f8b0 | A bit weird I have to do this. | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Mondrian/RSChannel.class.st",
"new_path": "src/Roassal3-Mondrian/RSChannel.class.st",
"diff": "@@ -149,7 +149,9 @@ RSChannel >> symbolMarker [\n{ #category : #'private - highlight' }\nRSChannel >> unmark: shape [\n-\n- (shape propertyAt: self symb... | Smalltalk | MIT License | objectprofile/roassal3 | A bit weird I have to do this. |
461,951 | 24.11.2020 15:11:16 | 10,800 | 600af135a4f2c0f7cff4740a78dcaf3703fba4b7 | Minor variable renaming and added comment | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3/RSShape.class.st",
"new_path": "src/Roassal3/RSShape.class.st",
"diff": "\"\n<keyClass>\n+A shape is a visual element meant to be displayed. Roassal offers numerous shapes, themselves highly configurable. The class `RSShape` is the root of all the... | Smalltalk | MIT License | objectprofile/roassal3 | Minor variable renaming and added comment |
461,951 | 24.11.2020 15:24:36 | 10,800 | d4ad268e4d082203a1eb0ff3719c58358461cd22 | A shape has now a default size | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSBoundingShape.class.st",
"new_path": "src/Roassal3-Shapes/RSBoundingShape.class.st",
"diff": "@@ -149,7 +149,9 @@ RSBoundingShape >> incomingEdges [\nRSBoundingShape >> initialize [\nsuper initialize.\nself initializeMatrix; updateEdgesON... | Smalltalk | MIT License | objectprofile/roassal3 | A shape has now a default size |
461,951 | 24.11.2020 15:52:43 | 10,800 | e21117a2d5f21c62755158539adaf2fc757001e7 | Added `RSBoundingShape>>translateTopLeftTo:`, very handy, especially with fixed shapes! | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes-Tests/RSBoundingTest.class.st",
"new_path": "src/Roassal3-Shapes-Tests/RSBoundingTest.class.st",
"diff": "@@ -126,3 +126,15 @@ RSBoundingTest >> testPosition [\nself assert: b position equals: 0@0.\nb position: 0@0.\n]\n+\n+{ #category : #t... | Smalltalk | MIT License | objectprofile/roassal3 | Added `RSBoundingShape>>translateTopLeftTo:`, very handy, especially with fixed shapes! |
461,949 | 24.11.2020 19:19:48 | 10,800 | d7e76541f0fc58cc9a4c382943a5cb8c877c69e4 | Added a new example creating a custom popup for RSChart | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st",
"new_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st",
"diff": "@@ -409,3 +409,75 @@ RSChartExample >> example21Popup [\n^ c canvas.\n]\n+\n+{ #category : #examples }\n+RSChartExample >> example... | Smalltalk | MIT License | objectprofile/roassal3 | Added a new example creating a custom popup for RSChart |
461,951 | 24.11.2020 23:29:31 | 10,800 | 7aee31c0dde064da5ca3bf5383ff13b6299eca8b | Minor changes in method comments | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSPopup.class.st",
"new_path": "src/Roassal3-Interaction/RSPopup.class.st",
"diff": "I can add a popup on an element when a move over event occurs.\nHere is an example:\n--=-=-=-=\n+```\nc := RSCanvas new.\nclasses := RSObject withAllS... | Smalltalk | MIT License | objectprofile/roassal3 | Minor changes in method comments |
461,951 | 25.11.2020 14:28:56 | 10,800 | 76a499cd86c69f27c3bfeb7f75ab716bb4811638 | Added relevant utility method in `RSMondrian` | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Mondrian/RSShapeBuilder.class.st",
"new_path": "src/Roassal3-Mondrian/RSShapeBuilder.class.st",
"diff": "@@ -33,8 +33,8 @@ RSShapeBuilder >> color [\n]\n{ #category : #accessing }\n-RSShapeBuilder >> color: anObject [\n- color := anObject\n+RSShap... | Smalltalk | MIT License | objectprofile/roassal3 | Added relevant utility method in `RSMondrian` |
461,951 | 25.11.2020 22:59:08 | 10,800 | 318bdd64fb2bc485f25386a9e225115d0cf070f2 | Make a `RSChannel` clickable or not. | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Mondrian/RSChannel.class.st",
"new_path": "src/Roassal3-Mondrian/RSChannel.class.st",
"diff": "@@ -7,7 +7,8 @@ Class {\n'effect',\n'isClicked',\n'highlightable',\n- 'color'\n+ 'color',\n+ 'isClickable'\n],\n#category : #'Roassal3-Mondrian-Connecti... | Smalltalk | MIT License | objectprofile/roassal3 | Make a `RSChannel` clickable or not. |
461,951 | 25.11.2020 23:00:58 | 10,800 | 1ed1dca0371ae8b720e220d538260ed7d9f72f39 | Fix a bug of double announcer registration using `RSChannel` | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Mondrian/RSChannel.class.st",
"new_path": "src/Roassal3-Mondrian/RSChannel.class.st",
"diff": "@@ -42,6 +42,7 @@ RSChannel >> color [\n{ #category : #accessing }\nRSChannel >> color: aColor [\ncolor := aColor.\n+ highlightable := RSHighlightable n... | Smalltalk | MIT License | objectprofile/roassal3 | Fix a bug of double announcer registration using `RSChannel` |
461,957 | 26.11.2020 16:21:01 | 10,800 | 4a8e247aa2bc6d86c16c52dce1f4921b3ff9c0aa | RSAbstractControlCanvas hierarchy: receive canvas instead of evt as arguments | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSAbstractControlCanvas.class.st",
"new_path": "src/Roassal3-Interaction/RSAbstractControlCanvas.class.st",
"diff": "@@ -21,18 +21,17 @@ RSAbstractControlCanvas >> configuration: aRSControlLimits [\n]\n{ #category : #utilities }\n-RSAb... | Smalltalk | MIT License | objectprofile/roassal3 | RSAbstractControlCanvas hierarchy: receive canvas instead of evt as arguments |
461,951 | 30.11.2020 18:43:51 | 10,800 | 31611494b67c2fc05e272c6b4102992d84e5784f | Added an handy method | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3/RSShape.class.st",
"new_path": "src/Roassal3/RSShape.class.st",
"diff": "@@ -50,6 +50,13 @@ RSShape class >> model: anObject [\n^ self new model: anObject\n]\n+{ #category : #accessing }\n+RSShape class >> models: someObjects [\n+ \"Create a RSGro... | Smalltalk | MIT License | objectprofile/roassal3 | Added an handy method |
461,951 | 30.11.2020 18:44:25 | 10,800 | 97b7fd4bab73b9740f5660fc06db5a33878e847e | Testing `RSShape class>>models:` | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes-Tests/RSBoundingTest.class.st",
"new_path": "src/Roassal3-Shapes-Tests/RSBoundingTest.class.st",
"diff": "@@ -16,6 +16,15 @@ RSBoundingTest >> setUp [\ncanvas := RSCanvas new\n]\n+{ #category : #tests }\n+RSBoundingTest >> testCreating [\n+... | Smalltalk | MIT License | objectprofile/roassal3 | Testing `RSShape class>>models:` |
461,951 | 30.11.2020 18:44:43 | 10,800 | 4b54c47325b77b844c8344a33d2174b713839c26 | Added a utility method in normalizer | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSNormalizer.class.st",
"new_path": "src/Roassal3-Shapes/RSNormalizer.class.st",
"diff": "@@ -354,10 +354,68 @@ RSNormalizer >> minAndMaxFor: anOneArgBlockOrSymbol [\n^ minAndMaxBlock rsValue: { min . max }\n]\n+{ #category : #normalizer }\... | Smalltalk | MIT License | objectprofile/roassal3 | Added a utility method in normalizer |
461,951 | 01.12.2020 10:52:13 | 10,800 | 05734f8390e8359f4f9363245eb358ca811f7100 | Improved the documentation of the method `RSPopup class>>text:` | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSPopup.class.st",
"new_path": "src/Roassal3-Interaction/RSPopup.class.st",
"diff": "@@ -36,10 +36,31 @@ Class {\n}\n{ #category : #accessing }\n-RSPopup class >> text: anObject [\n+RSPopup class >> text: aStringOrOneArgBlock [\n+ \"De... | Smalltalk | MIT License | objectprofile/roassal3 | Improved the documentation of the method `RSPopup class>>text:` |
461,951 | 01.12.2020 16:11:08 | 10,800 | df398cbfddc36f22b0459fa3874a50ed8066ab65 | Moving some methods to where they belongs to | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Sunburst/RSShape.extension.st",
"diff": "+Extension { #name : #RSShape }\n+\n+{ #category : #'*Roassal3-Sunburst' }\n+RSShape >> isSLeaf [\n+ ^ self schildren isEmpty\n+]\n+\n+{ #category : #'*Roassal3-Sunburst' }\n+RSShape >> schil... | Smalltalk | MIT License | objectprofile/roassal3 | Moving some methods to where they belongs to |
461,951 | 01.12.2020 17:48:47 | 10,800 | c62a67d2a5d2b9aa635293d3ebd8bf13f1d03760 | Cleaning and documenting | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3/RSCanvas.class.st",
"new_path": "src/Roassal3/RSCanvas.class.st",
"diff": "@@ -47,6 +47,22 @@ RSCanvas >> accept: visitor [\nvisitor visitCanvas: self\n]\n+{ #category : #'adding nodes edges' }\n+RSCanvas >> add: aShape [\n+ \"Main method to add a... | Smalltalk | MIT License | objectprofile/roassal3 | Cleaning and documenting |
461,951 | 01.12.2020 20:45:58 | 10,800 | 9b471b28c306776b37897a24f51dc43acb98f8d5 | Cleaning documentation and comments | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes-Tests/RSCanvasTest.class.st",
"new_path": "src/Roassal3-Shapes-Tests/RSCanvasTest.class.st",
"diff": "@@ -321,6 +321,9 @@ RSCanvasTest >> testPushFront [\nc pushFront: blueBox.\nself assert: c shapes asArray equals: { redBox . blueBox }.\n+... | Smalltalk | MIT License | objectprofile/roassal3 | Cleaning documentation and comments |
461,951 | 01.12.2020 20:48:51 | 10,800 | 4c0cf51dfb9767d643b8c254fe6efa0c2bd18099 | Small change in an example | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3/RSCanvas.class.st",
"new_path": "src/Roassal3/RSCanvas.class.st",
"diff": "@@ -435,7 +435,7 @@ shape1 := RSEllipse new size: 50; color: #red.\nshape2 := RSEllipse new size: 50; color: #blue.\nshape2 translateBy: -25@0.\nc add: shape1; add: shape2.... | Smalltalk | MIT License | objectprofile/roassal3 | Small change in an example |
461,949 | 05.12.2020 03:03:46 | 10,800 | 80c6915cd92f6a0bb331d6af41351b1164ad1aca | Fix for RSScatterPlot | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart/RSScatterPlot.class.st",
"new_path": "src/Roassal3-Chart/RSScatterPlot.class.st",
"diff": "@@ -96,7 +96,7 @@ RSScatterPlot >> renderIn: canvas [\nnewPoint := (xScale scale: xt) @ (yScale scale: yt).\n(self isPointWellDefined: newPoint)\nifTr... | Smalltalk | MIT License | objectprofile/roassal3 | Fix for RSScatterPlot |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.