summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* Use relative path for outputdir.Jack Jansen2001-01-031-1/+19
|
* Fixed a few declarations.Jack Jansen2001-01-034-19/+27
|
* struct.pack wants H for unsigned shorts, not h.Jack Jansen2001-01-031-1/+1
|
* Got rid of 68K support.Jack Jansen2001-01-032-59/+41
| | | | | Added optional generation of project files. Redesigned dialog.
* Remove (unused) regex imports.Jack Jansen2001-01-022-2/+0
|
* Use re in stead of regex.Jack Jansen2001-01-023-31/+34
|
* Updated for new universal headers (oops... this was loooong due).Jack Jansen2001-01-013-330/+1712
|
* Minor clarficiations in the dialogs about which errno file is wanted when (I ↵Jack Jansen2001-01-011-2/+2
| | | | had also forgotten:-).
* New .mcp names for tkinter and imgmodules projects.Jack Jansen2001-01-011-2/+2
|
* Replaced with .mcp projects in Extensions/ImagingJack Jansen2000-12-312-1/+0
|
* Changed the search path for pyexpat to include all of the expat folder.Jack Jansen2000-12-291-1/+1
|
* Regenerated so that NewGWorld is included.Jack Jansen2000-12-191-0/+66
|
* Emulate a few more non-carbon calls in carbon and the other way around.Jack Jansen2000-12-193-93/+163
|
* Added hash() and compare() functions. Needed because multiple WinObj's can ↵Jack Jansen2000-12-192-2/+35
| | | | now refer to the same underlying WindowRef.
* Blacklisted a few constants with funny definitions (and they're not ↵Jack Jansen2000-12-192-6/+13
| | | | important anyway: backward compatible error numbers).
* Various tweaks. It now returns the exact same files as Matthias' tool 95% of ↵Jack Jansen2000-12-141-28/+55
| | | | the time.
* Oops, interaction() returned a single value in stead of a tuple (I thought ↵Jack Jansen2000-12-141-3/+2
| | | | that bug was loooong fixed??!?).
* First stab at a script that mimicks Matthias Neerachers tool used to build GUSI.Jack Jansen2000-12-141-0/+164
|
* Set autodispose only if RefCon isn't set yet on the window. This way we ↵Jack Jansen2000-12-142-6/+117
| | | | don't accidentally dispose of windows that are actually dialogs-in-disguise.
* Refer to the sourceforge site for gusi downloads.Jack Jansen2000-12-121-2/+2
|
* Put all AE constants into AppleEvents.pyJack Jansen2000-12-122-4/+0
|
* Qdoffs now exports the GWorldObj_{New,Convert} functions.Jack Jansen2000-12-121-0/+4
|
* Added a c2pstrcpy() function.Jack Jansen2000-12-121-0/+11
|
* More toolbox modules adapted to Universal Headers 3.3.2.Jack Jansen2000-12-1220-491/+2240
|
* Use new multi-input-file feature of bgen in stead of @-file hack to parse ↵Jack Jansen2000-12-123-247/+339
| | | | multiple header files. A side effect is that the ObjectSupportLib routines are now also available in Python.
* Regenerated from Universal Headers 3.3.2Jack Jansen2000-12-1218-405/+847
|
* Put all AE constants into AppleEvents.pyJack Jansen2000-12-126-911/+905
|
* Qdoffs now exports GWorld new/convert, and Qt uses them.Jack Jansen2000-12-122-5/+3
| | | | Drag moved to core toolbox modules (Win uses it).
* Drag moved to core toolbox modules (Win uses it).Jack Jansen2000-12-126-851/+11
|
* Qdoffs now exports GWorld new/convert, and Qt uses them.Jack Jansen2000-12-122-0/+20
|
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-1028-546/+3034
|
* Updated for the current state of the main Python source tree.Jack Jansen2000-12-032-4/+4
|
* These have been replaced by the new generated projects.Jack Jansen2000-12-0349-47/+0
|
* The new generated plugin projects. Checked in in XML form, so cvs diffs ↵Jack Jansen2000-12-0348-0/+20650
| | | | should work.
* Added an extraexportsymbols option, to allow (you guessed it:-) extra export ↵Jack Jansen2000-12-031-1/+5
| | | | symbols to be specified.
* Allow recursive searh entries by ending the pathname in ":*".Jack Jansen2000-12-032-2/+9
|
* Don't generate SYM files by default.Jack Jansen2000-12-031-1/+1
|
* Updated for the new project names.Jack Jansen2000-12-031-70/+70
|
* Got it working for all important plugins, and moved it from Build to scripts.Jack Jansen2000-12-032-43/+108
|
* Contributed code that converts Python source files to any combination of ↵Jack Jansen2000-11-292-0/+201
| | | | tabs/spaces for indenting.
* Added support for adding libraries.Jack Jansen2000-11-266-3/+35
| | | | Added support for project-relative and absolute path names in the search path entries.
* Generate plugin projects automatically using mkcwproject. There are as of ↵Jack Jansen2000-11-261-0/+43
| | | | | | yet only three modules done (and one doesn't work:-), the rest TBD.
* Added MathLib and InterfaceLib. Added Python:Include so #include ↵Jack Jansen2000-11-191-4/+49
| | | | "package/file.h" works. Moved bits around so now at least Numeric with Distutils builds and instals.
* Close the project after building it, so that building umpteen projects ↵Jack Jansen2000-11-191-0/+1
| | | | doesn't keep all the projects open.
* Getting rid of 68K targets.Jack Jansen2000-11-1411-2150/+99
| | | | Started to rename projects to the de-facto standard .mcp extension.
* Added a note about removing preferences and .pyc files when you move the ↵Jack Jansen2000-11-141-9/+13
| | | | Python installation.
* No reason to keep "Run as Python" in binhex form anymore, just put the ↵Jack Jansen2000-11-101-0/+1
| | | | binary in the repository.
* Last CW Pro 5.3 projects.Jack Jansen2000-11-071-0/+0
|
* struct.pack has become picky about h (short) and H (unsigned short).Jack Jansen2000-10-222-2/+2
|
* Updated because developer option isn't distributed separately anymore.Jack Jansen2000-10-221-14/+2
|