Historique des commits

Auteur SHA1 Message Date
  Ben Harris ad7042db98 js: Copy-to-clipboard support il y a 11 mois
  Ben Harris 5acce15ed9 js: pass preferences file from JS to C on the heap, not the stack il y a 1 an
  Simon Tatham 43db4aa38e Support user preferences in the Emscripten frontend. il y a 1 an
  Ben Harris 4de5d20368 js: use the "load" event for loading save files il y a 1 an
  Ben Harris 36c282aaa9 js: Load save files into the C side incrementally il y a 1 an
  Ben Harris 8d3a93ce47 js: load games using FileReader.readAsArrayBuffer() il y a 1 an
  Ben Harris 5a74693b32 js: Use the Pointer Events API, but only to capture the pointer il y a 1 an
  Simon Tatham ecd868ac6e Revert "JS puzzles: use the PointerEvent API if available." il y a 1 an
  Simon Tatham 9d7c2b8c83 JS puzzles: use the PointerEvent API if available. il y a 1 an
  Simon Tatham 5c858253f9 Fix error about setCapture not existing. il y a 1 an
  Ben Harris bb16b5a70d js: Add a trivial error handler that alert()s il y a 1 an
  Ben Harris ec4335e07f js: Hide type menu if there's only one preset and no configuration il y a 1 an
  Ben Harris b0203e8f72 js: Quicker keyboard access to menu items il y a 1 an
  Ben Harris b8e9bfa7f6 kaios: Make F10 open and close the menu il y a 1 an
  Ben Harris 5ba1bf5560 js: Tolerate the absence of various UI elements from the HTML il y a 1 an
  Ben Harris 48ded126a9 js: Look up elements in the DOM as early as possible il y a 1 an
  Ben Harris 9d7b044c01 js: Simpler and more robust startup procedure il y a 1 an
  Ben Harris f693794ff5 js: Make soft-key labels generate key events when clicked il y a 1 an
  Ben Harris f9449af87a kaios: Major parts of a build for KaiOS il y a 1 an
  Ben Harris 1d509dc819 js: Have the "SoftRight" key open the menu by focussing it il y a 1 an
  Ben Harris 3150d72800 js: When opening a dialogue box, try to focus it il y a 1 an
  Ben Harris 9bcb06ee30 js: Add a mode where the puzzle tries to fill the viewport il y a 1 an
  Ben Harris 02f1d55a02 js: Allow CSS to set the font used by the puzzle il y a 1 an
  Ben Harris f8ed76f815 js: Bypass our own dialogue box when loading il y a 1 an
  Ben Harris b04a2cba98 js: Correct a comment describing timer_callback il y a 1 an
  Ben Harris d3ef8e65dc js: Simplify drawing context management il y a 1 an
  Ben Harris f0d4705364 js: Switch to using the resize handle in the HTML il y a 1 an
  Ben Harris 2522dd249b js: Don't bother resizing offscreen canvas at startup il y a 1 an
  Ben Harris 66a927920a js: Remove a JavaScript construct that confused emcc -O3 il y a 1 an
  Ben Harris dbb2d2adb2 js: Allow for putting a resize handle in HTML il y a 1 an