- 84fca94 fixed refcount leak in CreateNewWindow() and CreateWindowFromResource(). by Just van Rossum · 22 years ago
- 0e2f798 Replaced lots of PyMem_DEL() calls with PyObject_DEL(). by Jack Jansen · 22 years ago
- eaba9d7 Added typechecking to the individual python->CF converters, so we can use them in the CF object initializers safely. by Jack Jansen · 22 years ago
- 23be1ce Added CFPreferences support. Added these as functions, not methods, which seemed counter-intuitive. by Jack Jansen · 22 years ago
- 7906634 - Better exception when a NULL CF object is encountered. by Jack Jansen · 22 years ago
- 6d207c0 - Get data from CFData objects as Python strings and vv. by Jack Jansen · 23 years ago
- 4225132 Fixed string and dict conversion, and implemented booleans and numbers (int and float). I think we now have enough CFType support to start on plists and CFpreferences! by Jack Jansen · 23 years ago
- 1df628d Partial fix for string handling. Null byte TBD. by Jack Jansen · 23 years ago
- 5ad6f7a More support for bridging between Python and CoreFoundation objects. Still untested. by Jack Jansen · 23 years ago
- efaffae First steps towards a generalized converter of Python object by Jack Jansen · 23 years ago
- 033b79c Regenerated. by Jack Jansen · 23 years ago
- 786681a Got rid of obsolete appearance flag. by Jack Jansen · 23 years ago
- 8ab04b4 Got rid of ifdefs for long-obsolete GUSI versions. by Jack Jansen · 23 years ago
- 714d726 Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. by Jack Jansen · 23 years ago
- 9d79990 Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. by Jack Jansen · 23 years ago
- 150ed61 Generate with weaklink stubs, so missing routines (on MacOS 8.6 and earlier) by Jack Jansen · 23 years ago
- 0e5a733 Solve sync() signature conflict differently: manually return 0 if by Jack Jansen · 23 years ago
- ca9a4a6 Lurking bug found by patch for 531291: FSSpecs should be passed to by Jack Jansen · 23 years ago
- cb6cf13 Some of the newer routines return an OSErr, like most toolbox calls, in stead of depending on ResError(). Second half of fix for #531291. by Jack Jansen · 23 years ago
- dd989e1 Added ClipCGContextToRegion() from Quickdraw.h. by Just van Rossum · 23 years ago
- 38b504e Added support for SyncCGContextOriginWithPort(). by Just van Rossum · 23 years ago
- 5ae815a Some buffers needed to be unsigned char, not char. by Jack Jansen · 23 years ago
- 6a60915 Don't blacklist ModalFilterUPP but always pass it as NULL. This enables the record routines to be generated. by Jack Jansen · 23 years ago
- e62ceac Added SndRecord and (classic only) SndRecordToFile. by Jack Jansen · 23 years ago
- ba4fe77 Added as_pathname() method to FSRef objects. by Jack Jansen · 23 years ago
- d48b106 In MachoPython expect Unix-style pathnames for both FSSpec and FSRef initializers. TBD: Do the reverse for MacPython, and also handle as_pathname(). by Jack Jansen · 23 years ago
- 8f54f2a Internet Config is now part of official Apple interfaces, so use the new by Jack Jansen · 23 years ago
- b99e521 - Updated to Waste 2.0. by Jack Jansen · 23 years ago
- 4b36735 Fixed TrackMouseRegion() argument: ioWasInRgn is an in/out parameter. by Just van Rossum · 23 years ago
- ec0107f Today's Carbon Toolbox addition: CarbonEvt.TrackMouseLocation() and friends. by Just van Rossum · 23 years ago
- ca3b2ff Today's Carbon Toolbox addition: QDTextBounds() by Just van Rossum · 23 years ago
- 6253a11 Added support for DrawThemeButton() and friends. by Just van Rossum · 23 years ago
- 8a107fb Whoops, it's late -- generated output now matches what's checked in... by Just van Rossum · 23 years ago
- eae9504 Q&D support for ThemeDrawingState objects. by Just van Rossum · 23 years ago
- c4cf27e - added support for UserPaneKeyDownProc and UserPaneFocusProc by Just van Rossum · 23 years ago
- 3bac5ca Some of the new routines are carbon-only. by Jack Jansen · 23 years ago
- 7d1d396 Callback error handling improvements: by Just van Rossum · 23 years ago
- 3e584aa Ugh, by all means, _do_ report exceptions somehow ;-) by Just van Rossum · 23 years ago
- 43c2de2 fixed SetEventParameter() signature: removed unneccesary length arg. by Just van Rossum · 23 years ago
- 8edfc54 The output MenuRef of GetMenuItemHierarchicalMenu() may be NULL. by Just van Rossum · 23 years ago
- 4f6fe52 - Added DrawThemeTextBox() by Just van Rossum · 23 years ago
- 1ca65c0 rectified copy/paste oversight in comment by Just van Rossum · 23 years ago
- ca3cff3 - Added support for optional MenuObj arguments by Just van Rossum · 23 years ago
- 69ac361 Added some support for unicode arguments. by Jack Jansen · 23 years ago
- 420ed40 Added support for the Carbon scrap manager (finally). by Jack Jansen · 23 years ago
- 7633593 Oops, forgot to mark CreateScrollBarControl and CreateSliderControl by Just van Rossum · 23 years ago
- cae6da6 - added support for ControlActionProcs, exposing the following calls: by Just van Rossum · 23 years ago
- 7eb48e3 Moved a bunch of routines from "blacklisted" to "graylisted", as they _are_ by Just van Rossum · 23 years ago
- 620a766 Updated to Universal Headers 3.4 by Jack Jansen · 23 years ago
- f30c3ad Added missing docstring by Just van Rossum · 23 years ago
- 66d78bf Added support for tab controls and initial (incomplete) support by Just van Rossum · 23 years ago
- 8208676 Patch #494553 by Donovan Preston: initial implementation by Just van Rossum · 23 years ago
- 086f7c3 There's a new include file AEInteraction.h which contains AESend and friends. by Jack Jansen · 23 years ago
- ec982e2 TickCount moved to a different header file. We manually added it back in here, for conveninece. by Jack Jansen · 23 years ago
- 2168e9d Adapted for Universal Headers 3.4 by Jack Jansen · 23 years ago
- 2c39115 Made event callbacks more rubust: keep an actual reference to the by Just van Rossum · 23 years ago
- 9635f33 Quick patch to allow building with Universal Headers 3.4. by Jack Jansen · 23 years ago
- 615e250 Many of the new calls are Carbon-only. Flagged them as such. by Jack Jansen · 23 years ago
- 7ec1c85 - "manage" controls created by CreateXxxXxxControl() functions. by Just van Rossum · 23 years ago
- 4f6c058 include the proper header for Mach-O by Just van Rossum · 23 years ago
- 79e71f7 second CoreGraphics batch by Just van Rossum · 23 years ago
- 6c31459 Shut up gcc warning. by Jack Jansen · 23 years ago
- e0b9fdc Updated for Universal Headers 3.4. by Just van Rossum · 23 years ago
- cddfc87 Added proper error checking in event callback handler by Just van Rossum · 23 years ago
- f8d6473 Exposed quite a few more calls. by Just van Rossum · 23 years ago
- c3baa0e Fixed to the extend that it now builds in CW6, and actually works a little. by Just van Rossum · 23 years ago
- 14666cc Added __members__ to FInfo object. by Just van Rossum · 23 years ago
- 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
- 101de91 Replace sprintf() with PyOS_snprintf(). by Jack Jansen · 23 years ago
- b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 23 years ago
- 5cc6d6e Changed names, added bridge functions to macfs.fsref objects and by Jack Jansen · 23 years ago
- 2bf52da Added an error message when using FSRef objects on platforms that don't by Jack Jansen · 23 years ago
- df222d2 Added hfsplusapi module. by Jack Jansen · 23 years ago
- ae2df93 Removed unused variable. by Jack Jansen · 23 years ago
- 24aa3ce First couple of fixes to make it compile with Universal 3.3.2. by Jack Jansen · 23 years ago
- e9b2a05 HFS+ API contributed by Nitin Ganatra. This checkin is identical to what he sent me, except for the namechange (fmgr->hfsplus). by Jack Jansen · 23 years ago
- 9c2b514 Correctly builds the C module now. by Jack Jansen · 23 years ago
- bd00884 First tweaks to allow MacPython to be compiled with Universal Headers 3.4 by Jack Jansen · 23 years ago
- 34cbe71 Fixed broken newlines and changed module name. Still untested. by Jack Jansen · 23 years ago
- 52e9045 Carbon Event Manager module donated by Donovan Preston. Checked in as I received them (except for namechange), these will not work as-is, that'll be fixed in a later checkin. by Jack Jansen · 23 years ago
- 537a69f Make the CoreFoundation object _New and _Convert routines available to other modules. Idea by Donovan Preston, implementaion by me. by Jack Jansen · 23 years ago
- 3b5074b added acces to the cellSize field, rewrote setattr code by Just van Rossum · 23 years ago
- dd4830a More List Manager interfacing: by Just van Rossum · 23 years ago
- 01a9462 Under MachO-Python unconditionally import macfsn. by Jack Jansen · 23 years ago
- ab57c7d Moved macfsn hackery from macmain.c to macfsmodule.c so it loads by Just van Rossum · 23 years ago
- e54968a Some escaped newlines had spaces between the backslash and the newline. Also slightly changed the comment on xstat(). by Jack Jansen · 23 years ago
- 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 23 years ago
- 697842f Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' by Jack Jansen · 23 years ago
- 044d95e A few more gcc warnings bite the dust. by Jack Jansen · 23 years ago
- fd06486 Shut up many more gcc warnings. by Jack Jansen · 23 years ago
- f894f6f Added prototypes to shut gcc -Wstrict-prototypes up. by Jack Jansen · 23 years ago
- 9642eca Shut up a few more gcc warnings. by Jack Jansen · 23 years ago
- 1767f93 Added prototypes to silence gcc strict-prototype warnings. by Jack Jansen · 23 years ago
- 06d2e1a Regenerated without default int return types. by Jack Jansen · 23 years ago
- 6114297 Silly typos. by Jack Jansen · 23 years ago
- 569ba10 Don't call PyMac_HandleEvent in unix-Python by Jack Jansen · 23 years ago
- fabd00f Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. by Jack Jansen · 23 years ago
- 62d24a0 Don't call PyMac_HandleEvent if we're in unix-Python. by Jack Jansen · 23 years ago
- e9fb3d6 Include Carbon/Carbon.h if we're on OSX. by Jack Jansen · 23 years ago
- e7d8322 exceptions was missing from the module list. Added. by Jack Jansen · 23 years ago