FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/library_browser.js - JavaScriptIOT/emscripten · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScriptIOT
/
emscripten
Public
forked from
emscripten-core/emscripten
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
emscripten
src
library_browser.js
on
universal-python
User selector
Datepicker
Commit history
Commits on Oct 24, 2015
removed unnecessary headers from POST requests
reven86
committed
1c7ee32
View commit details
Copy full SHA for 1c7ee32
View code at this point
Browse repository at this point
Commits on Oct 2, 2015
rename 'prepare' methods to the better 'preload plugins' terminology
kripken
committed
bda50f6
View commit details
Copy full SHA for bda50f6
View code at this point
Browse repository at this point
Commits on Aug 27, 2015
Address review comments to setImmediate().
juj
committed
6f8085d
View commit details
Copy full SHA for 6f8085d
View code at this point
Browse repository at this point
Commits on Aug 26, 2015
Add support for the Microsoft-proposed setImmediate() function for vsyncless updates, and if not supported, emulate/polyfill it via postMessage().
juj
committed
4b2e93c
View commit details
Copy full SHA for 4b2e93c
View code at this point
Browse repository at this point
Commits on Jun 2, 2015
use fileno to get fds from FILE*
kripken
committed
789657c
View commit details
Copy full SHA for 789657c
View code at this point
Browse repository at this point
Commits on May 26, 2015
overwrite a file if it exists in emscripten_async_wget2 #3469
kripken
committed
2fca108
View commit details
Copy full SHA for 2fca108
View code at this point
Browse repository at this point
ensure runtime is not existed in emscripten_async_wget2
kripken
committed
4c0c6f1
View commit details
Copy full SHA for 4c0c6f1
View code at this point
Browse repository at this point
ensure runtime is not existed in emscripten_async_wget
kripken
committed
3a333c3
View commit details
Copy full SHA for 3a333c3
View code at this point
Browse repository at this point
overwrite a file if it exists in emscripten_async_wget #3469
kripken
committed
8aa4c3c
View commit details
Copy full SHA for 8aa4c3c
View code at this point
Browse repository at this point
Commits on May 7, 2015
ensure Browser.lastTouches is in sync with Browser.touches
kripken
committed
ee03882
View commit details
Copy full SHA for ee03882
View code at this point
Browse repository at this point
Commits on Mar 31, 2015
export Browser.createContext, so that SDL2 can use it
kripken
committed
d127dc3
View commit details
Copy full SHA for d127dc3
View code at this point
Browse repository at this point
Commits on Mar 20, 2015
remove worker api assertion so that sleep and other emterpreter-sync calls work in workers; #3211
kripken
committed
1edf19d
View commit details
Copy full SHA for 1edf19d
View code at this point
Browse repository at this point
Commits on Mar 11, 2015
fix main loop resuming to set the scheduler properly, and not always incorrectly use rAF
kripken
committed
0e8ab9b
View commit details
Copy full SHA for 0e8ab9b
View code at this point
Browse repository at this point
Commits on Mar 5, 2015
do not malloc in emscripten_wget_data during an async event, do it when the asyncing is complete
kripken
committed
fed7e57
View commit details
Copy full SHA for fed7e57
View code at this point
Browse repository at this point
Commits on Feb 10, 2015
handle emscripten_async_call etc. during sleep, by pausing all safeSet* operations
kripken
committed
5368acd
View commit details
Copy full SHA for 5368acd
View code at this point
Browse repository at this point
Commits on Feb 9, 2015
Add vrDevice option to requestFullScreen
vvuk
committed
8351470
View commit details
Copy full SHA for 8351470
View code at this point
Browse repository at this point
Commits on Feb 5, 2015
emscripten_wget_data
kripken
committed
bda3bf3
View commit details
Copy full SHA for bda3bf3
View code at this point
Browse repository at this point
Commits on Oct 3, 2014
Fix resuming the main loop.
juj
committed
5b9e315
View commit details
Copy full SHA for 5b9e315
View code at this point
Browse repository at this point
Rename emscripten_set_main_loop_interval to emscripten_set_main_loop_timing and add mode parameter to specify the main loop timing mode.
juj
committed
b557f3d
View commit details
Copy full SHA for b557f3d
View code at this point
Browse repository at this point
Implement functions SDL_GL_SetSwapInterval and SDL_GL_GetSwapInterval. Add function emscripten_get_main_loop_interval().
juj
committed
71ad523
View commit details
Copy full SHA for 71ad523
View code at this point
Browse repository at this point
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.
juj
committed
38321c2
View commit details
Copy full SHA for 38321c2
View code at this point
Browse repository at this point
Fix a bug where multiple rAF-based frame update loops could stack on top of each other and run in parallel. This fixes the additions to the test from before.
juj
committed
96912be
View commit details
Copy full SHA for 96912be
View code at this point
Browse repository at this point
When the main loop should pause after running a tick, don't update the SDL audio queue.
juj
committed
cdaaa74
View commit details
Copy full SHA for cdaaa74
View code at this point
Browse repository at this point
Commits on Sep 12, 2014
Merge pull request #2747 from Daft-Freak/sdl2_apis
Show description for 1f14c49
juj
committed
1f14c49
View commit details
Copy full SHA for 1f14c49
View code at this point
Browse repository at this point
Commits on Sep 11, 2014
allow running another main loop after cancelling a previous one; fixes #2766
kripken
committed
60edfb7
View commit details
Copy full SHA for 60edfb7
View code at this point
Browse repository at this point
Commits on Sep 7, 2014
move get/set_element_css_size to html5.h
Daft-Freak
committed
040efec
View commit details
Copy full SHA for 040efec
View code at this point
Browse repository at this point
add error checking
Daft-Freak
committed
432a107
View commit details
Copy full SHA for 432a107
View code at this point
Browse repository at this point
Commits on Sep 6, 2014
remove space
Daft-Freak
committed
b6662d8
View commit details
Copy full SHA for b6662d8
View code at this point
Browse repository at this point
Commits on Sep 4, 2014
move JSEvents dep
Daft-Freak
committed
8cdb28f
View commit details
Copy full SHA for 8cdb28f
View code at this point
Browse repository at this point
Commits on Sep 3, 2014
use getBoundingClientRect
Daft-Freak
committed
7e6145b
View commit details
Copy full SHA for 7e6145b
View code at this point
Browse repository at this point
use doubles, add target, rename canvas -> element
Daft-Freak
committed
9cc7507
View commit details
Copy full SHA for 9cc7507
View code at this point
Browse repository at this point
Commits on Aug 30, 2014
add api useful for handling HiDPI
Daft-Freak
committed
94c628b
View commit details
Copy full SHA for 94c628b
View code at this point
Browse repository at this point
Check if context creation was successful before accessing it
Daft-Freak
committed
e32ad97
View commit details
Copy full SHA for e32ad97
View code at this point
Browse repository at this point
Commits on Aug 27, 2014
Fix various issues with SDL mouse scrolling and add a test. Fixes #2643.
juj
committed
2ef851b
View commit details
Copy full SHA for 2ef851b
View code at this point
Browse repository at this point
Commits on Aug 25, 2014
Merge pull request #2651 from juj/raf_sdl_queue
Show description for 5c881d6
kripken
committed
5c881d6
View commit details
Copy full SHA for 5c881d6
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL