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: Quicker keyboard access to menu items
Ben Harris
2023-01-19
*
kaios: Make F10 open and close the menu
Ben Harris
2023-01-19
*
js: Tolerate the absence of various UI elements from the HTML
Ben Harris
2023-01-19
*
js: Look up elements in the DOM as early as possible
Ben Harris
2023-01-19
*
js: Simpler and more robust startup procedure
Ben Harris
2023-01-19
*
js: Make soft-key labels generate key events when clicked
Ben Harris
2023-01-19
*
kaios: Major parts of a build for KaiOS
Ben Harris
2023-01-19
*
js: Have the "SoftRight" key open the menu by focussing it
Ben Harris
2023-01-19
*
js: When opening a dialogue box, try to focus it
Ben Harris
2022-12-10
*
js: Add a mode where the puzzle tries to fill the viewport
Ben Harris
2022-12-10
*
js: Allow CSS to set the font used by the puzzle
Ben Harris
2022-12-10
*
js: Bypass our own dialogue box when loading
Ben Harris
2022-12-05
*
js: Correct a comment describing timer_callback
Ben Harris
2022-12-03
*
js: Simplify drawing context management
Ben Harris
2022-12-03
*
js: Switch to using the resize handle in the HTML
Ben Harris
2022-12-02
*
js: Don't bother resizing offscreen canvas at startup
Ben Harris
2022-12-02
*
js: Remove a JavaScript construct that confused emcc -O3
Ben Harris
2022-12-02
*
js: Allow for putting a resize handle in HTML
Ben Harris
2022-11-29
*
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
[next]