Akira Takahashi
8aacee1e06
add missing semicolon.
...
s/ChangeLog/ChangeLog.markdown/
Correct url is follow:
<https://github.com/kripken/emscripten/blob/master/ChangeLog.markdown >
2014-11-19 00:52:07 +09:00
Jukka Jylänki
9987b1c8f2
Document image filtering mode and canvas resize callback members.
2014-11-06 23:49:41 +02:00
Jukka Jylänki
022d1cf099
Add documentation for the new fullscreen mode functions.
2014-11-06 23:49:32 +02:00
Alon Zakai
1d6eb347fb
Revert "website analytics"
...
This reverts commit 24db560f9d
.
2014-11-05 17:16:32 -08:00
William Furr
9a29be5bd7
Embind: Add string argument to allow_subclass docs
2014-10-30 15:34:23 -07:00
Alon Zakai
89ac5f7c32
Merge pull request #2928 from waywardmonkeys/trace-extensions
...
Trace extensions
2014-10-28 16:28:52 -07:00
Bruce Mitchener
9b1a5910c4
[embind docs] Reformat and cleanup whitespace.
2014-10-28 21:32:14 +07:00
Bruce Mitchener
572b59f7f3
[tracing] Add a way to track "associated storage size".
...
The docs cover this in more detail.
2014-10-28 21:04:14 +07:00
Bruce Mitchener
11f9701ad7
[tracing] Context data is used on the server side now.
2014-10-28 21:04:14 +07:00
Bruce Mitchener
2fa028d4fb
[tracing] Add task tracing.
2014-10-28 21:04:14 +07:00
Alon Zakai
24db560f9d
website analytics
2014-10-23 17:28:18 -07:00
Alon Zakai
eb6ac90760
EMULATE_FUNCTION_POINTER_CASTS option
2014-10-22 16:24:26 -07:00
Alon Zakai
f682ca7359
Merge pull request #2915 from waywardmonkeys/add-function-docs
...
Add function docs
2014-10-22 11:58:18 -07:00
Bruce Mitchener
45c8e9e44c
[docs] Fix broken section marker.
2014-10-22 16:38:00 +07:00
Bruce Mitchener
cb026e38fd
[docs] Clean up whitespace.
2014-10-22 16:37:35 +07:00
Bruce Mitchener
970238dff9
[docs] Document RESERVED_FUNCTION_POINTERS with addFunction.
2014-10-22 16:32:53 +07:00
Bruce Mitchener
045923a4fb
[docs] Line wrap to be sanely readable / editable.
2014-10-22 16:25:35 +07:00
Bruce Mitchener
33e44f582c
[docs] Sanitize whitespace.
...
(No whitespace at end of line, no tabs.)
2014-10-22 16:00:56 +07:00
Alon Zakai
e8ff8f2ad8
add proper title to main page
2014-10-21 18:04:07 -07:00
Alon Zakai
67bec3da4d
parse out current version number in sphinx conf.py
2014-10-21 18:04:07 -07:00
Alon Zakai
8ec12a38dc
Merge pull request #2907 from waywardmonkeys/upstream-from-imvu-pointer-names
...
Upstream from imvu pointer names
2014-10-21 13:46:26 -07:00
Alon Zakai
4d036f07f4
mention --show-ports in docs
2014-10-21 13:41:34 -07:00
Alon Zakai
3f559b3eef
fix typo
2014-10-21 13:36:27 -07:00
Alon Zakai
a7659ccb60
add emcc --show-ports
2014-10-21 13:17:27 -07:00
Bruce Mitchener
11a5edd150
[embind] Update docs for API change to allow_subclass.
2014-10-21 09:40:48 +07:00
Alon Zakai
c506e30bf7
clean up deprecated emscripten_set_network_backend; fixes #2899
2014-10-20 15:16:41 -07:00
Alon Zakai
b203d8ef40
mention ports, and document both kinds of SDL support, 1 and 2
2014-10-20 14:16:47 -07:00
Alon Zakai
4c000568ca
link to youtube video of cppcon talk
2014-10-20 11:16:07 -07:00
Alon Zakai
4635342807
emcc --clear-ports option
2014-10-20 11:12:57 -07:00
Alon Zakai
0daacfa20b
big link to about page
2014-10-17 14:10:50 -07:00
Alon Zakai
5f94b3b9de
clarify emscripten_worker_respond usage
2014-10-17 14:02:18 -07:00
Alon Zakai
2a76a8f5d0
misc site updates
2014-10-15 15:52:57 -07:00
Alon Zakai
3d9fced42b
update news
2014-10-14 12:02:34 -07:00
Alon Zakai
24ea407fac
cmake version note; fixes #2884
2014-10-13 12:39:53 -07:00
Alon Zakai
a09984d671
Merge pull request #2816 from waywardmonkeys/set-cache-from-command-line
...
Configure the Emscripten cache directory from the command line.
2014-10-10 17:05:38 -07:00
Bruce Mitchener
a223291dff
Configure the Emscripten cache directory from the command line.
...
This allows passing --cache to emcc to set the Emscripten cache
directory rather than only allowing this to be configured via
the EM_CACHE environment variable.
2014-10-10 17:58:03 +07:00
Alon Zakai
3c745080e0
fix browser.test example
2014-10-09 13:08:17 -07:00
Bruce Mitchener
f83a4eacc0
Use __EMSCRIPTEN__ for ifdefery, not EMSCRIPTEN.
2014-10-09 17:40:19 +07:00
Alon Zakai
a81a4f7108
docs improvement
2014-10-08 14:57:34 -07:00
Jukka Jylänki
d01a4de1a8
Update documentation for emsdk 1.25.0 download links.
2014-10-06 18:57:53 +03:00
Jukka Jylänki
f49eb705ce
Clarify the docs that --tracing is a directive that needs to be present at both compile and link stages.
2014-10-03 17:58:19 +03:00
Jukka Jylänki
bc979f6752
Clarify documentation on how emscripten_set_main_loop and emscripten_set_main_loop_timing interact.
2014-10-03 17:35:37 +03:00
Jukka Jylänki
b557f3dc70
Rename emscripten_set_main_loop_interval to emscripten_set_main_loop_timing and add mode parameter to specify the main loop timing mode.
2014-10-03 17:35:37 +03:00
Jukka Jylänki
71ad5239ca
Implement functions SDL_GL_SetSwapInterval and SDL_GL_GetSwapInterval. Add function emscripten_get_main_loop_interval().
2014-10-03 17:35:36 +03:00
Jukka Jylänki
38321c2c0b
Implement support for setting a swap interval on the main loop update rate via the function emscripten_set_main_loop_interval. Add test and documentation.
2014-10-03 17:35:36 +03:00
Alon Zakai
e22221db21
document the downsides of allowing memory growth
2014-10-02 12:22:07 -07:00
Jukka Jylänki
b753171807
Update documentation on the default state of --memory-init-file
2014-09-29 15:08:36 +03:00
Alon Zakai
98018a8e79
note on 64-bit ints in ccall/cwrap; #2823
2014-09-28 20:47:29 -07:00
juj
fb73baa716
Merge pull request #2818 from Daft-Freak/mouse_events
...
add mouse enter/leave events
2014-09-27 15:56:46 +03:00
Charlie Birks
7c9cfb9842
update list of mouse events
2014-09-27 11:36:36 +01:00