Franck Charlet 
							
						 
					 
					
						
						
						
						
							
						
						
							2ff4d17c95 
							
						 
					 
					
						
						
							
							git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@859 416bcca6-2ee7-4201-b75f-2eb2f807beb1  
						
						 
						
						
						
						
					 
					
						2009-06-11 17:28:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Franck Charlet 
							
						 
					 
					
						
						
						
						
							
						
						
							8ed5019b02 
							
						 
					 
					
						
						
							
							- Fixed the usual problem due to non posix code  
						
						 
						
						... 
						
						
						
						- Made the png lib optional with: __no_pnglib__
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@630 416bcca6-2ee7-4201-b75f-2eb2f807beb1 
						
						
					 
					
						2009-02-15 17:03:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Franck Charlet 
							
						 
					 
					
						
						
						
						
							
						
						
							7c4d2675ad 
							
						 
					 
					
						
						
							
							- Modified mountlist.c to operate on MacOSX.  
						
						 
						
						... 
						
						
						
						- Also fixed a bug in init.c: !strcmp(Liste_points_montage->me_mountdir,"/") && !strcmp(Liste_points_montage->me_mountdir,"/home") should have been
strcmp(Liste_points_montage->me_mountdir,"/") && strcmp(Liste_points_montage->me_mountdir,"/home")
since root & home are already added before (strcmp returns 0 if strings match).
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@473 416bcca6-2ee7-4201-b75f-2eb2f807beb1 
						
						
					 
					
						2009-01-11 03:26:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Franck Charlet 
							
						 
					 
					
						
						
						
						
							
						
						
							af9e862b5d 
							
						 
					 
					
						
						
							
							- Enabled the support for text in macosx version  albeit it doesn't seem to do anything yet beside displaying a dialog window (updated the xcode project accordingly by installing SDL_ttf with the application).  
						
						 
						
						... 
						
						
						
						.- Added a Backup() in Rectangle_Degrade_12_0() so the undo command should work.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@316 416bcca6-2ee7-4201-b75f-2eb2f807beb1 
						
						
					 
					
						2008-10-28 10:34:46 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Franck Charlet 
							
						 
					 
					
						
						
						
						
							
						
						
							2b232bbc48 
							
						 
					 
					
						
						
							
							Improved the speed of the spread and swap commands in the palette window by only refreshing the logical palette instead of the physical one (at least it works on MacOSX, i don't know if it's any good on other versions)  
						
						 
						
						... 
						
						
						
						git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@292 416bcca6-2ee7-4201-b75f-2eb2f807beb1 
						
						
					 
					
						2008-10-20 20:08:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Franck Charlet 
							
						 
					 
					
						
						
						
						
							
						
						
							0f74b81151 
							
						 
					 
					
						
						
							
							Removed the shift + click right mouse button emulation as it looks like is already handled with the apple key.  
						
						 
						
						... 
						
						
						
						git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@272 416bcca6-2ee7-4201-b75f-2eb2f807beb1 
						
						
					 
					
						2008-10-16 23:07:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Franck Charlet 
							
						 
					 
					
						
						
						
						
							
						
						
							f4e81048ab 
							
						 
					 
					
						
						
							
							MacOSX: Fixed a bug in the filenames input and another one with the backspace key not being sent.  
						
						 
						
						... 
						
						
						
						git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@270 416bcca6-2ee7-4201-b75f-2eb2f807beb1 
						
						
					 
					
						2008-10-16 21:55:29 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Franck Charlet 
							
						 
					 
					
						
						
						
						
							
						
						
							6a778031fe 
							
						 
					 
					
						
						
							
							Handling for these formats were broken due to endianness problems on PPC: pkm img bmp gif  
						
						 
						
						... 
						
						
						
						git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@268 416bcca6-2ee7-4201-b75f-2eb2f807beb1 
						
						
					 
					
						2008-10-16 00:29:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Franck Charlet 
							
						 
					 
					
						
						
						
						
							
						
						
							99b99322be 
							
						 
					 
					
						
						
							
							Added the missing objective C files for the macosx and fixed the changes you forgot in main.c etc..  
						
						 
						
						... 
						
						
						
						Also added a way to handle the right mouse button when the shift key is pressed (for mice with only have 1 button :]).
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@264 416bcca6-2ee7-4201-b75f-2eb2f807beb1 
						
						
					 
					
						2008-10-15 20:55:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adrien Destugues 
							
						 
					 
					
						
						
						
						
							
						
						
							99d485210c 
							
						 
					 
					
						
						
							
							Some speedup for macosx build  
						
						 
						
						... 
						
						
						
						git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@259 416bcca6-2ee7-4201-b75f-2eb2f807beb1 
						
						
					 
					
						2008-10-15 13:29:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adrien Destugues 
							
						 
					 
					
						
						
						
						
							
						
						
							584c4696c1 
							
						 
					 
					
						
						
							
							Mac os X port. Compiles and runs slowly  
						
						 
						
						... 
						
						
						
						git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@256 416bcca6-2ee7-4201-b75f-2eb2f807beb1 
						
						
					 
					
						2008-10-14 20:42:05 +00:00