zxing.git
16 years agoAdded copyright statement
srowen [Thu, 15 Nov 2007 17:14:50 +0000 (17:14 +0000)]
Added copyright statement

git-svn-id: http://zxing.googlecode.com/svn/trunk@37 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoCode tweaks and so forth with Daniel
srowen [Wed, 14 Nov 2007 19:23:23 +0000 (19:23 +0000)]
Code tweaks and so forth with Daniel

git-svn-id: http://zxing.googlecode.com/svn/trunk@34 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years ago"Fire" button now triggers decoding
srowen [Wed, 14 Nov 2007 18:35:46 +0000 (18:35 +0000)]
"Fire" button now triggers decoding

git-svn-id: http://zxing.googlecode.com/svn/trunk@33 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoAdded top-level build file, removed local copy of JUnit, added test target to core
srowen [Wed, 14 Nov 2007 15:27:06 +0000 (15:27 +0000)]
Added top-level build file, removed local copy of JUnit, added test target to core

git-svn-id: http://zxing.googlecode.com/svn/trunk@32 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoAdded the initial version of my UPC reader and modified some common files
dswitkin [Mon, 12 Nov 2007 23:13:15 +0000 (23:13 +0000)]
Added the initial version of my UPC reader and modified some common files
as necessary to get it building and used by the J2SE command line test.

git-svn-id: http://zxing.googlecode.com/svn/trunk@31 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoBreak out properties that user should customize into a build.properties file
srowen [Mon, 12 Nov 2007 20:22:22 +0000 (20:22 +0000)]
Break out properties that user should customize into a build.properties file

git-svn-id: http://zxing.googlecode.com/svn/trunk@29 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoTiny tweak
srowen [Fri, 9 Nov 2007 22:51:09 +0000 (22:51 +0000)]
Tiny tweak

git-svn-id: http://zxing.googlecode.com/svn/trunk@24 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoFixed the rest of my typos and added basic unit test
srowen [Fri, 9 Nov 2007 22:19:46 +0000 (22:19 +0000)]
Fixed the rest of my typos and added basic unit test

git-svn-id: http://zxing.googlecode.com/svn/trunk@23 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoBetter, still some bugs
srowen [Fri, 9 Nov 2007 19:13:28 +0000 (19:13 +0000)]
Better, still some bugs

git-svn-id: http://zxing.googlecode.com/svn/trunk@22 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoReplace JAIPerspectiveTransform with PerspectiveTransform
srowen [Thu, 8 Nov 2007 03:58:13 +0000 (03:58 +0000)]
Replace JAIPerspectiveTransform with PerspectiveTransform

git-svn-id: http://zxing.googlecode.com/svn/trunk@21 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoAdded icon
srowen [Wed, 7 Nov 2007 23:02:50 +0000 (23:02 +0000)]
Added icon

git-svn-id: http://zxing.googlecode.com/svn/trunk@20 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoShould fix up remaining problems in J2ME build and enable build of deployable .jar...
srowen [Wed, 7 Nov 2007 21:56:22 +0000 (21:56 +0000)]
Should fix up remaining problems in J2ME build and enable build of deployable .jar file

git-svn-id: http://zxing.googlecode.com/svn/trunk@19 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoAdjust tolerance of method that decides whether a finder/alignment pattern has been...
srowen [Wed, 7 Nov 2007 19:18:50 +0000 (19:18 +0000)]
Adjust tolerance of method that decides whether a finder/alignment pattern has been crossed so that it passes on low resolution images more correctly -- just a matter of resorting to some floating point math.

git-svn-id: http://zxing.googlecode.com/svn/trunk@18 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoOops, bug fix for MaskPattern100
srowen [Wed, 7 Nov 2007 18:44:18 +0000 (18:44 +0000)]
Oops, bug fix for MaskPattern100

git-svn-id: http://zxing.googlecode.com/svn/trunk@17 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoFix compile problem for JDK 1.4
srowen [Wed, 7 Nov 2007 18:42:40 +0000 (18:42 +0000)]
Fix compile problem for JDK 1.4

