John Benediktsson
06ff539b17
Revert "ui.gadgets.labels: make labels integer larger than text."
...
This reverts commit 0b294c5d50
.
2020-05-18 08:02:06 -07:00
John Benediktsson
5d4a0b4f00
ui.gadgets.tracks: don't convert dims to floats in track-pref-dims-2.
2020-05-17 20:47:22 -07:00
John Benediktsson
eb7aad96c0
ui.gadgets.borders: don't convert border-loc to fixnum.
2020-05-17 20:45:49 -07:00
John Benediktsson
0b294c5d50
ui.gadgets.labels: make labels integer larger than text.
2020-05-17 20:44:21 -07:00
John Benediktsson
65d7e3fad1
build.sh: make_boot_image can just use -run=bootstrap.image.
2020-05-17 19:55:59 -07:00
John Benediktsson
d85d3e861c
bootstrap.image: allow making other images in main.
2020-05-17 19:54:33 -07:00
Doug Coleman
160d1b4415
build.sh: Add self-bootstrap option.
2020-05-16 14:52:02 -05:00
Doug Coleman
75d8607643
build.sh: Only pull into current branch so we don't end up merging
2020-05-16 14:51:53 -05:00
John Benediktsson
abb1755311
logic.examples.money: use lnth and leach.
2020-05-16 11:26:16 -07:00
John Benediktsson
457485dae7
ui.gadgets.labels: allow sub-pixel baseline and cap-height.
2020-05-16 11:18:11 -07:00
John Benediktsson
5f89facf9e
basis/extra: replace "/ >integer" with "/i" in a few places.
2020-05-16 11:17:42 -07:00
John Benediktsson
68f6eeb3ad
ui.gadgets.packs: change pack-layout not to round.
2020-05-16 11:10:18 -07:00
John Benediktsson
7b023ad59d
brainfuck: inline (?) because it's not a language command.
2020-05-16 10:13:10 -07:00
John Benediktsson
b3412e8930
ui.gadgets: formatting.
2020-05-16 10:07:35 -07:00
John Benediktsson
33e72abff9
ui.baseline-alignment: better stack effects.
2020-05-16 10:05:11 -07:00
John Benediktsson
824e239915
core-text: change metrics>dim not to ceiling.
2020-05-16 09:58:42 -07:00
Sergii Fesenko
4353b05cf1
io.standard-paths: fix standard-login-paths for fish shell
...
Fish shell automatically split variables whose name ends in "PATH" into lists,
and uses space as separator for output
Colons force fish to use standard $PATH representation
2020-05-16 07:03:23 -07:00
John Benediktsson
413cc49d3b
urls: adding redacted-url to mask the password of a URL.
...
This is particularly useful for logging to avoid accidentally printing
passwords in web server logs.
2020-05-15 12:13:00 -07:00
Silvio Mayolo
454f192562
Added imenu tags to factor-mode for Emacs
2020-05-14 15:16:55 +00:00
Alexander Iljin
484d564b5d
sodium.ffi: add the scrypt functions
2020-05-10 18:31:37 -05:00
Alexander Iljin
882050600e
sodium: update copyright years in the header
2020-05-10 18:31:37 -05:00
Alexander Iljin
39ab923224
sodium: add sodium-bin>base64
2020-05-10 18:31:37 -05:00
Alexander Iljin
cefb0c6e9e
sodium: add sodium-base64>bin
2020-05-10 18:31:37 -05:00
John Benediktsson
05796cb497
math.bitwise: some docs cleanup.
2020-05-02 07:43:39 -07:00
Doug Coleman
94c6c8e5db
math.bitwise: Add some more docs to find bits form >signed.
2020-05-01 22:49:14 -05:00
Doug Coleman
c21608b0a0
math.bitwise: Add an in-order bitfield word called bitfield*.
2020-05-01 22:48:48 -05:00
John Benediktsson
d27c259928
tensors: updated with the latest tensors vocab.
...
rebased and merged #2283
2020-04-27 20:15:33 -07:00
John Benediktsson
298bbddeb1
visionect: change http-backend to use CRLF.
2020-04-23 11:23:58 -07:00
John Benediktsson
2f8e96a6b6
visionect: handle non-post-data in visionect-post.
2020-04-21 21:18:42 -07:00
John Benediktsson
eef4e17727
visionect: fix get-tclv and set-tclv.
2020-04-21 12:33:55 -07:00
John Benediktsson
ecf9352a25
visionect: get http-backend working properly.
2020-04-21 12:25:37 -07:00
Steve Ayerhart
e04a6e39f3
added srv parsing
2020-04-21 18:00:17 +00:00
Steve Ayerhart
b9469a4acc
incorrect SRV enum
2020-04-21 18:00:17 +00:00
John Benediktsson
34640fe559
bootstrap.image.upload: remove os hook from scp-name.
2020-04-21 07:05:19 -07:00
Doug Coleman
bb1dbc887b
bootstrap.image.upload: scp is included with windows git now.
...
pscp is not necessary anymore and in fact is a more effort to set up.
2020-04-21 01:18:38 -05:00
John Benediktsson
75d82c2a93
visionect: new vocab for Visionect Server Management API.
2020-04-20 14:58:51 -07:00
Doug Coleman
e6b546c358
math.bitwise: Fix shift "right" to shift "left" for bitfield.
...
This word was really hard to understand so I reworked the docs and added another example.
2020-04-18 19:46:29 -05:00
John Benediktsson
8d4f0be202
io.files.trash: use normalize-path.
2020-04-18 09:58:40 -07:00
John Benediktsson
4cb4308a11
io.files.trash: add tags.txt for now.
2020-04-18 09:48:22 -07:00
John Benediktsson
8cf877a1cd
websites.concatenative: rename cgi to gitweb.
2020-04-17 22:11:25 -07:00
Alexander Iljin
a06e9cc3b2
io.files.trash.windows: convert input path to absolute in send-to-trash
...
The input path must be absolute, but normalize-path can't be used, because
that returns UNC path, and SHFileOperation fails on any path prefixed with
"\\?", see https://docs.microsoft.com/en-us/windows/win32/api/shellapi/ns-shellapi-shfileopstructa
Use absolute-path instead. The mixture of slashes and backslashes in the
path is tolerated, at least on Windows 10.
Add a simple unit-test.
2020-04-17 02:55:24 +00:00
Alexander Iljin
595cf81eb8
io.files.trash.windows: fix SHFILEOPSTRUCTW struct
...
Fix the incorrect field alignment. SHFileOperationW crashed with a memory
protection error while trying to dereference only part of the string
pointer.
2020-04-17 02:55:24 +00:00
Alexander Iljin
d486e39255
ui.gadgets.charts: delete some obsolete implementation comments
2020-04-14 10:41:33 -07:00
Alexander Iljin
d2b79e7185
images.viewer-docs: remove some extra spaces
2020-04-14 10:41:27 -07:00
Alexander Iljin
894571c484
compiler.tree.propagation.constraints: fix a harmless typo
2020-04-14 10:41:22 -07:00
Alexander Iljin
a2978c8cb9
alien.data-docs: fix wording and punctuation in cast-array help
2020-04-14 10:41:18 -07:00
Alexander Iljin
bcaba7b7c6
ui.gestures-docs: add code example to file-drop gesture documentation
2020-04-14 10:41:12 -07:00
Alexander Iljin
8af54ff2fa
io.timeouts-docs: fix an example formatting
...
The help system highlights only the last line as the code "output", so in
this case it displayed only half of the text that way.
2020-04-14 10:41:04 -07:00
Doug Coleman
723e0e2c1a
vm: Allow larger 32bit code heaps.
...
Code heap is artificially restricted on 32bit because PPC only had relative
jump instructions of a certain width and we punted on implementing
larger jumps.
2020-04-13 15:50:58 -07:00
John Benediktsson
5d818ccc71
mason.child: change windows code-heap from 200 to 100.
2020-04-13 13:36:10 -07:00