Doug Coleman
|
5fb483099f
|
cocoa: Prefer ``send: foo`` or ``send: \foo:`` instead of ``send\ foo:``
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
baa6af4831
|
factor: All RENAME: and FROM: and EXCLUDE: to have \foo as word names.
Grab bag of other cleanups. tests and docs parse!
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
13d9a78ec6
|
interpolate: [I -> I[[
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
dccba5f9c3
|
compiler: d: and r: had too many spaces.
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
3aa096e2e5
|
docs: Update docs.
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
4cba08aa8c
|
xml: update syntax. XML-DOC[[ ]] and XML-CHUNK[[ ]]
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
2551028f98
|
factor: Fixing postpone: etc in docs
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
22e59d7838
|
docs: Escaping a lot.
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
15a7484b6f
|
factor: STRING: foo ; to CONSTANT: foo [[ ]]
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
2114b7efc5
|
factor: ALIEN: to alien:
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
5507c2b676
|
factor: [let to let[, [| to |[
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
28ffd303cb
|
factor: random syntax update
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
88e772ef17
|
docs: postpone: \foo
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
9fc62092a4
|
factor: SEL: to selector\ postpone: \foo
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
4a2fffe2f3
|
windows: GUID: to guid:
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
3861e85d09
|
regexp: Allow more syntax. Update yaml.
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
54ef674a99
|
cocoa: -> to send\ ?-> to ?send\ SUPER-> to super\
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
147ae66ab5
|
factor: SYNTAX: \foo
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
7ca280aee6
|
factor: SYNTAX: \FOO:
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
fbb5f871c4
|
compiler: r: d:
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
c436f6dbad
|
factor: char: postpone: color: hexcolor: flexhexcolor: decimal:
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
6c5bc17c58
|
factor: CHAR: ; -> CHAR: \;
|
2017-08-31 21:21:12 -05:00 |
Doug Coleman
|
eb173e2caa
|
factor: Add more character escapes.
|
2017-08-31 21:21:12 -05:00 |
Doug Coleman
|
84e40810cd
|
factor: CHAR: : -> CHAR: \:, same for [{(
|
2017-08-31 21:21:12 -05:00 |
Doug Coleman
|
317c74193d
|
system-info.macosx: Add the next macOS name before @mrjbq7 does!
|
2017-08-31 21:21:12 -05:00 |
Doug Coleman
|
3892047d2d
|
system-info: Add hyperthreads. Windows needs to implement this.
The whole system-info needs a better api in general. At least this patch fixes cli.git on macOS.
|
2017-08-31 21:21:12 -05:00 |
Doug Coleman
|
081b642dee
|
bootstrap.image.upload: Upload images per-branch.
|
2017-08-31 21:06:17 -05:00 |
Alexander Iljin
|
c457c019bb
|
stack-checker.backend-docs: fix help on ensure-d (issue #1854)
|
2017-08-27 13:06:14 +03:00 |
Alexander Iljin
|
5cc7023f16
|
io.crlf-docs: mark related words
|
2017-08-25 11:57:41 -07:00 |
Doug Coleman
|
f8ce34b1db
|
functors: C: no longer needs a stack effect.
|
2017-08-20 11:36:56 -05:00 |
Doug Coleman
|
8675e51489
|
opengl.gl: Try libGL.so.1 before libGL.so
This patch makes it prefer nvidia/amd drivers on Debian and hopefully other systems.
Related to #1827.
|
2017-08-17 21:38:33 -05:00 |
Alexander Iljin
|
7a554e302f
|
windows.dragdrop-listener: add a short documentation and a summary
|
2017-08-18 02:21:57 +03:00 |
Alexander Iljin
|
94b67b52a8
|
windows.dragdrop-listener: add copyright comments and the authors file
|
2017-08-18 02:21:56 +03:00 |
Alexander Iljin
|
52b6cee8e4
|
windows.dragdrop-listener: optimize the DragEnter implementation
|
2017-08-18 02:21:55 +03:00 |
Alexander Iljin
|
db24910497
|
windows.dragdrop-listener: generalize some code for reuse
|
2017-08-18 02:21:55 +03:00 |
Alexander Iljin
|
75f5f08810
|
windows.dragdrop-listener: fix filenames-from-hdrop implementation
|
2017-08-18 02:21:54 +03:00 |
Alexander Iljin
|
cc5333694a
|
windows.dragdrop-listener: add a helper word
|
2017-08-18 02:21:54 +03:00 |
Alexander Iljin
|
5c0ca7c41b
|
windows.dragdrop-listener: list all function parameters in the comments
|
2017-08-18 02:21:53 +03:00 |
Alexander Iljin
|
e1bd46faee
|
windows.dragdrop-listener: balance the stack effects to pass compilation
|
2017-08-18 02:21:53 +03:00 |
Alexander Iljin
|
aa3d2ae5c4
|
windows.dragdrop-listener: fix a COM interface reference
|
2017-08-18 02:21:52 +03:00 |
Alexander Iljin
|
bd10484dc1
|
windows.dragdrop-listener: fix compilation of dragdrop-listener-window
The actual code needs to be updated to work with the current UI.
|
2017-08-18 02:21:52 +03:00 |
Alexander Iljin
|
111d73a901
|
windows.dragdrop-listener: replace construct-boa with boa
|
2017-08-18 02:21:51 +03:00 |
Alexander Iljin
|
d6c7a7437f
|
windows.dragdrop-listener: fix the USING: list
|
2017-08-18 02:21:51 +03:00 |
Alexander Iljin
|
d91d820e70
|
windows.dragdrop-listener: replace set-ulong-nth with set-alien-unsigned-4
|
2017-08-18 02:21:50 +03:00 |
Alexander Iljin
|
5f87b1d577
|
windows.dragdrop-listener: move from unmaintained to basis
|
2017-08-18 02:20:31 +03:00 |
Doug Coleman
|
ed62640f83
|
Revert "ui.backend.cocoa.views: call super.prepareOpenGL()."
This reverts commit 864912f446 .
This patch breaks the UI on 10.13
|
2017-08-08 15:29:59 -05:00 |
Doug Coleman
|
c469bfaf0c
|
ui.backend.cocoa.tools: install-app-delegate is a confusing word name to
reuse.
|
2017-08-06 17:48:03 -05:00 |
Doug Coleman
|
2920d2ee71
|
factor: Rename [curry] -> currier, remove some [foo] words.
The [foo] convention is not descriptive and looks like special syntax.
|
2017-08-06 00:20:35 -05:00 |
Doug Coleman
|
fad9e9d002
|
peg.ebnf: Add EBNF-PARSER: to define a word that returns an EBNF parser
This is in contrast to defining a word that parser.
|
2017-08-06 00:17:25 -05:00 |
Doug Coleman
|
8a6094229d
|
cocoa.apple-script: Make APPLESCRIPT: take a string.
|
2017-08-05 22:33:47 -05:00 |