Skip to content

Commit

Permalink
Merge pull request #10 from ba-st/percentage
Browse files Browse the repository at this point in the history
Remove CssPercentage in favour of Percentage included in the dependen…
  • Loading branch information
gcotelli authored Feb 8, 2017
2 parents e41f1b0 + 8e3c6fe commit da4a91c
Show file tree
Hide file tree
Showing 19 changed files with 56 additions and 51 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Tests
testAttachmentProperties

self
assert: CssConstants fixed equals: 'fixed';
assert: CssConstants scroll equals: 'scroll'
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ testBackgroundProperties
assert: CssConstants local equals: 'local';
assert: CssConstants borderBox equals: 'border-box';
assert: CssConstants paddingBox equals: 'padding-box';
assert: CssConstants contentBox equals: 'content-box'
assert: CssConstants contentBox equals: 'content-box';
assert: CssConstants closestCorner equals: 'closest-corner';
assert: CssConstants closestSide equals: 'closest-side';
assert: CssConstants farthestCorner equals: 'farthest-corner';
assert: CssConstants farthestSide equals: 'farthest-side'
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Tests
testBasicConstantws

self
assert: CssConstants auto equals: 'auto';
assert: CssConstants even equals: 'even';
assert: CssConstants hide equals: 'hide';
assert: CssConstants inherit equals: 'inherit';
assert: CssConstants none equals: 'none';
assert: CssConstants odd equals: 'odd';
assert: CssConstants show equals: 'show';
assert: CssConstants vertical equals: 'vertical'
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Tests
testBorderProperties

