Commit Graph

14018 Commits (d38fe7a92c735f5770ac498fcf3cd617c8ec4ce5)

Author SHA1 Message Date
John Benediktsson 3a1fb4d588 assoc-heaps: adding / fixing test case. 2018-02-14 16:52:53 -08:00
John Benediktsson c0a8d0cf1f typed: cleanup using. 2018-02-14 16:22:04 -08:00
John Benediktsson 59bc3a1ca0 io.directories.search: use fry instead of curry in find-file. 2018-02-14 16:21:50 -08:00
John Benediktsson 30739e70ff tools.deprecation: use none?. 2018-02-14 11:57:55 -08:00
John Benediktsson bd9676e152 core/basis/extra: use none?. 2018-02-14 11:56:31 -08:00
John Benediktsson df9ddd1ddd db.sqlite: remove unused "db-table" namespace variable. 2018-02-14 10:40:07 -08:00
John Benediktsson 276534a5e1 db.tuples: simplify count-tuples. 2018-02-14 10:39:55 -08:00
John Benediktsson efcd5ab98d db.queries: set the "table-name" inside a with-variables. 2018-02-14 10:39:20 -08:00
John Benediktsson 9a9670c7ce db.errors: cleanup using. 2018-02-14 10:39:09 -08:00
John Benediktsson 8b71fe04f3 db.tuples: use fry instead of curry, fix stack effect of check-columns. 2018-02-14 09:49:27 -08:00
John Benediktsson cf137d9976 db.tuples: more efficient with-disposals if sequence passed in. 2018-02-14 09:42:19 -08:00
John Benediktsson 355bd0be77 db.types: simplify filter-ignores. 2018-02-14 09:19:21 -08:00
John Benediktsson 35591cc13b fix couple more typos in docs. 2018-02-13 11:44:32 -08:00
John Benediktsson 3e15dfc4cb documents: simplify text+loc. 2018-02-12 17:45:48 -08:00
John Benediktsson 0bd052500e fix another typo. 2018-02-12 17:17:44 -08:00
John Benediktsson a92d67fcb2 fix more typos in docs. 2018-02-12 16:43:08 -08:00
John Benediktsson 7d628b833d fix some typos in docs. 2018-02-12 16:22:49 -08:00
Cat Stevens b14d6085d6 fix a typo in compiler.tree.propagation.constraints documentation 2018-02-12 13:05:27 -08:00
John Benediktsson 9c22098dec ui.gadgets.labeled: make <labeled-gadget> not take a color.
This allows backwards compatibility with 0.97 API.  Adding
<colored-labeled-gadget> for a version with a colored divider
and implementing it with a gap between title bar and content
intead of a shelf border gadget.
2018-02-11 09:53:48 -08:00
Doug Coleman 2a45023e2f windows.dragdrop-listener: Fix the other using! 2018-02-11 00:12:47 -06:00
Doug Coleman 2464e70fad ui.pens.caching: Fix using. 2018-02-10 19:52:03 -06:00
Doug Coleman c8d63c56a9 factor: Clean up wrong form of specialized-arrays in using lists. 2018-02-10 15:25:36 -06:00
John Benediktsson 8f9bfae37c vocabs.metadata: rename vocab-file-contents to vocab-file-lines. 2018-02-09 10:19:33 -08:00
John Benediktsson 77f56b648f vocabs.metadata.resources: sometimes vocab-resources can be ``f``. 2018-02-09 10:19:06 -08:00
John Benediktsson 69b8555b32 help.markup: allow { $maybe { $sequence "lines" } } in docs. 2018-02-09 10:18:36 -08:00
John Benediktsson a791d297ea Revert "add $related-subsections"
This reverts commit 7c22e764f9.
2018-02-05 07:46:42 -08:00
Cat Stevens 7c22e764f9 add $related-subsections 2018-02-04 20:21:15 -08:00
Björn Lindqvist 0763be780f game.input.gtk: throw in case no display is found 2018-02-04 23:24:04 +01:00
Cat Stevens de3d01daef v0.2 help.lint.pedantic: move to extra 2018-02-03 14:58:32 -08:00
Cat Stevens 28336323b4 v0.1 help.lint.pedantic 2018-02-03 14:58:32 -08:00
Cat Stevens e3e41db6aa fix syntax typo in shaders docs 2018-02-01 21:21:01 +01:00
Björn Lindqvist 62f9acdbbc opengl.shaders: probably better to call the gl functions directly 2018-01-31 01:42:04 +01:00
Björn Lindqvist 713543644d opengl.shaders: docs + removing an unused word 2018-01-31 01:23:11 +01:00
Björn Lindqvist a9ebc772df ui.backend.gtk: gtk_init terminates, better throw exception 2018-01-29 11:44:27 +01:00
Björn Lindqvist f281a8cb87 ui.tests: remove badly baked unit test 2018-01-29 11:42:49 +01:00
Björn Lindqvist 62542c52a9 ui: try and ensure that the ui thread finishes #1905 2018-01-29 07:55:36 +01:00
Björn Lindqvist dd36f6ad57 ui: the with-ui-running combinator can be removed
It was only used within the (with-ui) words which in turn were only
called by with-ui.
2018-01-29 07:18:39 +01:00
John Benediktsson f0347b71cf Revert "cocoa.touchbar: try this."
This reverts commit f976d97983.
2018-01-28 11:23:31 -08:00
John Benediktsson f976d97983 cocoa.touchbar: try this. 2018-01-26 16:48:12 -08:00
John Benediktsson 10a3af39da tools.deploy: bump up deploy size for gpu.bunny. 2018-01-26 10:20:45 -08:00
John Benediktsson 7f37709c04 ui.tools.listener: implement vocab-word-completions. 2018-01-24 17:11:26 -08:00
John Benediktsson 9887829103 tools.completion: adding complete-vocab-words?. 2018-01-24 17:11:08 -08:00
Alexander Iljin 8a4dba4cd9 Fix the existing IN: suffixes for the test vocabs
Change some existing vocab name suffixes from "-tests" or ".test" to
".tests". Add no new suffixes.
2018-01-24 16:03:48 -08:00
Björn Lindqvist 71d2a373fe openssl.libcrypto.tests: should not forget to free the BIO 2018-01-24 20:20:38 +01:00
Björn Lindqvist 3b45c93ece gtk.*,gdk.*: not using find-library again 2018-01-24 15:37:47 +01:00
Björn Lindqvist 3a7c1ead3b alien.libraries.finder: find-library for gtk libs
This should make the code find the correct .so's when compiling Factor
yourself.
2018-01-24 13:17:54 +01:00
Björn Lindqvist 2424a77507 alien.libraries.finder.linux.tests: correcting in 2018-01-24 13:13:20 +01:00
John Benediktsson ed92cb066b math.bitwise: add >signed to docs next to >even, >odd. 2018-01-23 15:37:21 -08:00
John Benediktsson 86ee1d452a boxes: add stack-effect info to if-box?. 2018-01-22 20:19:57 -08:00
John Benediktsson 27db0b6346 windows.dropfiles: need to use windows.errors. 2018-01-22 16:06:04 -08:00