0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 9 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changing license line in package.json to SPDX format. More... almost 8 years ago
Not adding webcomponentslite, or polymer elements if there's no service worker. More... about 8 years ago
Moved requestAnimFrame from calc.js to index.html. More... about 8 years ago
Adding shim for requestAnimationFrame for mobile safari. More... about 8 years ago
Removed some console.timestamp() calls, and protected other console.* calls. Added doMaximiseBody to eslint globals. More... about 8 years ago
Disabled translation in chrome. More... about 8 years ago
Removed appendChild() call in index.html that I forgot to remove when changing app to load only orientation specific stylesheet on first load. Changed lazy.css to lazy_landscape.css in calc.js - forgot to change it. More... about 8 years ago
Merge pull request #30 from 01org/maxw-pwa More... about 8 years ago
Renamed lazy.css to lazy_landscale.css to match calc_*.css. More... about 8 years ago
Fixed positioning of history button. Fixed help close button. More... about 8 years ago
Only loading one portrait specific stylesheet on first frame. More... about 8 years ago
Split calc.css and calc_portrait.css into calc-{common,landscape,portrait}.css. More... about 8 years ago
Moved overflow hidden into element to stop scroll bars flickering on and then off when page first loads. Removed transform from main css files to avoid scaling to 0 and back. More... about 8 years ago
Updating README and HACKING. More... about 8 years ago
Hiding body overflow on initial frame. More... about 8 years ago
Added another basic progressive step before loading main stylesheets. More... about 8 years ago
Adding install dialog support. Removed platforms/. More... about 8 years ago
Renamed _locale to locale. More... about 8 years ago
Adding type to icons object in manifest. More... about 8 years ago
Added short name to manifest, hoping it will prompt installation dialog. More... about 8 years ago
Fixing resizing/orientation issues. More... about 8 years ago
Changed indentation on platinum-sw-cache. More... about 8 years ago
Adding favicon. More... about 8 years ago
Using platinum-sw-cache to preload all files. More... about 8 years ago
Adjustments to history pane. More... about 8 years ago
var -> let move icon_128.png into images/. added manifest file to install on android. More... about 8 years ago
Calling maximise on pageshow (blank screen on Android). More... about 8 years ago
Fixes to npm packages and Gruntfile, and also fix for imagemin config so it isn't given directories. More... about 8 years ago
Setting button outline to 0. let -> var in index.html - not processed by babel. More... about 8 years ago
Fix #27, plus some line-height issues. More... about 8 years ago