Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								a9e3db354d 
								
							 
						 
						
							
							
								
								Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. This is an incompatible change:-(  
							
							
							
						 
						
							2001-01-09 22:10:16 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								723ad8ae73 
								
							 
						 
						
							
							
								
								More toolbox modules adapted to Universal Headers 3.3.2.  
							
							
							
						 
						
							2000-12-12 22:10:21 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								f7d5aa61d3 
								
							 
						 
						
							
							
								
								Adapted to Universal Headers 3.3.2. More to follow.  
							
							
							
						 
						
							2000-12-10 23:43:49 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								74a1e63a89 
								
							 
						 
						
							
							
								
								Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.  
							
							
							
						 
						
							2000-07-14 22:37:27 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								9d8b96c850 
								
							 
						 
						
							
							
								
								pymactoolbox.h contains protoypes for all externally visible toolbox module  
							
							... 
							
							
							
							functions. Include it in stead of duplicating the declarations everywhere. Also
cleaned up toolbox module exports, and got rid of resNotFound error. 
							
						 
						
							2000-07-14 22:16:45 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								85152b93cb 
								
							 
						 
						
							
							
								
								Fiddled declaration/implementation of setcallback() so that it is ansifyable.  
							
							
							
						 
						
							2000-07-11 21:12:55 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								0b13e7c153 
								
							 
						 
						
							
							
								
								Changed all (hopefully) uses of unsigned 16 bit value to use H format specifier, now that h is signed-only.  
							
							
							
						 
						
							2000-07-07 13:09:35 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								021da55579 
								
							 
						 
						
							
							
								
								Removed THINK_C support.  
							
							
							
						 
						
							2000-06-04 21:56:05 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								e79dc76f53 
								
							 
						 
						
							
							
								
								Made the core toolbox modules carbon-compatible using the new greylist feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open.  
							
							... 
							
							
							
							Macmodule and macosmodule have also been carbonified. Some functionality is still missing there. 
							
						 
						
							2000-06-02 21:35:07 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								1b6e8214ab 
								
							 
						 
						
							
							
								
								Added a few cast to make it 68k-compatible.  
							
							
							
						 
						
							2000-04-05 21:30:57 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								deb6373fff 
								
							 
						 
						
							
							
								
								Data of type Point is passed by value, not by reference.  
							
							
							
						 
						
							2000-03-22 15:35:24 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								a27e9fb19f 
								
							 
						 
						
							
							
								
								Added UserPane callbacks for HitTest and Tracking. Doesn't fully work yet.  
							
							
							
						 
						
							2000-03-21 23:03:02 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								1a7d5b12c0 
								
							 
						 
						
							
							
								
								Added a GetControlRect() method to controls which returns the bounding rectangle. To my surprise this call is missing from the C API...  
							
							
							
						 
						
							2000-03-21 16:25:23 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								abc411bac8 
								
							 
						 
						
							
							
								
								Started on support for callbacks for UserPane controls. Unfinished and untested.  
							
							
							
						 
						
							2000-03-20 16:09:09 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								f7ac1d32f0 
								
							 
						 
						
							
							
								
								Nasty error: handle parameters are passed by _address_ to SetControlData.  
							
							
							
						 
						
							1999-12-29 12:37:22 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								b9247d37ba 
								
							 
						 
						
							
							
								
								Oops, forgot & in ParseTuple argument in ControlGetDataHandle.  
							
							
							
						 
						
							1999-12-23 23:06:07 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								a1a0fef2ea 
								
							 
						 
						
							
							
								
								Unified handle-conversion scheme to  
							
							... 
							
							
							
							handle = Ctl.as_Resource(ctl)
  ctl = Ctl.as_Control(handle)
and similarly for List, Menu, TE. The old handle.as_Control() methods are
still there for backward compatability. 
							
						 
						
							1999-12-23 14:32:06 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								1f9249cea9 
								
							 
						 
						
							
							
								
								Added {Get,Set}ControlDataHandle methods. These are {Get,Set}ControlData for  
							
							... 
							
							
							
							keys that expect a Handle, and have a ResObj as parameter. 
							
						 
						
							1999-12-19 00:05:50 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								24c353144a 
								
							 
						 
						
							
							
								
								Fixed a linebreak I forgot, added docstrings, (temporarily) blacklisted a few routines that seem to be missing in my CW Pro 5.1.  
							
							
							
						 
						
							1999-12-09 22:49:51 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								229c0868fe 
								
							 
						 
						
							
							
								
								Changes by Corran Webster to support {Get,Set}ControlData and  
							
							... 
							
							
							
							HandleControlClick. Untested. 
							
						 
						
							1999-12-09 16:03:50 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								8387af65a9 
								
							 
						 
						
							
							
								
								If a control has no refcon pointing back to the Python object we create a new  
							
							... 
							
							
							
							Python object. This needs a new bgenObjectDefinition.py, which implements
compare and hash functions. 
							
						 
						
							1999-03-13 23:07:32 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								e058189040 
								
							 
						 
						
							
							
								
								Added Ctl.as_Control and Menu.as_Menu methods, which take a resource as  
							
							... 
							
							
							
							argument and return a Control or Menu object. 
							
						 
						
							1999-02-07 14:02:03 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								deff89c8be 
								
							 
						 
						
							
							
								
								Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.  
							
							
							
						 
						
							1998-10-12 20:53:15 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								4c704131ca 
								
							 
						 
						
							
							
								
								Added {Get,Set}PopupData calls to get at the data for popup menu controls.  
							
							
							
						 
						
							1998-06-19 13:35:14 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								848250c15b 
								
							 
						 
						
							
							
								
								Allow an (optional) tracking function (or -1) to be specified to  
							
							... 
							
							
							
							TrackControl. TrackControl is now manually generated (too much work to
explain this to bgen). 
							
						 
						
							1998-05-28 14:20:09 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								0c4d947eac 
								
							 
						 
						
							
							
								
								Replaced addpack by handcrafted code to find the bgen stuff.  
							
							
							
						 
						
							1998-04-17 14:07:56 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								21f96872f2 
								
							 
						 
						
							
							
								
								Regenerated from Universal Headers 3.0.1. Some new calls are  
							
							... 
							
							
							
							blacklisted, because they are not available in classic 68k programs,
and bgen doesn't have a way to put #ifdef/#endif in the generated
code. For now we only implement calls that work on all three models. 
							
						 
						
							1998-02-20 16:02:09 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								c7fefed32c 
								
							 
						 
						
							
							
								
								Added GetAuxiliaryControlRecord and SetControlColor, there was no good  
							
							... 
							
							
							
							reason they were excluded. 
							
						 
						
							1997-08-15 14:32:18 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								85ae4a82ac 
								
							 
						 
						
							
							
								
								Changed [SG]etCRefCon to [SG]etControlReference  
							
							
							
						 
						
							1997-04-08 15:26:03 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								cfb60ee1e8 
								
							 
						 
						
							
							
								
								Fixed very nasty null-dereferencing bug in DisposeControl/destroy  
							
							... 
							
							
							
							object. 
							
						 
						
							1996-10-01 10:46:46 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								c574b43d35 
								
							 
						 
						
							
							
								
								Fixed a nasty bug where FindControl could return a reference to a  
							
							... 
							
							
							
							destroyed python object. 
							
						 
						
							1996-04-12 16:26:59 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								2b72417da0 
								
							 
						 
						
							
							
								
								Replaced various dummy updateRegions by real arguments  
							
							
							
						 
						
							1996-04-10 14:48:19 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								5d56f4b403 
								
							 
						 
						
							
							
								
								Added as_Resource() method to convert ctl object to res object  
							
							
							
						 
						
							1995-06-18 20:16:33 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								7d0bc8343f 
								
							 
						 
						
							
							
								
								Ported to Universal Header 2.0.1f (i.e. CW6)  
							
							
							
						 
						
							1995-06-09 20:56:31 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Jansen 
								
							 
						 
						
							
							
							
							
								
							
							
								ae8a68f40c 
								
							 
						 
						
							
							
								
								Trying again to check it in. Changes to:  
							
							... 
							
							
							
							- Use Universal Headers as input
- Change addpack calls to not depend on Guido's disklayout
- Checkge testprograms to use new names for some functions 
							
						 
						
							1995-06-06 12:55:40 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								17448e2408 
								
							 
						 
						
							
							
								
								Committed a more or less working version.  
							
							
							
						 
						
							1995-01-30 11:53:55 +00:00