Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved some code around: occasionally the SetCreatorFileType didn't | Jack Jansen | 1998-04-21 | 1 | -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, etc | Jack Jansen | 1998-04-21 | 3 | -694/+1063 |
| | |||||
* | Added PyMac_{Get,Build}wide. These should support python longints at | Jack Jansen | 1998-04-21 | 1 | -0/+23 |
| | | | | some point in the future. | ||||
* | Re-generated from new (3.1) universal headers | Jack Jansen | 1998-04-21 | 13 | -198/+1679 |
| | |||||
* | Added ColorPicker and Printing modules, donated by Just. In config.c | Jack Jansen | 1998-04-21 | 3 | -0/+570 |
| | | | | they're dependent on the WITH_TOOLBOX define. | ||||
* | Regenerated from new (3.1) universal headers | Jack Jansen | 1998-04-21 | 11 | -64/+496 |
| | |||||
* | Re-generated with slightly more intelligent script | Jack Jansen | 1998-04-21 | 1 | -43/+510 |
| | |||||
* | Add (temporary) PyMac_{Build,Get}wide | Jack Jansen | 1998-04-21 | 1 | -0/+2 |
| | |||||
* | Add HAVE_MKTIME | Jack Jansen | 1998-04-21 | 1 | -0/+1 |
| | |||||
* | Replaced addpack by handcrafted code to find the bgen stuff. | Jack Jansen | 1998-04-17 | 27 | -64/+68 |
| | |||||
* | Removed reop | Jack Jansen | 1998-04-17 | 1 | -2/+0 |
| | |||||
* | Tabnanny fixes | Jack Jansen | 1998-04-15 | 3 | -14/+14 |
| | |||||
* | Added declarations for mac{set,get}filetype | Jack Jansen | 1998-04-15 | 1 | -0/+5 |
| | |||||
* | Added Sndihooks | Jack Jansen | 1998-04-15 | 1 | -0/+2 |
| | |||||
* | Module with hooks for sound input | Jack Jansen | 1998-04-15 | 1 | -0/+514 |
| | |||||
* | Reindented some of the C code | Jack Jansen | 1998-04-15 | 2 | -40/+46 |
| | |||||
* | Last projects before 1.5.1 | Jack Jansen | 1998-04-15 | 9 | -2190/+2214 |
| | |||||
* | Added Sndihooks module | Jack Jansen | 1998-04-15 | 1 | -0/+2 |
| | |||||
* | __file__ now sometimes refers to the .pyc file | Jack Jansen | 1998-03-02 | 1 | -0/+3 |
| | |||||
* | Added WEGetTabSize and WESetTabSize, at Just's request | Jack Jansen | 1998-03-02 | 2 | -0/+42 |
| | |||||
* | Support for sound input added. The interface is even worse than the | Jack Jansen | 1998-02-25 | 3 | -9/+448 |
| | | | | sound-output interface, so this needs a Python wrapper shortly. | ||||
* | Regenerated because of confusion with Style/StyleParameter and | Jack Jansen | 1998-02-25 | 1 | -4/+4 |
| | | | | Char/CharParameter | ||||
* | Regerated: Style and StyleParameter are different beasts | Jack Jansen | 1998-02-25 | 1 | -2/+2 |
| | |||||
* | Oops, this wasn't checked in yet: part of the AE structure for the new | Jack Jansen | 1998-02-25 | 1 | -0/+69 |
| | | | | universal headers. | ||||
* | Module to use Mac serial port as a communication link | Jack Jansen | 1998-02-25 | 1 | -0/+74 |
| | |||||
* | Helper routines to create standalone Python applications. | Jack Jansen | 1998-02-25 | 1 | -0/+91 |
| | |||||
* | Hack to get at string buffer address changed | Jack Jansen | 1998-02-25 | 1 | -1/+1 |
| | |||||
* | Helper file for version-checking | Jack Jansen | 1998-02-25 | 1 | -0/+16 |
| | |||||
* | Added (minimal) documentation on how to build standalone applications | Jack Jansen | 1998-02-25 | 13 | -172/+241 |
| | | | | | | with Python. Updated various things (versions of libraries used, urls). | ||||
* | Default button on main window wasn't set correctly | Jack Jansen | 1998-02-20 | 1 | -1/+1 |
| | |||||
* | Added some debug prints (if enabled by setting DEBUG) | Jack Jansen | 1998-02-20 | 1 | -2/+34 |
| | |||||
* | BuildApplet will now also update old applets | Jack Jansen | 1998-02-20 | 2 | -68/+96 |
| | |||||
* | Current ("1.5b4") projects, with new UH toolbox modules and such | Jack Jansen | 1998-02-20 | 22 | -9902/+10442 |
| | |||||
* | USE_PRECOMPILED_HEADERS renamed to MSL_USE_PRECOMPILED_HEADERS | Jack Jansen | 1998-02-20 | 1 | -1/+1 |
| | |||||
* | - Universal Headers 3 mods | Jack Jansen | 1998-02-20 | 1 | -2/+4 |
| | | | | - Started on menubar-restore code (but it still doesn't work 100%) | ||||
* | Regenerated from Universal Headers 3.0.1. Some new calls are | Jack Jansen | 1998-02-20 | 28 | -1201/+2918 |
| | | | | | | 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. | ||||
* | Fixed double-dispose of splash() dialog | Jack Jansen | 1998-02-20 | 1 | -0/+2 |
| | |||||
* | Updated for Waste 1.3 | Jack Jansen | 1998-02-20 | 2 | -23/+287 |
| | |||||
* | Add fstat() if using GUSI | Jack Jansen | 1998-02-20 | 1 | -24/+29 |
| | |||||
* | Universal Headers 3 | Jack Jansen | 1998-02-20 | 1 | -0/+1 |
| | |||||
* | Updated to Universal Headers 3 constant names | Jack Jansen | 1998-02-20 | 1 | -1/+1 |
| | |||||
* | Regenerated from Universal Headers 3.0.1 (which are changed | Jack Jansen | 1998-02-20 | 16 | -764/+1393 |
| | | | | substantially from previous releases) | ||||
* | Updated to Waste 1.3 | Jack Jansen | 1998-02-20 | 1 | -1/+9 |
| | |||||
* | Break circular reference on menus upon cleanup | Jack Jansen | 1998-02-20 | 1 | -0/+1 |
| | |||||
* | Added CHECK_IMPORT_CASE | Jack Jansen | 1998-02-20 | 1 | -0/+8 |
| | | | | | Added HAVE_HYPOT, except for 68k (where you get 10-byte-float hypot, sigh...) | ||||
* | Removed incorrect weMonoStyled from initialization | Jack Jansen | 1998-02-20 | 1 | -1/+1 |
| | |||||
* | Fixed bug in explanation of how to run test.autotest, and warned for | Jack Jansen | 1998-02-20 | 1 | -8/+10 |
| | | | | out-of-memory condition | ||||
* | Mods by Bill Bedford | Jack Jansen | 1998-01-16 | 1 | -9/+50 |
| | | | | | | | - Use internal version of finder class so we don't drag in finder tools - error -1704 also ignored during arg unpack - Use Scriptable Text Editor for example | ||||
* | Addition by Bill Bedford: Ordinal and NOrdinal classes so we can | Jack Jansen | 1998-01-16 | 1 | -1/+26 |
| | | | | implement "every", etc. | ||||
* | Updated embed demo, and put a note in the html file that you need a | Jack Jansen | 1998-01-06 | 3 | -174/+167 |
| | | | | source or development distribution to try it. |