summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* An applet with Popt and GUSI preferences but without alis resourceJack Jansen1998-05-071-2/+3
| | | | | didn't work, because the resource file chain was incomplete when we tried to open the preference file. Fixed.
* Added a PopupMenu class.Jack Jansen1998-05-061-4/+26
|
* Version for 1.5.1Jack Jansen1998-05-061-1/+1
|
* Final projects for 1.5.1Jack Jansen1998-05-069-1052/+953
|
* Mods by JustJack Jansen1998-05-061-5/+5
|
* Updated for 1.5.1Jack Jansen1998-04-275-56/+76
|
* Use dialog auto-placement whenever appropriate.Jack Jansen1998-04-278-343/+345
|
* Fixes by Just:Jack Jansen1998-04-271-420/+302
| | | | | | - Upped version number in about dialog - Use auto-positioning of dialogs (a sys7 feature I had never heard of, _very_ useful).
* Argument type for SetPort was wrong (WindowPtr in stead of GrafPtr).Jack Jansen1998-04-272-4/+4
|
* Added FOUR_CHAR_CODE defineJack Jansen1998-04-271-0/+4
|
* New versions from Just.Jack Jansen1998-04-272-9/+5
|
* Regenerated with FOUR_CHAR_CODE definedJack Jansen1998-04-271-0/+1
|
* Mention the Mac:Contrib folderJack Jansen1998-04-271-4/+9
|
* Added Just's printing demo code.Jack Jansen1998-04-272-1/+99
|
* Added new folder typesJack Jansen1998-04-241-0/+62
|
* Added FOUR_CHAR_CODE defineJack Jansen1998-04-241-0/+1
|
* Grmpf, a lot more routines have gotten a "Mac" prefix for theirJack Jansen1998-04-249-8/+956
| | | | | | declaration, probably so the universal headers are useable on windows/unix too. Have to think of a more definite workaround later, for now we manually declare the old names in the *edit.py files.
* Regenerated with FOUR_CHAR_CODE definedJack Jansen1998-04-231-0/+2
|
* Added support for the horribly complex TimeRecord, so we can positionJack Jansen1998-04-233-9/+431
| | | | | | movies, etc. TimeBase objects have also been slightly modified for this (for instance: the DisposeTimeBase call shouldn't be done in the __del__ routine, the timebase might belong to someone else).
* SetPort was missing, and the defs file needs the FOUR_CHAR_CODE define.Jack Jansen1998-04-234-21/+39
|
* Incorrect argument for PyMacBuildwide()Jack Jansen1998-04-232-6/+6
|
* CW Pro 3 FC8 projects. Checked in because of ColorPicker and PrintingJack Jansen1998-04-2126-7435/+9287
| | | | modules, mainly.
* If there's no comment for an error we use the symbolic name as theJack Jansen1998-04-212-43/+528
| | | | | error message. Not really fantastic, but "reqAborted" is better than "MacOS error -1105" at least.
* Removed unused import of addpackJack Jansen1998-04-211-1/+0
|
* Moved some code around: occasionally the SetCreatorFileType didn'tJack Jansen1998-04-211-8/+10
| | | | | work because the finder got there first (at leats, that's what I think happened).
* Updated for Python 1.5.1: version number, preference filename, etcJack Jansen1998-04-213-694/+1063
|
* Added PyMac_{Get,Build}wide. These should support python longints atJack Jansen1998-04-211-0/+23
| | | | some point in the future.
* Re-generated from new (3.1) universal headersJack Jansen1998-04-2113-198/+1679
|
* Added ColorPicker and Printing modules, donated by Just. In config.cJack Jansen1998-04-213-0/+570
| | | | they're dependent on the WITH_TOOLBOX define.
* Regenerated from new (3.1) universal headersJack Jansen1998-04-2111-64/+496
|
* Re-generated with slightly more intelligent scriptJack Jansen1998-04-211-43/+510
|
* Add (temporary) PyMac_{Build,Get}wideJack Jansen1998-04-211-0/+2
|
* Add HAVE_MKTIMEJack Jansen1998-04-211-0/+1
|
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-1727-64/+68
|
* Removed reopJack Jansen1998-04-171-2/+0
|
* Tabnanny fixesJack Jansen1998-04-153-14/+14
|
* Added declarations for mac{set,get}filetypeJack Jansen1998-04-151-0/+5
|
* Added SndihooksJack Jansen1998-04-151-0/+2
|
* Module with hooks for sound inputJack Jansen1998-04-151-0/+514
|
* Reindented some of the C codeJack Jansen1998-04-152-40/+46
|
* Last projects before 1.5.1Jack Jansen1998-04-159-2190/+2214
|
* Added Sndihooks moduleJack Jansen1998-04-151-0/+2
|
* __file__ now sometimes refers to the .pyc fileJack Jansen1998-03-021-0/+3
|
* Added WEGetTabSize and WESetTabSize, at Just's requestJack Jansen1998-03-022-0/+42
|
* Support for sound input added. The interface is even worse than theJack Jansen1998-02-253-9/+448
| | | | sound-output interface, so this needs a Python wrapper shortly.
* Regenerated because of confusion with Style/StyleParameter andJack Jansen1998-02-251-4/+4
| | | | Char/CharParameter
* Regerated: Style and StyleParameter are different beastsJack Jansen1998-02-251-2/+2
|
* Oops, this wasn't checked in yet: part of the AE structure for the newJack Jansen1998-02-251-0/+69
| | | | universal headers.
* Module to use Mac serial port as a communication linkJack Jansen1998-02-251-0/+74
|
* Helper routines to create standalone Python applications.Jack Jansen1998-02-251-0/+91
|