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
/
emcc.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Remove a comment suggesting use of localStorage for prefs
Ben Harris
2023-08-21
*
js: keep colour strings in JavaScript rather than in C
Ben Harris
2023-07-30
*
js: Copy-to-clipboard support
Ben Harris
2023-07-05
*
Expose the NO_EFFECT/UNUSED distinction through midend_process_key()
Ben Harris
2023-06-11
*
Support user preferences in the Emscripten frontend.
Simon Tatham
2023-04-24
*
emcc.c: remove savefile_read_ctx.
Simon Tatham
2023-04-24
*
emcc.c: missing (void) in a function definition.
Simon Tatham
2023-04-24
*
js: Load save files into the C side incrementally
Ben Harris
2023-04-03
*
New shared function, getenv_bool()
Ben Harris
2023-03-22
*
More cleverness in midend_process_key()
Ben Harris
2023-02-23
*
Convert a lot of floating-point constants to single precision
Ben Harris
2023-02-19
*
Make emcc.c clean under -Wmissing-prototypes etc
Ben Harris
2023-02-18
*
js: Hide type menu if there's only one preset and no configuration
Ben Harris
2023-02-16
*
kaios: Hack out everything that needs dialogue boxes
Ben Harris
2023-01-19
*
js: Remove an outdated reference to the "invisible Custom option"
Ben Harris
2023-01-19
*
js: Simpler and more robust startup procedure
Ben Harris
2023-01-19
*
js: Use current_key_label() to label feature phone softkeys
Ben Harris
2023-01-19
*
js: Rename update_undo_redo() as post_move()
Ben Harris
2023-01-19
*
js: Don't treat SoftRight as CURSOR_SELECT2
Ben Harris
2022-12-10
*
js: Add a new function whereby C can ask JS for a preferred board size
Ben Harris
2022-12-10
*
js: Set the default colour from the CSS background of the canvas
Ben Harris
2022-12-10
*
js: Allow CSS to set the font used by the puzzle
Ben Harris
2022-12-10
*
js: Put the puzzle background colour in a CSS variable
Ben Harris
2022-12-05
*
js: Remove support for creating the status bar in JavaScript
Ben Harris
2022-11-28
*
js: More conventional marking of menu item types
Ben Harris
2022-11-24
*
js: Allow status bar to be present in the HTML
Ben Harris
2022-11-20
*
js: Better handling of games without presets and/or solve
Ben Harris
2022-11-13
*
js: Cancel UI events when the mid end says they've been handled
Ben Harris
2022-11-08
*
Add a way for midend_process_key() to report whether it handled a keypress
Ben Harris
2022-11-08
*
js: Make SoftRight act as CURSOR_SELECT2 as well
Ben Harris
2022-11-08
*
js: Map the "SoftLeft" key to CURSOR_SELECT2
Ben Harris
2022-11-08
*
js: Move much of the handling of device pixel ratios to the mid-end
Ben Harris
2022-11-08
*
Teach the mid-end about device pixel ratios
Ben Harris
2022-11-08
*
js: Take device pixel ratio into account when setting default size
Ben Harris
2022-10-27
*
js: Distinguish manual resizes from device pixel ratio changes
Ben Harris
2022-10-27
*
js: Split setting nominal and actual canvas size
Ben Harris
2022-10-27
*
js: Be more subtle about cancelling keydown events
Ben Harris
2022-10-25
*
js: Add a comment explaining the two halves of the key-matching code
Ben Harris
2022-10-25
*
js: Handle KeyboardEvent.key == "Spacebar"
Ben Harris
2022-10-25
*
js: Recognise KeyboardEvent.key == "Escape"
Ben Harris
2022-10-24
*
js: Add mapping for UI_REDO based on KeyboardEvent.key
Ben Harris
2022-10-24
*
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: Add modern "key" values for Delete and arrow keys
Ben Harris
2022-10-24
*
js: Use KeyboardEvent.keyCode and .char only as fallbacks
Ben Harris
2022-10-24
*
js: Remove braces from big else-if chain in keyboard handler
Ben Harris
2022-10-24
*
Revert "WASM: move save file encoding from JS into C."
Ben Harris
2022-10-21
*
js: Update permalinks and undo/redo buttons when loading
Ben Harris
2022-10-15
*
js: Update comment on possible future enhancements
Ben Harris
2022-10-13
*
Add a missing "const" to js_draw_poly and js_canvas_draw_poly
Ben Harris
2022-10-13
[next]