Commit Graph

11677 Commits (d3b2650ce9c2202cb20d5774b682de66fe55caeb)

Author SHA1 Message Date
Slava Pestov d3b2650ce9 Update alien.destructors for DEFINE-CLASS 2009-02-06 02:42:03 -06:00
Slava Pestov 6aa8b1fea8 io.styles: now that its in basis, we can use the delegate vocab instead of manual delegation 2009-02-06 02:07:32 -06:00
Slava Pestov a0c1d32197 Move io.streams.string from core to basis 2009-02-06 01:58:51 -06:00
Slava Pestov 703ea67ac4 Fix listener tests 2009-02-06 01:42:22 -06:00
Slava Pestov 4d53cc1c5d Listener: don't display more than 10 stack elements (configurable with max-stack-items variable) 2009-02-06 01:26:08 -06:00
Slava Pestov e3d4b88e8f UI listener: make history completion popup wider, use correct element type when inserting completions 2009-02-06 01:25:43 -06:00
Slava Pestov ae0da1cf98 Fix conflict 2009-02-05 22:29:15 -06:00
Slava Pestov 67ffc89402 colors.constants: defines a COLOR: word which looks up colors in X11 rgb.txt 2009-02-05 22:19:52 -06:00
Slava Pestov 148317846b Update various vocabularies for colors.constants 2009-02-05 22:17:15 -06:00
Slava Pestov e0f8a3a7b1 derive-font: output base font if font given is f 2009-02-05 22:16:07 -06:00
Slava Pestov 68d5e3ebaf Clean up listener completion; color code words by search path and private status, color code vocabs by load status 2009-02-05 22:15:17 -06:00
Slava Pestov 17e5997c0d ui.gadgets.tables: add row-color generic for row renderer protocol 2009-02-05 22:14:35 -06:00
Daniel Ehrenberg 2466cafbd1 Fixing stack effects of things that use TAGS: 2009-02-05 19:04:21 -06:00
Daniel Ehrenberg e32e85bdd8 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-05 16:49:32 -06:00
Doug Coleman 8411983f20 fix build-support 2009-02-05 14:40:41 -06:00
Daniel Ehrenberg b9839b0c32 XML literals work with inverse now 2009-02-05 14:21:36 -06:00
Daniel Ehrenberg 559fa5cfc0 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-05 14:21:04 -06:00
Doug Coleman f101ca606d use bi 2009-02-05 09:09:24 -06:00
Slava Pestov ef8d622b54 UI documentation and test fixes 2009-02-05 05:16:22 -06:00
Slava Pestov 38ed0f477a ui.gadgets.grid-lines: make it work with non-zero grid gap 2009-02-05 04:52:38 -06:00
Slava Pestov 64bb5b45c4 ui.gadgets.traceback: Cleanup 2009-02-05 04:12:57 -06:00
Slava Pestov 24b7437ff7 Add 'Inspect model' operation
ui.tools.traceback: use new UI inspector
2009-02-05 04:00:27 -06:00
Slava Pestov e74f891662 ui.gadgets.frames, ui.gadgets.grid-lines: update for grid refactoring 2009-02-05 03:31:18 -06:00
Slava Pestov 1bbabcd5e1 Remove some usages of slip combinators from the core 2009-02-05 03:29:59 -06:00
Slava Pestov 88b401b383 Rename math.geometry.rect to math.rectangles
Remove math.geometry.points
Remove rect-loc and rect-dim words
2009-02-05 03:28:41 -06:00
unknown 5d3ee9bf57 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-04 23:17:32 -06:00
unknown 4019752811 remove hacks from the makefile and build-support 2009-02-04 23:15:10 -06:00
Joe Groff 7ae06b0d27 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-04 20:32:03 -06:00
Joe Groff 91c0634451 docs for swizzle 2009-02-04 20:05:26 -06:00
Joe Groff ccdd8999e1 swizzle word to swizzle sequences 2009-02-04 19:46:19 -06:00
unknown b6c3bc892d Fix the build support for windows again, have the makefile load Config.* files in the top level so that freetype.dll and zlib1.dll targets can make 2009-02-04 18:21:58 -06:00
Daniel Ehrenberg 023a44118a inverse bug fix 2009-02-04 17:31:25 -06:00
Daniel Ehrenberg fa0d5de2e4 Speeding up xml.literals by 3x using code generation 2009-02-04 17:29:35 -06:00
Doug Coleman cdc5529070 ignore a windows file 2009-02-04 13:31:57 -06:00
Doug Coleman 3d84d17cc6 use the console factor for tests 2009-02-04 13:28:19 -06:00
Daniel Ehrenberg c7a070ba8e Fixing typo in xml.dispatch 2009-02-04 13:25:51 -06:00
Doug Coleman eec86d6043 Fix io.launcher on Windows -- Microsoft does the same thing with devenv 2009-02-04 13:05:52 -06:00
Daniel Ehrenberg 292ebd4a4c Fixing xml.dispatch 2009-02-04 12:34:18 -06:00
Daniel Ehrenberg 009ea7ad45 Fixing bug in XML where prolog isn't considered; whenever you write XML, the encoding is listed as UTF-8. 2009-02-04 12:32:47 -06:00
Daniel Ehrenberg 354830e983 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-04 11:30:57 -06:00
Slava Pestov dfa0931db1 Merge branch 'master' into new_ui 2009-02-04 05:26:32 -06:00
Slava Pestov 4c5b79ea57 ui.gadgets.debug: some gadgets for testing purposes 2009-02-04 05:26:01 -06:00
Slava Pestov 489019acd0 io.encodings.chinese and io.encodings.japanese: use [1234]byte-array words instead of B{ } new-sequence and [1234]array >byte-array 2009-02-04 05:14:00 -06:00
Slava Pestov f8d80faed3 Add 1sequence word. Add unit tests for existing 1vector and 1byte-array words, and make them use 1sequence 2009-02-04 05:13:12 -06:00
Slava Pestov 4ee7fb1c30 Minor performance improvement for io.encodings.chinese: don't call 'linear' all the time 2009-02-04 04:58:19 -06:00
Slava Pestov feb5688296 Merge branch 'master' into new_ui 2009-02-04 04:45:33 -06:00
Slava Pestov cb174f0db1 Regression: HTTP server would fail to serve files with binary encoding after Dan's io.encodings.iana changes from earlier today 2009-02-04 04:17:24 -06:00
Slava Pestov cd77ecfab3 'case' didn't work if the default was a non-quotation callable, like a curry; this could come up with macro expansion. Bug reported by Dan 2009-02-04 02:41:30 -06:00
Daniel Ehrenberg babe9bb2fd Making xml.dispatch compile 2009-02-04 01:25:48 -06:00
Slava Pestov 1085487028 help.stylesheet: Use a real bullet instead of a dash 2009-02-04 00:51:47 -06:00