Commit graph

29 commits

Author SHA1 Message Date
Fabian 497f618cab Merge branch 'wasm' into master 2021-01-03 02:07:20 -06:00
Fabian 51323eaae0 Keyboard: Log more infos if key unknown 2020-12-31 19:14:34 -06:00
Fabian 4cd6d74284 Test freebsd login 2020-12-31 19:14:29 -06:00
Mat Sz a1ffe6ef7f replaced the scan code for Home with the correct scan code 2020-11-30 19:20:22 +01:00
Fabian b96e36ddd4 Allow dev tools on electron 2020-08-30 19:37:15 -05:00
Awal Garg 8222d2e6e0 Squash
restore memcpy comment
delete all the things!
fix jshint issues
restore memcpy comment
remove duplicate fxsave assignment
Count cache drops
Use already available physical address instead of calling read_imm8
Remove useless assertion
Just move around to reduce later diff
Run jit paging test with assertions enabled
Run jit-paging test on CI
Extend jit-paging test
Fix deleting invalidated code across memory pages
Add jit-paging test to gitlab ci
Remove jit_in_progress
Clean up old comments, use bool for jit_jump
Fix state image not begin garbage collected
Add ENABLE_PROFILER_TIMES to configure slow profiling times
Move to jit_generate and jit_run_interpreted to separate function
Add missing struct field
Fix: Don't write jit cache entry until no more faults can happen
Download image for jit paging test
Add missing initialiser
Mark jit_{generate,run_interpreted} as static
Specify full path to profiler.h
Clean up duplicate/missing declaration after rebase
mmap error handling, line length and fix some warnings
remove further unused code
move js imports to single header file
2020-07-21 20:10:13 -05:00
Filip Š 1cc094947d Use classList.contains for checking classes
Co-Authored-By: MailYouLater <github.com@mailinator.com>
2019-07-04 10:07:51 -03:00
Filip Š f6464218e1 Temporary solution for hardcoded className 2019-07-04 10:07:51 -03:00
copy 2ff0345e05 Fix readme 2018-02-14 19:24:39 -06:00
Ernest Wong 41b9d9935e Add reference to issue 165 2018-01-18 18:47:46 -06:00
Ernest Wong 7c4dd5fd46 Detect and trigger AltKey keyup, fixes #165
Firefox 57 and Edge 41 do not emit keyup event for the alt key when the
alt key is pressed with other keys -- occurs on Windows 10. Firefox
appears to emit the event in Ubuntu though.

This patch is tested on Firefox (Ubuntu Xenial and Windows 10) and
Chrome.
2018-01-18 18:47:46 -06:00
copy 18e71dedb9 Allow Firefox's dev tools shortcut 2017-03-15 19:46:59 -05:00
copy d7dac7c9b4 Prepare for Closure Compiler's new type inference 2015-12-30 23:30:54 +01:00
copy 91e1bca5af Keyboard: Simluate sending characters to controler 2015-09-15 20:09:39 +02:00
copy 54fbc5c66a Keyboard handling using new event.code. #31 2015-05-17 02:49:34 +02:00
copy bef8fa3a68 Some annotations 2015-04-12 16:07:52 +02:00
copy e09bc5d5f4 Don't throw in Node 2015-01-16 10:14:52 +01:00
copy fe92597718 Cleaning up old things 2015-01-11 23:43:31 +01:00
copy 9eec2df073 functions are good 2015-01-11 21:29:59 +01:00
copy 7fdabe3e38 Consistency 2015-01-09 15:55:16 +01:00
copy 7a04f435ff Fix apple key on gecko 2015-01-05 20:39:45 +01:00
copy 6033d90eb2 add missing keys: win key, menu and right alt. #29 2015-01-05 20:06:11 +01:00
copy 81af5b56c9 make char map more readable 2015-01-05 19:46:30 +01:00
copy b468f10382 Forward F5, #29 2015-01-05 19:04:28 +01:00
copy 774c4d88bb remove obsolete register() mechanism 2014-12-29 16:42:59 +01:00
copy 13511362d7 refactor communication between emulated devices and browser implementation using Bus. Web worker comming soon ;) 2014-12-25 02:32:18 +01:00
copy ce4487201b Get rid of dependencies from the emulator core 2014-07-22 22:36:42 +02:00
copy 7710bb3327 Fixed numpad 2014-03-13 18:31:43 +01:00
copy 8180d49f24 first public release 2013-11-06 01:12:55 +01:00