Commit Graph

2672 Commits (72f63d3e4c931d240459010239d7a07e7f884184)

Author SHA1 Message Date
Tim Allen 2e731c63f2 Mention Vim support files in the Vim integration documentation. 2009-01-14 13:29:44 -06:00
Tim Allen 0cb58510bb Move Vim syntax-highlighter to a Vim subdirectory.
This makes it easier to describe where the syntax-highlighting file
should be installed, and allows us to easily package other Vim runtime
files.

This commit also adds a README that describes how to regenerate the
syntax file.
2009-01-14 13:29:23 -06:00
Daniel Ehrenberg bd9a8472f7 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-14 10:43:06 -06:00
Daniel Ehrenberg 83b807929f Fixing base64 documentation 2009-01-14 10:42:58 -06:00
Slava Pestov d6e7eefde3 Fix mnestic's bug and remove math.complex.prettyprint hack 2009-01-14 01:02:27 -06:00
Slava Pestov 62976058ee Add testcase for mnestic's deploy bug 2009-01-14 01:00:54 -06:00
Slava Pestov 84c449f89e Merge branch 'master' of git://factorcode.org/git/jamesnvc 2009-01-14 00:38:09 -06:00
Slava Pestov db07cd3f78 Fix ui.gadgets.scrollers unit tests 2009-01-14 00:37:35 -06:00
James Cash 65b1a62f6a Fixes to v-checkbox 2009-01-13 23:00:49 -05:00
Doug Coleman bffa4a540b Merge branch 'master' of git://factorcode.org/git/factor 2009-01-13 20:50:51 -06:00
Slava Pestov 94e0522efc More work on history completion 2009-01-13 20:47:17 -06:00
Slava Pestov 9a5b7d44fd Add selection-required? slot to table gadget, which if set ensures that some item is always selected if the model is not empty 2009-01-13 20:47:08 -06:00
Slava Pestov a60bf8065a Add hide-glass-hook 2009-01-13 20:44:36 -06:00
Slava Pestov be181dcca2 Merge branch 'master' into new_ui 2009-01-13 19:44:21 -06:00
Slava Pestov 3ba56e73c3 Fix napply for n=1, and fix napply's docs 2009-01-13 19:41:12 -06:00
Slava Pestov 5e7b6e8a0d Merge branch 'master' into new_ui 2009-01-13 19:26:46 -06:00
Slava Pestov b169b803d2 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-13 19:26:25 -06:00
Slava Pestov 1f29e128c1 io.styles refactoring introduced a load error in io.streams.null; fix that, add docs, and remove unused with-null-stream 2009-01-13 19:25:44 -06:00
Daniel Ehrenberg a40af2bd87 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-13 19:13:13 -06:00
Daniel Ehrenberg 85c6efa718 SMTP supports Unicode subjects and contents 2009-01-13 19:13:01 -06:00
Slava Pestov c47f8feaab Clean up scroller code, and fix a cosmetic issue 2009-01-13 19:09:47 -06:00
Slava Pestov fd069442dc History completion work in progress 2009-01-13 19:08:49 -06:00
Doug Coleman d823516b72 more kernel32 bindings 2009-01-13 18:58:47 -06:00
Doug Coleman 1d23287678 remove "pipe" from word name 2009-01-13 18:57:09 -06:00
Daniel Ehrenberg 3b679cf2be Base64 works with streams, ignores newlines in inputs and can output newlines when appropriate 2009-01-13 18:50:16 -06:00
U-FROGGER\erg cefd85013c fix file listing on windows, refactor tools.files cross-platform code 2009-01-13 18:44:47 -06:00
Slava Pestov 21433c47ef Fix conflict 2009-01-13 17:54:27 -06:00
Doug Coleman 406e5f6dac Merge branch 'master' of git://factorcode.org/git/factor 2009-01-13 17:51:22 -06:00
Slava Pestov d06996a6aa Merge branch 'master' of git://factorcode.org/git/jamesnvc 2009-01-13 17:44:17 -06:00
Doug Coleman e8ea2c3727 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-13 17:37:19 -06:00
Slava Pestov e75b3b20c0 Update html.elements for refactoring 2009-01-13 17:35:45 -06:00
Doug Coleman 8b6ec97b50 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-13 17:24:20 -06:00
Slava Pestov 3e1d3d68e8 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-13 17:12:54 -06:00
Slava Pestov 4204fd495f Move formatted stream output words to io.styles; they didn't belong in core, and this reduces deployed image size 2009-01-13 17:12:43 -06:00
Slava Pestov a31b59748d Working on history popup 2009-01-13 16:22:07 -06:00
Doug Coleman 3db9705a99 making directory listing tool configurable, use bi in io.directories.search 2009-01-13 15:48:59 -06:00
Slava Pestov 7e097aa713 Merge branch 'master' of git://factorcode.org/git/factor into new_ui 2009-01-13 14:42:57 -06:00
Doug Coleman f920007959 extend sort-by-slots to work with nested objects, add split-by-slots for already-sorted sequences of tuples 2009-01-13 00:20:34 -06:00
Doug Coleman 4a01649d15 add with-directory-entries and file-type>trailing 2009-01-13 00:05:19 -06:00
Slava Pestov b09763de2e Clean up colors 2009-01-12 22:17:57 -06:00
Slava Pestov d0a3442b30 Fix vocab filtering in profiler 2009-01-12 22:17:39 -06:00
Slava Pestov 79548f5963 Table gadget rendered differently when no focus 2009-01-12 22:16:57 -06:00
Slava Pestov 0829d8ae93 Fix rendering of lines between columns 2009-01-12 19:32:10 -06:00
Slava Pestov 27fd669021 Context-sensitive completion for word and vocab names 2009-01-12 19:25:18 -06:00
Slava Pestov a998925994 Merge branch 'master' into new_ui 2009-01-12 16:18:23 -06:00
Slava Pestov 01cd3ce99a Throw an error if Chloe encounters an unknown tag 2009-01-12 16:17:52 -06:00
Slava Pestov d4c82f8743 Working on context-sensitive completion 2009-01-12 14:31:59 -06:00
Slava Pestov 806c0f4900 Merge branch 'master' into new_ui 2009-01-12 01:55:03 -06:00
Slava Pestov 3a3a4e25eb Merge branch 'master' of git://factorcode.org/git/factor 2009-01-12 01:54:11 -06:00
Slava Pestov e6aa33ac12 Add new intersects? word and use it in a few places instead of intersect empty? 2009-01-12 01:51:38 -06:00
Slava Pestov af970da470 Listener completion work in progress 2009-01-12 01:43:46 -06:00
Slava Pestov 78fe3effa5 Add set-elt-string 2009-01-11 23:51:41 -06:00
Slava Pestov 2b2f95e711 Merge branch 'master' into new_ui 2009-01-11 22:56:27 -06:00
Doug Coleman 9a3908e7dc Merge branch 'master' of git://factorcode.org/git/factor 2009-01-11 21:10:19 -06:00
Doug Coleman a204a43eca fix compile error 2009-01-11 21:10:08 -06:00
Doug Coleman fcf86d3bc3 test pooled db connections, change bogus test 2009-01-11 21:07:39 -06:00
Daniel Ehrenberg 494b0cfea9 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-11 19:42:09 -06:00
Daniel Ehrenberg 1536ac8b49 Fixing Unicode collation bug 2009-01-11 19:41:48 -06:00
Slava Pestov 1c1e36621a Small cleanup for ui.gadgets.labels 2009-01-11 19:40:17 -06:00
Slava Pestov 908c06080a Fix scripting example in cookbook 2009-01-11 19:40:05 -06:00
Slava Pestov 82a7e28082 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-11 14:58:36 -06:00
Slava Pestov c001cba448 Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2009-01-11 14:57:36 -06:00
Slava Pestov fc5c893744 Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor into new_ui 2009-01-11 14:52:10 -06:00
Jose A. Ortega Ruiz 4bb5ad1925 FUEL: Interface with tools.scaffold. 2009-01-11 20:07:34 +01:00
Doug Coleman 0575754328 fix a couple typos in docs 2009-01-11 11:37:58 -06:00
James Cash ab05d5b47d Adding unit tests for v-checkbox 2009-01-11 01:11:21 -05:00
James Cash 0f2e0d0772 Fixing typo in docs for v-checkbox 2009-01-11 00:58:00 -05:00
James Cash 69c1453f83 Adding a checkbox validator 2009-01-11 00:55:47 -05:00
Slava Pestov d893b5737c Merge branch 'master' into new_ui 2009-01-10 23:43:03 -06:00
Slava Pestov 342e459ebe Add ui-tools link to tools article 2009-01-10 23:41:50 -06:00
Tim Allen 8e273b6713 Fix USING: in editors.vim.generate-syntax 2009-01-10 23:37:56 -06:00
Tim Allen eaa920bc19 Make line-numbering more reliable in gvim. 2009-01-10 23:37:37 -06:00
Slava Pestov d305cb897b Merge branch 'master' into new_ui 2009-01-10 18:14:56 -06:00
Doug Coleman ea4f8867c7 make monotonic-slice compile 2009-01-09 19:04:10 -06:00
Slava Pestov df2171df1a Merge branch 'master' of git://factorcode.org/git/factor into new_ui 2009-01-09 17:59:19 -06:00
Slava Pestov 46fdfd2d84 Listener completion work in progress 2009-01-09 17:58:22 -06:00
Slava Pestov fe0c636ffe Re-add words-matching, and add new vocabs-matching words, for use by new listener completion 2009-01-09 17:58:13 -06:00
Slava Pestov 50a4e018e1 Make present work on vocabularies 2009-01-09 17:58:00 -06:00
Doug Coleman b08e1a0205 remove debug line 2009-01-09 17:44:21 -06:00
Daniel Ehrenberg fa52490fe9 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-09 15:55:17 -06:00
Daniel Ehrenberg fb25d04061 Optimizing and cleaning up unicode.breaks and unicode.normalize 2009-01-09 15:53:35 -06:00
Doug Coleman c8fe4b21e7 Rename reduce-output -> reduce-outputs 2009-01-09 15:39:47 -06:00
Doug Coleman 1f7857035e display available-space for file-systems. 2009-01-09 15:34:46 -06:00
Doug Coleman 56808874f1 fix group-name on netbsd 2009-01-09 15:28:10 -06:00
Doug Coleman 2714de3b85 fix help-lint for values -- IN: scratchpad in an example 2009-01-09 16:35:28 -06:00
Doug Coleman e61acc5eee username -> user-name in a couple of places 2009-01-09 16:34:31 -06:00
Doug Coleman 7b36938e8c use unix.stat to fix bootstrap 2009-01-09 16:07:16 -06:00
Doug Coleman fe2a43b481 fix bootstrap 2009-01-09 14:41:00 -06:00
Doug Coleman 69e4fe1f76 fix bootstrap on a couple platforms 2009-01-09 14:31:02 -06:00
Slava Pestov 63c0e5470b Cleaner display of stack effect of word at caret, using models 2009-01-09 14:14:19 -06:00
Daniel Ehrenberg 1ed964e539 Speeding up normalization 2009-01-09 14:03:33 -06:00
Slava Pestov a1c3b9b26b Split off ui.gadgets.glass from ui.gadgets.menus 2009-01-08 23:50:56 -06:00
Slava Pestov f4418410e9 Fix error when mouse over in 'All' in profiler 2009-01-08 23:50:43 -06:00
Doug Coleman e661c67189 refactor a word to use smart combinators 2009-01-08 23:09:38 -06:00
Daniel Ehrenberg 8d8efb6dce Fixing Unicode bootstrap issue (hopefully) 2009-01-08 22:49:24 -06:00
Slava Pestov 730c636172 Merge branch 'master' of git://factorcode.org/git/factor into new_ui 2009-01-08 22:44:57 -06:00
Daniel Ehrenberg 58df6dad6f Unicode cleanup and optimization 2009-01-08 22:23:39 -06:00
Daniel Ehrenberg 43c18cd7fa Merge branch 'master' of git://factorcode.org/git/factor 2009-01-08 22:20:07 -06:00
Doug Coleman 527fa0e484 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-08 19:58:29 -06:00
Slava Pestov 6ddf6af2e7 Add A+n, A+p, A+u to navigate hierarchy in browser tool; add common shortcuts to all tools, like F2, A+s, A+q, ... 2009-01-08 19:30:58 -06:00
Slava Pestov 996b2ef939 Re-organize menu bar on Mac OS X 2009-01-08 19:30:35 -06:00
Daniel Ehrenberg ad53cb8635 Privatizing unicode.case:ch>{lower,upper,title} 2009-01-08 19:07:46 -06:00
Doug Coleman 8cb0be6a0a use combinators.smart 2009-01-08 18:57:33 -06:00
Doug Coleman e020df3d00 use combinators.smart 2009-01-08 18:57:23 -06:00
Doug Coleman 932631c901 use combinators.smart for bit-count 2009-01-08 18:57:07 -06:00
Doug Coleman fe92608a1f Add combinators.smart 2009-01-08 18:56:49 -06:00
Slava Pestov 2fd234ac62 Add common tool commands: F2, A+l, A+L, A+b, A+B 2009-01-08 18:56:39 -06:00
Slava Pestov 632b21159d Mention multiline editor commands in editor docs 2009-01-08 18:56:20 -06:00
Slava Pestov 35ebc60a4b UI tools now remember their size 2009-01-08 18:35:34 -06:00
Daniel Ehrenberg 0aec786359 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-08 17:58:12 -06:00
Daniel Ehrenberg cf3473cc91 Making normalization and case conversion faster 2009-01-08 17:56:52 -06:00
Doug Coleman a773e59216 username -> user-name 2009-01-08 17:56:03 -06:00
Doug Coleman 0ab8f11e1a use smart combinators in tools.files.unix 2009-01-08 17:55:04 -06:00
Slava Pestov 9ea76e3808 Browser tool: don't search for empty string 2009-01-08 17:50:38 -06:00
Slava Pestov 270967fb93 Merge branch 'master' into new_ui 2009-01-08 17:10:32 -06:00
Doug Coleman 5135a2499a username -> user-name 2009-01-08 17:07:33 -06:00
Slava Pestov 3ad224a837 Merge branch 'master' into new_ui 2009-01-08 17:03:54 -06:00
Slava Pestov 0e6a81afe1 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-08 17:03:26 -06:00
Slava Pestov 070d7f05df Fix typo in VALUE: docs 2009-01-08 17:03:15 -06:00
Slava Pestov 977837143b Load help.lint by default 2009-01-08 17:03:06 -06:00
Slava Pestov 723626a9d2 Add slot editing to UI inspector, remove slot editing from TTY inspector 2009-01-08 17:02:54 -06:00
Doug Coleman e20145dbad Merge branch 'master' of git://factorcode.org/git/factor 2009-01-08 17:02:24 -06:00
Doug Coleman b9f0d16026 add upward/stable/downward slices, monotonic-slice, trends and docs 2009-01-08 17:01:27 -06:00
Doug Coleman 0a9677c0af Test the database with parallel combinators 2009-01-08 16:41:38 -06:00
Doug Coleman d9d349993a Sorting by sequences of accessor/comparator pairs 2009-01-08 16:38:44 -06:00
Doug Coleman 6414426373 Add docs for sorting.human, add human>=< 2009-01-08 16:32:26 -06:00
Daniel Ehrenberg e927d84404 Fixing doc errors 2009-01-08 15:38:03 -06:00
Daniel Ehrenberg 4f4198d850 Cleaning up case conversion (still need Lithuanian tests) 2009-01-08 15:00:59 -06:00
Slava Pestov 51232b4451 Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor into new_ui 2009-01-08 13:10:51 -06:00
Slava Pestov 1914a57b40 Render table column separator lines 2009-01-08 00:04:44 -06:00
Slava Pestov d2f1ead23e Minor apropos fix 2009-01-08 00:02:47 -06:00
Daniel Ehrenberg 1aa0684d45 Case conversion title case fixed 2009-01-07 23:54:19 -06:00
Daniel Ehrenberg 8b351b1ad6 Fixing normalize errors 2009-01-07 23:13:04 -06:00
Slava Pestov 6750019dbb Merge branch 'master' of git://factorcode.org/git/factor into new_ui 2009-01-07 21:46:05 -06:00
Daniel Ehrenberg c0ad6b7c55 More docs; more case words public 2009-01-07 21:45:33 -06:00
Slava Pestov b8351d9da0 Merge branch 'master' into new_ui 2009-01-07 21:41:27 -06:00
Slava Pestov 35dc7ae429 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-07 21:18:59 -06:00
Slava Pestov 268b995116 Remove the ui word, and ui-hook kludge; with-ui is now the only way to start the UI. ui.tools vocabulary is now runnable 2009-01-07 20:56:09 -06:00
Daniel Ehrenberg 844855854b Merge branch 'master' of git://factorcode.org/git/factor 2009-01-07 17:59:56 -06:00
Daniel Ehrenberg 501fb3ccf1 Unicode docs 2009-01-07 17:59:01 -06:00
Slava Pestov 3c624f670b Fixing ui.tools unit tests 2009-01-07 16:37:27 -06:00
Slava Pestov 53f4bd4311 Move ui.gadgets.lists to extra 2009-01-07 16:32:02 -06:00
Samuel Tardieu e4b3f01e9e Fix bit-array>integer byte ordering 2009-01-07 23:16:27 +01:00
Doug Coleman 3026f1c8e3 add another test for group-name 2009-01-07 16:05:48 -06:00
Doug Coleman d3220a607f add unit test for group-name 2009-01-07 16:04:42 -06:00
Samuel Tardieu 6a2f46ed7f Move math.primes.factors from extra to basis 2009-01-07 23:01:27 +01:00
Doug Coleman 6d6e691083 Make human-sort behave like sort 2009-01-07 15:58:33 -06:00
Slava Pestov 9a33f1cf1c Fixing bootstrap errors 2009-01-07 15:21:51 -06:00
Daniel Ehrenberg b3d175821a Unicode word breaks 2009-01-07 15:08:08 -06:00
Slava Pestov d7358b5ef3 Removing last remnants of 'workspace' tool 2009-01-07 15:06:43 -06:00
Doug Coleman 638f1f4ceb fix group-name word, rename username -> user-name because of symmetry with group-name, use cleave>array in a couple places to eliminate counting items in an array manually 2009-01-07 14:53:43 -06:00
Samuel Tardieu 594bd3aee8 Move math.primes from extra to basis 2009-01-07 21:12:48 +01:00
Doug Coleman 64f07fa336 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-07 13:53:30 -06:00
Slava Pestov 39391fe852 CGI responder would fail if the CGI script would emit non-ASCII characters; set encoding to binary 2009-01-07 13:46:52 -06:00
Doug Coleman 80782f699a fix a couple more typos in grouping 2009-01-07 13:38:34 -06:00
Slava Pestov d9018d40c7 Merge branch 'master' into new_ui 2009-01-07 12:27:54 -06:00
Daniel Ehrenberg a860ae82f1 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-07 12:26:50 -06:00
Daniel Ehrenberg 4dc505f252 Word breaks 2009-01-07 12:23:07 -06:00
Slava Pestov e90c3879c0 Fix typo in example 2009-01-07 12:20:10 -06:00
Slava Pestov c09f91da69 Add right-click menu to tables, row-value word 2009-01-07 12:18:42 -06:00
Slava Pestov c054c8028a Clean up some code in help.crossref 2009-01-07 12:18:30 -06:00
Doug Coleman 839b5b14eb Merge branch 'master' of git://factorcode.org/git/factor 2009-01-07 11:23:37 -06:00
Doug Coleman e83713d557 Fix typo in each-file stack effect, document io.directories.search 2009-01-07 11:20:05 -06:00
U-C4\Administrator 7f218dde57 fix typo in grouping docs, add more examples 2009-01-07 11:05:53 -06:00
Slava Pestov bdaa5eac31 Minor UI documentation updates 2009-01-06 23:30:08 -06:00
Slava Pestov 70a60ef237 Clean up listener tool 2009-01-06 21:09:40 -06:00
Slava Pestov 00fad429b5 Add shortcuts for scrolling up/down to listener 2009-01-06 20:55:23 -06:00
Slava Pestov 63382b6e81 Fix capitalization 2009-01-06 17:00:30 -06:00
Slava Pestov e6ed70c791 Working on new UI inspector 2009-01-06 16:53:08 -06:00
Slava Pestov 76e89f72ba Fix action gesture 2009-01-06 16:53:01 -06:00
Slava Pestov 29f9d61c90 Add support for double-click actions to table gadget 2009-01-06 16:52:12 -06:00
Daniel Ehrenberg 5357eee12e Fixing unicode normalization--all tests pass 2009-01-06 16:25:12 -06:00
Slava Pestov 5c7af1cf2d Clean up ui.gadgets.lists a tiny bit 2009-01-06 15:54:17 -06:00
Slava Pestov 35dd01de39 Clean up the browser tool 2009-01-06 14:21:37 -06:00
Slava Pestov 24d55cc6a6 Browser tool is now its own window; update help-window usages to open browser instead 2009-01-06 13:56:14 -06:00
Slava Pestov d2fd2d0a8c Only multiline editors need UP/DOWN arrow commandS 2009-01-06 13:45:57 -06:00
Slava Pestov a9f1394468 Add a failing unit test 2009-01-06 13:45:46 -06:00
Daniel Ehrenberg be34c407d1 unicode.breaks tests and bug fixes 2009-01-06 10:19:19 -06:00
Slava Pestov 14f46ea25f Merge branch 'master' into new_ui 2009-01-05 23:40:34 -06:00
Slava Pestov d815c0c048 Fix Farkup link escaping 2009-01-05 23:39:29 -06:00
Daniel Ehrenberg 6452ebac6e Commenting out failing unit test in unicode 2009-01-05 22:39:38 -06:00
Daniel Ehrenberg 9d3d3f815f Unicode normalization bug fixes (incomplete) 2009-01-05 22:19:14 -06:00
Daniel Ehrenberg fa91133cc0 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-05 20:59:04 -06:00
Slava Pestov 651c298eb3 Merge branch 'master' into new_ui 2009-01-05 19:56:25 -06:00
Slava Pestov 7b110b0bfd Move 3each, 3map from compiler.utilities to sequences 2009-01-05 17:32:08 -06:00
Slava Pestov 872d12d29b Add support for column filling and alignment to table gadgets
Finish profiler tool's methods tab
2009-01-05 17:31:21 -06:00
Daniel Ehrenberg 256eeb3d3e Typo in unicode normalization 2009-01-04 22:22:18 -06:00
Doug Coleman ffe0aac310 Fix a couple bugs in unix.users and add unit tests 2009-01-04 11:44:49 -06:00
Slava Pestov cb4f3eec46 Flesh out 'Methods' tab in new profiler tool 2009-01-03 18:58:43 -06:00
Slava Pestov fa4eecacc8 Merge branch 'for-slava' of git://git.rfc1149.net/factor into new_ui 2008-12-28 15:34:57 -06:00
Samuel Tardieu e6a5ac4acd Remove useless with-scope and unneeded uses 2008-12-27 23:13:03 +01:00
Slava Pestov b37bf90b33 Merge branch 'master' into new_ui 2008-12-26 15:38:37 -06:00
Samuel Tardieu 7716ac276e Mark parts of math.miller-rabin as private 2008-12-26 20:58:46 +01:00
Samuel Tardieu 66b410b81f Properly set bits in large bit arrays
Bit arrays were not properly manipulated by set-bits or clear-bits
if they were larger than 40 bits (one cell + one byte).

