John Benediktsson
b517f06b91
colors: adding links to some of the other color implementations.
2017-02-06 10:48:06 -08:00
John Benediktsson
1bbaa340b4
colors.hsv: simplify by just calling the generic >hsva.
2017-02-06 10:30:42 -08:00
John Benediktsson
72cf4fec47
colors.hex: support varying length hex notations.
...
6 characters: rrggbb (1.0 alpha)
8 characters: rrggbbaa
3 characters: rgb (1.0 alpha)
4 characters: rgba
2016-11-26 21:13:12 -08:00
John Benediktsson
8f5ad6f906
colors.hsv: make sure Hi is an integer.
2016-11-10 10:34:08 -08:00
Alexander Iljin
1428619fb7
colors.constants-docs: update the list of files with named colors
2016-08-10 19:42:20 -07:00
Alexander Iljin
2fd5654473
Add EOL at EOF for all authors.txt files for consistency
...
In some instances replaced CR/LF with LF.
2016-07-30 09:25:30 -07:00
nicolas-p
e6fe63e62b
Added Solarized colors
2016-05-09 21:40:56 -07:00
Alexander Iljin
8f8ab48346
colors-docs: fix wording
2016-04-30 17:53:48 +03:00
Doug Coleman
391f8e433f
basis: Cleaning up tests using lists and IN: forms.
2016-03-30 20:04:14 -07:00
John Benediktsson
ceb75057da
change ERROR: words from throw-foo back to foo.
2015-08-13 16:13:05 -07:00
Doug Coleman
b6be8685c3
basis: ERROR: changes.
2015-08-13 03:20:39 -07:00
Doug Coleman
892c62e1dc
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
2015-07-03 09:39:59 -07:00
Doug Coleman
59f3b1ea57
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
...
Needs a bit more work.
This reverts commit 7e54cc2824
.
2015-07-02 13:47:06 -07:00
Doug Coleman
7e54cc2824
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
2015-07-02 11:36:08 -07:00
Doug Coleman
999aa7c897
factor: clean up spaces in -tests files
2015-07-02 10:34:01 -07:00
Doug Coleman
e3cb325040
factor: clean up whitespace in -docs files
2015-07-02 10:31:22 -07:00
John Benediktsson
b366a06c41
use reject instead of [ ... not ] filter.
2015-05-12 18:50:34 -07:00
Benjamin Pollack
2c3dd8c3c8
Remove executable bit from tons of files that aren't
2014-11-05 20:40:42 -08:00
John Benediktsson
6d9f5c7f00
colors: implement no-op color conversions.
2013-11-20 20:40:08 -08:00
John Benediktsson
6a4a6b9a0d
colors: more generic methods, simpler api.
2013-10-02 21:24:36 -07:00
John Benediktsson
c2ab21a14d
colors.mix: some descriptions.
2013-04-03 19:01:54 -07:00
John Benediktsson
0c84f62ea8
colors.hsv: fix using.
2013-04-03 18:27:01 -07:00
John Benediktsson
d43b252da2
colors: move mixing words to colors.mix.
2013-04-03 16:33:33 -07:00
John Benediktsson
c124725a85
colors: actually add the tests this time.
2013-04-03 16:14:30 -07:00
John Benediktsson
5426b75d99
colors: adding sample-linear-gradient and some tests.
2013-04-03 16:09:06 -07:00
John Benediktsson
482ea99628
colors.hsv: add a golden-rainbox color sequence word.
2013-04-03 16:08:52 -07:00
John Benediktsson
f351eaedd0
colors.hsv: use sort-triple instead of natural-sort.
2013-04-02 16:55:03 -07:00
Doug Coleman
10a4413bec
colors: Inline >rgba methods.
2013-02-19 10:09:47 -08:00
John Benediktsson
a06169fa3f
colors: can't bootstrap when using locals in colors...
2012-10-21 14:53:24 -07:00
John Benediktsson
659dbd0add
colors.hsv: adding complimentary-color.
2012-10-21 13:24:51 -07:00
John Benediktsson
1d9a0f40fc
colors: adding inverse-color.
2012-10-21 13:16:34 -07:00
John Benediktsson
0d4f08d7fd
colors.hsv: adding rgba>hsva.
2012-10-21 13:16:26 -07:00
John Benediktsson
ac5c9a5d91
colors: adding linear-gradient.
2012-10-21 12:32:45 -07:00
John Benediktsson
4fe22de451
colors: fix using list, silly auto-use.
2012-10-21 12:09:59 -07:00
John Benediktsson
df3956a679
colors.gray: adding rgba>gray.
2012-10-21 12:02:44 -07:00
John Benediktsson
4f260ab9bd
"H{ } substitute" is faster than "{ } substitute".
2012-07-13 19:06:38 -07:00
Doug Coleman
76580da5d5
Refactor the lexer/parser to expose friendlier words for scanning tokens. The preferred top-level words now throw an exception on EOF.
...
CREATE -> scan-new
CREATE-CLASS -> scan-new-class
CREATE-WORD -> scan-new-word
CREATE-GENERIC -> scan-new-generic
scan -> (scan-token)
scan-token now throws on eof
(scan-word) returns word/number/f
scan-word now throws on eof
scan-word-name expects a non-number
Fixes #183 .
Fixes #209 .
2011-09-29 11:28:28 -07:00
Keita Haga
032c9d061a
colors.hex: fix typo in docs
2011-02-06 17:05:20 +09:00
John Benediktsson
fdef71d2b7
colors.hex vocab.
2010-10-28 13:34:59 -07:00
Doug Coleman
7ce4b746e5
parsed -> suffix!, add append!
2009-10-28 13:38:27 -05:00
Keith Lazuka
405e5d015b
docs: change $subsection to $subsections
2009-10-02 12:15:48 -04:00
Keith Lazuka
bdd47b9991
help.markup: word link stack effect is now clickable
2009-09-28 10:44:46 -04:00
Slava Pestov
05fe9c7ead
colors.constants: clean up naming
2009-09-14 21:03:33 -05:00
Keith Lazuka
91c7eb9eea
Renamed a Factor theme color to something more sensible.
2009-09-14 09:01:03 -04:00
Keith Lazuka
51f40e2727
vocabs.prettyprint: made the auto-use vocab box a little easier to read
2009-09-09 16:39:26 -04:00
Slava Pestov
33bfb95614
Fix some annoying circularity; prettyprinter cannot depend on any vocab that depends on locals or stack-checker
2009-09-08 15:15:36 -05:00
Keith Lazuka
ab7e2fc69b
Factor theme colors are now referenced by name.
...
Added a text file, "factor-colors.txt", which is like "rgb.txt" except it lists the theme colors used in the Factor UI.
Changed url-style color to DodgerBlue4 to match link-style.
2009-09-08 15:25:27 -04:00
Slava Pestov
449be040f8
Use utf8 instead of ascii encoding in a couple of places to avoid pulling in ascii into deployed apps
2009-08-23 19:07:21 -05:00
Doug Coleman
3f3d57032b
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
Slava Pestov
2c08376cd5
Minor doc updates
2009-04-06 17:52:14 -05:00