John Benediktsson
1b853c6e44
boids: add touchbar buttons.
2018-01-18 21:14:53 -08:00
John Benediktsson
1d751e7e12
ui.gadgets.worlds: world-attributes can specify fill and orientation.
2018-01-18 21:14:24 -08:00
John Benediktsson
f1281eb63a
LICENSE.txt: update year.
2018-01-18 20:12:24 -08:00
John Benediktsson
e82ea77524
misc/vim/syntax: update factor syntax.
2018-01-18 15:33:08 -08:00
John Benediktsson
8f705b2543
websites.factorcode: fix examples usage of <iota>.
2018-01-18 15:33:08 -08:00
John Benediktsson
5b3b4aeafb
README.md: fix <iota> in example.
2018-01-18 15:33:08 -08:00
Björn Lindqvist
09d3f243ef
ui.backend.gtk: set the source priority to idle, fixes #1879
2018-01-18 23:25:30 +01:00
John Benediktsson
d6fd4215d2
formatting: better error messages for unknown directives.
2018-01-18 08:54:06 -08:00
Björn Lindqvist
f93da595f5
ui: undoing 9e9b70005b
...
The ui-thread variable absolutely is needed to ensure that only one UI
thread is running at the same time. If more than one UI thread runs,
they will be competing for events which causes all sorts of problems.
2018-01-18 17:30:51 +01:00
Björn Lindqvist
9f1935c7f1
ui.*: lets rename ui-running to with-ui-running
...
Because it is really annoying with global variables having the same name
as words.
2018-01-18 16:48:35 +01:00
Björn Lindqvist
78c31ada9e
ui.*: doc updates
2018-01-18 16:48:35 +01:00
John Benediktsson
3147593b2c
math.combinatorics: make selections use change-nth-unsafe again.
2018-01-17 14:17:44 -08:00
John Benediktsson
1beaa8f494
math.combinatorics: fix selections bug, geez.
2018-01-17 13:59:22 -08:00
John Benediktsson
9d35cd9048
math.combinatorics: fix selections bug that went missing before previous commit.
2018-01-17 13:55:05 -08:00
Björn Lindqvist
b93dab1533
README.md: think it's nice to also explain the manual bootstrap procedure
2018-01-17 19:40:48 +01:00
Björn Lindqvist
1c7c2a380c
ui.gadgets.panes.tests: better than hardcoding values
2018-01-17 19:40:48 +01:00
John Benediktsson
3bf23d242d
math.combinatorics: speed up selections word.
2018-01-17 10:36:12 -08:00
John Benediktsson
9a4441a80e
math.combinatorics: remove memoize of factorial.
...
If lots of large factorials are computed could use too much memory.
2018-01-16 14:57:17 -08:00
Alexander Iljin
1c41499681
concurrency.messaging-docs: add a missing parenthesis
2018-01-16 13:40:14 -08:00
Alexander Iljin
737597fd5a
concurrency.messaging-docs: add help for handle-synchronous
2018-01-16 13:40:14 -08:00
Alexander Iljin
d97a83889a
concurrency.distributed-docs: add a note about send-synchronous
2018-01-16 13:40:14 -08:00
Alexander Iljin
6bffbf4318
concurrency.distributed-docs: shorten some sample code
2018-01-16 13:40:14 -08:00
Alexander Iljin
620ab30ed7
concurrency.distributed-tests: add test for send-/reply-synchronous
2018-01-16 13:40:14 -08:00
Alexander Iljin
a25bffeb01
concurrency.distributed-docs: fix an error in port number specification
2018-01-16 13:40:14 -08:00
Alexander Iljin
f1e4095d50
concurrency.distributed-docs: update an example code
2018-01-16 13:40:14 -08:00
Alexander Iljin
5d5b794100
io.servers-docs: fix link formatting
2018-01-16 13:40:14 -08:00
Alexander Iljin
74de0033b2
io.directories-docs: remove an extra character
2018-01-16 13:40:14 -08:00
Alexander Iljin
ef0bf15eb4
db[.tuples|.types]-docs: replace "a SQL" with "an SQL"
2018-01-16 13:40:14 -08:00
Alexander Iljin
49665c546f
db-docs: add a missing space
2018-01-16 13:40:14 -08:00
Alexander Iljin
c9f5757dcd
db-docs: fix the documentation for query-each and query-map
2018-01-16 13:40:14 -08:00
John Benediktsson
b6f2f85643
cap: make sure to use GL context of world being screenshot.
2018-01-11 14:16:58 -08:00
Cat Stevens
bf5e51b5c3
extra/cap: add a summary and short docs to cap vocab
2018-01-04 20:31:04 -08:00
Cat Stevens
2d084c3178
extra/cap: clean up cap:screenshot, move non-public API to cap.private
2018-01-04 20:31:00 -08:00
Cat Stevens
b436d4af96
extra/cap: if the GL scale is 2, actually enable 2x
2018-01-04 20:30:54 -08:00
Cat Stevens
e269f78597
extra/cap: keep support for 2x GL scaling
2018-01-04 20:30:49 -08:00
Cat Stevens
0acb424a5a
extra/cap: fix a bug where screenshots were incorrectly downscaled
2018-01-04 20:30:41 -08:00
John Benediktsson
fb9c3920ae
ui.tools: enable touchbar commands.
2018-01-01 16:00:19 -08:00
John Benediktsson
d2162da88e
ui.backend.cocoa.views: allow up to 8 touchbar buttons.
2018-01-01 16:00:19 -08:00
John Benediktsson
07f4d19947
cocoa.touchbar: use arrays of strings instead of enums.
2018-01-01 16:00:19 -08:00
Doug Coleman
6ddeeac3dc
tools.ps.windows: If we can't read the process command-line args, just
...
ignore the error.
Fixes #1788 .
2017-12-30 20:30:28 +00:00
Doug Coleman
9c8648334a
mason.child: Compile for Windows Vista+ in the build farm. Fixes 1867.
...
We get Ctrl-Break if we compile for this target. Compiling for Windows XP should be a special-case now.
2017-12-30 00:05:10 -08:00
Doug Coleman
97a928a1bd
images.loader.gtk: Add with-destructors. Fixes #1893 .
...
Also did this on imac: cd /usr/local/lib && ln -s /opt/local/lib/libgobject-2.0.dylib .
2017-12-29 15:25:16 -06:00
Doug Coleman
4efff72dff
math.blas.vectors: Fix ancient typo
2017-12-28 18:53:25 -08:00
Doug Coleman
6ab59c4446
present: add callable and pointer defs.
2017-12-28 17:56:50 -08:00
Doug Coleman
fbe8d639d6
ui.gadgets.charts.lines: Fix using list.
...
Use ``SPECIALIZED-ARRAYS: float`` in order to create it if it doesnt exist.
2017-12-28 17:54:14 -08:00
Doug Coleman
fed7da34e2
travis: group: deprecated-2017Q4 to keep using sudo and the "fast version" of the images.
...
it seems linux is timing out after the recent travisci changes.
2017-12-28 09:11:26 -08:00
Doug Coleman
9dbfc9351c
math.functions: nan: -> NAN: oops
2017-12-28 00:43:51 -08:00
Doug Coleman
6931d54008
build.sh: change apt-get to apt
2017-12-27 23:21:57 -08:00
Doug Coleman
099549940a
math.functions: disable a test.
2017-12-27 22:28:20 -08:00
Doug Coleman
08db99a471
cpu.arm.assembler: Use arrays for unit-tests
2017-12-23 16:08:19 -08:00