aboutsummaryrefslogtreecommitdiff
path: root/html/jspage.pl (unfollow)
Commit message (Expand)Author
2023-12-07js: Turn the resize handle into embedded SVGBen Harris
2023-04-24Support user preferences in the Emscripten frontend.Simon Tatham
2022-12-10js: Allow CSS to set the font used by the puzzleBen Harris
2022-12-06js: Explicitly set the height of the status barBen Harris
2022-12-05js: Remove align=center from main <div> and make it a <main>Ben Harris
2022-12-05js: Remove a layer of <div> from the HTML pageBen Harris
2022-12-05js: Specify a font for the puzzle canvas in CSSBen Harris
2022-12-02js: Add an SVG resize handle to the HTMLBen Harris
2022-11-28js: Don't word-wrap the status barBen Harris
2022-11-27js: Remove "width" and "height" attributes from HTML <canvas>Ben Harris
2022-11-26js: Hide menus and resize handle when printingBen Harris
2022-11-24js: Subtle extra padding for menusBen Harris
2022-11-24js: More conventional marking of menu item typesBen Harris
2022-11-23js: Replace status-bar holder in HTML with status bar itselfBen Harris
2022-11-23js: Replace :focus-within with JS-maintained .focus-withinBen Harris
2022-11-23js: Add keyboard navigation for menusBen Harris
2022-11-15js: Convert space after tick in menus to a space characterBen Harris
2022-11-15js: Use -moz-appearance and -webkit-appearanceBen Harris
2022-11-12js: Remove class="text/css" from <style> elementBen Harris
2022-11-12js: Use <li role="separator"> in place of <li class="separator">Ben Harris
2022-11-12js: Prettify menu HTMLBen Harris
2022-11-12js: Simplify menu CSS a littleBen Harris
2022-11-12js: Convert menus to use semantically appropriate HTML elementsBen Harris
2022-11-01js: Adjust z-indices of sub-menus and resize handleBen Harris
2022-10-22js: Pay attention to the device pixel ratioBen Harris
2022-10-22js: Move some styling from style attributes to stylesheetBen Harris
2022-10-18js: Make the dialogue box heading actually be an <h2>Ben Harris
2022-10-17js: Move dialogue-box sizing and positioning from JavaScript to CSSBen Harris
2022-10-17js: Move most style settings from JavaScript to CSSBen Harris
2022-10-07Hide some words in top-level menu items on small viewportsBen Harris
2022-10-05Make JavaScript game controls work better in small viewportsBen Harris
2021-04-22wasm/js/emscripten: Fix page loading raceIan Jackson
2021-04-08Another rewrite of the WASM apology message.Simon Tatham
2021-04-07Reword the apology when web puzzles fail to load.Simon Tatham
2017-09-20Build test HTML wrapper pages for the Javascript puzzles.Simon Tatham
2017-09-07Fix borders on the HTML menu bar.Simon Tatham
2017-09-06HTML: move 'New game' back out of the drop-down menu.Simon Tatham
2017-09-05Support for loading games in Javascript puzzles.Simon Tatham
2017-09-05Support for saving games in Javascript puzzles.Simon Tatham
2017-09-05Organise the JS menus/buttons bar more like a menu.Simon Tatham
2017-04-26Javascript puzzles: switch to a CSS-based drop-down system.Simon Tatham
2013-04-07Add a draggable resize handle to the JS puzzles.Simon Tatham
2013-04-06Fix the 'puzzle doesn't work' apology, which I'd accidentally movedSimon Tatham
2013-04-05Mention Safari in the list of tested browsers.Simon Tatham
2013-04-05Update the list of tested browsers.Simon Tatham
2013-04-05Assorted HTML/CSS fiddlings to make things work better in IE. I'veSimon Tatham
2013-04-03Try to give a more friendly message if anything goes wrong duringSimon Tatham
2013-03-31Forgot to make the web-page-building scripts executable.Simon Tatham
2013-03-30New front end! To complement the webification of my puzzles via JavaSimon Tatham
2013-03-30Introduce a mechanism in this source tree for building the containerSimon Tatham