Commit Graph

16 Commits (3531fda14fa22b5a252b15f65233a41b629da011)

Author SHA1 Message Date
Project Nayuki 3531fda14f In TypeScript version: moved QrCode.toSvgString() out of the library and into a demo program, slightly adapted some code, updated documentation comments.
3 years ago
Project Nayuki 1cc4617d57 In TypeScript version: moved QrCode.drawCanvas() out of the library and into demo programs, slightly adapted some code, updated documentation comments.
3 years ago
Project Nayuki 1fd0216dfe Changed the word "black" to "dark" in {comments, local variables,} in order to match the vocabulary in the QR Code specification document.
3 years ago
Project Nayuki 99e7d59383 Changed the word "white" to "light" in {comments, local variables, a private C function} in order to match the vocabulary in the QR Code specification document.
3 years ago
Project Nayuki 13a25580a3 Simplified QrCode.getPenalty() in all language versions except Rust, related to commit 1439e8e4a5.
5 years ago
Project Nayuki fd8720cd31 Simplified a bit of TypeScript code.
5 years ago
Project Nayuki 6e088f72d3 Added an assertion to QrCode.getNumRawDataModules() in all language versions.
5 years ago
Project Nayuki 1424d9f332 Simplified a bit of TypeScript and Rust code using for-each looping.
5 years ago
Project Nayuki f9c8183f64 Merged.
5 years ago
Project Nayuki a2704103bb Added new HTML+TypeScript demo program, corresponding to the command line demos of all other languages.
5 years ago
Project Nayuki 146105007c Simplified some new TypeScript demo code.
5 years ago
Project Nayuki cf612ec2dc Changed internal name of the HTML demo program.
5 years ago
Project Nayuki e9f7133692 Indented the HTML file fully.
5 years ago
Project Nayuki e20059b9ca Renamed demo HTML and TypeScript files.
5 years ago
Project Nayuki 588d1a6b87 Tweaked HTML application to add warning message if scripts aren't loaded.
5 years ago
Project Nayuki f759146df3 Deleted hand-written JavaScript code in favor of compiling from TypeScript, updated directories and readme.
5 years ago