Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport of _CFmodule.c 1.11 and _Winmodule 1.8: | Jack Jansen | 2002-03-18 | 2 | -2/+2 |
| | | | | | Lurking bug found by patch for 531291: FSSpecs should be passed to Py_BuildValue by address, not by value. | ||||
* | Backport of _Resmodule.c 1.10 and ressupport.py 1.20: | Jack Jansen | 2002-03-18 | 2 | -95/+67 |
| | | | | | Some of the newer routines return an OSErr, like most toolbox calls, in stead of depending on ResError(). Second half of fix for #531291. | ||||
* | Backport of 1.22: | Jack Jansen | 2002-03-10 | 3 | -497/+936 |
| | | | | | | | Use waste included with CW in stead of separate package. (But a truer log message would have been "updated to current version of waste", as in MachoPython we use a normal standalone separate Waste distribution). | ||||
* | Backport of 1.4 and 1.5: | Jack Jansen | 2002-03-06 | 4 | -0/+55 |
| | | | | | Added support for SyncCGContextOriginWithPort Added ClipCGContextToRegion | ||||
* | Backport of 1.7: | Jack Jansen | 2002-02-27 | 3 | -1/+55 |
| | | | | Added SndRecord and (classic only) SndRecordToFile. | ||||
* | Backport of 1.2: | Jack Jansen | 2002-02-27 | 3 | -75/+314 |
| | | | | Added support for the Carbon scrap manager (finally). | ||||
* | Backport of 1.8 and 1.9: | Jack Jansen | 2002-02-27 | 3 | -4/+125 |
| | | | | Added some support for unicode arguments. | ||||
* | Backport of 1.7: | Jack Jansen | 2002-02-27 | 3 | -3/+29 |
| | | | | Added some support for unicode arguments. | ||||
* | Backport of 1.8-1.10 (of _Menumodule.c): | Jack Jansen | 2002-02-27 | 4 | -1/+410 |
| | | | | | | | | | | - The output MenuRef of GetMenuItemHierarchicalMenu() may be NULL. - Added support for optional MenuObj arguments - Added a bunch of calls as functions with an optional MenuObj first argument. The same calls already exist as methods, but then the first arg isn't optional... The method versions could go as far as I'm concerned. Jack? | ||||
* | Backport of 1.5: | Jack Jansen | 2002-02-27 | 3 | -1/+30 |
| | | | | Today's Carbon Toolbox addition: QDTextBounds() | ||||
* | Backport of 1.7 (of _Dragmodule.c): | Jack Jansen | 2002-02-27 | 2 | -6/+12 |
| | | | | | | | Callback error handling improvements: - print traceback - don't use fprintf() - clear exception (implied by PyErr_Print()) | ||||
* | Backport of 1.4 thru 1.16 (of _Ctlmodule.c): | Jack Jansen | 2002-02-27 | 3 | -11/+297 |
| | | | | | | | | | | | - added support for UserPaneKeyDownProc and UserPaneFocusProc - clear error after failing PyArg_Parse() - Oops, forgot to mark CreateScrollBarControl and CreateSliderControl as Carbon-only - added support for ControlActionProcs, exposing the following calls: - ctl.SetControlAction() - CreateScrollBarControl() - CreateSliderControl() | ||||
* | Backport of 1.8 (of _CFModule.c): | Jack Jansen | 2002-02-27 | 3 | -5/+75 |
| | | | | Added some support for unicode arguments. | ||||
* | Backport of 1.5 thru 1.7 (of _CarbonEvtmodule.c): | Jack Jansen | 2002-02-27 | 3 | -13/+108 |
| | | | | | | - Fixed TrackMouseRegion() argument: ioWasInRgn is an in/out parameter. - Today's Carbon Toolbox addition: CarbonEvt.TrackMouseLocation() and friends. - fixed SetEventParameter() signature: removed unneccesary length arg. | ||||
* | Backport of 1.6 thru 1.9 (of _Appmodule.c): | Jack Jansen | 2002-02-27 | 3 | -17/+379 |
| | | | | | | | - Added support for DrawThemeButton() and friends. - Q&D support for ThemeDrawingState objects. - Added DrawThemeTextBox() - fixed GetThemeTextDimensions(): it has an in/out Point arg, not just out. | ||||
* | Backport of 1.25: | Jack Jansen | 2002-02-27 | 1 | -1/+4 |
| | | | | Ugh, by all means, _do_ report exceptions somehow ;-) | ||||
* | Backport of 1.8: | Jack Jansen | 2002-02-26 | 1 | -78/+65 |
| | | | | | Internet Config is now part of official Apple interfaces, so use the new headers and libraries. | ||||
* | Backport of 1.9: | Jack Jansen | 2002-02-24 | 1 | -1/+4 |
| | | | | Ugh, by all means, _do_ report exceptions somehow ;-) | ||||
* | backport of 1.52 and 1.53: | Jack Jansen | 2002-02-24 | 1 | -1/+27 |
| | | | | | | - Added as_pathname() method to FSRef objects. - In MachoPython expect Unix-style pathnames for both FSSpec and FSRef initializers. | ||||
* | Moved a bunch of routines from "blacklisted" to "graylisted", as they _are_ | Just van Rossum | 2001-12-18 | 2 | -10/+263 |
| | | | | available in OSX (mach-o) but not in CarbonLib (neither on OSX or OS9). | ||||
* | Updated to Universal Headers 3.4 | Jack Jansen | 2001-12-18 | 31 | -68/+1835 |
| | |||||
* | Added missing docstring | Just van Rossum | 2001-12-18 | 2 | -1/+2 |
| | |||||
* | Added support for tab controls and initial (incomplete) support | Just van Rossum | 2001-12-18 | 3 | -12/+543 |
| | | | | for DataBrowser controls. | ||||
* | Patch #494553 by Donovan Preston: initial implementation | Just van Rossum | 2001-12-18 | 2 | -4/+84 |
| | | | | for GetEventParameter(). | ||||
* | There's a new include file AEInteraction.h which contains AESend and friends. | Jack Jansen | 2001-12-17 | 2 | -1/+185 |
| | |||||
* | TickCount moved to a different header file. We manually added it back in ↵ | Jack Jansen | 2001-12-17 | 2 | -0/+24 |
| | | | | here, for conveninece. | ||||
* | Adapted for Universal Headers 3.4 | Jack Jansen | 2001-12-16 | 19 | -370/+1770 |
| | |||||
* | Made event callbacks more rubust: keep an actual reference to the | Just van Rossum | 2001-12-14 | 3 | -30/+113 |
| | | | | python callback, and do RemoveEventHandler() upon deallocation. | ||||
* | Quick patch to allow building with Universal Headers 3.4. | Jack Jansen | 2001-12-14 | 2 | -23/+2 |
| | |||||
* | Many of the new calls are Carbon-only. Flagged them as such. | Jack Jansen | 2001-12-14 | 2 | -0/+658 |
| | |||||
* | - "manage" controls created by CreateXxxXxxControl() functions. | Just van Rossum | 2001-12-13 | 3 | -48/+67 |
| | | | | - FindControlUnderMouse() returns an existing control, not a new one. | ||||
* | include the proper header for Mach-O | Just van Rossum | 2001-12-13 | 2 | -2/+2 |
| | |||||
* | second CoreGraphics batch | Just van Rossum | 2001-12-13 | 8 | -0/+3414 |
| | |||||
* | Shut up gcc warning. | Jack Jansen | 2001-12-12 | 2 | -4/+4 |
| | |||||
* | Updated for Universal Headers 3.4. | Just van Rossum | 2001-12-12 | 3 | -3/+2371 |
| | |||||
* | Added proper error checking in event callback handler | Just van Rossum | 2001-12-12 | 2 | -24/+50 |
| | |||||
* | Exposed quite a few more calls. | Just van Rossum | 2001-12-12 | 3 | -28/+191 |
| | |||||
* | Fixed to the extend that it now builds in CW6, and actually works | Just van Rossum | 2001-12-11 | 2 | -48/+64 |
| | | | | a little. | ||||
* | Added __members__ to FInfo object. | Just van Rossum | 2001-12-11 | 1 | -0/+2 |
| | |||||
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 28 | -64/+64 |
| | | | | | | | | | | | | | type.__module__ behavior. This adds the module name and a dot in front of the type name in every type object initializer, except for built-in types (and those that already had this). Note that it touches lots of Mac modules -- I have no way to test these but the changes look right. Apologies if they're not. This also touches the weakref docs, which contains a sample type object initializer. It also touches the mmap test output, because the mmap type's repr is included in that output. It touches object.h to put the correct description in a comment. | ||||
* | Replace sprintf() with PyOS_snprintf(). | Jack Jansen | 2001-12-05 | 2 | -5/+5 |
| | |||||
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 28 | -137/+1644 |
| | | | | changes from start of branch upto r22b2 were already merged, of course). | ||||
* | Changed names, added bridge functions to macfs.fsref objects and | Jack Jansen | 2001-11-06 | 1 | -67/+48 |
| | | | | generally did things to get it working. | ||||
* | Added an error message when using FSRef objects on platforms that don't | Jack Jansen | 2001-11-06 | 1 | -0/+1 |
| | | | | support them. | ||||
* | Added hfsplusapi module. | Jack Jansen | 2001-11-06 | 1 | -0/+4 |
| | |||||
* | Removed unused variable. | Jack Jansen | 2001-11-06 | 1 | -1/+0 |
| | |||||
* | First couple of fixes to make it compile with Universal 3.3.2. | Jack Jansen | 2001-11-06 | 1 | -10/+21 |
| | |||||
* | HFS+ API contributed by Nitin Ganatra. This checkin is identical to what he ↵ | Jack Jansen | 2001-11-06 | 1 | -0/+1547 |
| | | | | sent me, except for the namechange (fmgr->hfsplus). | ||||
* | Correctly builds the C module now. | Jack Jansen | 2001-11-05 | 2 | -5/+1600 |
| | |||||
* | First tweaks to allow MacPython to be compiled with | Jack Jansen | 2001-11-05 | 5 | -22/+9 |
| | | | | Universal Headers 3.4 |