]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2017-05-26 Alexander Iljinui-docs: mark an optional output parameter with the... 1818/head
2017-05-26 Alexander Iljinalien.data-docs: add a missing space between sentences
2017-05-15 Alexander Iljinui.tools.listener-docs: wrap a hotkey in the $snippet tag
2017-05-06 Sankaranarayanan... slides: map 'b' key to previous slide (like unix less)
2017-05-05 John Benediktssongraphviz.notation: fix $example to compile properly.
2017-05-05 John Benediktssonlocals: modify examples to use new "--- Data stack...
2017-05-05 John Benediktssonhelp.lint.checks: improve check-example to print the...
2017-05-05 John Benediktssoncompiler.units: fix modify-code-heap example.
2017-05-04 John Benediktssonsequences: fix example for unless-empty.
2017-05-04 John Benediktssonbinary-search: improve example for search.
2017-05-04 John BenediktssonRevert "binary-search: improve example for search."
2017-05-04 John BenediktssonRevert "help.lint.checks: prettyprints the examples...
2017-05-04 John Benediktssonbinary-search: improve example for search.
2017-05-04 John Benediktssonhelp.lint.checks: prettyprints the examples stack autom...
2017-05-04 John Benediktssoneditors.emacs: add an emacsclient-args on request.
2017-05-04 John Benediktssonmath: fix stack effect for unless-zero and when-zero.
2017-04-25 Alexander Iljincalendar.format: restore the deleted duration>hm 1806/head
2017-04-17 Alexander Iljinui.gadgets.charts.lines: add a division by zero test...
2017-04-17 Alexander Iljinui.gadgets.charts.axes: replace boolean property with...
2017-04-17 Alexander Iljinui.gadgets.charts.lines: make black the default line...
2017-04-17 Alexander Iljinui.gadgets.charts.utils: move some common code to the...
2017-04-17 Alexander Iljinui.gadgets.charts.[axes|demos]: add simple axis drawing
2017-04-17 Alexander Iljinui.gadgets.charts.axes: initial import
2017-04-17 Alexander IljinMove charts* to ui.gadgets.charts* in the resource...
2017-04-17 Alexander Iljincharts.demo: add a red cosine wave to the demo chart
2017-04-17 Alexander Iljincharts.lines: fix edge cases for fix-left-chunk and...
2017-04-17 Alexander Iljincharts.lines: add a test for y-in-bounds?
2017-04-17 Alexander Iljincharts.demos: add demo vocab
2017-04-17 Alexander Iljincharts: add optional axes slot
2017-04-17 Alexander Iljincharts.lines-docs: add documentation
2017-04-17 Alexander Iljincharts.lines: add clip-data tests, fix implementation...
2017-04-17 Alexander Iljincharts.lines: update some names
2017-04-17 Alexander Iljincharts.lines: use x and y instead of first and second
2017-04-17 Alexander Iljincharts.lines: fix some comments
2017-04-17 Alexander Iljincharts.lines: remove middle and its tests
2017-04-17 John Benediktssoncharts.lines: some cleanup
2017-04-17 Alexander Iljincharts: scale the chart to the gadget size
2017-04-17 Alexander Iljincharts: add BSD license headers
2017-04-17 Alexander Iljincharts.lines: add scale-chunks
2017-04-17 Alexander Iljincharts: add chart-dim
2017-04-17 Alexander Iljincharts.lines: add scale
2017-04-17 Alexander Iljincharts.lines: add flip-y-axis
2017-04-17 Alexander Iljincharts.lines: more tests for drawable-chunks
2017-04-17 Alexander Iljincharts.lines: add tests for fix-right-chunk, fix implem...
2017-04-17 Alexander Iljincharts.lines: add tests for fix-left-chunk, fix impleme...
2017-04-17 Alexander Iljincharts.lines: add tests for 2-point-chunk
2017-04-17 Alexander Iljincharts.lines: add tests for drawable-chunks
2017-04-17 Alexander Iljincharts.lines: make each2* output the last element
2017-04-17 Alexander Iljincharts.lines: implement (drawable-chunks)
2017-04-17 Alexander Iljincharts.lines: reduce the amount of data copying in...
2017-04-17 Alexander Iljincharts.lines: add fix-left-chunk and fix-right-chunk
2017-04-17 Alexander Iljincharts.lines: add 2-point-chunk
2017-04-17 Alexander Iljincharts.lines: add x and y aliases
2017-04-17 Alexander Iljincharts.lines: add calc-x
2017-04-17 Alexander Iljincharts.lines: add extra points where necessary for...
2017-04-17 Alexander Iljincharts.lines: drop slices that are out of y range in...
2017-04-17 Alexander Iljincharts.lines: preliminary implementation of drawable...
2017-04-17 Alexander Iljincharts.lines: factor some common code into y-at
2017-04-17 Alexander Iljincharts.lines: add min-max-cut to cut data on the x...
2017-04-17 Alexander Iljincharts.lines: add last2
2017-04-17 Alexander Iljincharts.lines: add calc-y
2017-04-17 Alexander Iljincharts.lines: add calc-line-slope
2017-04-17 Alexander Iljincharts.lines: avoid calling like when not necessary
2017-04-17 Alexander Iljincharts.lines: don't keep extra elements in data if...
2017-04-17 Alexander Iljincharts.lines: add and update some comments
2017-04-17 Alexander Iljincharts.lines: make clip-by-first operate on slices...
2017-04-17 Alexander Iljincharts.lines: rename search-index to search-first
2017-04-17 Alexander Iljincharts.lines: add dummy drawable-chunks
2017-04-17 Alexander Iljincharts.lines: move (line-vertices) into private section
2017-04-17 Alexander Iljincharts: update some comments
2017-04-17 Alexander Iljincharts: move code related to line drawing to charts...
2017-04-17 Alexander Iljincharts: use clip-data in draw-gadget*
2017-04-17 Alexander Iljincharts: make clip-data handle y coords as well
2017-04-17 Alexander Iljincharts: add clip-data with test
2017-04-17 Alexander Iljincharts: add the "graphics" tag
2017-04-17 Alexander Iljincharts: initial import
2017-04-17 Alexander Iljinpos: delete vocab from unmaintained
2017-04-07 Alexander Iljintools.test-docs: fix the order of parameters for must... 1803/head
2017-04-07 Alexander Iljinmath.functions-docs: update description of e^
2017-04-07 Alexander Iljinmath.functions[-docs]: rename the output parameters...
2017-03-23 Samuel TardieuAdd French number>text support for ratios 1799/head
2017-03-23 Samuel TardieuApply 1990 French orthographic reform for writing numbers
2017-03-21 John Benediktssonio.standard-paths.unix: use $USER's configured shell.
2017-03-18 Alexander Iljinrosetta-code.gnome-sort: add some tests
2017-03-18 Alexander Iljinrosetta-code.gnome-sort: add vocab
2017-03-18 John Benediktssoninfix: adding support for constants and ( -- x ) words.
2017-03-17 John Benediktssonclasses.maybe: fix help-lint for docs.
2017-03-17 Alexander Iljinanimations-docs: fix a typo
2017-03-17 Alexander Iljinclasses.maybe-docs: create some documentation for the...
2017-03-17 Alexander Iljin*-docs: fix a typo in the word parametErized
2017-03-17 Alexander Iljinalien-docs: fix wording
2017-03-17 Alexander Iljinsequences-docs: add a bunch of related-words
2017-03-17 Alexander Iljinsequences-docs: simplify the head* description
2017-03-16 John Benediktssoninfix: add support for string literals.
2017-03-16 John Benediktssoninfix: don't shadow ``t`` even though we can.
2017-03-16 John Benediktssoninfix: add a test for nested local scopes.
2017-03-16 John Benediktssoninfix: fix to allow nested local scopes.
2017-03-15 nicolas-pui.gadgets.buttons: workaround for windows gradient bug
2017-03-06 John Benediktssonio.standard-paths.windows: fix find-in-program-files.
2017-03-05 John Benediktssonio.standard-paths.windows: fix to use find-file-in...
next