Commit Graph

438 Commits (667c744d8b444646a6a79eaad33d863f7f293971)
 

Author SHA1 Message Date
Project Nayuki 667c744d8b Updated and synchronized the QrCode class top-level documentation comment, in all languages except C.
6 years ago
Project Nayuki c8c29cc116 Renamed variables in C++ demo program to start from 0.
6 years ago
Project Nayuki 59e3933e8b Added and updated comments in Java QrSegmentAdvanced.
6 years ago
Project Nayuki 98741eb09a Slightly tweaked logic in Java QrSegmentAdvanced for robustness and efficiency.
6 years ago
Project Nayuki 46b6425838 Simplified some logic in Java QrSegmentAdvanced using Java SE 8 streams and lambdas.
6 years ago
Project Nayuki 18ff8dc0e5 Refactored Java QrSegmentAdvanced to move a piece of logic to a new function.
6 years ago
Project Nayuki 012d469ca5 Inlined some Java functions - refactored QrSegmentAdvanced, increased visibility of a constant in QrSegment.
6 years ago
Project Nayuki 4f61adf9ba Deleted section comments in TypeScript demo code.
6 years ago
Project Nayuki 6d79c97c42 Tweaked {JavaScript, TypeScript, HTML} code to encapsulate the application members.
6 years ago
Project Nayuki 3ab5e7827c Tweaked {HTML, JavaScript, TypeScript} code to move repetitive event handler registration from HTML to script.
6 years ago
Project Nayuki ef09729331 Reformatted long line and whitespace in HTML code, without changing behavior.
6 years ago
Project Nayuki a3da832fc7 Changed Rust QrCode and QrSegment structs to be cloneable.
6 years ago
Project Nayuki ddc29b89d7 Simplified some local numeric variable types in Rust code.
6 years ago
Project Nayuki cdd1d0150d Tweaked BitBuffer.appendBits() comment and code in a few language versions.
6 years ago
Project Nayuki dce44caf8f Tweaked BitBuffer.appendBits() comment in several language versions.
6 years ago
Project Nayuki 34408d66aa Tweaked the BitBuffer class top-level comment in all languages except C.
6 years ago
Project Nayuki b32c467031 Tweaked JavaScript code to implement inheritance more correctly.
6 years ago
Project Nayuki 4eee2d43e6 Tweaked radio/checkbox spacing in HTML page.
6 years ago
Project Nayuki aa264f5a4d Simplified the arithmetic of an internal C function.
6 years ago
Project Nayuki a19c7aa21b Reformatted a bit of whitespace in C code, to match other languages (commit 5a5626edb2).
6 years ago
Project Nayuki bc6f776429 Updated JavaScript code for type purity to ensure the modules array is actually Boolean (instead of numeric) after masking, tweaked TypeScript code to correspond to new JS code.
6 years ago
Project Nayuki 6903d28c90 Swapped {dy,dx} variables in commutative operations for clarity, in all languages.
6 years ago
Project Nayuki 87868d7920 Renamed loop variables in QrCode.{drawFinderPattern(),drawAlignmentPattern()} for clarity, in all languages (but somewhat differently in C).
6 years ago
Project Nayuki 440efef8bf Tweaked C code to avoid unnecessary array initialization.
6 years ago
Project Nayuki 0920922a32 Tweaked qrcodegen.c to not be compilable in C++ mode (undoing commit 88cc1c05fd).
6 years ago
Project Nayuki 30aed54c47 Simplified C code to directly assign useful values to the segment mode enum.
6 years ago
Project Nayuki be143456be Revamped C and C++ makefiles by copying structure from another library of mine, removed shared library output from C library (from commit a3dcc36dd4) due to problematic linkage in some enviroments.
6 years ago
Project Nayuki 070daf8c9e Tweaked C header file to be friendly to C++.
6 years ago
Project Nayuki 67bb2b4267 Removed C macros for MALLOC() to not support compiling code verbatim in C++ mode (undoing commit eb536b43c5).
6 years ago
Project Nayuki 72deb2855a Tweaked syntax for top-level demo functions in TypeScript code.
6 years ago
Project Nayuki a443f7bf6b Deleted HTML file for TypeScript demo because it has the same code as the JavaScript version.
6 years ago
Project Nayuki f4d325725a Updated readme because C supports ECI segments (due to commits d126f7b1ed and 66f6500220), and Java supports kanji optimization (due to commit 8800acf003).
6 years ago
Project Nayuki e70b3b347f Fixed incorrect constant in QrSegmentAdvanced.computeCharacterModes() (which caused kanji mode to be used less often than it should be).
6 years ago
Project Nayuki f1ec2a8f43 Tweaked QrCode.getPenaltyScore() to use binary literals for clarity, for Java (SE 7+) and TypeScript (ES6+).
6 years ago
Project Nayuki 957219dc91 Reformatted some whitespace for alignment in all language versions.
6 years ago
Project Nayuki 3e642cf468 Simplified QrSegment.makeNumeric() logic in {Java, JavaScript, TypeScript, Python} language versions.
6 years ago
Project Nayuki 8db3cfef81 Simplified TypeScript code by using constructor parameter properties to replace most fields.
6 years ago
Project Nayuki e7854eb797 Reformatted some whitespace for alignment in all language versions.
6 years ago
Project Nayuki 46443ecf22 Tweaked integer casts and types in C++ code for robustness and simplicity.
6 years ago
Project Nayuki 7217de3eee Refactored TypeScript code to use for-of loop instead of Array.forEach(), for simplicity and clarity.
6 years ago
Project Nayuki 0a96eec52e Simplified small pieces of TypeScript and JavaScript code.
6 years ago
Project Nayuki 0b89eef361 Fixed incorrect default argument in TypeScript QrCode.encodeSegments().
6 years ago
Project Nayuki 566ca1f930 Fixed readme example code for TypeScript, due to commit bed21e3c64.
6 years ago
Project Nayuki b59c181162 Simplified QrCode.toSvgString() in C++ and Rust, related to Java change in commit 9c670453a8.
6 years ago
Project Nayuki 3ead3dbb84 Updated up to 8 comments in all language versions, but somewhat differently in each language.
6 years ago
Project Nayuki b9f69cf7bd Updated documentation comment in 4 languages to change word "specified" to "given", related to commit d8b66fcbf1.
6 years ago
Project Nayuki e9e7363c55 Tweaked Java comments and added assert.
6 years ago
Project Nayuki 362d552c92 Simplified QrSegment.Mode.numCharCountBits() in all language versions.
6 years ago
Project Nayuki 16b59e207d Deleted unnecessary version range check in two private functions, in all language versions except Rust.
6 years ago
Project Nayuki 7fe69730c4 Tweaked comments for QrSegment.getTotalBits() to express package-private access control in some languages.
6 years ago