self
assert: CssConstants fill equals: 'fill';
assert: CssConstants stretch equals: 'stretch'
assert: CssConstants stretch equals: 'stretch';
assert: CssConstants collapse equals: 'collapse';
assert: CssConstants dashed equals: 'dashed';
assert: CssConstants dotted equals: 'dotted';
assert: CssConstants double equals: 'double';
assert: CssConstants groove equals: 'groove';
assert: CssConstants inset equals: 'inset';
assert: CssConstants medium equals: 'medium';
assert: CssConstants outset equals: 'outset';
assert: CssConstants ridge equals: 'ridge';
assert: CssConstants separate equals: 'separate';
assert: CssConstants solid equals: 'solid';
assert: CssConstants thick equals: 'thick';
assert: CssConstants thin equals: 'thin'
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"instance" : {
"testBackgroundProperties" : "GabrielOmarCotelli 2/8/2017 19:16",
"testBorderProperties" : "GabrielOmarCotelli 2/8/2017 19:21",
"testTextConstants" : "GabrielOmarCotelli 4/12/2014 15:55",
"testGradientConstants" : "GabrielOmarCotelli 4/14/2014 11:03",
"testBackgroundProperties" : "GabrielOmarCotelli 4/8/2014 23:04",
"testBorderProperties" : "GabrielOmarCotelli 4/8/2014 23:24",
"testTextConstants" : "GabrielOmarCotelli 4/12/2014 15:55"
"testAttachmentProperties" : "GabrielOmarCotelli 2/8/2017 19:11",
"testBasicConstantws" : "GabrielOmarCotelli 2/8/2017 19:10"
},
"class" : { }
}
2 changes: 1 addition & 1 deletion source/RenoirSt-Tests.package/monticello.meta/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'RenoirSt-Tests-GabrielOmarCotelli.40' message 'Add test cases' id '78bc731a-3535-4d2d-acc8-d6dd25b87c4f' date '5 February 2017' time '10:07:04.009131 am' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.39' message 'Removed CssInstanceCreationFailed ' id '77538cd6-29b0-452b-9e4c-0ab659519ff8' date '4 February 2017' time '10:12:29.509913 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-PedroAntonioLentini.38' message 'Issue #62 Add support for word-wrap property' id '7df4eb13-ffb6-874e-8935-9a742109132e' date '13 January 2016' time '11:09:21.945214 am' author 'PedroAntonioLentini' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.37' message 'Issue #49Improve test cases to use <n> and <t> to ease porting' id 'cdd80177-d272-7046-9479-241ab7d34a3f' date '28 October 2015' time '7:14:50.462421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.36' message 'Issue #33Implement @font-face rules and some font reference abstractions' id 'e05005b9-54b4-9249-b388-94e1fa34dd3d' date '28 October 2015' time '6:35:23.533421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.35' message '- Implement greaseString in CssDeclarationBlock to allow using it inlined as style: in an HTML element.- Changed URL default semantics and add extension to allow consideration as relative to the style sheet' id '0e63da61-a946-2f42-8359-52b6891a3f48' date '28 October 2015' time '5:00:49.915421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.34' message 'Issue #53 - Improve Attribute Reference with string fallbacks' id '0592091f-9da3-0640-9a36-82724909f5c4' date '28 October 2015' time '4:04:03.450421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.33' message '- Add conversion method in colors to provide an alpha value for an existing color- Fix Bug in HSLColor function name when alpha value was provided- Add some properties and constants' id 'ec3737ef-5b0b-fd4e-9834-1a8a2299b737' date '28 October 2015' time '3:49:50.608421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.32' message 'Issue #61. Add a better abstraction for box shadows' id 'dd8720a1-95fb-8143-8763-08a3323df0ca' date '28 October 2015' time '2:49:10.300421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.31' message 'Add not pseudoclass selector shortcut' id '09787320-e5a2-ad41-aaf1-bccc505cfa6f' date '28 October 2015' time '10:09:58.995421 am' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.30' message 'Issue #40 - Gradient Support Addes support for linear-gradient(), radial-gradient(), repeating-linear-gradient(), repeating-radial-gradient() and some constants' id '7d4aec93-b9db-354e-bed9-a6db6ebfb60e' date '14 April 2014' time '11:07:31.195813 am' author 'GabrielOmarCotelli' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'RenoirSt-Tests-GabrielOmarCotelli.41' message 'Added test cases' id 'eefdf44f-359a-452e-869c-bf1aa27223c0' date '8 February 2017' time '7:21:50.132209 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.40' message 'Add test cases' id '78bc731a-3535-4d2d-acc8-d6dd25b87c4f' date '5 February 2017' time '10:07:04.009131 am' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.39' message 'Removed CssInstanceCreationFailed ' id '77538cd6-29b0-452b-9e4c-0ab659519ff8' date '4 February 2017' time '10:12:29.509913 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-PedroAntonioLentini.38' message 'Issue #62 Add support for word-wrap property' id '7df4eb13-ffb6-874e-8935-9a742109132e' date '13 January 2016' time '11:09:21.945214 am' author 'PedroAntonioLentini' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.37' message 'Issue #49Improve test cases to use <n> and <t> to ease porting' id 'cdd80177-d272-7046-9479-241ab7d34a3f' date '28 October 2015' time '7:14:50.462421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.36' message 'Issue #33Implement @font-face rules and some font reference abstractions' id 'e05005b9-54b4-9249-b388-94e1fa34dd3d' date '28 October 2015' time '6:35:23.533421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.35' message '- Implement greaseString in CssDeclarationBlock to allow using it inlined as style: in an HTML element.- Changed URL default semantics and add extension to allow consideration as relative to the style sheet' id '0e63da61-a946-2f42-8359-52b6891a3f48' date '28 October 2015' time '5:00:49.915421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.34' message 'Issue #53 - Improve Attribute Reference with string fallbacks' id '0592091f-9da3-0640-9a36-82724909f5c4' date '28 October 2015' time '4:04:03.450421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.33' message '- Add conversion method in colors to provide an alpha value for an existing color- Fix Bug in HSLColor function name when alpha value was provided- Add some properties and constants' id 'ec3737ef-5b0b-fd4e-9834-1a8a2299b737' date '28 October 2015' time '3:49:50.608421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.32' message 'Issue #61. Add a better abstraction for box shadows' id 'dd8720a1-95fb-8143-8763-08a3323df0ca' date '28 October 2015' time '2:49:10.300421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.31' message 'Add not pseudoclass selector shortcut' id '09787320-e5a2-ad41-aaf1-bccc505cfa6f' date '28 October 2015' time '10:09:58.995421 am' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.30' message 'Issue #40 - Gradient Support Addes support for linear-gradient(), radial-gradient(), repeating-linear-gradient(), repeating-radial-gradient() and some constants' id '7d4aec93-b9db-354e-bed9-a6db6ebfb60e' date '14 April 2014' time '11:07:31.195813 am' author 'GabrielOmarCotelli' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
Expand Down
1 change: 0 additions & 1 deletion source/RenoirSt.package/CssPercentage.class/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions source/RenoirSt.package/CssPercentage.class/class/of..st

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions source/RenoirSt.package/CssPercentage.class/properties.json

