summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* Backport of 1.17:Jack Jansen2002-02-271-2/+8
| | | | Use the Carbon scrap manager interface if the old interface isn't available.
* Backport of 1.12:Jack Jansen2002-02-271-2/+7
| | | | Use the Carbon scrap manager interface if the old interface isn't available.
* Backport of 1.13:Jack Jansen2002-02-271-27/+11
| | | | added support for live feedback in scrollbars
* Backport of 1.8:Jack Jansen2002-02-261-78/+65
| | | | | Internet Config is now part of official Apple interfaces, so use the new headers and libraries.
* Backport of 1.18 through 1.21:Jack Jansen2002-02-241-6/+8
| | | | | - Get rid of keyword list and use keyword.iskeyword() function (which I wasn't aware of previously). - Identify() enum values. This was changed in 1.14, but I don't think it is a good idea.
* Backport of 1.15 and 1.16:Jack Jansen2002-02-242-26/+55
| | | | | | | | | | - Added minimal support for floating windows. - Changes by Donovan Preston (and a few minor ones by me) to make IDE run under MachoPython. Mainly making sure we don't call routines that don't exist and representing pathnames in a os.separator-neutral format. These shouldn't interfere too much with Just's work on the next generation IDE, I hope.
* Backport of 1.15 and 1.16:Jack Jansen2002-02-241-12/+28
| | | | | | | | | | - Don't append quit menu when on OSX, it is special and automatic there. - Changes by Donovan Preston (and a few minor ones by me) to make IDE run under MachoPython. Mainly making sure we don't call routines that don't exist and representing pathnames in a os.separator-neutral format. These shouldn't interfere too much with Just's work on the next generation IDE, I hope.
* Backport of 1.27 and 1.28:Jack Jansen2002-02-241-3/+11
| | | | | | | | | | - Added minimal support for floating windows. - Changes by Donovan Preston (and a few minor ones by me) to make IDE run under MachoPython. Mainly making sure we don't call routines that don't exist and representing pathnames in a os.separator-neutral format. These shouldn't interfere too much with Just's work on the next generation IDE, I hope.
* Backport of 1.9:Jack Jansen2002-02-242-6/+12
| | | | | | | | | Changes by Donovan Preston (and a few minor ones by me) to make IDE run under MachoPython. Mainly making sure we don't call routines that don't exist and representing pathnames in a os.separator-neutral format. These shouldn't interfere too much with Just's work on the next generation IDE, I hope.
* Backport of 1.9-1.11:Jack Jansen2002-02-241-5/+15
| | | | | | | | | | | | | - Flush screen buffer upon console.flush() and output.flush(). This fixes bug #511992. - Changes by Donovan Preston (and a few minor ones by me) to make IDE run under MachoPython. Mainly making sure we don't call routines that don't exist and representing pathnames in a os.separator-neutral format. These shouldn't interfere too much with Just's work on the next generation IDE, I hope. - Modified version of patch #496882: echo SimpleStdin readline() input to stdout.
* Backport of 1.13:Jack Jansen2002-02-241-0/+9
| | | | half-hearted stab at supported the 2.2 object model better.
* backport of 1.3:Jack Jansen2002-02-241-9/+10
| | | | made radio button labels readable under OSX
* backport of 1.4:Jack Jansen2002-02-241-4/+6
| | | | | Don't call PyMac_OutputSeen if we have a custom console. Fix by Alexandre Parenteau.
* bqackport of 1.73:Jack Jansen2002-02-241-2/+8
| | | | | | | | | In MachoPython, don't simulate argc/argv unless we have argc=1 and argv[1] starts with "-psn_". This means the drag-and-drop continues to work as expected, but we can now also do /Applications/Python.app/Contents/MacOS/python script.py from the command line, which is a lot easier with debugging. Pressing <option> at this point also has the expected effect of opening the options dialog!
* Backport of 1.5 thru 1.8:Jack Jansen2002-02-241-3/+51
| | | | | | | | | | - Use full paths for Rez and DeRez, which may not be on $PATH. Fixes bug #509074. - Also install the Tools directory on "make installmacsubtree". - Added a note that you have to add Mac/Lib to sys.path after doing a "make installmacsubtree". - Include errors.rsrc in the Python.app resource file, so the error strings are available in MacOS API exceptions.
* Backport of 1.9:Jack Jansen2002-02-241-1/+4
| | | | Ugh, by all means, _do_ report exceptions somehow ;-)
* backport of 1.52 and 1.53:Jack Jansen2002-02-241-1/+27
| | | | | | - Added as_pathname() method to FSRef objects. - In MachoPython expect Unix-style pathnames for both FSSpec and FSRef initializers.
* backport of 1.13:Jack Jansen2002-02-241-2/+24
| | | | | Fixed to work under MachoPython, doing the expected unpacking for applesingle files.
* backport of 1.13:Jack Jansen2002-02-241-2/+0
| | | | Get rid of fsspec type initializer, it wasn't used anyway.
* Backport of 1.3:Jack Jansen2002-02-241-2/+6
| | | | | | | | | | Rename the routine to start the target running _start(), with a compatibility routine start() calling it. Some suites declare an event start(), which obscures this method, which causes the class initializer to fail when called with start=1. Based on bug report and fix suggestion by Jacob Kaplan-Moss.
* Backport of 1.3:Jack Jansen2002-02-241-0/+7
| | | | Added support for unicode strings (utxt).
* Backport of 1.47, 1.48 and 1.49:Jack Jansen2002-02-241-19/+38
| | | | | | | - Added minimal support for floating windows. - Changes by Donovan Preston (and a few minor ones by me) to make IDE run under MachoPython. Mainly making sure we don't call routines that don't exist. - Don't barf when an AppleEvent was not handled. It's ok to ignore.
* Backport of 1.9 and 1.10:Jack Jansen2002-02-241-144/+295
| | | | | Rewritten, clarified, corrected and cleaned up by Michael J. Barber. Some modifications and clarifications (by me) to Michael's mods.
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-01-282-0/+32
| | | | 'release22-maint'.
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-12-2812-356/+61
| | | | 'release22-maint'.
* Applying r22c1 branch mods back to the trunk.Jack Jansen2001-12-208-25/+57
|
* Moved a bunch of routines from "blacklisted" to "graylisted", as they _are_Just van Rossum2001-12-182-10/+263
| | | | available in OSX (mach-o) but not in CarbonLib (neither on OSX or OS9).
* Updated to Universal Headers 3.4Jack Jansen2001-12-1831-68/+1835
|
* Added missing docstringJust van Rossum2001-12-182-1/+2
|
* Added support for tab controls and initial (incomplete) supportJust van Rossum2001-12-183-12/+543
| | | | for DataBrowser controls.
* Patch #494553 by Donovan Preston: initial implementationJust van Rossum2001-12-182-4/+84
| | | | for GetEventParameter().
* There's a new include file AEInteraction.h which contains AESend and friends.Jack Jansen2001-12-172-1/+185
|
* TickCount moved to a different header file. We manually added it back in ↵Jack Jansen2001-12-172-0/+24
| | | | here, for conveninece.
* Adapted for Universal Headers 3.4Jack Jansen2001-12-1619-370/+1770
|
* Finally CW7 allows me to replace the continually-in-need-of-updating exports ↵Jack Jansen2001-12-153-5211/+7
| | | | files with one 6-line anti-export-file. Yeah! (Thanks Alex, for reminding me:-)
* Made event callbacks more rubust: keep an actual reference to theJust van Rossum2001-12-143-30/+113
| | | | python callback, and do RemoveEventHandler() upon deallocation.
* Quick patch to allow building with Universal Headers 3.4.Jack Jansen2001-12-142-23/+2
|
* The import of the scanner can also fail, cater for that.Jack Jansen2001-12-141-1/+4
|
* We have strdup(), but not its prototype:-(Jack Jansen2001-12-142-3/+1
|
* Use getcwd(), not silly old getwd().Jack Jansen2001-12-141-1/+1
|
* Updated for CW7Jack Jansen2001-12-142-538/+114
|
* Updated to CodeWarrior Pro 7.Jack Jansen2001-12-145-0/+0
|
* Many of the new calls are Carbon-only. Flagged them as such.Jack Jansen2001-12-142-0/+658
|
* Add default values for options in the class init routine, not in the ↵Jack Jansen2001-12-142-14/+17
| | | | convenience wrapper function: distutils uses the class directly. Fixes bug #492665.
* - "manage" controls created by CreateXxxXxxControl() functions.Just van Rossum2001-12-133-48/+67
| | | | - FindControlUnderMouse() returns an existing control, not a new one.
* OSX workaround: don't crash if the extentions folder can't be found.Just van Rossum2001-12-131-2/+6
| | | | Not sure how to properly solve this.
* include the proper header for Mach-OJust van Rossum2001-12-132-2/+2
|
* added CoreGraphics to build listJust van Rossum2001-12-131-0/+1
|
* added non-support for CoreGraphics...Just van Rossum2001-12-131-0/+5
|
* project file for CoreGraphicsJust van Rossum2001-12-132-0/+1
|