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 |
Sam Anklesaria
|
7a5309f075
|
comboboxes use frp
|
2009-07-28 11:40:58 -05:00 |
Sam Anklesaria
|
77a128fc33
|
some non-reflective frp deployment working
|
2009-07-27 21:44:18 -05:00 |
Sam Anklesaria
|
cc38d1ada6
|
Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:
basis/functors/functors.factor
basis/io/launcher/launcher.factor
basis/ui/gadgets/tables/tables.factor
|
2009-07-22 10:02:09 -05:00 |
Sam Anklesaria
|
58d8aacb74
|
generalized image buttons
|
2009-07-22 09:46:52 -05:00 |
Sam Anklesaria
|
568f55f105
|
product specifiers removed from frp signals
|
2009-07-21 19:40:06 -05:00 |
Joe Groff
|
97adae24f0
|
pardon my dust
|
2009-07-01 17:57:21 -05:00 |
Sam Anklesaria
|
721a6dc3ab
|
"<$" made generic + moved to monads
|
2009-06-27 13:57:29 -05:00 |
Sam Anklesaria
|
07c8c00a12
|
fixed binding bugs in frp
|
2009-06-27 13:22:48 -05:00 |
Sam Anklesaria
|
96fccd9c6c
|
added summary/ author files
|
2009-06-26 15:25:50 -05:00 |