author int64 658 755k | date stringlengths 19 19 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods list | language stringclasses 20 values | license stringclasses 3 values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
461,949 | 20.01.2022 15:48:43 | -3,600 | ce26f2e236f039766a2c01581146efb21666e461 | update baseline for pharo8 related to issue | [
{
"change_type": "MODIFY",
"old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"diff": "@@ -33,6 +33,7 @@ BaselineOfRoassal3 >> baselineForPharo8: spec [\nself dependencies: spec.\nself registerPackages: spec.\nspec pack... | Smalltalk | MIT License | objectprofile/roassal3 | update baseline for pharo8 related to issue #432 |
461,949 | 24.01.2022 09:52:29 | -3,600 | d0fa7c65b08bcfa564938d0e42f0c13f077ad07a | Added a RSCanvasController simple, to have a basic scrool bar behavior by default | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSCanvasController.class.st",
"new_path": "src/Roassal3-Interaction/RSCanvasController.class.st",
"diff": "@@ -13,6 +13,20 @@ Class {\n#category : #'Roassal3-Interaction-Controls'\n}\n+{ #category : #'instance creation' }\n+RSCanvasCon... | Smalltalk | MIT License | objectprofile/roassal3 | Added a RSCanvasController simple, to have a basic scrool bar behavior by default |
461,949 | 24.01.2022 11:39:37 | -3,600 | 5c5cbe647e29cfbed18b9a842bbc71a8c5189c76 | fix camera position for RSCanvasController simple | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSKeepCanvasPositionCanvasInteraction.class.st",
"new_path": "src/Roassal3-Interaction/RSKeepCanvasPositionCanvasInteraction.class.st",
"diff": "@@ -18,13 +18,11 @@ RSKeepCanvasPositionCanvasInteraction >> onShape: aCanvas [\n{ #catego... | Smalltalk | MIT License | objectprofile/roassal3 | fix camera position for RSCanvasController simple |
461,949 | 01.02.2022 00:08:01 | -3,600 | ff3f04fe3e2f41cc6d47548a2f2ac56bb4eaab81 | added clip children to composite shapes | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Examples/RSShapeExamples.class.st",
"new_path": "src/Roassal3-Examples/RSShapeExamples.class.st",
"diff": "@@ -1361,3 +1361,43 @@ RSShapeExamples >> example46Popups [\nc @ RSCanvasController.\n^ c\n]\n+\n+{ #category : #shapes }\n+RSShapeExamples ... | Smalltalk | MIT License | objectprofile/roassal3 | added clip children to composite shapes |
461,949 | 02.02.2022 20:22:13 | -3,600 | e19752e80435f6fcda28f8cd1a98224385738c36 | Fix roassal3 test for pharo9 and pharo10 | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Spec-Tests/RoassalSpecTest.class.st",
"new_path": "src/Roassal3-Spec-Tests/RoassalSpecTest.class.st",
"diff": "@@ -12,7 +12,7 @@ RoassalSpecTest >> testBasic [\nifPresent: [:cls | cls new]\nifAbsent: [^ self ].\nself assert: spec class equals: SpR... | Smalltalk | MIT License | objectprofile/roassal3 | Fix roassal3 test for pharo9 and pharo10 |
461,949 | 02.02.2022 20:34:11 | -3,600 | d0c6c0a01ebe03a856e962dfb475418099367e8a | Categorize spec methods | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Spec-Examples/RSColorPaletteChooser.class.st",
"new_path": "src/Roassal3-Spec-Examples/RSColorPaletteChooser.class.st",
"diff": "@@ -16,8 +16,8 @@ Class {\n#category : #'Roassal3-Spec-Examples'\n}\n-{ #category : #specs }\n-RSColorPaletteChooser c... | Smalltalk | MIT License | objectprofile/roassal3 | Categorize spec methods |
461,949 | 03.02.2022 00:02:44 | -3,600 | 1c5413950c7dd71a073fe8d58b3ff27bce15d44f | Update drawing process WYSWYG | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSKeepCanvasPositionCanvasInteraction.class.st",
"new_path": "src/Roassal3-Interaction/RSKeepCanvasPositionCanvasInteraction.class.st",
"diff": "@@ -4,9 +4,6 @@ The intent of this interaction is to be like a scroll from pharo\nClass {\... | Smalltalk | MIT License | objectprofile/roassal3 | Update drawing process WYSWYG |
461,949 | 03.02.2022 15:25:10 | -3,600 | 1e386dd5ef12b0640080a69ae1db92b5aa04d74a | update for morphic popup | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSAbstractPopupInteraction.class.st",
"new_path": "src/Roassal3-Interaction/RSAbstractPopupInteraction.class.st",
"diff": "@@ -6,6 +6,9 @@ I defined basic behaviors about popups in general, my subclasses needs to overri\nClass {\n#name... | Smalltalk | MIT License | objectprofile/roassal3 | update for morphic popup |
461,949 | 08.02.2022 18:31:13 | -3,600 | f26922d5157afc3af9780a30e335babb9da1a262 | fixed problem with chart popup and composite shapes | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart/RSChartPopupDecoration.class.st",
"new_path": "src/Roassal3-Chart/RSChartPopupDecoration.class.st",
"diff": "@@ -82,10 +82,12 @@ RSChartPopupDecoration >> updateMarkers: evt [\n{ #category : #hooks }\nRSChartPopupDecoration >> updatePopup: p... | Smalltalk | MIT License | objectprofile/roassal3 | fixed problem with chart popup and composite shapes |
461,949 | 09.02.2022 10:28:37 | -3,600 | ee6ec2c544db337e6723b55da1a59798f964b2f1 | Added fix for multiline label | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Builders/RSMultilineLabelBuilder.class.st",
"new_path": "src/Roassal3-Builders/RSMultilineLabelBuilder.class.st",
"diff": "@@ -44,6 +44,8 @@ RSMultilineLabelBuilder >> compositeLabelFor: lines [\nself singleLabelFor: (line copyReplaceAll: String t... | Smalltalk | MIT License | objectprofile/roassal3 | Added fix for multiline label |
461,951 | 10.02.2022 10:04:25 | -3,600 | f4a30c9f98fd250e7be8708104b2e88c4779d5ae | Added `RSAdjacencyMatrixBuilder`as a new example. It comes with tests | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Builders/RSAdjacencyMatrixBuilder.class.st",
"diff": "+Class {\n+ #name : #RSAdjacencyMatrixBuilder,\n+ #superclass : #RSAbstractContainerBuilder,\n+ #instVars : [\n+ 'connections',\n+ 'objects'\n+ ],\n+ #category : #'Roassal3-Build... | Smalltalk | MIT License | objectprofile/roassal3 | Added `RSAdjacencyMatrixBuilder`as a new example. It comes with tests |
461,949 | 11.02.2022 09:44:55 | -3,600 | 08cf9f83e26b855969bff01ef491df8abbf488fe | Added new fixed legend, check RSLegendExamples >> #example13LinesOfCode | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Legend-Examples/RSLegendExamples.class.st",
"new_path": "src/Roassal3-Legend-Examples/RSLegendExamples.class.st",
"diff": "@@ -7,6 +7,34 @@ Class {\n#category : #'Roassal3-Legend-Examples'\n}\n+{ #category : #examples }\n+RSLegendExamples >> canva... | Smalltalk | MIT License | objectprofile/roassal3 | Added new fixed legend, check RSLegendExamples >> #example13LinesOfCode |
461,949 | 11.02.2022 09:45:25 | -3,600 | 1f9bd8dbad266da0df4015fe1e4d85ae6403edf6 | fix baseline for pr | [
{
"change_type": "MODIFY",
"old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"diff": "@@ -14,6 +14,7 @@ BaselineOfRoassal3 >> baseline: spec [\n\"pharo7 not supported\"\nspec for: #'pharo8.x' do: [ self baselineForPhar... | Smalltalk | MIT License | objectprofile/roassal3 | fix baseline for pr https://github.com/pharo-project/pharo/pull/10819 |
461,949 | 11.02.2022 10:58:35 | -3,600 | 100a952dfc175cb18668d106aa167a11ea36ab04 | Update setUp protocol | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Global-Tests/RSAdjacencyMatrixBuilderTest.class.st",
"new_path": "src/Roassal3-Global-Tests/RSAdjacencyMatrixBuilderTest.class.st",
"diff": "@@ -8,7 +8,7 @@ Class {\n#category : #'Roassal3-Global-Tests-Examples'\n}\n-{ #category : #tests }\n+{ #ca... | Smalltalk | MIT License | objectprofile/roassal3 | Update setUp protocol |
461,949 | 15.02.2022 16:26:45 | -3,600 | cf845bb3a9746c498a877363d258010299c17641 | Update for RSPopupDecoration, fix vertical line marker for composite shapes | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart/RSAbstractChartPlot.class.st",
"new_path": "src/Roassal3-Chart/RSAbstractChartPlot.class.st",
"diff": "@@ -77,11 +77,8 @@ RSAbstractChartPlot >> renderIn: canvas [\n{ #category : #rendering }\nRSAbstractChartPlot >> spine [\n- \"Return the T... | Smalltalk | MIT License | objectprofile/roassal3 | Update for RSPopupDecoration, fix vertical line marker for composite shapes |
461,949 | 15.02.2022 17:31:03 | -3,600 | 904aa568b7718d6a53d2ee079fe5a2f8e0c0d77e | Added accessor for RSLegend, fix instance variables | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Legend/RSLegend.class.st",
"new_path": "src/Roassal3-Legend/RSLegend.class.st",
"diff": "@@ -31,16 +31,13 @@ Class {\n#superclass : #RSAbstractContainerBuilder,\n#instVars : [\n'layout',\n- 'defaultLabel',\n- 'defaultTitle',\n- 'defaultCircle',\n-... | Smalltalk | MIT License | objectprofile/roassal3 | Added accessor for RSLegend, fix instance variables |
461,949 | 31.05.2022 11:45:47 | -7,200 | e1339851fe98943ec720826341854a1aaf73c07a | update morphic popup example | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Examples/RSShapeExamples.class.st",
"new_path": "src/Roassal3-Examples/RSShapeExamples.class.st",
"diff": "@@ -874,7 +874,7 @@ RSShapeExamples >> example34MorphicPopup [\nRSGridLayout on: c nodes.\nc @ RSCanvasController.\nc nodes @ (RSMorphicPopu... | Smalltalk | MIT License | objectprofile/roassal3 | update morphic popup example |
461,949 | 01.06.2022 13:31:23 | -7,200 | 408919c371c14ce8aebec1b6f328e9b8ffd3a266 | update for RSDSMStronglyConnected | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-DSM/RSDSM.class.st",
"new_path": "src/Roassal3-DSM/RSDSM.class.st",
"diff": "@@ -185,6 +185,7 @@ RSDSM >> highlight: evt [\nposition := shape propertyAt: #matrixIndex.\nself highlightRectangle: (self columnAt: position x) key: #columnRect.\nself h... | Smalltalk | MIT License | objectprofile/roassal3 | update for RSDSMStronglyConnected |
461,949 | 01.06.2022 13:36:55 | -7,200 | 724fa7191152f450605e071658c2bbee59e97a42 | update hook method in morphic popup | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSMorphicPopupInteraction.class.st",
"new_path": "src/Roassal3-Interaction/RSMorphicPopupInteraction.class.st",
"diff": "@@ -49,14 +49,7 @@ RSMorphicPopupInteraction >> gapFromPointer: aPoint [\n{ #category : #initialization }\nRSMorph... | Smalltalk | MIT License | objectprofile/roassal3 | update hook method in morphic popup |
461,949 | 01.06.2022 14:35:30 | -7,200 | eb124069f68219287db64b734348e51aec5d3c48 | update for selection interaction, now roassal3 inspector support copies | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Inspector/RSChessBackgroundInteraction.class.st",
"new_path": "src/Roassal3-Inspector/RSChessBackgroundInteraction.class.st",
"diff": "@@ -9,18 +9,31 @@ Class {\n{ #category : #hooks }\nRSChessBackgroundInteraction >> onShape: aCanvas [\n- | boxes... | Smalltalk | MIT License | objectprofile/roassal3 | update for selection interaction, now roassal3 inspector support copies |
461,949 | 03.06.2022 16:31:08 | -7,200 | 4aceb68f0169ebcd308a28761da5cd17e78e8a71 | fix code for release | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Examples/RSLayoutExamples.class.st",
"new_path": "src/Roassal3-Examples/RSLayoutExamples.class.st",
"diff": "@@ -804,7 +804,7 @@ RSLayoutExamples >> example23Roassal3CommitsWithTimeGaps [\n@ RSCanvasController\n]\n-{ #category : #'as yet unclassif... | Smalltalk | MIT License | objectprofile/roassal3 | fix code for release |
461,949 | 13.06.2022 14:00:23 | -7,200 | 87be30aefdd5e50261f1966e5cfbb5be31f583b7 | fix for RSChartPopup | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart/RSChart.class.st",
"new_path": "src/Roassal3-Chart/RSChart.class.st",
"diff": "@@ -351,7 +351,7 @@ RSChart >> spine [\n^ (self decorations\ndetect: [ :d | d class == RSChartSpineDecoration ]\nifNone: [ self error: 'No spine is added in the p... | Smalltalk | MIT License | objectprofile/roassal3 | fix for RSChartPopup |
461,949 | 13.06.2022 15:03:18 | -7,200 | 30dd31646b8693c91e36d8cad12cd2b2ee4142f7 | update for RSChart, plots and decoration are combined into elements collection | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st",
"new_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st",
"diff": "@@ -259,72 +259,6 @@ RSChartExample >> example12ScatterPlotAndNormalizer [\n^ c canvas\n]\n-{ #category : #examples }\n-RSChartExa... | Smalltalk | MIT License | objectprofile/roassal3 | update for RSChart, plots and decoration are combined into elements collection |
461,949 | 13.06.2022 17:49:57 | -7,200 | a87b7fc873e977214b9f097de0a2d3cc2b5858a5 | revert last pr | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart/RSAbstractChartDecoration.class.st",
"new_path": "src/Roassal3-Chart/RSAbstractChartDecoration.class.st",
"diff": "@@ -6,3 +6,8 @@ Class {\n#superclass : #RSAbstractChartPlot,\n#category : #'Roassal3-Chart-Decoration'\n}\n+\n+{ #category : #... | Smalltalk | MIT License | objectprofile/roassal3 | revert last pr |
461,949 | 14.06.2022 17:39:48 | -7,200 | 4eb466c7e37eb0ddaf51399899c02a022d0ae0a8 | remove stroke cache | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3/RSAthensRenderer.class.st",
"new_path": "src/Roassal3/RSAthensRenderer.class.st",
"diff": "@@ -21,7 +21,6 @@ Class {\n'matrix',\n'canvasRect',\n'showRectangles',\n- 'strokeCache',\n'originMatrix'\n],\n#category : #'Roassal3-Rendering'\n@@ -580,17 ... | Smalltalk | MIT License | objectprofile/roassal3 | remove stroke cache |
461,949 | 14.06.2022 17:54:35 | -7,200 | 35df7e8a669651e5dd0b561420322fc25d54bef7 | added roassal canvas to nsordinalscale | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Inspector/NSOrdinalScale.extension.st",
"diff": "+Extension { #name : #NSOrdinalScale }\n+\n+{ #category : #'*Roassal3-Inspector' }\n+NSOrdinalScale >> inspectorColors [\n+ <inspectorPresentationOrder: 0 title: 'Colors'>\n+ | canvas... | Smalltalk | MIT License | objectprofile/roassal3 | added roassal canvas to nsordinalscale |
461,949 | 16.06.2022 18:35:12 | -7,200 | 6cec3107deba7b9a8cfa9f7edce4eed7abf45f76 | added asShape for shape builders | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Builders/RSAbstractContainerBuilder.class.st",
"new_path": "src/Roassal3-Builders/RSAbstractContainerBuilder.class.st",
"diff": "@@ -53,6 +53,20 @@ Class {\n#category : #'Roassal3-Builders-Core'\n}\n+{ #category : #accessing }\n+RSAbstractContaine... | Smalltalk | MIT License | objectprofile/roassal3 | added asShape for shape builders |
461,949 | 16.06.2022 18:35:34 | -7,200 | 038688ef60aabce5dcefaa4ffce150ed525a1e1d | Added RSKiviat | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Chart-Examples/RSKiviatExample.class.st",
"diff": "+\"\n+examples from RSKiviat\n+\"\n+Class {\n+ #name : #RSKiviatExample,\n+ #superclass : #RSAbstractExamples,\n+ #category : #'Roassal3-Chart-Examples'\n+}\n+\n+{ #category : #exam... | Smalltalk | MIT License | objectprofile/roassal3 | Added RSKiviat |
461,949 | 17.06.2022 13:47:15 | -7,200 | 2cae39f0c6262940bb580ab69aff4798e17af351 | added more tests and animation example for kiviat | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart-Examples/RSKiviatExample.class.st",
"new_path": "src/Roassal3-Chart-Examples/RSKiviatExample.class.st",
"diff": "@@ -58,8 +58,8 @@ RSKiviatExample >> example01Basic [\n]\n{ #category : #examples }\n-RSKiviatExample >> example02Basic [\n- <sc... | Smalltalk | MIT License | objectprofile/roassal3 | added more tests and animation example for kiviat |
461,949 | 17.06.2022 14:44:23 | -7,200 | 57a557f3b5ae723b849e0d88be20e568cd251523 | added a themed popup | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st",
"new_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st",
"diff": "@@ -408,12 +408,16 @@ RSChartExample >> example22CustomPopup [\n{ #category : #examples }\nRSChartExample >> example23PopupInScatt... | Smalltalk | MIT License | objectprofile/roassal3 | added a themed popup |
461,949 | 20.06.2022 10:39:33 | -7,200 | aec51531745b19fa4c1ad1fcca4f5dc517c7cd19 | fix kiviat test | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart-Tests/RSKiviatTest.class.st",
"new_path": "src/Roassal3-Chart-Tests/RSKiviatTest.class.st",
"diff": "@@ -45,14 +45,20 @@ RSKiviatTest >> testOddCollectionSize [\n]\n{ #category : #tests }\n-RSKiviatTest >> testZeroValuesError [\n+RSKiviatTes... | Smalltalk | MIT License | objectprofile/roassal3 | fix kiviat test |
461,949 | 20.06.2022 17:32:35 | -7,200 | bea1853e06fb19fcc3b85c30ac1d2c9c2a21282f | update roassal3 kiviat to support min and max values | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart-Tests/RSKiviatTest.class.st",
"new_path": "src/Roassal3-Chart-Tests/RSKiviatTest.class.st",
"diff": "@@ -35,6 +35,18 @@ RSKiviatTest >> testBasic [\nself deny: kiviat shouldUseDots.\n]\n+{ #category : #tests }\n+RSKiviatTest >> testMaxMinVal... | Smalltalk | MIT License | objectprofile/roassal3 | update roassal3 kiviat to support min and max values |
461,949 | 23.06.2022 11:05:19 | -7,200 | 67eda7e814300c28af5de11d48394162388cf4aa | added line spine decoration | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st",
"new_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st",
"diff": "@@ -421,3 +421,20 @@ RSChartExample >> example23PopupInScatterPlot [\nmodel name, String cr, 'LOC: ', model linesOfCode asString])... | Smalltalk | MIT License | objectprofile/roassal3 | added line spine decoration |
461,949 | 27.06.2022 14:52:37 | -7,200 | ebbacc527e01782f9b6bc3fb21efc2e2104d724e | adding mission code of RSDSM | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-DSM/RSDSMStronglyConnected.class.st",
"new_path": "src/Roassal3-DSM/RSDSMStronglyConnected.class.st",
"diff": "@@ -18,18 +18,20 @@ RSDSMStronglyConnected >> borderFor: group [\n{ #category : #rendering }\nRSDSMStronglyConnected >> boxFor: group [\... | Smalltalk | MIT License | objectprofile/roassal3 | adding mission code of RSDSM |
461,949 | 28.06.2022 14:11:16 | -7,200 | c6124e02defcb065ed42a7c1a57813efc36dfe66 | update fps monitor to work with exporters | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSAbstractCanvasMonitorInteraction.class.st",
"new_path": "src/Roassal3-Interaction/RSAbstractCanvasMonitorInteraction.class.st",
"diff": "@@ -34,8 +34,7 @@ RSAbstractCanvasMonitorInteraction >> initializeShape [\nRSAbstractCanvasMonit... | Smalltalk | MIT License | objectprofile/roassal3 | update fps monitor to work with exporters |
461,949 | 28.06.2022 15:49:32 | -7,200 | 14ed3a794e910b0e1ad94350a3db51f2aacf809e | added inspector to 3d scene | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Basic3D/RSSpace3D.class.st",
"new_path": "src/Roassal3-Basic3D/RSSpace3D.class.st",
"diff": "@@ -116,6 +116,17 @@ RSSpace3D >> initialize [\ntmat := RSMatrix3D new\n]\n+{ #category : #ui }\n+RSSpace3D >> inspector [\n+ <inspectorPresentationOrder:... | Smalltalk | MIT License | objectprofile/roassal3 | added inspector to 3d scene |
461,949 | 29.06.2022 16:20:10 | -7,200 | 1bb0e6b5dd1e486e42850916b6566522e6aaaef5 | added asPresenter to roassal builders | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Builders/RSAbstractContainerBuilder.class.st",
"new_path": "src/Roassal3-Builders/RSAbstractContainerBuilder.class.st",
"diff": "@@ -53,6 +53,14 @@ Class {\n#category : #'Roassal3-Builders-Core'\n}\n+{ #category : #converting }\n+RSAbstractContain... | Smalltalk | MIT License | objectprofile/roassal3 | added asPresenter to roassal builders |
461,949 | 30.06.2022 12:12:36 | -7,200 | ee2ac7c746037de5ae3274ddd4cfd3ae16e746a4 | rework binning strategy for histogram | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart-Examples/RSHistogramExample.class.st",
"new_path": "src/Roassal3-Chart-Examples/RSHistogramExample.class.st",
"diff": "@@ -43,7 +43,7 @@ RSHistogramExample >> example03Bins [\ng := RSGroup new.\nc := RSChart new.\nc container: g.\n- plot := ... | Smalltalk | MIT License | objectprofile/roassal3 | rework binning strategy for histogram |
461,949 | 01.07.2022 15:02:00 | -7,200 | 92442598e1bdb79290ee9c8d050d6f60c4dfc2c4 | fixing bins for histogram | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart-Tests/RSHistogramPlotTest.class.st",
"new_path": "src/Roassal3-Chart-Tests/RSHistogramPlotTest.class.st",
"diff": "@@ -23,8 +23,11 @@ RSHistogramPlotTest >> testBins [\nc := RSChart new.\nvalues := #(1 2 3 4 5 6 7 8 9 10).\nc addPlot: (plot ... | Smalltalk | MIT License | objectprofile/roassal3 | fixing bins for histogram |
461,949 | 01.07.2022 15:26:03 | -7,200 | 8cab800370207d5c998b615475ed1a46aa54faab | added binSize: | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart-Tests/RSHistogramPlotTest.class.st",
"new_path": "src/Roassal3-Chart-Tests/RSHistogramPlotTest.class.st",
"diff": "@@ -17,6 +17,18 @@ RSHistogramPlotTest >> testBasic [\n]\n+{ #category : #tests }\n+RSHistogramPlotTest >> testBinSize [\n+ | ... | Smalltalk | MIT License | objectprofile/roassal3 | added binSize: |
461,949 | 05.07.2022 14:13:13 | -7,200 | 790e2a3e72b1f907b757a97bb8b43be9d46a30fd | fix spine example | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st",
"new_path": "src/Roassal3-Chart-Examples/RSChartExample.class.st",
"diff": "@@ -436,5 +436,6 @@ RSChartExample >> example24SpineLine [\nspine shape fmt: '^'.\nc add: RSHorizontalTick new.\nc add: RSVertical... | Smalltalk | MIT License | objectprofile/roassal3 | fix spine example |
461,949 | 05.07.2022 15:09:07 | -7,200 | b4a9f37884aed9a9ca3b5bd20429889ba9312460 | change shadow selection in the inspector | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Inspector/RSAbstractLine.extension.st",
"diff": "+Extension { #name : #RSAbstractLine }\n+\n+{ #category : #'*Roassal3-Inspector' }\n+RSAbstractLine >> inspectorShadowFor: padding color: aColor [\n+\n+ ^ self copy\n+ properties: nil... | Smalltalk | MIT License | objectprofile/roassal3 | change shadow selection in the inspector |
461,949 | 05.07.2022 17:03:38 | -7,200 | 90a5160bb2c18e34166f08479e99c41f4bc695c4 | fixed centroid implementation | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Global-Tests/RSSunburstBuilderTest.class.st",
"diff": "+\"\n+A RSSunburstBuilderTest is a test class for testing the behavior of RSSunburstBuilder\n+\"\n+Class {\n+ #name : #RSSunburstBuilderTest,\n+ #superclass : #RSTest,\n+ #categ... | Smalltalk | MIT License | objectprofile/roassal3 | fixed centroid implementation |
461,949 | 06.07.2022 10:16:33 | -7,200 | 309c3c0a55977953ccb987dbf5abcd49902637f6 | fixed shadow in the inspector for roassal shapes | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Inspector-Tests/RSSelectionPresentationTest.class.st",
"new_path": "src/Roassal3-Inspector-Tests/RSSelectionPresentationTest.class.st",
"diff": "@@ -39,5 +39,5 @@ RSSelectionPresentationTest >> testWithNoCanvas [\n| shapes |\nshapes := (1 to: 100)... | Smalltalk | MIT License | objectprofile/roassal3 | fixed shadow in the inspector for roassal shapes |
461,949 | 06.07.2022 14:15:41 | -7,200 | 53a754543d483667bdcde8444df3b19cde1ded8e | changed emphazieWith: | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSPieSlice.class.st",
"new_path": "src/Roassal3-Shapes/RSPieSlice.class.st",
"diff": "@@ -87,7 +87,9 @@ RSPieSlice >> cornerRadii: aNumber [\n{ #category : #utilities }\nRSPieSlice >> emphasizeWith: anInteger [\n- self translateBy: (self ce... | Smalltalk | MIT License | objectprofile/roassal3 | changed emphazieWith: |
461,949 | 07.07.2022 12:00:53 | -7,200 | b25367e81e8b1652ebc0e9fefb052952a93fb13e | added transmission to wrapper | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Inspector/SpWrappedItem.class.st",
"new_path": "src/Roassal3-Inspector/SpWrappedItem.class.st",
"diff": "@@ -19,3 +19,8 @@ SpWrappedItem >> selectedItem [\nSpWrappedItem >> selectedItem: anObject [\nselectedItem := anObject\n]\n+\n+{ #category : #... | Smalltalk | MIT License | objectprofile/roassal3 | added transmission to wrapper |
461,949 | 21.07.2022 15:17:38 | -7,200 | ac64bc4736ca6cae2a30bd8e97b32b52bd3b411b | added accessor for shapes in kiviat | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart-Tests/RSKiviatTest.class.st",
"new_path": "src/Roassal3-Chart-Tests/RSKiviatTest.class.st",
"diff": "@@ -18,7 +18,13 @@ RSKiviatTest >> testAccessingCreatedShapes [\nself assert: (kiviat axis allSatisfy: [:shape | shape class = RSLine ]).\ns... | Smalltalk | MIT License | objectprofile/roassal3 | added accessor for shapes in kiviat |
461,949 | 25.07.2022 11:47:50 | -7,200 | beb541501486abba82419d9ca003fb4cfc00c466 | added RTree example | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Examples/RSRenderTreeExamples.class.st",
"new_path": "src/Roassal3-Examples/RSRenderTreeExamples.class.st",
"diff": "@@ -57,3 +57,26 @@ RSRenderTreeExamples >> example02BigVisualizationHalfMillion [\nc nodes @ RSHighlightable red.\n^ c\n]\n+\n+{ #... | Smalltalk | MIT License | objectprofile/roassal3 | added RTree example |
461,949 | 25.07.2022 15:43:29 | -7,200 | d73befb8ef0f62992228aff0daee0a90591c5568 | update Rtree inspecto | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Inspector/RSRNode.extension.st",
"new_path": "src/Roassal3-Inspector/RSRNode.extension.st",
"diff": "@@ -84,13 +84,18 @@ RSRNode >> addWithChildren: canvas level: level palette: palette parent: parent\n{ #category : #'*Roassal3-Inspector' }\nRSRNo... | Smalltalk | MIT License | objectprofile/roassal3 | update Rtree inspecto |
461,949 | 25.07.2022 17:23:12 | -7,200 | 82e75e56c2b93f00250c7670fb0a8303d3f0c7e7 | added queries counter inspector for Rtree | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Inspector/RSRNode.extension.st",
"new_path": "src/Roassal3-Inspector/RSRNode.extension.st",
"diff": "@@ -82,6 +82,38 @@ RSRNode >> addWithChildren: canvas level: level palette: palette parent: parent\n]\n+{ #category : #'*Roassal3-Inspector' }\n+R... | Smalltalk | MIT License | objectprofile/roassal3 | added queries counter inspector for Rtree |
461,949 | 02.08.2022 18:33:33 | -7,200 | 430720cf4f5c6d5085aa64eb6128d9a72171e05a | added toolbar for inspectors, create a subclass of RSInspectorToolbar | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Inspector/RSAbstractContextInteraction.class.st",
"new_path": "src/Roassal3-Inspector/RSAbstractContextInteraction.class.st",
"diff": "@@ -19,6 +19,11 @@ RSAbstractContextInteraction >> initialize [\nself propagateToChildren: true.\n]\n+{ #categor... | Smalltalk | MIT License | objectprofile/roassal3 | added toolbar for inspectors, create a subclass of RSInspectorToolbar |
461,949 | 03.08.2022 10:56:40 | -7,200 | 79e1c99a47ea8503524512bbdbee1a1070e722f4 | added a menu item to load roassal exporters | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Menu/RSWorldMenu.class.st",
"new_path": "src/Roassal3-Menu/RSWorldMenu.class.st",
"diff": "@@ -27,6 +27,15 @@ RSWorldMenu class >> discordPNGByteArray [\n^ #[137 80 78 71 13 10 26 10 0 0 0 13 73 72 68 82 0 0 0 16 0 0 0 16 8 6 0 0 0 31 243 255 97 0... | Smalltalk | MIT License | objectprofile/roassal3 | added a menu item to load roassal exporters |
461,949 | 29.08.2022 17:40:37 | -7,200 | bec661f29e90ef91c05f9cc1888fa5eb1e540836 | moved UML-Calypso to package Roassal3-UML-Calypso
this package is not loaded by default | [
{
"change_type": "RENAME",
"old_path": "src/Roassal3-UML/RSAbstractUMLCalypso.class.st",
"new_path": "src/Roassal3-UML-Calypso/RSAbstractUMLCalypso.class.st",
"diff": "@@ -7,7 +7,7 @@ Class {\n#instVars : [\n'classesToShow'\n],\n- #category : #'Roassal3-UML-Calypso'\n+ #category : #'Roassal3-UML-Cal... | Smalltalk | MIT License | objectprofile/roassal3 | moved UML-Calypso to package Roassal3-UML-Calypso
this package is not loaded by default |
461,949 | 30.08.2022 17:44:37 | -7,200 | 5f70cbc975c47965b60c6d8e93c3dfa351806235 | Added tree map example from esug 22 | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-TreeMap-Examples/RSTreeMapExamples.class.st",
"new_path": "src/Roassal3-TreeMap-Examples/RSTreeMapExamples.class.st",
"diff": "@@ -143,3 +143,70 @@ RSTreeMapExamples >> example06FitText [\n^ canvas\n]\n+\n+{ #category : #examples }\n+RSTreeMapExam... | Smalltalk | MIT License | objectprofile/roassal3 | Added tree map example from esug 22 |
461,949 | 01.09.2022 17:00:26 | -7,200 | 2f67550a1d310e88abb1aec99f188ae26c12514a | Added RSCircularTree, basic for now | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSHighlightable.class.st",
"new_path": "src/Roassal3-Interaction/RSHighlightable.class.st",
"diff": "@@ -177,7 +177,7 @@ RSHighlightable class >> color: aColor [\nRSHighlightable class >> createEdgesWith: aBlock shape: aShape using: aR... | Smalltalk | MIT License | objectprofile/roassal3 | Added RSCircularTree, basic for now |
461,949 | 05.09.2022 16:01:08 | -7,200 | 2c47384335e99da96c3529907cdd082f9a91c4e2 | Added RSCircularTreeMap with 2 examples | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Builders/RSAbstractTreeBuilder.class.st",
"new_path": "src/Roassal3-Builders/RSAbstractTreeBuilder.class.st",
"diff": "@@ -13,28 +13,28 @@ Class {\n{ #category : #private }\nRSAbstractTreeBuilder >> createElements: atree nesting: block1 leaves: bl... | Smalltalk | MIT License | objectprofile/roassal3 | Added RSCircularTreeMap with 2 examples |
461,967 | 08.09.2022 16:37:36 | -7,200 | 8679cb3dcdb471c4ba5e9b29ef3ca771fdb4311f | Fix layout for loops containing if instructions (TODO: rename commit) | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts/RSSugiyamaLayout.class.st",
"new_path": "src/Roassal3-Layouts/RSSugiyamaLayout.class.st",
"diff": "@@ -34,14 +34,16 @@ RSSugiyamaLayout >> addDummyNodes [\n\"edge hints removeAll.\"\nlayerFrom := layerNrs at: edge from.\nlayerTo := layerNr... | Smalltalk | MIT License | objectprofile/roassal3 | Fix layout for loops containing if instructions (TODO: rename commit) |
461,949 | 12.09.2022 17:41:54 | -7,200 | c4713f1a63564489beb53455e9428c94ef886ab5 | Added new baseline map | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-BaselineMap-Tests/RSMapBuilderTest.class.st",
"diff": "+\"\n+A BMMapBuilderTest is a test class for testing the behavior of BMMapBuilder\n+\"\n+Class {\n+ #name : #RSMapBuilderTest,\n+ #superclass : #TestCase,\n+ #category : #'Roass... | Smalltalk | MIT License | objectprofile/roassal3 | Added new baseline map |
461,949 | 13.09.2022 16:28:11 | -7,200 | 7aaa03bc26ee95406a584847316bba5bf6cfc7fa | added baseline map to baseline of roassal3 | [
{
"change_type": "MODIFY",
"old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"diff": "@@ -68,6 +68,7 @@ BaselineOfRoassal3 >> corePackagesNames [\n'Roassal3-Menu'\n'Roassal3-Spec'\n'Roassal3-Spec-Morphic'\n+ 'Roassal3-... | Smalltalk | MIT License | objectprofile/roassal3 | added baseline map to baseline of roassal3 |
461,949 | 13.09.2022 17:57:17 | -7,200 | ef57185e42efe194b6e0a1aa521931aa0a5a9ea9 | Added custom attachpoint for baselinemap | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-BaselineMap/RSMapBrowserToolMorph.class.st",
"new_path": "src/Roassal3-BaselineMap/RSMapBrowserToolMorph.class.st",
"diff": "@@ -12,7 +12,7 @@ Class {\n{ #category : #baselines }\nRSMapBrowserToolMorph class >> baselineClassActivation [\n- \"<clas... | Smalltalk | MIT License | objectprofile/roassal3 | Added custom attachpoint for baselinemap |
461,949 | 15.09.2022 17:50:03 | -7,200 | ed444a8a57df405d2c5ce1955c7c8014cfef14c4 | added new event theme changed to roassal3 | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-BaselineMap/RSThemedMapBuilder.class.st",
"new_path": "src/Roassal3-BaselineMap/RSThemedMapBuilder.class.st",
"diff": "@@ -13,9 +13,70 @@ RSThemedMapBuilder >> defaultContainer [\ntheme := self theme.\n^ RSCanvas new\ncolor: theme backgroundColor;... | Smalltalk | MIT License | objectprofile/roassal3 | added new event theme changed to roassal3 |
461,949 | 16.09.2022 12:10:21 | -7,200 | 970f443fef45c005b26836ac6b8505c8e3497111 | added highlighting to baseline nodes | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-BaselineMap/RSThemedMapBuilder.class.st",
"new_path": "src/Roassal3-BaselineMap/RSThemedMapBuilder.class.st",
"diff": "@@ -49,9 +49,16 @@ RSThemedMapBuilder >> highlightAnt: antBorder [\n{ #category : #highlighting }\nRSThemedMapBuilder >> highlig... | Smalltalk | MIT License | objectprofile/roassal3 | added highlighting to baseline nodes |
461,949 | 16.09.2022 18:17:02 | -7,200 | f0e30df57f7d0e4cb5e6be81e91605c9b67e6788 | update lines connection for baseline map | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-BaselineMap/RSThemedMapBuilder.class.st",
"new_path": "src/Roassal3-BaselineMap/RSThemedMapBuilder.class.st",
"diff": "@@ -55,6 +55,7 @@ RSThemedMapBuilder >> highlightBoxes: boxes [\nboxes do: [ :box | | shadow |\nshadow := self shadowFor: box.\n... | Smalltalk | MIT License | objectprofile/roassal3 | update lines connection for baseline map |
461,949 | 19.09.2022 16:03:56 | -7,200 | e93ac28cef524a83593aa933ef26643bc60e6a99 | added interaction to baselinemap | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-BaselineMap/RSBaselineModel.class.st",
"new_path": "src/Roassal3-BaselineMap/RSBaselineModel.class.st",
"diff": "@@ -29,6 +29,13 @@ RSBaselineModel >> baselineClass: aClass [\nclass := aClass\n]\n+{ #category : #private }\n+RSBaselineModel >> brow... | Smalltalk | MIT License | objectprofile/roassal3 | added interaction to baselinemap |
461,949 | 20.09.2022 13:04:12 | -7,200 | 8f6536a5be7fa4821a58b626b2e19b7cd167134a | renamed Baseline map browser tool title to Graph | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-BaselineMap/RSMapBrowserToolMorph.class.st",
"new_path": "src/Roassal3-BaselineMap/RSMapBrowserToolMorph.class.st",
"diff": "@@ -54,7 +54,7 @@ RSMapBrowserToolMorph >> defaultIconName [\n{ #category : #initialization }\nRSMapBrowserToolMorph >> de... | Smalltalk | MIT License | objectprofile/roassal3 | renamed Baseline map browser tool title to Graph |
461,949 | 21.09.2022 17:31:26 | -7,200 | ab72d1f3ec07ffe58e381ee0311b2f1e93f0465f | update fixes for release | [
{
"change_type": "MODIFY",
"old_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"new_path": "src/BaselineOfRoassal3/BaselineOfRoassal3.class.st",
"diff": "@@ -75,9 +75,11 @@ BaselineOfRoassal3 >> corePackagesNames [\n{ #category : #baselines }\nBaselineOfRoassal3 >> dependencies: spec [... | Smalltalk | MIT License | objectprofile/roassal3 | update fixes for release |
461,949 | 23.09.2022 17:40:26 | -7,200 | 29f128cade4610111dead8329fb8a466589cb7e5 | added some comments and fixed some shapes and examples | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Examples/RSAbstractExamples.class.st",
"new_path": "src/Roassal3-Examples/RSAbstractExamples.class.st",
"diff": "@@ -14,3 +14,8 @@ Class {\nRSAbstractExamples >> label [\n^ self className\n]\n+\n+{ #category : #accessing }\n+RSAbstractExamples >> ... | Smalltalk | MIT License | objectprofile/roassal3 | added some comments and fixed some shapes and examples |
461,949 | 27.09.2022 14:30:34 | -7,200 | a3415792b13018c5483cbfb3331593a184a748c7 | added inverted method to attach points | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart/RSAbstractPlot.class.st",
"new_path": "src/Roassal3-Chart/RSAbstractPlot.class.st",
"diff": "@@ -159,8 +159,8 @@ c addDecoration: RSYMarkerDecoration new.\nc\n```\n\"\n- self assert: [ aCollection notNil ] description: 'Cannot be nil'.\n- se... | Smalltalk | MIT License | objectprofile/roassal3 | added inverted method to attach points |
461,949 | 27.09.2022 16:15:38 | -7,200 | 4dcc65611cde9e3d178e2ac826214c8c57537004 | added update to roassal builders | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Builders/RSAbstractContainerBuilder.class.st",
"new_path": "src/Roassal3-Builders/RSAbstractContainerBuilder.class.st",
"diff": "@@ -116,3 +116,9 @@ RSAbstractContainerBuilder >> renderIn: aCanvas [\nRSAbstractContainerBuilder >> shapes [\n^ shape... | Smalltalk | MIT License | objectprofile/roassal3 | added update to roassal builders |
461,949 | 28.09.2022 17:27:54 | -7,200 | 52ad1d2ee55fd8487dc0eb9d6d8938fbfca5e42d | update for rtree | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3/RSAbstractRNode.class.st",
"new_path": "src/Roassal3/RSAbstractRNode.class.st",
"diff": "@@ -7,6 +7,11 @@ Class {\n#category : #'Roassal3-Rendering'\n}\n+{ #category : #adding }\n+RSAbstractRNode >> addChild: newObject [\n+ ^ self subclassResponsi... | Smalltalk | MIT License | objectprofile/roassal3 | update for rtree |
461,949 | 03.10.2022 18:05:48 | -7,200 | 6930b40973245f00c5be3f268c63de88d34b0178 | fix examples browser | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Examples/RSWorldMenu.extension.st",
"new_path": "src/Roassal3-Examples/RSWorldMenu.extension.st",
"diff": "@@ -17,5 +17,5 @@ RSWorldMenu class >> menu05ExamplesOn: aBuilder [\nlabel: 'Examples';\nhelp: 'Browse examples packages for Roassal3';\nico... | Smalltalk | MIT License | objectprofile/roassal3 | fix examples browser |
461,949 | 05.10.2022 11:37:54 | -7,200 | 13f4122a1c677dc49bfd9d633aa2d70545e69d47 | Renamed RSTEdge to RSTLine
added accessors to RSTLine. | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Shapes/RSLineBuilder.class.st",
"new_path": "src/Roassal3-Shapes/RSLineBuilder.class.st",
"diff": "@@ -83,8 +83,8 @@ c open\nClass {\n#name : #RSLineBuilder,\n#superclass : #RSObject,\n- #traits : 'RSTEdge',\n- #classTraits : 'RSTEdge classTrait',... | Smalltalk | MIT License | objectprofile/roassal3 | Renamed RSTEdge to RSTLine
added accessors to RSTLine. |
461,949 | 05.10.2022 12:04:39 | -7,200 | 5cb742ba03ed22cd584cf742bade8a77ac2e215a | update trait reference | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart/RSLinePlot.class.st",
"new_path": "src/Roassal3-Chart/RSLinePlot.class.st",
"diff": "@@ -4,8 +4,8 @@ TODO\nClass {\n#name : #RSLinePlot,\n#superclass : #RSAbstractPlot,\n- #traits : 'RSTEdge',\n- #classTraits : 'RSTEdge classTrait',\n+ #trai... | Smalltalk | MIT License | objectprofile/roassal3 | update trait reference |
461,949 | 06.10.2022 13:50:10 | -7,200 | 5c27cc8a6f5c054e006223b34c894ba249a50a9d | update examples browser | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart-Examples/RSHistogramExample.class.st",
"new_path": "src/Roassal3-Chart-Examples/RSHistogramExample.class.st",
"diff": "@@ -30,6 +30,7 @@ RSHistogramExample >> example02Histogram [\nc addPlot: plot.\nc addDecoration: RSVerticalTick new.\nc ad... | Smalltalk | MIT License | objectprofile/roassal3 | update examples browser |
461,943 | 07.10.2022 16:40:39 | -7,200 | 9216144932564efdf2a2c55f491107f8903f6fb9 | Fix
Add a sort block in RSAbstractGraphLayout. | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts/RSAbstractGraphLayout.class.st",
"new_path": "src/Roassal3-Layouts/RSAbstractGraphLayout.class.st",
"diff": "@@ -10,7 +10,8 @@ Class {\n'cachedChildren',\n'cachedParents',\n'cachedParentsWithHighestNestings',\n- 'shouldValidateCycles'\n+ '... | Smalltalk | MIT License | objectprofile/roassal3 | Fix #473
Add a sort block in RSAbstractGraphLayout. |
461,949 | 07.10.2022 17:05:37 | -7,200 | 65a935b3b8bf936143980d7054e496644927d2d0 | first for tests | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts/RSAbstractGraphLayout.class.st",
"new_path": "src/Roassal3-Layouts/RSAbstractGraphLayout.class.st",
"diff": "@@ -65,15 +65,16 @@ RSAbstractGraphLayout >> cachedParentsWithHighestNestings [\nRSAbstractGraphLayout >> childrenFor: aNode [\n^ ... | Smalltalk | MIT License | objectprofile/roassal3 | first for tests |
461,949 | 10.10.2022 17:02:13 | -7,200 | 0e0d2d176799fd1e3b52096cd1684c22bd0bf1fd | RTree now supports balanced remove | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Global-Tests/RSRenderTreeTest.class.st",
"new_path": "src/Roassal3-Global-Tests/RSRenderTreeTest.class.st",
"diff": "Class {\n#name : #RSRenderTreeTest,\n#superclass : #RSTest,\n+ #instVars : [\n+ 'tree'\n+ ],\n#category : #'Roassal3-Global-Tests-... | Smalltalk | MIT License | objectprofile/roassal3 | RTree now supports balanced remove |
461,949 | 10.10.2022 18:24:32 | -7,200 | dee218ce6d8435ebc69d02a9bcefc73b9eaed420 | added test to remove a lot of elements and keep the tree balanced | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Global-Tests/RSRenderTreeTest.class.st",
"new_path": "src/Roassal3-Global-Tests/RSRenderTreeTest.class.st",
"diff": "@@ -7,6 +7,31 @@ Class {\n#category : #'Roassal3-Global-Tests-Rendering'\n}\n+{ #category : #accessing }\n+RSRenderTreeTest >> big... | Smalltalk | MIT License | objectprofile/roassal3 | added test to remove a lot of elements and keep the tree balanced |
461,949 | 11.10.2022 15:31:47 | -7,200 | ce1f34a8062790080d0b7068f7f3b4b1a6b62da7 | Renamed to TextMetrics | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Builders/RSAdjacencyMatrixBuilder.class.st",
"new_path": "src/Roassal3-Builders/RSAdjacencyMatrixBuilder.class.st",
"diff": "+\"\n+Used as example\n+\"\nClass {\n#name : #RSAdjacencyMatrixBuilder,\n#superclass : #RSAbstractContainerBuilder,\n"
}... | Smalltalk | MIT License | objectprofile/roassal3 | Renamed to TextMetrics |
461,949 | 17.10.2022 13:57:31 | -7,200 | d3e729d4e5a1e2768bf3ff9bdb763a2f328ae240 | added small example ofr sequetial animation | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Examples/RSBasicAnimationExamples.class.st",
"new_path": "src/Roassal3-Examples/RSBasicAnimationExamples.class.st",
"diff": "@@ -272,6 +272,48 @@ RSBasicAnimationExamples >> example08Markers [\n^ canvas\n]\n+{ #category : #lines }\n+RSBasicAnimati... | Smalltalk | MIT License | objectprofile/roassal3 | added small example ofr sequetial animation |
461,966 | 23.10.2022 20:53:59 | -7,200 | 2d4161cd6e34197c85fca1a435725336d2c50882 | Update RSGridLayoutTest.class.st
Testing the method gapSize: in RSGridLayout with default and customized values. | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts-Tests/RSGridLayoutTest.class.st",
"new_path": "src/Roassal3-Layouts-Tests/RSGridLayoutTest.class.st",
"diff": "@@ -10,3 +10,17 @@ RSGridLayoutTest >> testBasic [\nRSGridLayout on: canvas nodes.\nself assert: (shapes collect: #position) asA... | Smalltalk | MIT License | objectprofile/roassal3 | Update RSGridLayoutTest.class.st
Testing the method gapSize: in RSGridLayout with default and customized values. |
461,949 | 24.10.2022 15:33:33 | -7,200 | 0b6316b98f1396de603a4c310e28755bf750722c | update key event for takeKeyboardFocus in athens morph | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Spec-Morphic/SpMorphicRoassalAdapter.class.st",
"new_path": "src/Roassal3-Spec-Morphic/SpMorphicRoassalAdapter.class.st",
"diff": "@@ -51,7 +51,7 @@ SpMorphicRoassalAdapter >> basicApplyScript [\nself model script value: canvas.\nself model canvas... | Smalltalk | MIT License | objectprofile/roassal3 | update key event for takeKeyboardFocus in athens morph |
461,949 | 24.10.2022 17:01:52 | -7,200 | f74a83d0c7098de19c4755d94ee20f75f867b58a | update takeKeyboardFocus in roassal3, now it works when user click on the canvas | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-BaselineMap/RSMapBrowserToolMorph.class.st",
"new_path": "src/Roassal3-BaselineMap/RSMapBrowserToolMorph.class.st",
"diff": "@@ -34,7 +34,6 @@ RSMapBrowserToolMorph >> build [\nmorph := canvas createMorph.\nmorph onAnnouncement: MorphDeleted\ndo: ... | Smalltalk | MIT License | objectprofile/roassal3 | update takeKeyboardFocus in roassal3, now it works when user click on the canvas |
461,949 | 04.11.2022 14:30:00 | -3,600 | 63bd11f2c784395e3b36c6d441669641a2d7b108 | moving old UML calypso code | [
{
"change_type": "RENAME",
"old_path": "src/Roassal3-UML/ClassDescription.extension.st",
"new_path": "src/Roassal3-UML-Calypso/ClassDescription.extension.st",
"diff": "Extension { #name : #ClassDescription }\n-{ #category : #'*Roassal3-UML' }\n+{ #category : #'*Roassal3-UML-Calypso' }\nClassDescript... | Smalltalk | MIT License | objectprofile/roassal3 | moving old UML calypso code |
461,949 | 04.11.2022 16:56:47 | -3,600 | f5a45a2934ba6270c6f2c188243bf472d899d1ad | move missing method | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSShape.extension.st",
"new_path": "src/Roassal3-Interaction/RSShape.extension.st",
"diff": "Extension { #name : #RSShape }\n+{ #category : #'*Roassal3-Interaction' }\n+RSShape >> browseable [\n+ self when: RSMouseClick do: [ self mode... | Smalltalk | MIT License | objectprofile/roassal3 | move missing method |
461,949 | 07.11.2022 18:42:12 | -3,600 | 3badc6bf50c029ac350a362fd468aa0f7f3fe480 | moving old inspector code | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Mondrian/RSMondrian.class.st",
"new_path": "src/Roassal3-Mondrian/RSMondrian.class.st",
"diff": "@@ -81,15 +81,6 @@ RSMondrian >> defaultLineColor [\n^ Color gray translucent\n]\n-{ #category : #visualization }\n-RSMondrian >> gtInspectorViewIn: c... | Smalltalk | MIT License | objectprofile/roassal3 | moving old inspector code |
461,966 | 10.11.2022 17:49:33 | -3,600 | 0432ab023fcb373cced6800a006e8ba9bbffc426 | Update RSGridLayoutTest.class.st
new test forRSGridLayout | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Layouts-Tests/RSGridLayoutTest.class.st",
"new_path": "src/Roassal3-Layouts-Tests/RSGridLayoutTest.class.st",
"diff": "@@ -24,3 +24,18 @@ RSGridLayoutTest >>testBasicDefaultGapSizeGridLayout[\nself assert: (shapes collect: #position) asArray equal... | Smalltalk | MIT License | objectprofile/roassal3 | Update RSGridLayoutTest.class.st
new test forRSGridLayout |
461,964 | 10.11.2022 18:16:17 | -3,600 | 6a484753e89b28c7644a41d6b864cbdd206a55eb | Create #RSAngleLineTest.class.st
RSAngleLineLayout | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Layouts/#RSAngleLineTest.class.st",
"diff": "+Class {\n+ #name : #RSAngleLineLayout,\n+ #superclass : #RSAbstractLineLayout,\n+ #instVars : [\n+ 'angle'\n+ ],\n+ #category : #'Roassal3-Layouts-Core'\n+}\n+{ #category : #accessing }\... | Smalltalk | MIT License | objectprofile/roassal3 | Create #RSAngleLineTest.class.st
RSAngleLineLayout |
461,964 | 10.11.2022 18:27:08 | -3,600 | 72019591769335ddd86481122331f6bd814dece3 | Create RSAngleLineTest.class.st
RSAngleLineTest for RSAngleLineLayout | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Layouts-Tests/RSAngleLineTest/RSAngleLineTest.class.st",
"diff": "+Class {\n+ #name : #RSHorizontalTreeLayoutTest,\n+ #superclass : #RSLayoutTest,\n+ #category : #'Roassal3-Layouts-Tests'\n+}\n+\n+{ #category : #tests }\n+RSAngleLin... | Smalltalk | MIT License | objectprofile/roassal3 | Create RSAngleLineTest.class.st
RSAngleLineTest for RSAngleLineLayout |
461,949 | 16.11.2022 16:41:35 | -3,600 | 027173d74205e8915966679e27a6bb47a0efbc0d | Added RSZoomTickDecoration | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Chart-Examples/RSTimelineExample.class.st",
"new_path": "src/Roassal3-Chart-Examples/RSTimelineExample.class.st",
"diff": "@@ -4,9 +4,29 @@ Examples related to timeline\nClass {\n#name : #RSTimelineExample,\n#superclass : #RSAbstractExamples,\n+ #... | Smalltalk | MIT License | objectprofile/roassal3 | Added RSZoomTickDecoration |
461,949 | 17.11.2022 14:21:02 | -3,600 | 4aa5473c29b2d993c3c8b1d04ea3b96d9d68ca26 | update default baseline class map builder | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-BaselineMap/RSBaselineMapSettings.class.st",
"new_path": "src/Roassal3-BaselineMap/RSBaselineMapSettings.class.st",
"diff": "@@ -20,6 +20,11 @@ RSBaselineMapSettings class >> classMapBuilder: aClass [\nclassMapBuilder := aClass\n]\n+{ #category : ... | Smalltalk | MIT License | objectprofile/roassal3 | update default baseline class map builder |
461,949 | 17.11.2022 14:49:49 | -3,600 | 1a1589f02469e4e42b3480141f5576b867248dcc | added default value for RSDraggable | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Interaction/RSDraggable.class.st",
"new_path": "src/Roassal3-Interaction/RSDraggable.class.st",
"diff": "@@ -55,7 +55,7 @@ RSDraggable >> processDrag: evt [\n{ #category : #testing }\nRSDraggable >> shouldValidateChildrenEvents [\n- ^ shouldValida... | Smalltalk | MIT License | objectprofile/roassal3 | added default value for RSDraggable |
461,949 | 17.11.2022 17:21:28 | -3,600 | 6e7bfa7048eeb2d08eb4889dab88f30af5ce7173 | fix test fo grid layout, | [
{
"change_type": "DELETE",
"old_path": "src/Roassal3-Layouts-Tests/RSAngleLineTest/RSAngleLineTest.class.st",
"new_path": null,
"diff": "-Class {\n- #name : #RSHorizontalTreeLayoutTest,\n- #superclass : #RSLayoutTest,\n- #category : #'Roassal3-Layouts-Tests'\n-}\n-\n-{ #category : #tests }\n-RSAngle... | Smalltalk | MIT License | objectprofile/roassal3 | fix test fo grid layout, |
461,964 | 19.11.2022 18:39:22 | -3,600 | 489eecb3b6ef278071c5eee673aa5b58281af940 | Create RSAngleTest.class.st | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Layouts-Tests/RSAngleTest.class.st",
"diff": "+Class {\n+ #name : #RSAngleTest,\n+ #superclass : #RSLayoutTest,\n+ #category : #'Roassal3-Layouts-Tests'\n+}\n+\n+{ #category : #tests }\n+RSAngleTest >> testBasic\n+[\n+ | layout |\n+... | Smalltalk | MIT License | objectprofile/roassal3 | Create RSAngleTest.class.st |
461,949 | 24.11.2022 14:55:22 | -3,600 | f9e01746f45cd0a2a95e4ccafa5e70aadf1993ac | tests now shows the error | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Global-Tests/RSExamplesTest.class.st",
"new_path": "src/Roassal3-Global-Tests/RSExamplesTest.class.st",
"diff": "@@ -34,15 +34,16 @@ RSExamplesTest >> testExamples [\ndo: [ :met | | res |\n[res := inst perform: met selector.\nres = inst ifTrue: [ ... | Smalltalk | MIT License | objectprofile/roassal3 | tests now shows the error |
461,949 | 24.11.2022 15:46:30 | -3,600 | 79df2d548d5937c1fdf43ab92d0a52af50e162e1 | added debug stack in examples | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Global-Tests/RSExamplesTest.class.st",
"new_path": "src/Roassal3-Global-Tests/RSExamplesTest.class.st",
"diff": "@@ -42,7 +42,11 @@ RSExamplesTest >> testExamples [\nevery: 500.\nwithErrors ifNotEmpty: [\n'>>> Examples with errors: ' traceCr.\n- w... | Smalltalk | MIT License | objectprofile/roassal3 | added debug stack in examples |
461,949 | 24.11.2022 16:03:09 | -3,600 | 56eef79a0cb2a872ff690c47feaafc215f58cacd | update testExamples report | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Global-Tests/RSExamplesTest.class.st",
"new_path": "src/Roassal3-Global-Tests/RSExamplesTest.class.st",
"diff": "@@ -34,7 +34,12 @@ RSExamplesTest >> testExamples [\ndo: [ :met | | res |\n[res := inst perform: met selector.\nres = inst ifTrue: [ s... | Smalltalk | MIT License | objectprofile/roassal3 | update testExamples report |
461,949 | 24.11.2022 16:11:27 | -3,600 | 142d832ac5e94720f6f3fdd70820c9780f237221 | update broken test in ci | [
{
"change_type": "MODIFY",
"old_path": "src/Roassal3-Examples/RSLayoutExamples.class.st",
"new_path": "src/Roassal3-Examples/RSLayoutExamples.class.st",
"diff": "@@ -712,14 +712,14 @@ RSLayoutExamples >> example22ClassHierarchies [\n{ #category : #tests }\nRSLayoutExamples >> example23Roassal3Commit... | Smalltalk | MIT License | objectprofile/roassal3 | update broken test in ci |
461,949 | 25.11.2022 17:39:21 | -3,600 | c6bd45aad54ce22527a8541c106f7c52a3cfdd9b | fixed tests for RSAngleLineLayoutTest | [
{
"change_type": "RENAME",
"old_path": "src/Roassal3-Layouts-Tests/RSAngleTest.class.st",
"new_path": "src/Roassal3-Layouts-Tests/RSAngleLineLayoutTest.class.st",
"diff": "Class {\n- #name : #RSAngleTest,\n+ #name : #RSAngleLineLayoutTest,\n#superclass : #RSLayoutTest,\n#category : #'Roassal3-Layout... | Smalltalk | MIT License | objectprofile/roassal3 | fixed tests for RSAngleLineLayoutTest |
461,949 | 01.12.2022 15:43:39 | -3,600 | 5289a11c7f11a388591b900fbabfc5c388839592 | Working in new layout RSCircularAroundAVertexLayout | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Roassal3-Layouts-Tests/RSCircularAroundAVertexLayoutTest.class.st",
"diff": "+\"\n+A RSCircularAroundAVertexLayoutTest is a test class for testing the behavior of RSCircularAroundAVertexLayout\n+\"\n+Class {\n+ #name : #RSCircularAroundAVert... | Smalltalk | MIT License | objectprofile/roassal3 | Working in new layout RSCircularAroundAVertexLayout |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.