Tim van der Meij 
							
						 
					 
					
						
						
						
						
							
						
						
							91274d6d2d 
							
						 
					 
					
						
						
							
							Rename annotation_helper.js to annotation_layer.js  
						
						 
						
						
						
						
					 
					
						2015-12-02 23:30:28 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yury Delendik 
							
						 
					 
					
						
						
						
						
							
						
						
							56ccaea99b 
							
						 
					 
					
						
						
							
							Move text layer building logic into src/display/text_layer.js  
						
						 
						
						
						
						
					 
					
						2015-11-19 10:50:27 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yury Delendik 
							
						 
					 
					
						
						
						
						
							
						
						
							2f34fd46cb 
							
						 
					 
					
						
						
							
							Move CustomStyle.  
						
						 
						
						
						
						
					 
					
						2015-11-19 10:47:17 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Manas 
							
						 
					 
					
						
						
						
						
							
						
						
							a2ba1b8189 
							
						 
					 
					
						
						
							
							Uses editorconfig to maintain consistent coding styles  
						
						 
						
						... 
						
						
						
						Removes the following as they unnecessary
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */ 
						
						
					 
					
						2015-11-14 07:32:18 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Collin Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							54e984c763 
							
						 
					 
					
						
						
							
							cleaned whitespace  
						
						 
						
						
						
						
					 
					
						2015-02-17 11:07:37 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yury Delendik 
							
						 
					 
					
						
						
						
						
							
						
						
							bdeca30fbf 
							
						 
					 
					
						
						
							
							Splits shared/annotation.js into core/ and display/  
						
						 
						
						
						
						
					 
					
						2014-06-17 17:43:33 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yury Delendik 
							
						 
					 
					
						
						
						
						
							
						
						
							fcc4dfd9b5 
							
						 
					 
					
						
						
							
							Moves shared/function.js to core/  
						
						 
						
						
						
						
					 
					
						2014-05-23 14:11:47 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yury Delendik 
							
						 
					 
					
						
						
						
						
							
						
						
							7a19085159 
							
						 
					 
					
						
						
							
							Moves shared/colorspace.js into core/  
						
						 
						
						
						
						
					 
					
						2014-05-23 14:11:47 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michał Gołębiowski 
							
						 
					 
					
						
						
						
						
							
						
						
							e625af3fef 
							
						 
					 
					
						
						
							
							Remove type="text/javascript" from script tags.  
						
						 
						
						... 
						
						
						
						"text/javascript" is not a correct MIME type (the correct one is
"application/javascript") but it's not even needed; all browsers default
to the correct type and treat it as executable JS when type is ommited.
Since not all browsers recognize the "application/javascript" MIME type
the only way to both stay compliant and to support all popular browsers
is to omit the type. It's also shorter this way. 
						
						
					 
					
						2014-05-13 02:41:01 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yury Delendik 
							
						 
					 
					
						
						
						
						
							
						
						
							f57c6935d7 
							
						 
					 
					
						
						
							
							Implements WebGL support  
						
						 
						
						
						
						
					 
					
						2014-04-03 08:36:22 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tim van der Meij 
							
						 
					 
					
						
						
						
						
							
						
						
							1b1a9f1b81 
							
						 
					 
					
						
						
							
							Making all examples adhere to the style guide  
						
						 
						
						
						
						
					 
					
						2014-03-08 23:04:30 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Chantaraud 
							
						 
					 
					
						
						
						
						
							
						
						
							4eb7c04034 
							
						 
					 
					
						
						
							
							Fixed examples/acroforms/forms.js  
						
						 
						
						
						
						
					 
					
						2014-02-22 09:49:29 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yury Delendik 
							
						 
					 
					
						
						
						
						
							
						
						
							bf432a37bb 
							
						 
					 
					
						
						
							
							Refactors shared/pattern.js into core/ and display/  
						
						 
						
						
						
						
					 
					
						2014-01-25 12:18:22 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brendan Dahl 
							
						 
					 
					
						
						
						
						
							
						
						
							bb2529de03 
							
						 
					 
					
						
						
							
							Move the creation of canvas path fonts to the worker.  
						
						 
						
						
						
						
					 
					
						2013-08-19 16:33:20 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brendan Dahl 
							
						 
					 
					
						
						
						
						
							
						
						
							5ecce4996b 
							
						 
					 
					
						
						
							
							Split files into worker and main thread pieces.  
						
						 
						
						
						
						
					 
					
						2013-08-12 10:48:06 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mack Duan 
							
						 
					 
					
						
						
						
						
							
						
						
							f8f4b3f45d 
							
						 
					 
					
						
						
							
							Refactor code for annotations  
						
						 
						
						
						
						
					 
					
						2013-05-07 14:22:13 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mack Duan 
							
						 
					 
					
						
						
						
						
							
						
						
							ef423ef30c 
							
						 
					 
					
						
						
							
							Implement progressive loading of PDFs  
						
						 
						
						
						
						
					 
					
						2013-04-12 16:13:22 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Raible 
							
						 
					 
					
						
						
						
						
							
						
						
							8c6847eb27 
							
						 
					 
					
						
						
							
							Fixes Util is not defined in acroforms example when running in prod mode  
						
						 
						
						
						
						
					 
					
						2012-10-29 14:05:19 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yury Delendik 
							
						 
					 
					
						
						
						
						
							
						
						
							306092f53e 
							
						 
					 
					
						
						
							
							Add jbig2 references to examples and make.js  
						
						 
						
						
						
						
					 
					
						2012-06-22 06:41:28 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yury Delendik 
							
						 
					 
					
						
						
						
						
							
						
						
							b312719d7e 
							
						 
					 
					
						
						
							
							Fixes test driver and examples  
						
						 
						
						
						
						
					 
					
						2012-04-12 08:23:38 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								notmasteryet 
							
						 
					 
					
						
						
						
						
							
						
						
							bfd1d427c7 
							
						 
					 
					
						
						
							
							Adding jpx.js to examples and Makefile  
						
						 
						
						
						
						
					 
					
						2012-01-18 20:17:50 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								notmasteryet 
							
						 
					 
					
						
						
						
						
							
						
						
							8288b17edc 
							
						 
					 
					
						
						
							
							move inputHint to examples  
						
						 
						
						
						
						
					 
					
						2011-12-19 20:04:16 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								notmasteryet 
							
						 
					 
					
						
						
						
						
							
						
						
							6011b5b4db 
							
						 
					 
					
						
						
							
							Moving forms UI into examples  
						
						 
						
						
						
						
					 
					
						2011-12-19 20:00:50 -06:00