summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
Commit message (Collapse)AuthorAgeFilesLines
* - Added a function MoviesTask, which is the same as the method butJack Jansen1998-07-222-3/+29
| | | | | with a null movie (giving time to all active movies) - Made the graphics world parameter to SetMovieGWorld optional.
* Added a function SetUserItemHandler: this takes a function(dialog,Jack Jansen1998-07-102-0/+110
| | | | | | item) as parameter and returns a handle suitable for passing to SetDialogItem as a user-item redraw routine. Note that you can only make one of these, for now.
* The init routine for MacOS had a non-standard name. Changed toJack Jansen1998-07-012-3/+3
| | | | initMacOS().
* 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
| | | | | TrackControl. TrackControl is now manually generated (too much work to explain this to bgen).
* 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
|
* Grmpf, a lot more routines have gotten a "Mac" prefix for theirJack Jansen1998-04-249-8/+956
| | | | | | declaration, probably so the universal headers are useable on windows/unix too. Have to think of a more definite workaround later, for now we manually declare the old names in the *edit.py files.
* Added support for the horribly complex TimeRecord, so we can positionJack Jansen1998-04-233-9/+431
| | | | | | movies, etc. TimeBase objects have also been slightly modified for this (for instance: the DisposeTimeBase call shouldn't be done in the __del__ routine, the timebase might belong to someone else).
* SetPort was missing, and the defs file needs the FOUR_CHAR_CODE define.Jack Jansen1998-04-234-21/+39
|
* Re-generated from new (3.1) universal headersJack Jansen1998-04-2113-198/+1679
|
* Added ColorPicker and Printing modules, donated by Just. In config.cJack Jansen1998-04-213-0/+570
| | | | they're dependent on the WITH_TOOLBOX define.
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-1727-64/+68
|
* Removed reopJack Jansen1998-04-171-2/+0
|
* Added SndihooksJack Jansen1998-04-151-0/+2
|
* Module with hooks for sound inputJack Jansen1998-04-151-0/+514
|
* Reindented some of the C codeJack Jansen1998-04-152-40/+46
|
* Added WEGetTabSize and WESetTabSize, at Just's requestJack Jansen1998-03-022-0/+42
|
* Support for sound input added. The interface is even worse than theJack Jansen1998-02-253-9/+448
| | | | sound-output interface, so this needs a Python wrapper shortly.
* Regenerated because of confusion with Style/StyleParameter andJack Jansen1998-02-251-4/+4
| | | | Char/CharParameter
* Regerated: Style and StyleParameter are different beastsJack Jansen1998-02-251-2/+2
|
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-2028-1201/+2918
| | | | | | blacklisted, because they are not available in classic 68k programs, and bgen doesn't have a way to put #ifdef/#endif in the generated code. For now we only implement calls that work on all three models.
* Fixed double-dispose of splash() dialogJack Jansen1998-02-201-0/+2
|
* Updated for Waste 1.3Jack Jansen1998-02-202-23/+287
|
* Add fstat() if using GUSIJack Jansen1998-02-201-24/+29
|
* Universal Headers 3Jack Jansen1998-02-201-0/+1
|
* Updated to Universal Headers 3 constant namesJack Jansen1998-02-201-1/+1
|
* Added cPickle and cStringIOJack Jansen1998-01-061-0/+7
|
* Added pcre moduleJack Jansen1997-10-081-0/+2
|
* New exception interfaceJack Jansen1997-10-074-18/+5
|
* Export type objects to PythonJack Jansen1997-09-2019-7/+111
|
* Added interface to the Balloon Help ManagerJack Jansen1997-09-094-0/+494
|
* Added SysBeepJack Jansen1997-09-081-7/+22
|
* Can't remember...Jack Jansen1997-09-011-13/+2
|
* Added GetTicks() here, so profiling can use a decent timerJack Jansen1997-09-011-0/+9
|
* Added #include <WETabs.h>, which had somehow gone missingJack Jansen1997-08-273-4/+20
|
* Added reopJack Jansen1997-08-191-0/+2
|
* Added support for WCTabHandle, AuxWinHandle, PixPatHandle: no reasonJack Jansen1997-08-153-5/+59
| | | | for blacklisting them.
* Added #include <string.h> for memcpy()Jack Jansen1997-08-152-0/+2
|
* Added support for GDHandle, CTabHandle, ITabHandle and CCrsrHandle: noJack Jansen1997-08-153-4/+348
| | | | reason they were blacklisted, we can handle them as generic Handles.
* Added GetAuxiliaryControlRecord and SetControlColor, there was no goodJack Jansen1997-08-153-2/+39
| | | | reason they were excluded.
* Made AEDesc_{New,Convert} globalJack Jansen1997-08-152-8/+8
|
* added SetEventHandlerJack Jansen1997-06-201-12/+25
|
* Adapted to new event handling. It is now also possible to abort out ofJack Jansen1997-06-202-2/+12
| | | | an AESend with command-. (unless specifically disabled, of course).
* Added NewAliasMinimalFromFullPath(), and allow alias.Resolve() to returnJack Jansen1997-06-161-1/+28
| | | | an FSSpec to a non-existing file.
* Removed SetScheduleTimesJack Jansen1997-06-031-26/+66
| | | | | Added SchedParams Added docstrings for most routines
* Added zlib (optional on USE_ZLIB)Jack Jansen1997-06-031-0/+6
|
* RenamedJack Jansen1997-05-231-1/+1
|
* Added keys() and mapping interface to shared-library objects, allowingJack Jansen1997-05-231-2/+103
| | | | iteration over all symbols exported