Jonathan Gordon 
								
							 
						 
						
							
							
							
							
								
							
							
								144f39b4ea 
								
							 
						 
						
							
							
								
								revert that scroll engine stuff... good in theory, but broken.  
							
							... 
							
							
							
							commit a band-aid fix for FS#9140 which is fine untill someone decides to not use the whole screen for it...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17916 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2008-07-02 13:02:57 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jonathan Gordon 
								
							 
						 
						
							
							
							
							
								
							
							
								d69573e314 
								
							 
						 
						
							
							
								
								going out for a while and dont want to leave it partially broken.. ill re-enable this code later tonight/tomorow  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17915 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2008-07-02 10:03:53 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jonathan Gordon 
								
							 
						 
						
							
							
							
							
								
							
							
								4d2e91d252 
								
							 
						 
						
							
							
								
								fix red  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17914 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2008-07-02 09:55:01 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jonathan Gordon 
								
							 
						 
						
							
							
							
							
								
							
							
								88055b2f2e 
								
							 
						 
						
							
							
								
								fix FS#9140 by changing stop_scroll so it stops scrolling lines which would overlap the current viewport. This shouldnt cause any problems because when this happens the vp owning the line should redraw when the new vp's screen is exited.  
							
							... 
							
							
							
							Also fix a potential bug where only one scrolling line in a viewport was stopped
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17913 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2008-07-02 09:42:36 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Stenberg 
								
							 
						 
						
							
							
							
							
								
							
							
								2acc0ac542 
								
							 
						 
						
							
							
								
								Updated our source code header to explicitly mention that we are GPL v2 or  
							
							... 
							
							
							
							later. We still need to hunt down snippets used that are not. 1324 modified
files...
http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-06/0060.shtml 
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17847 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2008-06-28 18:10:04 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bertrik Sikken 
								
							 
						 
						
							
							
							
							
								
							
							
								db2d61f4ea 
								
							 
						 
						
							
							
								
								Killed unnecessary global variables by making them static.  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17184 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2008-04-20 10:24:15 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Dave Chapman 
								
							 
						 
						
							
							
							
							
								
							
							
								945c8a221a 
								
							 
						 
						
							
							
								
								Add viewport capabilities to all the LCD drivers, and adapt scrolling code.  This is the firmware/ part of FS#8385 - the changes to the WPS code still need more work and will be committed at a later date.  NOTE: There are no user-visible changes with this commit - just the infrastructure.  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16018 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2008-01-07 20:34:11 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Sevakis 
								
							 
						 
						
							
							
							
							
								
							
							
								84f5c5c3e3 
								
							 
						 
						
							
							
								
								Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threading code in IRAM that should be there on PP502x.  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15155 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2007-10-16 22:00:51 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Sevakis 
								
							 
						 
						
							
							
							
							
								
							
							
								a9b2fb5ee3 
								
							 
						 
						
							
							
								
								Finally full multicore support for PortalPlayer 502x targets with an eye towards the possibility of other types. All SVN targets the low-lag code to speed up blocking operations. Most files are modified here simple due to a name change to actually support a real event object and a param change to create_thread. Add some use of new features but just sit on things for a bit and leave full integration for later. Work will continue on to address size on sensitive targets and simplify things if possible. Any PP target having problems with SWP can easily be changed to sw corelocks with one #define change in config.h though only PP5020 has shown an issue and seems to work without any difficulties.  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15134 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2007-10-16 01:25:17 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Cellerier 
								
							 
						 
						
							
							
							
							
								
							
							
								d66b3c0f61 
								
							 
						 
						
							
							
								
								Remove the "invert scroll" code since it's not used anywhere anymore (and it was broken on color targets with gradients anyway). Closes FS  #7875 .  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15125 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2007-10-15 20:42:51 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Cellerier 
								
							 
						 
						
							
							
							
							
								
							
							
								d10831f157 
								
							 
						 
						
							
							
								
								Woops, forgot to change it here too.  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14931 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2007-09-30 21:48:40 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Cellerier 
								
							 
						 
						
							
							
							
							
								
							
							
								7b7b9310e7 
								
							 
						 
						
							
							
								
								Save a few bytes in the line selector style handling code.  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14927 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2007-09-30 21:12:33 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Sevakis 
								
							 
						 
						
							
							
							
							
								
							
							
								58fc279d26 
								
							 
						 
						
							
							
								
								Scroll on main and remote with a single thread. Change the way system messages are defined before running out is an issue (which requires a full update of rockbox on the player).  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14035 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2007-07-28 08:12:05 +00:00