Moreover, the bug was likely to cause a bus error on architectures unable
to access unaligned words.
2008-12-26 20:58:45 +01:00
Eduardo Cavazos 924c075450 Fix typo in help for '$values' 2008-12-25 05:34:36 -06:00
Slava Pestov 1f11b0d78b Use singleton classes instead of tuples for document elements 2008-12-24 22:38:02 -06:00
Slava Pestov 56c929c8e1 Merge branch 'master' into new_ui 2008-12-22 05:55:09 -06:00
Slava Pestov e4edfe076d Clean up ugly shuffling in documents code 2008-12-22 05:50:43 -06:00
Slava Pestov 0ebd6c1974 Merge branch 'master' into new_ui 2008-12-22 05:44:39 -06:00
Slava Pestov 058ba127cb Cleaning up more -rot usages 2008-12-22 05:41:01 -06:00
Slava Pestov a39a644362 New ui.gadgets.tabbed vocab, working on 'Methods' tab in profiler tool 2008-12-22 05:40:38 -06:00
Slava Pestov c1f50f0ad6 Merge branch 'master' into new_ui 2008-12-22 01:22:22 -06:00
Slava Pestov 3332727227 Clean up UUID a bit and fix help lint 2008-12-22 01:22:05 -06:00
Slava Pestov 5543cc6aaf Merge branch 'master' into new_ui 2008-12-22 00:55:07 -06:00
Slava Pestov a06e8ef1e7 Fix cookbook typo 2008-12-22 00:54:19 -06:00
Slava Pestov f9851b195a Working on new profiler tool 2008-12-22 00:54:08 -06:00
unknown ca8c7540b4 Move io.files.links tests to io.files.links.unix so that they don't get run on Windows 2008-12-21 19:04:12 -06:00
Slava Pestov 61ac513b32 Merge branch 'master' into new_ui 2008-12-21 14:41:24 -06:00
Slava Pestov 19a8a9ac9b Minor documentation updates 2008-12-21 14:29:12 -06:00
Slava Pestov f169fdabcd Merge branch 'master' of git://github.com/mrjbq7/factor 2008-12-21 14:10:27 -06:00
Slava Pestov 37118a4cde Mouse highlight now follows selection 2008-12-21 14:10:09 -06:00
John Benediktsson 293cbf91e7 Remove use of 'rot' in uuid. 2008-12-20 19:32:16 -08:00
John Benediktsson 2d08bba67f Moving uuid from extra/uuid to basis/uuid. 2008-12-20 18:39:09 -08:00
Slava Pestov 8848878c27 Merge branch 'master' into new_ui 2008-12-20 18:08:00 -06:00
Slava Pestov b2e45f199e Calling dispose on unix stdin no longer kills the VM 2008-12-20 18:02:08 -06:00
Slava Pestov 4849830ebd Help pages now have next/prev links 2008-12-20 17:32:38 -06:00
John Benediktsson 3c4f26ebd9 Merge branch 'master' of git://factorcode.org/git/factor 2008-12-19 08:45:02 -08:00
Slava Pestov d001237921 Table gadgets work in progress 2008-12-19 02:37:40 -06:00
Slava Pestov feaac5ae43 Search models 2008-12-19 02:36:34 -06:00
Slava Pestov c7f02e3f12 UI listener fix 2008-12-19 02:36:02 -06:00
Slava Pestov d330ff31b5 Merge branch 'master' into new_ui 2008-12-19 02:26:01 -06:00
Slava Pestov 061b83b5dd Add <filled-border> 2008-12-19 02:25:40 -06:00
Slava Pestov 735dbfb79f Fix track pref-dim, and layout with gaps 2008-12-19 02:25:21 -06:00
Slava Pestov 7a48b194a0 Fix ui.tools tests 2008-12-19 02:24:44 -06:00
Slava Pestov 506760c8cb Merge branch 'master' into new_ui 2008-12-19 00:53:00 -06:00
Slava Pestov 6dc78023c6 Fix M: doctype-decl write-xml-chunk 2008-12-19 00:52:52 -06:00
Slava Pestov 44b6a490a1 Add protocol slot to make it work with funny load order 2008-12-19 00:52:41 -06:00
Slava Pestov e830a2efc7 Merge branch 'master' into new_ui 2008-12-19 00:13:22 -06:00
Slava Pestov 84cafde43a Fix load error 2008-12-19 00:13:12 -06:00
Slava Pestov cc4913958f Merge branch 'master' into new_ui 2008-12-18 23:57:01 -06:00
Slava Pestov 69c64ba803 Refactor operations-menu code to make it independent of presentations 2008-12-18 23:56:41 -06:00
Slava Pestov acfa7f1ae1 Merge branch 'master' of git://factorcode.org/git/factor 2008-12-18 23:56:21 -06:00
Slava Pestov 766fccaecc Compose model fires less unnecessary notifications 2008-12-18 23:56:16 -06:00
Doug Coleman 28b3b4b97a add a lot more to the using list 2008-12-18 23:44:14 -06:00
Slava Pestov bb22877ced Merge branch 'master' into new_ui 2008-12-18 21:28:05 -06:00
Slava Pestov 085184661e Merge branch 'master' of git://factorcode.org/git/factor 2008-12-18 21:17:42 -06:00
Slava Pestov 41d3b13f7c f print-topic no longer prints an error 2008-12-18 21:17:33 -06:00
Slava Pestov 74df92d12d Fix <direct-struct-array> 2008-12-18 21:17:24 -06:00
Slava Pestov 7836b2c6f4 / >fixnum should be /i 2008-12-18 21:02:46 -06:00
John Benediktsson 09b5f79540 Merge branch 'master' of git://factorcode.org/git/factor 2008-12-18 18:51:37 -08:00
Doug Coleman 88ec8786fd add using 2008-12-18 20:31:22 -06:00
Doug Coleman 21fc9f98a6 Merge branch 'master' of git://factorcode.org/git/factor 2008-12-18 19:57:32 -06:00
Doug Coleman 4f1aefd3fe fix bootstrap 2008-12-18 19:57:21 -06:00
Doug Coleman 513b4b3708 use read-link instead, remove dependency on unix. oops 2008-12-18 19:32:09 -06:00
Doug Coleman a326943f8b better related-words for follow-links. add 2008-12-18 18:42:05 -06:00
Doug Coleman 180aeea68d fix using. add 2008-12-18 18:40:01 -06:00
erg cc027b8b1a Merge branch 'master' of git://factorcode.org/git/factor 2008-12-18 18:33:16 -06:00
erg 7103cc3cda Add follow-link/follow-links, use it in file-system-info on linux. add
docs and unit tests.  fix indentation
2008-12-18 18:32:00 -06:00
Slava Pestov cac73daa85 Oops 2008-12-18 18:09:36 -06:00
Slava Pestov 83f03c89b6 Fix bogus indentation 2008-12-18 18:09:22 -06:00