John Benediktsson
fcce5a2af9
core-text: retina displays should use "2x" fonts.
2012-11-01 16:28:33 -07:00
John Benediktsson
5f1bcb78bd
opengl.textures: render 2x images.
2012-11-01 16:14:55 -07:00
John Benediktsson
e5d325df44
images: adding "2x" images.
2012-11-01 16:11:55 -07:00
John Benediktsson
44b7bbc76d
opengl: adding support for a gl-scale-factor.
2012-11-01 14:48:12 -07:00
John Benediktsson
f2ce2a0b61
calendar: better warnings.
2012-11-01 14:41:30 -07:00
John Benediktsson
4efa984637
ui.backend.cocoa.views: [self setWantsBestResolutionOpenGLSurface:YES];
2012-11-01 14:29:03 -07:00
John Benediktsson
10771437bd
Factor.app: enable NSHighResolutionCapable.
2012-11-01 14:27:31 -07:00
John Benediktsson
688f088faf
assocs.extras: use min-length in zip-as.
2012-10-30 09:50:53 -07:00
John Benediktsson
4bdb40574a
sequences.extras: adding a (slow) arg-sort.
2012-10-29 17:45:33 -07:00
Doug Coleman
1a5f2ad961
ui.backend.gtk: Save the clipboard to the global clipboard so that it doesn't get deleted when Factor exits. Fixes #548 . Add paste-selection, but commented out for now.
2012-10-29 10:56:34 -07:00
Doug Coleman
0c5d70e881
grouping: The expectation is that if there is a virtual clump of length N, then each iteration through that clump there are N elements available. This patch breaks that assumption.
...
Revert "change clump when the group size is greater than the sequence length"
This reverts commit baedb316c5
.
Conflicts:
basis/grouping/grouping-docs.factor
basis/grouping/grouping-tests.factor
basis/grouping/grouping.factor
2012-10-29 09:47:15 -07:00
Jon Harper
93cf443f32
Allow circular clumps with a length smaller than the clump
...
Conflicts:
basis/grouping/grouping-tests.factor
2012-10-28 13:41:41 -07:00
Jon Harper
0dfe8f949c
fixup: forgot the tests
2012-10-28 13:34:30 -07:00
Jon Harper
7b7586fa54
clump: fix empty sequence input. rephrase docs a bit
2012-10-28 13:34:18 -07:00
Jon Harper
2fc1442771
change clump when the group size is greater than the sequence length
2012-10-28 13:34:08 -07:00
Jon Harper
40ca3fc7f3
Friendlier grouping/clumping error message
2012-10-28 13:33:51 -07:00
Doug Coleman
1cdd080445
os-unix: Actually call pthread_join() to avoid an infinite loop and 100% cpu usage. It happens randomly. Fixes #738 . Thanks to kkrev or frankfranks.
2012-10-26 10:36:01 -07:00
John Benediktsson
8eb4d2723f
io.streams.zeros: write only 'n' zeros.
2012-10-26 07:48:51 -07:00
John Benediktsson
8b87b0ab57
io.streams.zeros: adding authors.txt.
2012-10-25 22:00:35 -07:00
John Benediktsson
bba382bd5c
io.streams.random: stream-copy disposes, so we don't need to.
2012-10-25 22:00:02 -07:00
John Benediktsson
7b50fd3601
unix: adding truncate-file.
2012-10-25 21:51:08 -07:00
John Benediktsson
cff606f474
io.streams.random: moving random-file here.
2012-10-25 21:47:42 -07:00
John Benediktsson
032458e5d7
io.streams.zeros: adding zero-file.
2012-10-25 21:46:11 -07:00
John Benediktsson
7847b55cea
io.streams.zeros: adding @erg's zero-stream.
2012-10-25 21:43:52 -07:00
John Benediktsson
ca315e7996
io.random: adding "random-file".
2012-10-25 21:40:43 -07:00
John Benediktsson
916d912492
io.streams.random: adding @erg's random-stream.
2012-10-25 21:37:58 -07:00
John Benediktsson
23fc7b3eb9
math.statistics: add some padding in the docs (looks better).
2012-10-25 21:01:17 -07:00
Doug Coleman
4a5885bca1
machine-learning.one-hot: Use the example from my blog post as a unit test.
2012-10-25 18:16:22 -07:00
John Benediktsson
71da857f43
math.statistics: add other cumulative words to help article.
2012-10-25 16:30:31 -07:00
Doug Coleman
3ec9dc94da
machine-learning.one-hot: Start a machine learning library with a feature from scikit-learn.
2012-10-25 16:17:26 -07:00
Doug Coleman
01227b3331
sequences.extras: Add set-nths and set-nths-unsafe for setting many indices in a sequence to the same value.
2012-10-25 16:14:07 -07:00
Doug Coleman
b867a248a2
math.statistics: Add cum-count, cum-sum0, cum-map0. Add docs.
2012-10-25 16:13:25 -07:00
Doug Coleman
563c15e530
sequences.extras: Add head-as, head*-as, tail-as, tail*-as.
2012-10-25 11:38:31 -07:00
John Benediktsson
83712ad87e
io.directories: defining "?delete-file".
2012-10-25 10:07:15 -07:00
Doug Coleman
33ae7abb23
calendar: Add yesterday, tomorrow, o'clock, am, pm.
2012-10-25 09:46:11 -07:00
Doug Coleman
99db5b68d7
windows: Fix bootstrap.
2012-10-25 09:06:02 -07:00
Doug Coleman
2ce0db5681
tar: Don't throw an error if the file does not exist to unlink.
2012-10-25 08:35:34 -07:00
John Benediktsson
6e572cfff1
io.files.acls.macosx: finish separation of ffi vocab.
2012-10-24 20:28:54 -07:00
John Benediktsson
d1920b50a9
io.files.acls.macosx.lib: removing redundant vocab.
2012-10-24 20:23:54 -07:00
John Benediktsson
e0aff8d02c
sbufs: no need to contract.
2012-10-24 20:16:34 -07:00
John Benediktsson
be4db5312f
unix: adding mkfifo.
2012-10-24 20:08:32 -07:00
John Benediktsson
2f0e437314
unix.ffi.macosx: can't use iovec here...
2012-10-24 20:08:20 -07:00
John Benediktsson
22a6087107
unix.ffi: adding sendfile.
2012-10-24 19:53:39 -07:00
John Benediktsson
e32eab2ca7
unix.ffi: adding readv/writev.
2012-10-24 19:53:24 -07:00
John Benediktsson
91582b752c
cgi: add some docs.
2012-10-24 19:20:02 -07:00
John Benediktsson
d4f3a0a2cc
tools.which: adding the "which" command.
2012-10-24 19:20:02 -07:00
Doug Coleman
2921829b79
windows: Attempt to fix circularity.
2012-10-24 19:03:25 -07:00
Doug Coleman
12df557b11
tar: Fix pax_global_header. Make symlinks work, do them at the end. Untars the linux kernel again.
2012-10-24 18:58:44 -07:00
John Benediktsson
04e783a886
io.files.info.unix: errno EACCES should be handled separately.
2012-10-24 17:51:13 -07:00
Doug Coleman
43fb3fb174
windows.shell32: Throw an error if file does not exist on file-executable?
...
call.
2012-10-24 17:48:42 -07:00