git-svn-id: http://zxing.googlecode.com/svn/trunk@16 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoAdded more test cases
srowen [Wed, 7 Nov 2007 06:52:45 +0000 (06:52 +0000)]
Added more test cases

git-svn-id: http://zxing.googlecode.com/svn/trunk@15 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoMore javadoc
srowen [Wed, 7 Nov 2007 06:42:22 +0000 (06:42 +0000)]
More javadoc

git-svn-id: http://zxing.googlecode.com/svn/trunk@14 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoMore javadoc
srowen [Wed, 7 Nov 2007 06:40:04 +0000 (06:40 +0000)]
More javadoc

git-svn-id: http://zxing.googlecode.com/svn/trunk@13 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoMore javadoc
srowen [Wed, 7 Nov 2007 06:39:29 +0000 (06:39 +0000)]
More javadoc

git-svn-id: http://zxing.googlecode.com/svn/trunk@12 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoMore javadoc
srowen [Tue, 6 Nov 2007 19:41:49 +0000 (19:41 +0000)]
More javadoc

git-svn-id: http://zxing.googlecode.com/svn/trunk@11 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoMore javadoc
srowen [Tue, 6 Nov 2007 19:07:08 +0000 (19:07 +0000)]
More javadoc

git-svn-id: http://zxing.googlecode.com/svn/trunk@10 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoAdded more javadoc
srowen [Tue, 6 Nov 2007 18:56:30 +0000 (18:56 +0000)]
Added more javadoc

git-svn-id: http://zxing.googlecode.com/svn/trunk@9 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoInitial revision
alasdair.john.mackintosh [Tue, 6 Nov 2007 16:35:39 +0000 (16:35 +0000)]
Initial revision

git-svn-id: http://zxing.googlecode.com/svn/trunk@8 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoFixed dumb bug that caused grid sampling to sample 2x too wide in the horizontal...
srowen [Fri, 26 Oct 2007 17:52:37 +0000 (17:52 +0000)]
Fixed dumb bug that caused grid sampling to sample 2x too wide in the horizontal direction.

git-svn-id: http://zxing.googlecode.com/svn/trunk@7 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agogit-svn-id: http://zxing.googlecode.com/svn/trunk@6 59b500cc-1b3d-0410-9834-0bbf25fbcc57
srowen [Tue, 23 Oct 2007 19:12:27 +0000 (19:12 +0000)]
git-svn-id: zxing.googlecode.com/svn/trunk@6 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agogit-svn-id: http://zxing.googlecode.com/svn/trunk@5 59b500cc-1b3d-0410-9834-0bbf25fbcc57
srowen [Tue, 23 Oct 2007 19:09:51 +0000 (19:09 +0000)]
git-svn-id: zxing.googlecode.com/svn/trunk@5 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agogit-svn-id: http://zxing.googlecode.com/svn/trunk@4 59b500cc-1b3d-0410-9834-0bbf25fbcc57
srowen [Tue, 23 Oct 2007 19:09:44 +0000 (19:09 +0000)]
git-svn-id: zxing.googlecode.com/svn/trunk@4 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agogit-svn-id: http://zxing.googlecode.com/svn/trunk@3 59b500cc-1b3d-0410-9834-0bbf25fbcc57
srowen [Tue, 23 Oct 2007 19:09:32 +0000 (19:09 +0000)]
git-svn-id: zxing.googlecode.com/svn/trunk@3 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agogit-svn-id: http://zxing.googlecode.com/svn/trunk@2 59b500cc-1b3d-0410-9834-0bbf25fbcc57
srowen [Tue, 23 Oct 2007 19:08:10 +0000 (19:08 +0000)]
git-svn-id: zxing.googlecode.com/svn/trunk@2 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoInitial directory structure.
(no author) [Mon, 22 Oct 2007 21:45:03 +0000 (21:45 +0000)]
Initial directory structure.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1 59b500cc-1b3d-0410-9834-0bbf25fbcc57