summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/waste
Commit message (Collapse)AuthorAgeFilesLines
* A few more gcc warnings bite the dust.Jack Jansen2001-09-051-3/+14
|
* Added a const to shut up a compiler warning.Jack Jansen2001-06-202-2/+2
|
* Lots more Carbon/Carbon.h includes, new UPP routine names, function ↵Jack Jansen2001-05-221-304/+104
| | | | prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
* Quick (manual) fix to make the module compile with Waste 2.0. TBD later.Jack Jansen2001-01-241-1/+1
|
* Some of the types are signed 8 bit ints. Fixed.Jack Jansen2000-09-082-10/+10
|
* Got rid of Py_FatalError calls.Jack Jansen2000-09-081-1/+1
|
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-141-41/+31
| | | | | functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error.
* Changed all (hopefully) uses of unsigned 16 bit value to use H format ↵Jack Jansen2000-07-071-2/+2
| | | | specifier, now that h is signed-only.
* Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.Jack Jansen1998-10-122-2/+2
|
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-171-2/+4
|
* Added WEGetTabSize and WESetTabSize, at Just's requestJack Jansen1998-03-022-0/+42
|
* Updated for Waste 1.3Jack Jansen1998-02-202-23/+287
|
* Export type objects to PythonJack Jansen1997-09-201-1/+9
|
* Added #include <WETabs.h>, which had somehow gone missingJack Jansen1997-08-273-4/+20
|
* Added support for tab hooksJack Jansen1996-10-232-0/+59
|
* Fixed object-handler-install bugJack Jansen1996-10-011-1/+1
|
* Fixed bug in object-handler install arg handlingJack Jansen1996-10-011-1/+1
|
* Upgraded to Waste 1.2fJack Jansen1996-08-063-98/+114
|
* Fixed callback handling on 68K machines.Jack Jansen1996-05-202-16/+22
|
* Added support for callbacks (for embedded objects)Jack Jansen1996-05-073-4/+453
|
* Made style and soup handles optionalJack Jansen1996-04-233-17/+27
|
* An interface to WASTE, an all-singing-all-dancing TextEdit replacementJack Jansen1996-04-163-0/+1955