]> gitweb.factorcode.org Git - factor.git/history - basis/html
basis/extra: builder fixes for recent cleanups
[factor.git] / basis / html /
2022-08-06 John Benediktssonhtml.templates: reverse order of style and scripts
2022-07-31 Doug Colemansequences: rename subsequence? words to subseq? again.
2022-07-31 Doug Colemancore: find-subseq -> subsequence-starts, find-subseq...
2022-07-31 Doug Colemanfactor: use new words
2022-06-07 Doug Colemanhtml.templates.chloe.syntax: Rename tags to chloe-tags.
2022-02-28 John Benediktssonhtml.streams: use color>hex
2022-02-12 John Benediktssonhtml.templates.chloe: fix tests for script cdata change
2022-02-11 John Benediktssonhtml.templates.chloe: use cdata comment trick.
2022-02-11 John Benediktssonhtml.templates.chloe: need to do cdata differently
2022-02-11 John Benediktssonhtml.templates.chloe: use CDATA for scripts
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-20 Doug Colemanfactor: trim using lists
2022-01-11 John Benediktssonhtml.templates: switch back to stream-copy
2022-01-11 John Benediktssoncolors: using 255 * round >integer for hex conversion
2022-01-10 John Benediktssonbasis: use check-instance in a few places
2022-01-05 John BenediktssonRevert "html.templates: remove the stream-copy version...
2022-01-05 John Benediktssonhtml.templates: remove the stream-copy version of call...
2022-01-05 John Benediktssonhtml.templates: call-template* should not dispose the...
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 Doug Colemanfactor: use new math.ranges syntax in tests and docs
2021-12-20 Doug Colemanfactor: qualifying blank?, random fixes, renamed test...
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemancore: Change lines -> read-lines, contents -> read...
2020-11-30 John Benediktssonlexer: change to parse string syntax consistently.
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-05-22 John Benediktssonhtml.streams: move icon src mapping to help.html.
2020-03-03 John Benediktssonhtml.templates.chloe: adding missing tests.
2020-03-02 John Benediktssonhtml.templates: adding meta tag and some chloe tests.
2020-03-02 John Benediktssonhtml.streams: fix tests.
2020-03-01 John Benediktssonhtml.templates: adding t:script and t:write-script.
2020-03-01 John Benediktssonhtml.streams: monospace uses pre-wrap, wrap-margin...
2020-02-25 John Benediktssonhtml.streams: allow div-css-style to use span-css-style.
2020-02-25 John BenediktssonRevert "html.streams: use style-stream."
2020-02-15 John Benediktssonhtml.streams: use style-stream.
2020-02-13 John Benediktssonhelp: add more bold table headings.
2017-07-06 Björn Lindqvistbasis/,core/,extra/: many new tags
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-01 Doug Colemanfactor: Rename start -> subseq-start, start* -> subseq...
2017-01-21 John BenediktssonRevert "sequences: swap stack arguments for start/start...
2017-01-21 John BenediktssonRevert "html.templates.fhtml: fix start refactor typo."
2017-01-21 John Benediktssonhtml.templates.fhtml: fix start refactor typo.
2017-01-21 John Benediktssonsequences: swap stack arguments for start/start*/subseq?.
2017-01-05 John Benediktssonhtml.templates.fhtml: fix example test.
2017-01-05 Jon Harperadd DOCTYPE html in most places.
2016-12-31 John Benediktssonhtml.components: protect M\ code render* from ``f`...
2016-09-04 Björn LindqvistAdding escaping to CHAR: " -> CHAR: \"
2016-03-31 John Benediktssonunicode: make this the API for all unicode things.
2016-03-30 John Benediktssondisambiguate namespaces:set and sets:set.
2016-03-14 John Benediktssonhtml.templates.fhtml: fix tests for string-lines.
2016-03-11 Benjamin Pollackchloe/html: switch to HTML5 templates
2016-03-11 Benjamin Pollackchloe: make self-closing tags support more idiomatic...
2016-03-11 Benjamin Pollackchloe: ensure self-closing tags are self-closing
2015-11-20 John Benediktssonhtml.templates: use unless* instead of or.
2015-09-15 John Benediktssonhtml.streams: fix tests.
2015-09-14 John Benediktssonhelp.html: cleanup extra spaces.
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-08-12 Doug Colemanfactor: arch -> arch-name. fix breakage caused by other...
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-20 Doug Colemanhtml.streams: rename image-path to icon-path
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-07-02 Doug Colemanfactor: clean up whitespace in -docs files
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-06-09 Doug Colemanhtml.components: use lcs-diff
2015-06-08 Doug Colemancore/basis: Rename words dealing with vocabs to loaded...
2015-05-13 John Benediktssonuse assoc-reject instead of [ ... not ] assoc-filter.
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-05-20 John Benediktssonlexer: change skip back to public interface.
2014-05-20 John Benediktssonhtml.templates.fhtml: fix using.
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2013-04-11 John Benediktssonhtml.streams: allow non-equal padding values.
2013-04-11 John Benediktssonhtml.streams: this was actually simpler.
2013-04-11 John Benediktssonhtml.streams: cleanup borders on html tables.
2013-03-25 Doug Colemanhtml.components: Fix test name
2013-03-25 Doug Colemanhtml.components: Fix load
2013-03-24 Doug Colemanhtml.forms: Rename
2013-03-24 Doug Colemanhtml.templates.chloe: Rename cached-template
2013-03-23 Doug Colemanassocs: Add of and ?of. Change all the things at once...
2011-11-07 Doug ColemanRename lookup to lookup-word.
2011-11-06 Doug Colemanhtml.components: For the t:html tag, only wrap strings...
2011-10-18 Joe Groffio: input-stream and output-stream mixins
2011-10-13 John BenediktssonFix M: stack effects.
2011-09-29 Doug ColemanRefactor the lexer/parser to expose friendlier words...
2011-09-07 Doug ColemanMake "quiet" true by default. Disable quiet mode for...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-02-28 Slava PestovFix conflict
2011-01-16 Keita Hagahtml.templates: fix typo in description of template...
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2010-11-26 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-10-09 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-10-09 Slava Pestovhtml.templates.chloe: minor doc improvements
next