Wykres commitów

44 Commity (master)

Autor SHA1 Wiadomość Data
Sangmin, Shim 540308a766 Merge pull request #50 from TriAnMan/remove-jquery-dep
Remove unneeded jquery dependency
2015-07-27 15:10:43 +09:00
Sangmin, Shim 3e8a59fab8 Merge pull request #44 from ysangkok/patch-1
Swap col and row in SVG output so that the display equals the PNG output
2015-07-27 15:09:23 +09:00
Sangmin, Shim 3c1663d4b9 Merge pull request #43 from teambition/master
fix the error format of bower.json
2015-07-27 15:08:40 +09:00
Sangmin, Shim cf60900c4f Merge pull request #39 from pirosikick/master
Fixed syntax error in bower.json
2015-07-27 15:05:34 +09:00
Anton Andersen 73830667a9 Remove unneeded jquery dependency 2015-01-04 19:16:50 +03:00
Sangmin, Shim a714bbea97 Merge pull request #46 from tptee/master
Fixes invalid bower.json
2014-12-12 11:28:16 +09:00
Tyler Thompson fbff8e90a1 Fixed another comma 2014-11-25 09:56:22 -05:00
Tyler Thompson 74875f58b5 Fixed invalid bower.json 2014-11-25 09:50:47 -05:00
Janus Troelsen 11d1bdbb8a Swap col and row in SVG output so that the display equals the PNG output 2014-11-19 15:57:57 +01:00
sailxjx d375d8f518 fix the error format of bower.json 2014-11-18 10:26:58 +08:00
Hiroyuki Anai f9ca6060b9 Fixed syntax error in bower.json 2014-11-07 22:10:08 +09:00
Sangmin, Shim 1119361409 Merge pull request #38 from dwilkie/add_bower
add bower.json
2014-11-07 14:27:49 +09:00
Sangmin, Shim ea6f3c7e3e Merge pull request #25 from ghigo/master
Fix to allow closure compile pass
2014-11-07 14:21:37 +09:00
Sangmin, Shim 549838ffa6 Merge pull request #24 from sembrestels/background-svg
Added support for lightColor in SVG QR codes
2014-11-07 14:19:49 +09:00
Sangmin, Shim 696776b775 Merge pull request #23 from sembrestels/svg-html
Added support for SVG QR codes into HTML.
2014-11-07 14:19:27 +09:00
David Wilkie e73c7dc221 add author, homepage and description to bower.js 2014-11-06 11:39:25 +07:00
David Wilkie 9695b8a002 add bower.json 2014-11-06 11:29:20 +07:00
Sangmin, Shim 1c78ccd71e Merge pull request #20 from lukem512/patch-1
Added alt tag
2014-04-28 13:58:30 +09:00
Marco Sgrignuoli 3b873f65a6 Fix to allow closure compile pass
Minor fixes to allow closure compile
2014-03-26 17:34:14 -07:00
Sem 31ba7cc2f8 Added support for lightColor in SVG QR codes 2014-03-21 04:29:03 +01:00
Sem f57b643ad5 Added support for SVG QR codes into HTML. 2014-03-20 22:46:39 +01:00
Luke 6253c2a92c Added alt tag
This now conforms to standards complience
2014-03-09 17:21:03 +00:00
Sangmin, Shim 07f829d4e0 Merge pull request #16 from bitdeli-chef/master
Add a Bitdeli Badge to README
2014-01-12 00:44:43 -08:00
Bitdeli Chef 62e6e0ca22 Add a Bitdeli badge to README 2014-01-12 08:47:44 +00:00
Sangmin, Shim 51abe3156a Merge pull request #12 from taku0/unicode_corruption_bug
Fixed Unicode corruption bug
2013-10-13 12:20:27 -07:00
taku0 0f73d48f16 Fixed Unicode corruption bug 2013-08-07 22:47:47 +09:00
David, Shim 06c7a5e134 Minified with uglifyjs 2013-07-12 16:17:36 +09:00
David, Shim 8247821f4a [#6] Add to support UTF-8 Characters 2013-07-12 16:02:07 +09:00
Sangmin, Shim 2b64de014d Merge pull request #5 from ysangkok/master
Add SVG support
2013-07-11 22:51:08 -07:00
Sangmin, Shim c3db592f2f Merge pull request #4 from EvanHahn/patch1
Add gitignore and ignore Aptana projects
2013-07-11 21:56:52 -07:00
Janus 1b87ce8ca6 add SVG support 2013-06-11 16:10:25 +02:00
Evan Hahn ebe76cfa8f Add gitignore and ignore Aptana projects 2013-06-03 16:20:26 -07:00
David, Shim 9c38ec734b Minified qrcode.js with uglifyjs 2013-06-03 14:22:14 +09:00
Sangmin, Shim d2c78711b3 Merge pull request #3 from qthru/master
It works. Thank you @davidcl64
2013-06-02 22:08:52 -07:00
David Clarke fb63f65bf6 Store off reference to this for use with callbacks
Had forgotten to save of reference to this so that callbacks would have
a reference to the original instance.
2013-05-26 17:32:44 -07:00
David Clarke 0a85290fb2 Revert "Store off reference to this for use with callbacks"
This reverts commit 95b47b9a19.
2013-05-26 17:28:14 -07:00
David Clarke 95b47b9a19 Store off reference to this for use with callbacks
In _safeSetDataURI forgot to save off reference to this so callbacks
could keep a reference to the original this.
2013-05-26 17:23:14 -07:00
David Clarke d01ee92aff Scoped all variables to object instance to allow multiple QR Codes
Fixes #2

Previously, private variables were trapped by the outer function
closure that returns the Drawing constructor.

I removed these declarations and scoped them to the object instance.
This has the side affect of making them public.  If that is
undesirable, the code can be refactored further to keep these private.

I haven't fully tested all codepaths (table based drawing, android
specific logic), so more regression should probably be done before
merging this in to your codebase.
2013-05-25 08:19:33 -07:00
Sangmin Shim a413bc325b Android 2.x doesn't support Data-URI 2013-01-08 18:28:52 +09:00
Sangmin Shim ea5a4b83c2 Adds Comment about Browser Compatibility 2012-12-26 17:00:47 +09:00
Sangmin Shim 91fa833b0b Edit layout 2012-12-26 16:06:22 +09:00
Sangmin Shim 6202ee3975 modified CorrectLevel name 2012-12-26 16:04:01 +09:00
Sangmin Shim e914fc98d2 Add minified file with uglifyJS 2012-12-26 16:00:49 +09:00
Sangmin Shim c9d37bd0c7 init project 2012-12-26 15:45:08 +09:00