This file was deleted.

4 changes: 0 additions & 4 deletions source/RenoirSt.package/Float.extension/instance/percent.st

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"s" : "GabrielOmarCotelli 3/18/2014 23:02",
"turn" : "GabrielOmarCotelli 3/18/2014 23:02",
"grad" : "GabrielOmarCotelli 3/18/2014 23:01",
"percent" : "GabrielOmarCotelli 10/28/2015 15:23",
"newMeasureWith:" : "GabrielOmarCotelli 3/18/2014 23:01",
"ms" : "GabrielOmarCotelli 3/18/2014 23:02",
"mm" : "GabrielOmarCotelli 3/18/2014 23:01",
Expand Down
4 changes: 0 additions & 4 deletions source/RenoirSt.package/Integer.extension/instance/percent.st

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"ms" : "GabrielOmarCotelli 3/18/2014 23:01",
"Hz" : "GabrielOmarCotelli 3/18/2014 23:12",
"vw" : "GabrielOmarCotelli 3/18/2014 23:00",
"percent" : "GabrielOmarCotelli 2/25/2014 13:41",
"dpcm" : "GabrielOmarCotelli 3/18/2014 22:59",
"pt" : "GabrielOmarCotelli 3/18/2014 23:00",
"rem" : "GabrielOmarCotelli 3/18/2014 23:00",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Printing
*RenoirSt
cssContentOn: aStream

