Commit Graph

11605 Commits (aa331e451b77de288eb9d32b26b74c95c1895c8f)

Author SHA1 Message Date
Slava Pestov aa331e451b Eliminate more tuck usages 2009-02-02 16:11:16 -06:00
Slava Pestov 40ca08ce35 Merge branch 'master' of git://factorcode.org/git/factor into new_ui 2009-02-02 16:03:38 -06:00
Doug Coleman 7644d51e3b assocs -> collections in quadtree tags to be consistent 2009-02-02 16:03:03 -06:00
Slava Pestov 7ca7e58b2f Merge branch 'master' of git://factorcode.org/git/factor into new_ui 2009-02-02 16:01:14 -06:00
Slava Pestov c12338c989 Remove ui.gadgets.broken; functionality merged into ui.gadgets.debug 2009-02-02 16:00:57 -06:00
Slava Pestov 69974440c4 Clean up ui.gadgets.grids 2009-02-02 15:58:28 -06:00
Slava Pestov 3eb5222186 Add CHAR: completion to UI listener 2009-02-02 15:58:09 -06:00
Slava Pestov 2a74c6d113 Fix 'Cut' command in Factor.nib 2009-02-02 15:57:07 -06:00
Doug Coleman 639b9147a3 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-02 15:52:01 -06:00
Doug Coleman 475f89645d fix load error 2009-02-02 15:51:42 -06:00
Joe Groff 82daca7f6f gold-plate quadtrees 2009-02-02 15:16:03 -06:00
Slava Pestov 3ed8d9ccce Correctly compute pref-dim of gadgets with baseline alignment 2009-02-02 15:14:46 -06:00
Slava Pestov a5116d0b5d Remove two swapd usages 2009-02-02 14:26:54 -06:00
Joe Groff e9972d3ff3 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-02 14:26:31 -06:00
Joe Groff b2d0daa68d non-retarded implementation of quadtree assoc-size 2009-02-02 14:25:29 -06:00
Slava Pestov 193be29964 Working on baseline alignment 2009-02-02 13:45:06 -06:00
Slava Pestov a4362512f7 <CFString> doesn't bomb if string contains invalid codepoints > 0x10ffff 2009-02-02 13:44:44 -06:00
Slava Pestov 669548e62e Clean up some usages of tuck, and add Joe's curried cleave/spread/apply combinators to kernel vocabulary 2009-02-02 13:43:54 -06:00
Joe Groff cffb634001 add test for quadtree >alist 2009-02-02 13:19:08 -06:00
Joe Groff d32d436154 quadtrees vocab 2009-02-02 13:16:03 -06:00
Slava Pestov 6cd835e567 Fix conflict 2009-02-02 06:07:59 -06:00
Slava Pestov d2590bb2bf Foo 2009-02-02 06:07:06 -06:00
Slava Pestov e88812b76a map infimum => [ min ] map-reduce 2009-02-02 06:04:29 -06:00
Slava Pestov 25f8eeab6f Fix io.encodings.japanese on case-sensitive file sysems 2009-02-02 05:49:21 -06:00
Slava Pestov bb2452c86e Fix biassocs docs 2009-02-02 05:47:29 -06:00
Slava Pestov 0497132a47 Refactor basis/wrap to have a more flexible API 2009-02-02 03:47:45 -06:00
Slava Pestov b684db297a Use [ max ] map-reduce instead of map supremum; would be nice to find a good name for this and put it in sequences vocab 2009-02-02 03:46:10 -06:00
Slava Pestov 833b805f5c infimum, supremum: use map-reduce 2009-02-02 03:33:40 -06:00
Slava Pestov dd4aea9ca8 strings.tables: use [ max ] map-reduce 2009-02-02 03:33:23 -06:00
Slava Pestov abb6c01a62 Refactor ui.gadgets.paragraphs to use wrap 2009-02-02 03:32:13 -06:00
Slava Pestov 32bde32018 Merge branch 'master' into new_ui 2009-02-02 00:22:48 -06:00
Daniel Ehrenberg ce83be67a4 Cleanup of various encodings implementations 2009-02-02 00:16:33 -06:00
Slava Pestov 7512ec1110 Add >biassoc word, and define new-assoc on biassocs so that assoc-map and such can produce biassocs when given biassocs as inputs 2009-02-02 00:11:33 -06:00
Slava Pestov d31b902f96 Add horizontal and vertical orientation constants, working on baseline alignment 2009-02-02 00:02:55 -06:00
Slava Pestov 7b2a705352 <border> now takes a pair instead of an integer 2009-02-02 00:00:45 -06:00
Slava Pestov f93b2f1c29 Clean up line-metrics code 2009-02-01 23:58:05 -06:00
Daniel Ehrenberg 1360e5d1e0 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-01 23:53:38 -06:00
Daniel Ehrenberg 3c75dfd2e0 Shift-JIS support; minor cleanup of io.binary 2009-02-01 23:47:36 -06:00
Slava Pestov ecf3d4f447 Add ui.text:line-metrics word, and core-text implementation 2009-02-01 20:32:49 -06:00
Slava Pestov 790dee3d7e core-graphics: fix problem when rendering transparent offscreen bitmaps, use calloc instead of malloc so that memory is zeroed 2009-02-01 20:32:26 -06:00
Slava Pestov 93afebdb30 colors: add an opaque? word and a transparent color 2009-02-01 20:32:00 -06:00
Slava Pestov 0835eb374b UI cleanup: make some ui.gadgets words private, give labels a virtual slot instead of label-string/set-label-string words 2009-02-01 20:31:42 -06:00
Slava Pestov c48149831e interval-maps: clean up some shuffling 2009-02-01 20:30:54 -06:00
Slava Pestov 4513417657 Clean up some messy stack shuffling 2009-02-01 19:14:43 -06:00
Daniel Ehrenberg f660c7e7e8 Cleanup of io.encodings.utf32 2009-02-01 18:54:06 -06:00
Daniel Ehrenberg ec22af4dbd UTF-32 encoding/decoding 2009-02-01 15:36:07 -06:00
Slava Pestov 00fb6496fb Links to words in apropos work better 2009-02-01 06:33:44 -06:00
Slava Pestov 92708c7231 Fix com-stack-effect 2009-02-01 03:27:10 -06:00
Slava Pestov 5d4a113e60 Merge branch 'master' into new_ui 2009-02-01 02:07:21 -06:00
Slava Pestov e089ce6df0 Fix http test 2009-02-01 02:02:09 -06:00