Commit Graph

671 Commits (91c78bf91579d2b53f493bc2593f4f34ba8a4626)

Author SHA1 Message Date
Alex Beregszaszi 50aac904e2 Rename Base64 to base64 because we don't need to instantiate it 8 years ago
Alex Beregszaszi a591fd2060 Move HTTP (and Github API) error handling to app from compiler. 8 years ago
Alex Beregszaszi fc2e5b1432 Remove dead parameter 8 years ago
Alex Beregszaszi 1297bac19a Fix optimize checkbox 8 years ago
Alex Beregszaszi eed3d0ab82 Merge initWithQueryParams 8 years ago
Alex Beregszaszi f96c0d254b Remove instant updates from the url.hash 8 years ago
Alex Beregszaszi f386476393 Support disabling automatic code compilation 8 years ago
Alex Beregszaszi c3e7168891 Move editor.onChange from compiler to app 8 years ago
Alex Beregszaszi 3cea49f6f6 Introduce compile button 8 years ago
Alex Beregszaszi 077075be03 More optimised way to sort in reverse 8 years ago
Alex Beregszaszi 1b8972a972 Use helper buildVersion 8 years ago
Alex Beregszaszi de5b894d8d Sort version dropdown according to semver 8 years ago
Alex Beregszaszi 8d9f1c6d09 Rename latestRelease to selectedVersion 8 years ago
Alex Beregszaszi 091478ec1e Load version list from list.json 8 years ago
Alex Beregszaszi 634ba33f69 Remove obsolete code 8 years ago
Alex Beregszaszi b55d3f054e Use loadingCompiler event for setVersionText (also display if using worker) 8 years ago
Alex Beregszaszi ee483e655c Merge the two compilerLoaded listeners - e.g. don't compile twice after reload 8 years ago
Alex Beregszaszi 608c9c2a2a Do not mix function definition styles 8 years ago
yann300 ed4c94cd1a readd format assembly text 8 years ago
yann300 e7f0512635 delete sourcehightlighter.js 8 years ago
yann300 c33a671148 add sourceHighlighter 8 years ago
Alex Beregszaszi b8b5e2f389 Rename soljson.js to builtin for clarity 8 years ago
Alex Beregszaszi 852c128d9d Merge the two soljsonSources blocks 8 years ago
Alex Beregszaszi 7c2cdc4474 Disable the version selector if there's only one version available 8 years ago
Alex Beregszaszi 31c01f19b3 Reorder the version selector code for clarity 8 years ago
Alex Beregszaszi fa40becc75 Move the version selector code after the compiler was initialised 8 years ago
chriseth f090de6983 Correctly fall back to soljson-latest in the offline case. 8 years ago
Alex Beregszaszi 4793fca8ad Remove duplicate call (loadVersion does this too) 8 years ago
Alex Beregszaszi 9482ac9251 Move the URL magic for loadVersion from the compiler to the app 8 years ago
chriseth 760ec20868 Correct how to find latest release version. 8 years ago
yann300 afa87c9626 register event in inner class 8 years ago
chriseth 5f494305a2 Only use latest released version by default. 8 years ago
yann300 d172d68b71 - change event manager creation process 8 years ago
yann300 e6adf1da19 add event manager 8 years ago
yann300 b09522c236 reset vm state instead of creating a new instance 8 years ago
chriseth 519dbe2d4a Provide formal verification input. 8 years ago
Alex Beregszaszi 29ed1bd3dd Load the local soljson.js if the list (soljsonSources) isn't present 8 years ago
yann300 3dd99aaac6 small changes 8 years ago
yann300 16b214ca41 remix int 8 years ago
Denton Liu 6379a5275e Fix #110 8 years ago
Denton Liu 1bd0dbb10e Removed unnecessary anonymous function 8 years ago
Dave Hoover 35e9fee718 Pulling all storage-related methods into storage.js 8 years ago
Dave Hoover 37c7e81733 Smoke testing compiler.compile and discovering some simplifications 9 years ago
Dave Hoover e8d34daacf Decoupling gist-handler from query-params; Testing gist-handler 9 years ago
Dave Hoover 36d0e59c4b Testing query-params.js with tape 9 years ago
Denton Liu 095974e633 Make uploadFile have a callback 9 years ago
Dave Hoover 67ccf61f0b Fixing #53 and #71 by reverting 0a37e6a 9 years ago
Alex Beregszaszi 504e6d7837 Standard: use single quotes 9 years ago
Alex Beregszaszi e509ef4454 Fix invalid unary operator 9 years ago
Alex Beregszaszi 6a9e874fea Standard: remove unused variables 9 years ago