Alexander Iljin
d486e39255
ui.gadgets.charts: delete some obsolete implementation comments
2020-04-14 10:41:33 -07:00
Doug Coleman
9bb9afd5cc
ui.render.test: Replace reference image with an uncorrupted one.
...
To generate a rendering image:
USE: ui.render.test
"ui-render-test" run
render-output get-global "resource:reference.bmp" save-graphic-image
Fixes #2210 .
2020-03-06 19:37:02 -06:00
John Benediktsson
2e5cec428a
help.markup: adding a $slots word to document slots, use it.
2020-02-16 22:36:19 -08:00
Doug Coleman
17ed798178
*.txt: Add newlines, fix some spacing
2018-12-16 12:04:35 -06:00
Doug Coleman
4e9d383fe5
docs: Fix help-lint-all mistakes.
2018-07-07 01:13:19 -05:00
Doug Coleman
9f213f96f6
core: Add the shuffler words but without primitives.
...
The nipd branch slowed bootstrap by a minute, this patch does not.
sorry about changing the fjsc line endings...
2018-06-19 22:52:58 -05:00
John Benediktsson
6890ec3fe4
extra: remove some unneeded IN: in -tests.
2018-02-14 17:01:11 -08:00
John Benediktsson
e680461ec1
frame-buffer: move to ui.gadgets.frame-buffer.
2018-01-22 13:51:32 -08:00
Doug Coleman
fbe8d639d6
ui.gadgets.charts.lines: Fix using list.
...
Use ``SPECIALIZED-ARRAYS: float`` in order to create it if it doesnt exist.
2017-12-28 17:54:14 -08:00
Doug Coleman
e189954ecc
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ;
2017-06-02 11:57:05 -05:00
Alexander Iljin
717a49c365
ui.gadgets.charts.lines: add a division by zero test for calc-line-slope
2017-04-17 13:54:51 -07:00
Alexander Iljin
07f35d95ac
ui.gadgets.charts.axes: replace boolean property with subclasses
...
The vertical? property of the axis tuple was replaced with two subclasses:
vertical-axis and horizontal-axis.
2017-04-17 13:54:51 -07:00
Alexander Iljin
c91d7dbcb9
ui.gadgets.charts.lines: make black the default line color
...
Prevent crash if the color slot is empty.
2017-04-17 13:54:51 -07:00
Alexander Iljin
90a7ce9120
ui.gadgets.charts.utils: move some common code to the new vocab
2017-04-17 13:54:51 -07:00
Alexander Iljin
90087cebc1
ui.gadgets.charts.[axes|demos]: add simple axis drawing
2017-04-17 13:54:51 -07:00
Alexander Iljin
dd3fcfdadf
ui.gadgets.charts.axes: initial import
2017-04-17 13:54:51 -07:00
Alexander Iljin
a050823f29
Move charts* to ui.gadgets.charts* in the resource:extra root
2017-04-17 13:54:51 -07:00
Björn Lindqvist
cb39da4b31
math.vectors: new word vclamp for clamping vectors
2016-08-22 14:22:26 +02: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
John Benediktsson
ff2f58ac4b
ui.theme.switching: default font colors.
2016-05-22 07:53:21 -07:00
Doug Coleman
eb84850315
ui.gadgets.lists: Fix using for themes.
2016-05-10 02:35:26 -07:00
John Benediktsson
e477f6996f
Fix comments to be ! not #!.
2015-09-08 16:15:10 -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
352e5de16a
core, basis, extra: Remove DOS line endings from files.
...
Remove whitespace from end of lines.
Add a newline to the end of each file.
2015-06-29 17:25:40 -07:00
John Benediktsson
f6af1da32f
ui: use control-value/set-control-value in a few places.
2014-12-17 13:05:00 -08:00
John Benediktsson
98935b7f15
docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``.
2014-05-18 20:09:10 -07:00
John Benediktsson
4e72d80256
Using "same?" in more places.
2012-07-21 10:22:44 -07:00
Slava Pestov
627295f094
Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO)
2010-05-06 17:21:02 -04:00
Joe Groff
afadf303cd
use world-attributes pref-dim instead of world pref-dim* method where applicable
2010-01-16 11:44:58 -08:00
Slava Pestov
0612bc6177
Factor source files should not be executable
2009-11-21 17:50:43 -06:00
Slava Pestov
ca12618c51
move models.illusion to basis, and move models.combinators and everything that uses it to unmaintained since it monkey-patches the models vocab which is retarded
2009-11-09 01:18:36 -06:00
Joe Groff
a5957b188d
nip most uses of tuck from extra
2009-11-05 22:22:21 -06:00
Joe Groff
6c48852fb0
eliminate most spins from extra
2009-11-05 15:34:31 -06:00
Joe Groff
3fbe722561
Merge branch 'master' of http://factorcode.org/git/factor
...
Conflicts:
basis/locals/locals.factor
basis/peg/peg.factor
extra/infix/infix.factor
2009-10-28 16:17:24 -05:00
Doug Coleman
93de179c2f
over push -> suffix!, over push-all -> append!
2009-10-28 15:29:01 -05:00
Joe Groff
935c0797c3
update existing code for [let change
2009-10-27 22:05:37 -05:00
Slava Pestov
dafa068f34
ui.gadgets.controls: fix load error
2009-10-20 02:18:21 -05:00
Keith Lazuka
405e5d015b
docs: change $subsection to $subsections
2009-10-02 12:15:48 -04: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
Sam Anklesaria
9d3fe3fd9a
removed demo from poppers
2009-08-05 20:04:14 -05:00
Sam Anklesaria
d65be18dce
ui.gadgets.poppers: new ui gadget
2009-08-05 20:01:50 -05:00
Sam Anklesaria
0c4b9a0d58
simplified ui.gadgets.tables
2009-08-05 16:24:56 -05:00
Sam Anklesaria
42d478054f
ui.gadgets.layout: add-gadget-at refactored
2009-08-05 08:44:14 -05:00
Sam Anklesaria
f9cc05e14a
gadgets.controls.refactoring
2009-08-04 23:00:46 -05:00
Sam Anklesaria
c05e91a7a3
replaced redundancies
2009-08-04 17:16:34 -05:00
Sam Anklesaria
7f33da63ce
split + renamed ui.frp for better integration with other libs
2009-08-01 15:18:24 -05:00
Sam Anklesaria
9c0668180d
ui.frp: template creation moved to runtime
2009-07-30 17:12:06 -05:00
Sam Anklesaria
0c104ca126
db configurations factored out through db.info
2009-07-28 15:34:49 -05:00