factor/basis
Björn Lindqvist 7bc1009973 ui.*: make active? an integer 0-100
A UI backend can delay setting active? to 100 until the windows actually
is visible. That way, some redundant redraws that happen when the window
isn't visible is supressed. It makes the Windows and GTK UI startup a
little faster.
2015-10-27 19:00:28 +01:00
..
alien VM: looks like ERROR_C_STRING is never thrown, so it can be removed 2015-09-29 23:12:56 +02:00
ascii factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
atk core, basis, extra: Remove DOS line endings from files. 2015-06-29 17:25:40 -07:00
base64 change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
biassocs change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
binary-search factor: put inline on same line as ; for experimentation 2015-08-10 12:55:27 -05:00
bit-arrays change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
bit-sets change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
bit-vectors factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
bitstreams change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
bootstrap Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
boxes change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
byte-arrays/hex change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
cache factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
cairo Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
calendar Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
changer changer: docs didnt get committed. my git game is really off... 2015-08-12 20:44:46 -07:00
channels Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
checksums Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
circular Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
classes/struct classes.struct: fix for struct equality and hashcode #1194 2015-10-10 23:58:04 +02:00
cocoa Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
colors change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
columns factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
combinators change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
command-line command-line: rename file to path for user-init-error which is kinda exactly like a source-file-error. 2015-07-28 19:30:20 -07:00
compiler compiler.tree.propagation.tests: #1370 specific test 2015-09-22 09:03:16 +02:00
compression change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
concurrency Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
core-foundation core-foundation.launch-services: use <c-array>. 2015-08-15 22:03:38 -07:00
core-graphics remove redundant IN: 2015-08-13 06:44:37 -07:00
core-text change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
cpu compiler.*: even more compiler docs 2015-09-22 08:52:59 +02:00
csv factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
db Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
debugger debugger: adding strerror of the errno to io-error. 2015-10-01 08:15:39 -07:00
definitions/icons factor: clean up whitespace in -docs files 2015-07-02 10:31:22 -07:00
delegate change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
deques change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
disjoint-sets factor: Removing SLOT: nth/at/global in favor of using change: at for tuple slots named ``at`` and change-at for hashtables. 2015-08-12 08:49:02 -05:00
dlists dlists: new word dlist-length for getting the length 2015-10-15 16:27:23 +02:00
documents factor: Removing SLOT: nth/at/global in favor of using change: at for tuple slots named ``at`` and change-at for hashtables. 2015-08-12 08:49:02 -05:00
editors change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
endian factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
environment io.directories.unix,environment.unix: better to use 2015-10-01 15:52:51 +02:00
eval core: rename parse-call( to parse-call-paren 2015-07-27 09:54:08 -07:00
farkup factor: don't need FROM: namespaces => set or namespaces:set anymore 2015-08-12 11:25:57 -05:00
fonts fonts: fix name of sans-serif font. 2015-10-25 13:32:02 -07:00
formatting formatting: fix docs for padding and use a better example 2015-08-30 18:43:59 +02:00
fry change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
ftp change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
functors factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping \", and something else soon. 2015-07-25 22:59:56 -07:00
furnace webapps.wiki.example: new vocab to show how the wiki webapp should be 2015-10-04 03:07:29 +02:00
game/input change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
gdk factor: actual patch to remove ; from all c/fortran functions 2015-07-19 16:25:30 -07:00
generalizations change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
gio core, basis, extra: Remove DOS line endings from files. 2015-06-29 17:25:40 -07:00
glib factor: actual patch to remove ; from all c/fortran functions 2015-07-19 16:25:30 -07:00
globs factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
gmodule core, basis, extra: Remove DOS line endings from files. 2015-06-29 17:25:40 -07:00
gobject remove redundant IN: 2015-08-13 06:44:37 -07:00
gobject-introspection change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
graphs factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
grouping grouping: make the $example, not $unchecked-example. 2015-08-14 21:30:57 -07:00
gtk factor: actual patch to remove ; from all c/fortran functions 2015-07-19 16:25:30 -07:00
hash-sets factor: rename set to unordered-set. 2015-08-12 10:54:19 -05:00
hashtables factor: Removing SLOT: nth/at/global in favor of using change: at for tuple slots named ``at`` and change-at for hashtables. 2015-08-12 08:49:02 -05:00
heaps change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
help help.stylesheet: make sizes calculated relative to the default-font-size 2015-10-24 14:44:30 +02:00
hints change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
html html.streams: fix tests. 2015-09-14 20:32:45 -07:00
http http.server.static: better fix for cgi-docs issue. 2015-10-02 11:32:20 -07:00
images images.loader.gdiplus: both BGRA and BGRX formats are supported 2015-10-25 21:57:41 +01:00
inspector Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
interpolate factor: Rename I[ ]I to [I I]. Fix places where we do "string"token without whitespace. 2015-08-06 17:05:12 -05:00
interval-maps change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
interval-sets change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
inverse change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
io VM: fix so that errno is set if MoveFileEx fails, should fix #1490 2015-10-12 12:19:21 +02:00
iokit factor: actual patch to remove ; from all c/fortran functions 2015-07-19 16:25:30 -07:00
json syntax: removing #! as a comment character. 2015-09-09 18:28:08 -07:00
lcs factor: Removing SLOT: nth/at/global in favor of using change: at for tuple slots named ``at`` and change-at for hashtables. 2015-08-12 08:49:02 -05:00
libc change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
linked-assocs factor: clean up spaces in -tests files 2015-07-02 10:34:01 -07:00
listener listener: only call parser-quiet? off when listener starts 2015-10-05 17:04:36 +02:00
lists Fix a word in some old documentation on lazy lists. 2015-09-29 09:12:35 -07:00
literals factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
locals Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
logging logging: let's include the tb when logging errors, makes it way easier 2015-09-24 11:43:48 +02:00
macros change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
match change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
math Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
memoize factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
mime change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
mirrors change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
models factor: Trim whitespace after ! comments and a few USING: lines that got skipped before. 2015-07-18 20:14:22 -07:00
multiline change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
nibble-arrays change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
nmake factor: Rename MACRO: and MACRO: to have quot as the output in stack effects. 2015-07-18 22:16:11 -07:00
none
opengl Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
openssl io.sockets.secure.debug: use <test-secure-config> in some places 2015-10-04 01:25:11 +02:00
pack change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
pango factor: actual patch to remove ; from all c/fortran functions 2015-07-19 16:25:30 -07:00
peg syntax: removing #! as a comment character. 2015-09-09 18:28:08 -07:00
persistent change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
porter-stemmer factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
present Fix two places that should be "all-disk-vocabs-recursive". 2015-06-08 14:37:36 -07:00
prettyprint Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
promises factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
quoted-printable factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping \", and something else soon. 2015-07-25 22:59:56 -07:00
quoting factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
random change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
refs factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
regexp change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
roman change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
search-deques factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
see see: ERROR: should print as ERROR:. 2015-08-13 16:12:46 -07:00
sequences change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
serialize Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
shuffle factor: Rename MACRO: and MACRO: to have quot as the output in stack effects. 2015-07-18 22:16:11 -07:00
simple-flat-file factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
simple-tokenizer factor: Rename I[ ]I to [I I]. Fix places where we do "string"token without whitespace. 2015-08-06 17:05:12 -05:00
smtp Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
sorting Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
soundex Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
source-files/errors/debugger parser, source-files: you need to bootstrap after this patch. 2015-07-23 22:03:43 -07:00
specialized-arrays change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
specialized-vectors factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping \", and something else soon. 2015-07-25 22:59:56 -07:00
splitting/monotonic factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping \", and something else soon. 2015-07-25 22:59:56 -07:00
stack-checker stack-checker.inlining: fix help-lint. 2015-09-23 17:10:43 -07:00
strings/tables factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
suffix-arrays factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
summary factor: rename set to unordered-set. 2015-08-12 10:54:19 -05:00
syndication Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
system-info factor: rename files that are not loadable on mac, too 2015-07-19 16:55:36 -07:00
threads VM: removing the get_datastack/retainstack/callstack primitives 2015-08-23 18:36:30 -07:00
timers factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping \", and something else soon. 2015-07-25 22:59:56 -07:00
tools tools.ps.linux: recover from missing file in ps-cmdline, fixes #1120 2015-10-20 16:55:48 +02:00
tr change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
tuple-arrays tuple-arrays: initial-values can be reused here to create the tuple 2015-10-10 23:58:04 +02:00
typed change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
ui ui.*: make active? an integer 0-100 2015-10-27 19:00:28 +01:00
unicode unicode.normalize: cleanup usings. 2015-10-26 18:25:52 -07:00
unix unix.ffi,windows.winsock: add the rest of the AI_* flags 2015-10-08 15:29:14 +02:00
unrolled-lists change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
urls minor cleanup. 2015-08-17 20:32:28 -07:00
uuid factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
validators Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
vectors/functor basis: cleanup more usings. 2014-11-29 20:10:37 -08:00
vlists change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
vm VM: removing the get_datastack/retainstack/callstack primitives 2015-08-23 18:36:30 -07:00
vocabs Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
webbrowser basis/extra: switch to "vocab." os name>> append require. 2014-11-13 13:00:44 -08:00
windows windows.uniscribe: add SSA_FALLBACK and SSA_TAB to the flags, should fix #860 2015-10-22 23:14:55 +02:00
wrap wrap.words: make it work with empty input. 2015-09-20 09:44:17 -07:00
x11 factor: actual patch to remove ; from all c/fortran functions 2015-07-19 16:25:30 -07:00
xml Minor documentation fixes. 2015-09-29 09:12:29 -07:00
xml-rpc change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
xmode basis: ERROR: changes. 2015-08-13 03:20:39 -07:00