]> git.parisson.com Git - pdf.js.git/log
pdf.js.git
14 years agomore XRef parsing
Andreas Gal [Fri, 6 May 2011 23:38:16 +0000 (16:38 -0700)]
more XRef parsing

14 years agomore XRef parsing
Andreas Gal [Fri, 6 May 2011 23:18:13 +0000 (16:18 -0700)]
more XRef parsing

14 years agoremove newline in LICENSE
Andreas Gal [Fri, 6 May 2011 22:16:26 +0000 (15:16 -0700)]
remove newline in LICENSE

14 years agonever mind restore previous README formating
Andreas Gal [Fri, 6 May 2011 22:15:54 +0000 (15:15 -0700)]
never mind restore previous README formating

14 years agoreformat README because its so ugly
Andreas Gal [Fri, 6 May 2011 22:14:38 +0000 (15:14 -0700)]
reformat README because its so ugly

14 years agoskeleton for XRef support
Andreas Gal [Fri, 6 May 2011 19:12:57 +0000 (12:12 -0700)]
skeleton for XRef support

14 years agofix a bunch of bugs and make startxref parsing work
Andreas Gal [Fri, 6 May 2011 09:18:31 +0000 (02:18 -0700)]
fix a bunch of bugs and make startxref parsing work

14 years agoadd command line arguments for the shell, -e for echo tests, -p for parse tests
Andreas Gal [Fri, 6 May 2011 08:44:17 +0000 (01:44 -0700)]
add command line arguments for the shell, -e for echo tests, -p for parse tests

14 years agoMerge branch 'master' of github.com:andreasgal/pdf.js
Andreas Gal [Fri, 6 May 2011 08:16:20 +0000 (01:16 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js

14 years agoparse startxref
Andreas Gal [Fri, 6 May 2011 08:16:09 +0000 (01:16 -0700)]
parse startxref

14 years agoLower the common denominator
Chris Jones [Fri, 6 May 2011 05:42:43 +0000 (00:42 -0500)]
Lower the common denominator

14 years agoRespect media box
Chris Jones [Fri, 6 May 2011 04:46:54 +0000 (23:46 -0500)]
Respect media box

14 years agoBasic transforms of PDF page/text space to canvas space
Chris Jones [Fri, 6 May 2011 03:20:07 +0000 (22:20 -0500)]
Basic transforms of PDF page/text space to canvas space

14 years agoLess hacky save/restore/moveText impl
Chris Jones [Thu, 5 May 2011 17:40:34 +0000 (12:40 -0500)]
Less hacky save/restore/moveText impl

14 years agoMock resource dict, look up fonts
Chris Jones [Thu, 5 May 2011 17:28:37 +0000 (12:28 -0500)]
Mock resource dict, look up fonts

14 years agoIndirect ops so that they can access interpreter state
Chris Jones [Thu, 5 May 2011 17:08:36 +0000 (12:08 -0500)]
Indirect ops so that they can access interpreter state

14 years agoMore nicely truncate args array
Chris Jones [Thu, 5 May 2011 04:53:55 +0000 (23:53 -0500)]
More nicely truncate args array

14 years agoCouple more tests and operators
Chris Jones [Thu, 5 May 2011 04:34:59 +0000 (23:34 -0500)]
Couple more tests and operators

14 years agoAdded dumb profiling instrumentation
Chris Jones [Thu, 5 May 2011 02:39:07 +0000 (21:39 -0500)]
Added dumb profiling instrumentation

14 years agoManually hoist constant to avoid building it on each method invocation
Chris Jones [Thu, 5 May 2011 02:31:46 +0000 (21:31 -0500)]
Manually hoist constant to avoid building it on each method invocation

14 years agoupdate README
Andreas Gal [Thu, 5 May 2011 01:52:10 +0000 (18:52 -0700)]
update README

14 years agoDumb text WIP, more UI for test.html
Chris Jones [Thu, 5 May 2011 01:08:52 +0000 (20:08 -0500)]
Dumb text WIP, more UI for test.html

14 years agoFactor out mock tests, add browser test page, initial canvas backend
Chris Jones [Thu, 5 May 2011 00:32:59 +0000 (19:32 -0500)]
Factor out mock tests, add browser test page, initial canvas backend

14 years agoadd license file
Andreas Gal [Wed, 4 May 2011 23:57:07 +0000 (16:57 -0700)]
add license file

14 years agoAdd eofObj and helper for converting Obj->JS value
Chris Jones [Wed, 4 May 2011 22:15:26 +0000 (17:15 -0500)]
Add eofObj and helper for converting Obj->JS value

14 years agoisNum and operator argument type checking
Chris Jones [Wed, 4 May 2011 21:58:51 +0000 (16:58 -0500)]
isNum and operator argument type checking

14 years agoAdd more operators, another test, and reorganize per Table 51 in the spec.
Chris Jones [Wed, 4 May 2011 21:52:52 +0000 (16:52 -0500)]
Add more operators, another test, and reorganize per Table 51 in the spec.

14 years agoBackend skeleton and temporary testing code
Chris Jones [Wed, 4 May 2011 19:46:39 +0000 (14:46 -0500)]
Backend skeleton and temporary testing code

14 years agouse undefined to indicate EOF
Andreas Gal [Tue, 3 May 2011 09:17:17 +0000 (02:17 -0700)]
use undefined to indicate EOF

14 years agoSplit out Stream functionality
Andreas Gal [Tue, 3 May 2011 05:50:55 +0000 (22:50 -0700)]
Split out Stream functionality

14 years agono need to freeze constructors and protos
Andreas Gal [Tue, 3 May 2011 02:07:16 +0000 (19:07 -0700)]
no need to freeze constructors and protos

14 years agoshadow in the direct object, no defineProperty needed
Andreas Gal [Tue, 3 May 2011 01:26:18 +0000 (18:26 -0700)]
shadow in the direct object, no defineProperty needed

14 years agouse ES5 Object operations for lazy properties
Andreas Gal [Tue, 3 May 2011 00:20:08 +0000 (17:20 -0700)]
use ES5 Object operations for lazy properties

14 years agoadd PDFDoc
Andreas Gal [Mon, 2 May 2011 22:34:59 +0000 (15:34 -0700)]
add PDFDoc

14 years agoa couple syntax fixes
Andreas Gal [Mon, 2 May 2011 22:16:03 +0000 (15:16 -0700)]
a couple syntax fixes

14 years agocleanup code a bit, avoid tabs, use java mode
Andreas Gal [Mon, 2 May 2011 22:06:11 +0000 (15:06 -0700)]
cleanup code a bit, avoid tabs, use java mode

14 years agoinitial checkin, untested, just a couple lines of code
Andreas Gal [Tue, 26 Apr 2011 06:33:36 +0000 (15:33 +0900)]
initial checkin, untested, just a couple lines of code

14 years agofirst commit
Andreas Gal [Tue, 26 Apr 2011 06:32:35 +0000 (15:32 +0900)]
first commit