Alexander Iljin
d16cf66810
cpu.x86.features-docs: add some help on instruction-count
2018-01-22 07:58:17 -08:00
Alexander Iljin
5a627505ef
ui.gesture-docs: amend propagate-gesture description
2018-01-22 07:58:17 -08:00
Alexander Iljin
e07ba18839
ui: add find-windows to find multiple worlds matching a predicate
2018-01-22 07:58:17 -08:00
Alexander Iljin
abb3089a97
sequences-docs: fix a typo
2018-01-22 07:58:17 -08:00
Alexander Iljin
183da87bf4
calendar.parser: simplify hms>duration
2018-01-22 07:58:17 -08:00
Alexander Iljin
261439fec6
random.windows: reduce verbosity of windows-crypto-context random-bytes*
2018-01-22 07:58:17 -08:00
John Benediktsson
be20da972a
concurrency.mailboxes: some cleanup and docs.
2018-01-22 07:51:43 -08:00
John Benediktsson
12166d3693
bubble-chamber: remove individual launcher vocabs in favor of single window.
2018-01-22 07:50:19 -08:00
John Benediktsson
bfeb011341
bubble-chamber: adding demos tag.
2018-01-22 07:50:02 -08:00
John Benediktsson
df67041a11
bubble-chamber: adjust for gl-scale-factor.
2018-01-22 07:39:29 -08:00
John Benediktsson
11a2ad3550
trails: can use symbols directly without wrapping.
2018-01-22 07:01:22 -08:00
John Benediktsson
ed32c5df2b
frame-buffer: fix for retina using gl-scale-factor.
2018-01-21 22:17:28 -08:00
John Benediktsson
827f2652ce
frame-buffer: cleanup layout*.
2018-01-21 22:03:56 -08:00
John Benediktsson
3e85d3ce7d
bubble-chamber: resurrect from unmaintained.
2018-01-21 21:53:27 -08:00
John Benediktsson
36f9a1f9ad
frame-buffer: resurrect from unmaintained.
2018-01-21 21:51:29 -08:00
Alexander Iljin
68ddc03e22
boolean-expr: shorten some code
2018-01-22 03:13:11 +01:00
Alexander Iljin
f0f2214448
boolean-expr[-docs]: rename cnf to dnf
2018-01-22 03:13:07 +01:00
Alexander Iljin
1b41bf3cfa
boolean-expr: use sequences:partition
2018-01-22 01:33:00 +01:00
Alexander Iljin
2a3b917297
boolean-expr-docs: add documentation
2018-01-22 01:33:00 +01:00
Alexander Iljin
5c92f02129
boolean-expr: use FROM: import to suppress restarts on load
2018-01-22 01:32:50 +01:00
Alexander Iljin
0453edb8bf
boolean-expr: make compilable by replacing `class` with `class-of`
2018-01-22 01:32:50 +01:00
Alexander Iljin
9a813fa7f5
boolean-expr: resurrect from the unmaintained
2018-01-22 01:32:49 +01:00
John Benediktsson
0133a674a4
concurrency.mailboxes: fix test now that get-all returns a vector.
2018-01-20 21:30:34 -08:00
John Benediktsson
5ea1e2efee
vocabs: remove unnecessary generic stack effect.
2018-01-20 21:30:11 -08:00
John Benediktsson
0eb4fc2951
io.launcher.unix: cleanup find-process.
2018-01-20 13:33:16 -08:00
John Benediktsson
cb89a14ed6
concurrency.mailboxes: use unless-disposed.
2018-01-20 12:23:32 -08:00
John Benediktsson
f25d7313d6
concurrency.mailboxes: simplify mailbox-get-all-timeout.
2018-01-20 11:58:52 -08:00
Björn Lindqvist
3b78ec7b6f
ui.render: small simplification
2018-01-20 18:10:06 +01:00
John Benediktsson
f0fac14c14
system-info.macosx: adding High Sierra system-code-name.
2018-01-20 09:01:33 -08:00
John Benediktsson
c68f0e0042
concurrency.distributed: use delete-at* instead of at/delete-at.
2018-01-20 08:18:36 -08:00
John Benediktsson
0ac73e1f11
concurrency.distributed: simplify a bit, mostly because...
...
... I'm not a fan of thd instead of thread, and it seemed (to me)
a little cleaner inlining assoc instead of using get/set words.
2018-01-20 08:16:25 -08:00
Alexander Iljin
392e57a0d5
concurrency.distributed: replace remote-thread connection slot with assoc
...
The new global assoc will match remote-thread instances with their
connection instances, if any. The slot removal will reduce the burden of
sending the remote-thread instances over the socket.
2018-01-20 08:12:38 -08:00
Alexander Iljin
5dec80711b
concurrency.distributed: add myself to the vocab authors
2018-01-20 09:43:40 -06:00
Alexander Iljin
762268f2fe
concurrency.distributed: implement with-connection combinator
...
This allows to send multiple messages over the same socket connection. The
old implementation used with-client, which sent a single message and then
closed the socket. The connection stream is stored in the new remote-thread
tuple slot named connection.
2018-01-20 09:43:40 -06:00
Alexander Iljin
72ed5bf73d
concurrency.distributed: shorten stop-node implementation
2018-01-20 09:43:40 -06:00
John Benediktsson
b40ba26bac
basis/extra: removing '[ @ ] in favor of _ for fried quotations.
2018-01-19 23:40:23 -08:00
John Benediktsson
dcb06f3cbd
ui.backend.cocoa.views: use world get-global in touchbar-commands.
2018-01-19 15:39:52 -08:00
John Benediktsson
4a50385af1
snake-game.ui: load game textures in graft, dispose in ungraft.
...
Use find-gl-context to fix dispose bug that was corrupting UI on macOS.
2018-01-19 15:11:41 -08:00
John Benediktsson
9e32cce5ed
cap: use find-gl-context.
2018-01-19 15:09:48 -08:00
John Benediktsson
07e6e5e949
ui.gadgets.worlds: don't need world with-variable.
...
with-gl-context already does world set-global.
2018-01-19 15:09:27 -08:00
John Benediktsson
452fc6940a
snake-game: some more cleanup.
2018-01-19 14:34:52 -08:00
John Benediktsson
7f6b3261d5
rosetta-code.bitmap-bezier: use assocs.
2018-01-19 14:24:18 -08:00
John Benediktsson
e0a93a6ea8
snake-game: some cleanup.
2018-01-19 12:16:05 -08:00
John Benediktsson
b0b9524fcf
rosetta-code.bitmap-bezier: use zip.
2018-01-19 12:14:17 -08:00
John Benediktsson
c4d139ca9f
porter-stemmer: use zip.
2018-01-19 12:13:58 -08:00
John Benediktsson
d5b5706241
game.input.x11: use zip-as.
2018-01-19 12:13:35 -08:00
John Benediktsson
7bec9dcac7
windows.gdiplus: remove extra whitespace.
2018-01-19 09:22:39 -08:00
John Benediktsson
6a40cde68c
boids: remove extra whitespace.
2018-01-19 09:22:29 -08:00
John Benediktsson
ac48f893f3
boids: hang the touchbar stuff onto a boids-frame.
2018-01-19 09:19:04 -08:00
John Benediktsson
001ea5f6b4
ui.gadgets.worlds: revert back to 1 track-add.
2018-01-19 09:18:49 -08:00