summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* Today's Carbon Toolbox addition: CarbonEvt.TrackMouseLocation() and friends.Just van Rossum2002-01-083-3/+86
* Today's Carbon Toolbox addition: QDTextBounds()Just van Rossum2002-01-073-1/+30
* Added support for DrawThemeButton() and friends.Just van Rossum2002-01-063-3/+186
* Whoops, it's late -- generated output now matches what's checked in...Just van Rossum2002-01-052-25/+25
* Q&D support for ThemeDrawingState objects.Just van Rossum2002-01-053-9/+142
* - added support for UserPaneKeyDownProc and UserPaneFocusProcJust van Rossum2002-01-042-4/+96
* Some of the new routines are carbon-only.Jack Jansen2002-01-042-0/+14
* Callback error handling improvements:Just van Rossum2002-01-042-6/+12
* Ugh, by all means, _do_ report exceptions somehow ;-)Just van Rossum2002-01-042-2/+8
* fixed SetEventParameter() signature: removed unneccesary length arg.Just van Rossum2002-01-033-9/+18
* The output MenuRef of GetMenuItemHierarchicalMenu() may be NULL.Just van Rossum2002-01-032-1/+3
* - Added DrawThemeTextBox()Just van Rossum2002-01-023-4/+50
* rectified copy/paste oversight in commentJust van Rossum2002-01-022-2/+4
* - Added support for optional MenuObj argumentsJust van Rossum2002-01-023-0/+405
* Added some support for unicode arguments.Jack Jansen2002-01-019-12/+215
* Added support for the Carbon scrap manager (finally).Jack Jansen2001-12-313-75/+314
* Oops, forgot to mark CreateScrollBarControl and CreateSliderControlJust van Rossum2001-12-312-0/+14
* - added support for ControlActionProcs, exposing the following calls:Just van Rossum2001-12-303-7/+187
* Moved a bunch of routines from "blacklisted" to "graylisted", as they _are_Just van Rossum2001-12-182-10/+263
* 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
* Patch #494553 by Donovan Preston: initial implementationJust van Rossum2001-12-182-4/+84
* 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 here...Jack Jansen2001-12-172-0/+24
* Adapted for Universal Headers 3.4Jack Jansen2001-12-1619-370/+1770
* Made event callbacks more rubust: keep an actual reference to theJust van Rossum2001-12-143-30/+113
* Quick patch to allow building with Universal Headers 3.4.Jack Jansen2001-12-142-23/+2
* Many of the new calls are Carbon-only. Flagged them as such.Jack Jansen2001-12-142-0/+658
* - "manage" controls created by CreateXxxXxxControl() functions.Just van Rossum2001-12-133-48/+67
* include the proper header for Mach-OJust van Rossum2001-12-132-2/+2
* second CoreGraphics batchJust van Rossum2001-12-138-0/+3414
* Shut up gcc warning.Jack Jansen2001-12-122-4/+4
* Updated for Universal Headers 3.4.Just van Rossum2001-12-123-3/+2371
* Added proper error checking in event callback handlerJust van Rossum2001-12-122-24/+50
* Exposed quite a few more calls.Just van Rossum2001-12-123-28/+191
* Fixed to the extend that it now builds in CW6, and actually worksJust van Rossum2001-12-112-48/+64
* Added __members__ to FInfo object.Just van Rossum2001-12-111-0/+2
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-0828-64/+64
* Replace sprintf() with PyOS_snprintf().Jack Jansen2001-12-052-5/+5
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-3028-137/+1644
* Changed names, added bridge functions to macfs.fsref objects andJack Jansen2001-11-061-67/+48
* Added an error message when using FSRef objects on platforms that don'tJack Jansen2001-11-061-0/+1
* Added hfsplusapi module.Jack Jansen2001-11-061-0/+4
* Removed unused variable.Jack Jansen2001-11-061-1/+0
* First couple of fixes to make it compile with Universal 3.3.2.Jack Jansen2001-11-061-10/+21
* HFS+ API contributed by Nitin Ganatra. This checkin is identical to what he s...Jack Jansen2001-11-061-0/+1547
* Correctly builds the C module now.Jack Jansen2001-11-052-5/+1600
* First tweaks to allow MacPython to be compiled withJack Jansen2001-11-055-22/+9
* Fixed broken newlines and changed module name. Still untested.Jack Jansen2001-11-052-23/+18