index
:
puzzles
devel
master
rockbox
rockbox-devel
My sgt-puzzles tree
Franklin Wei
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
emccpre.js
(
follow
)
Commit message (
Expand
)
Author
Age
*
js: Correct co-ordinate-mapping function for what CSS actually does
Ben Harris
2022-11-25
*
js: If the HTML contains a dialogue-box form, delete it
Ben Harris
2022-11-24
*
js: Disable menu keyboard controls when dialogue box is active
Ben Harris
2022-11-24
*
js: Add actions for more keys in menus
Ben Harris
2022-11-23
*
js: Move global keyboard handler to capturing phase
Ben Harris
2022-11-23
*
js: Move focus-tracking to entirely "focus" events
Ben Harris
2022-11-23
*
js: Replace :focus-within with JS-maintained .focus-within
Ben Harris
2022-11-23
*
js: Add keyboard navigation for menus
Ben Harris
2022-11-23
*
js: Tiny comment fix
Ben Harris
2022-11-21
*
js: Allow status bar to be present in the HTML
Ben Harris
2022-11-20
*
js: Create the puzzle resize handle only if the puzzle is resizable
Ben Harris
2022-11-15
*
js: Substantially simplify timer code
Ben Harris
2022-11-13
*
js: Give keyboard focus to the puzzle canvas at startup again
Ben Harris
2022-11-12
*
js: Add a way to have environment variables
Ben Harris
2022-11-12
*
js: Label all form controls and put controls inside labels
Ben Harris
2022-11-12
*
js: Convert menus to use semantically appropriate HTML elements
Ben Harris
2022-11-12
*
js: Add various missing variable declarations
Ben Harris
2022-11-10
*
js: Reinstate a missing variable declaration
Ben Harris
2022-11-09
*
js: Switch to window.requestAnimationFrame() for timing
Ben Harris
2022-11-09
*
js: Cancel UI events when the mid end says they've been handled
Ben Harris
2022-11-08
*
js: Move much of the handling of device pixel ratios to the mid-end
Ben Harris
2022-11-08
*
js: Make update_pixel_ratio() more robust
Ben Harris
2022-11-08
*
js: Tolerate the non-existence of some HTML elements
Ben Harris
2022-10-29
*
js: Distinguish manual resizes from device pixel ratio changes
Ben Harris
2022-10-27
*
js: Very bad attempt at making puzzles change size when zooming
Ben Harris
2022-10-27
*
js: Make update_pixel_ratio more backward-compatible
Ben Harris
2022-10-26
*
js: Be more subtle about cancelling keydown events
Ben Harris
2022-10-25
*
js: Remove keypress handler
Ben Harris
2022-10-25
*
js: Use KeyboardEvent.key for ASCII keystrokes
Ben Harris
2022-10-24
*
js: Remove the charCode argument from key()
Ben Harris
2022-10-24
*
js: Use less-modern syntax in update_pixel_ratio
Ben Harris
2022-10-23
*
js: Make resizing of puzzles work properly again
Ben Harris
2022-10-22
*
js: Pay attention to changes in device pixel ratio
Ben Harris
2022-10-22
*
js: Map mouse co-ordinates correctly even when CSS scales our canvas
Ben Harris
2022-10-22
*
js: Percent-encode game IDs in URLs and decode them again on input
Ben Harris
2022-10-21
*
js: Read save files as text rather than binary strings
Ben Harris
2022-10-21
*
Revert "WASM: move save file encoding from JS into C."
Ben Harris
2022-10-21
*
js: Make the dialogue box heading actually be an <h2>
Ben Harris
2022-10-18
*
js: When making a hidden element visible, just remove "display: none"
Ben Harris
2022-10-17
*
js: Move dialogue-box sizing and positioning from JavaScript to CSS
Ben Harris
2022-10-17
*
js: Move most style settings from JavaScript to CSS
Ben Harris
2022-10-17
*
WASM: move save file encoding from JS into C.
Simon Tatham
2021-05-23
*
WASM: fix save-file generation.
Simon Tatham
2021-05-22
*
wasm/js/emscripten: Fix page loading race
Ian Jackson
2021-04-22
*
Update web puzzles to current WASM-based Emscripten.
Simon Tatham
2021-04-03
*
Javascript frontend: make Shift- and Ctrl-click work.
Simon Tatham
2019-04-12
*
Support for loading games in Javascript puzzles.
Simon Tatham
2017-09-05
*
Support for saving games in Javascript puzzles.
Simon Tatham
2017-09-05
*
Factor some HTML dialog functions out of emcclib.
Simon Tatham
2017-09-05
*
Rework the preset menu system to permit submenus.
Simon Tatham
2017-04-26
[next]