number cssContentOn: aStream.
self value cssContentOn: aStream.
aStream nextPut: $%
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"instance" : {
"cssContentOn:" : "GabrielOmarCotelli 2/8/2017 18:57"
},
"class" : { }
}
3 changes: 3 additions & 0 deletions source/RenoirSt.package/Percentage.extension/properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name" : "Percentage"
}
2 changes: 1 addition & 1 deletion source/RenoirSt.package/monticello.meta/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'RenoirSt-GabrielOmarCotelli.47' message 'Removed CssInstanceCreationFailed ' id 'e2802d4b-95d7-4b1a-832d-4c76f06296a2' date '4 February 2017' time '10:10:52.475936 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-PedroAntonioLentini.46' message 'Issue #62 Add support for word-wrap property' id '05046216-3133-ac42-9925-d78732472267' date '13 January 2016' time '11:07:46.782214 am' author 'PedroAntonioLentini' ancestors ((name 'RenoirSt-GabrielOmarCotelli.45' message 'Issue #54Add shortcuts for common heading levels.' id 'ee8818cf-4e86-0d45-8240-ed2db947b37b' date '28 October 2015' time '7:28:21.904421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-GabrielOmarCotelli.44' message 'Issue #49Improve test cases to use <n> and <t> to ease porting' id '97a3c7f3-4ff5-0f4b-b287-6da879ab5e83' date '28 October 2015' time '7:10:23.738421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-GabrielOmarCotelli.43' message 'Issue #33Implement @font-face rules and some font reference abstractions' id '4d2d6659-8d6f-4c45-a4c0-88c1bed4a412' date '28 October 2015' time '6:34:04.495421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-GabrielOmarCotelli.42' message '- Implement greaseString in CssDeclarationBlock to allow using it inlined as style: in an HTML element.- Changed URL default semantics and add extension to allow consideration as relative to the style sheet' id '35189da4-0316-e247-bc80-a74317b71f01' date '28 October 2015' time '4:57:17.015421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-GabrielOmarCotelli.41' message 'Issue #53 - Improve Attribute Reference with string fallbacks' id 'e8de8020-efe5-e544-9242-41b26af03927' date '28 October 2015' time '4:03:02.023421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-GabrielOmarCotelli.40' message '- Add conversion method in colors to provide an alpha value for an existing color- Fix Bug in HSLColor function name when alpha value was provided- Add some properties and constants' id '294c34ae-1f82-2544-b4ce-be3395c7ac98' date '28 October 2015' time '3:48:03.315421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-GabrielOmarCotelli.39' message 'Issue #61. Add a better abstraction for box shadows' id 'a758a41e-a170-3a4e-a668-7fd25e5940fc' date '28 October 2015' time '2:47:56.600421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-GabrielOmarCotelli.38' message 'Add "not" pseudoclass selector shortcut' id '5023c0b8-4468-1448-ba6f-4b86c6b6c7f7' date '28 October 2015' time '10:09:19.188421 am' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-GabrielOmarCotelli.37' message 'Issue #40 - Gradient Support Addes support for linear-gradient(), radial-gradient(), repeating-linear-gradient(), repeating-radial-gradient() and some constants' id '4017af8d-c9c3-694b-8312-e9c0974132bc' date '14 April 2014' time '11:07:14.512813 am' author 'GabrielOmarCotelli' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'RenoirSt-GabrielOmarCotelli.48' message 'Remove CssPercentage in favour of Percentage included in the dependencies.' id '915aada1-6f52-400b-a951-fb0e6b746831' date '8 February 2017' time '7:01:08.299068 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-GabrielOmarCotelli.47' message 'Removed CssInstanceCreationFailed ' id 'e2802d4b-95d7-4b1a-832d-4c76f06296a2' date '4 February 2017' time '10:10:52.475936 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-PedroAntonioLentini.46' message 'Issue #62 Add support for word-wrap property' id '05046216-3133-ac42-9925-d78732472267' date '13 January 2016' time '11:07:46.782214 am' author 'PedroAntonioLentini' ancestors ((name 'RenoirSt-GabrielOmarCotelli.45' message 'Issue #54Add shortcuts for common heading levels.' id 'ee8818cf-4e86-0d45-8240-ed2db947b37b' date '28 October 2015' time '7:28:21.904421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-GabrielOmarCotelli.44' message 'Issue #49Improve test cases to use <n> and <t> to ease porting' id '97a3c7f3-4ff5-0f4b-b287-6da879ab5e83' date '28 October 2015' time '7:10:23.738421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-GabrielOmarCotelli.43' message 'Issue #33Implement @font-face rules and some font reference abstractions' id '4d2d6659-8d6f-4c45-a4c0-88c1bed4a412' date '28 October 2015' time '6:34:04.495421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-GabrielOmarCotelli.42' message '- Implement greaseString in CssDeclarationBlock to allow using it inlined as style: in an HTML element.- Changed URL default semantics and add extension to allow consideration as relative to the style sheet' id '35189da4-0316-e247-bc80-a74317b71f01' date '28 October 2015' time '4:57:17.015421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-GabrielOmarCotelli.41' message 'Issue #53 - Improve Attribute Reference with string fallbacks' id 'e8de8020-efe5-e544-9242-41b26af03927' date '28 October 2015' time '4:03:02.023421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-GabrielOmarCotelli.40' message '- Add conversion method in colors to provide an alpha value for an existing color- Fix Bug in HSLColor function name when alpha value was provided- Add some properties and constants' id '294c34ae-1f82-2544-b4ce-be3395c7ac98' date '28 October 2015' time '3:48:03.315421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-GabrielOmarCotelli.39' message 'Issue #61. Add a better abstraction for box shadows' id 'a758a41e-a170-3a4e-a668-7fd25e5940fc' date '28 October 2015' time '2:47:56.600421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-GabrielOmarCotelli.38' message 'Add "not" pseudoclass selector shortcut' id '5023c0b8-4468-1448-ba6f-4b86c6b6c7f7' date '28 October 2015' time '10:09:19.188421 am' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-GabrielOmarCotelli.37' message 'Issue #40 - Gradient Support Addes support for linear-gradient(), radial-gradient(), repeating-linear-gradient(), repeating-radial-gradient() and some constants' id '4017af8d-c9c3-694b-8312-e9c0974132bc' date '14 April 2014' time '11:07:14.512813 am' author 'GabrielOmarCotelli' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
Expand Down

0 comments on commit da4a91c

Please sign in to comment.