summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
Commit message (Expand)AuthorAgeFilesLines
* Added FreeMem, MaxBlock and CompactMem calls. The values returned by these ar...Jack Jansen2000-02-211-0/+43
* Big oops: macfs has always been using a private exception but calling it mac....Jack Jansen2000-01-241-1/+1
* Handling of defaultLocation argument was wrong, causing a crash when used. Fi...Jack Jansen2000-01-131-1/+16
* List objects obtained through as_List(resource) are not auto-disposed uponJack Jansen2000-01-132-11/+34
* Nasty error: handle parameters are passed by _address_ to SetControlData.Jack Jansen1999-12-292-2/+2
* Oops, forgot & in ParseTuple argument in ControlGetDataHandle.Jack Jansen1999-12-232-2/+2
* Unified handle-conversion scheme toJack Jansen1999-12-2310-27/+120
* Added {Get,Set}ControlDataHandle methods. These are {Get,Set}ControlData forJack Jansen1999-12-192-1/+148
* Added a line about passing None as eventProc to the docstring to get movableJack Jansen1999-12-171-0/+1
* Finished (I think), but only very lightly tested. Should now have full interf...Jack Jansen1999-12-171-104/+413
* Allow keyword arguments, and the dialog is now actually shown. No way toJack Jansen1999-12-161-29/+53
* Added Nav moduleJack Jansen1999-12-161-0/+2
* Navigation Services module. Started from scratch, as Joe's module exported to...Jack Jansen1999-12-161-0/+618
* Bgen now understands more constant definitions, but that means that a few whi...Jack Jansen1999-12-147-2/+32
* In places where a ResObj is expected for PyArg_Parse and the object passed in...Jack Jansen1999-12-122-10/+53
* Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.Jack Jansen1999-12-1229-402/+3137
* New appearance mgr support. This appears (no pun intended) to have some probl...Jack Jansen1999-12-103-1/+631
* Fixed a linebreak I forgot, added docstrings, (temporarily) blacklisted a few...Jack Jansen1999-12-093-17/+147
* Changes by Corran Webster to support {Get,Set}ControlData andJack Jansen1999-12-092-12/+132
* First bits and pieces of appearance support: an init routine, a global flag P...Jack Jansen1999-12-071-0/+3
* Allow for 12 arguments max, in stead of 8. Untested.Jack Jansen1999-12-031-6/+9
* Regenerated, no significant diferences.Jack Jansen1999-09-301-0/+12
* Removed availabe() method again: even on PPC it sometimes returns 1 whileJack Jansen1999-08-232-104/+0
* Return MacOS.Error in stead of RuntimeError in case of failure so the userJack Jansen1999-08-231-6/+3
* Added available() method, which checks whether quicktime is installed at all (byJack Jansen1999-08-042-0/+104
* Drag module added.Jack Jansen1999-07-051-0/+2
* Print something on stderr in case of exceptions in callback routines.Jack Jansen1999-06-212-6/+18
* Drag manager interface (completely untested, so far)Jack Jansen1999-06-213-0/+1446
* If a control has no refcon pointing back to the Python object we create a newJack Jansen1999-03-132-11/+75
* Offscreen bitmap support, first stab. PixMaps are still treated as ordinaryJack Jansen1999-03-073-0/+741
* Added a rewrite rule so the Str255 argument of GetControlTitle is seen asJack Jansen1999-03-072-5/+8
* Added App module (appearance manager interface).Jack Jansen1999-03-041-0/+2
* Interface to the appearance manager.Jack Jansen1999-03-043-0/+831
* Re-generated with OSStatus treated like OSErr (i.e. not returned, but raisingJack Jansen1999-03-041-24/+27
* Added Ctl.as_Control and Menu.as_Menu methods, which take a resource asJack Jansen1999-02-076-0/+52
* Added a define USE_CORE_TOOLBOX, which includes six core toolbox modulesJack Jansen1999-02-071-12/+21
* Manually added definitions for normal, bold, etc. These are in MacTypes (of allJack Jansen1999-01-211-1/+11
* Interface to GetIcon, PlotIcon and friends.Jack Jansen1999-01-183-0/+828
* Added {Get,Set}WindowUserData methods.Jack Jansen1998-10-223-6/+44
* Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.Jack Jansen1998-10-129-11/+11
* Added optional mouseregion parameter to WaitNextEvent (which is nowJack Jansen1998-09-173-25/+56
* I give in (after all these years): renaming config.c to macconfig.c to forestallJack Jansen1998-08-181-0/+0
* - Added a function MoviesTask, which is the same as the method butJack Jansen1998-07-222-3/+29
* Added a function SetUserItemHandler: this takes a function(dialog,Jack Jansen1998-07-102-0/+110
* The init routine for MacOS had a non-standard name. Changed toJack Jansen1998-07-012-3/+3
* Added {Get,Set}PopupData calls to get at the data for popup menu controls.Jack Jansen1998-06-192-0/+85
* Allow an (optional) tracking function (or -1) to be specified toJack Jansen1998-05-283-41/+166
* Argument type for SetPort was wrong (WindowPtr in stead of GrafPtr).Jack Jansen1998-04-272-4/+4
* Added FOUR_CHAR_CODE defineJack Jansen1998-04-271-0/+4
* New versions from Just.Jack Jansen1998-04-272-9/+5