| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated for new AppleScript structure and moved to Lib (it's far too useful t... | Jack Jansen | 2000-08-20 | 1 | -71/+0 |
|
|
* | Fixed again to work with the old scripting interface (so we can test the new ... | Jack Jansen | 2000-08-20 | 1 | -1/+1 |
|
|
* | ANSIfied. | Jack Jansen | 2000-07-31 | 1 | -6/+6 |
|
|
* | Oops, WaitNextEvent was hand-coded, and it also needed the h->H conversion fo... | Jack Jansen | 2000-07-24 | 2 | -2/+2 |
|
|
* | Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define. | Jack Jansen | 2000-07-14 | 8 | -75/+0 |
|
|
* | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 37 | -206/+206 |
|
|
* | pymactoolbox.h contains protoypes for all externally visible toolbox module | Jack Jansen | 2000-07-14 | 44 | -916/+152 |
|
|
* | Got rid of __SC__ ifdefs. | Jack Jansen | 2000-07-11 | 1 | -4/+0 |
|
|
* | ANSIfication step 2: make sure all needed prototypes are available, and all n... | Jack Jansen | 2000-07-11 | 2 | -5/+7 |
|
|
* | Fiddled declaration/implementation of setcallback() so that it is ansifyable. | Jack Jansen | 2000-07-11 | 2 | -8/+16 |
|
|
* | ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO. | Jack Jansen | 2000-07-11 | 1 | -15/+15 |
|
|
* | Changed all (hopefully) uses of unsigned 16 bit value to use H format specifi... | Jack Jansen | 2000-07-07 | 23 | -86/+86 |
|
|
* | added ucnhash (optional on USE_UCNHASH) and the mysteriously disappeared math. | Jack Jansen | 2000-06-28 | 1 | -1/+7 |
|
|
* | All relevant toolbox modules have now been carbonized. | Jack Jansen | 2000-06-21 | 14 | -5/+160 |
|
|
* | Made to work under carbon. | Jack Jansen | 2000-06-20 | 3 | -2/+44 |
|
|
* | Under carbon use the GetQDGlobalxxx methods to implement Qd.qd.member access. | Jack Jansen | 2000-06-20 | 2 | -0/+84 |
|
|
* | Moved AE module to the core toolbox set: it is needed by Nav and it isn't all... | Jack Jansen | 2000-06-07 | 1 | -2/+2 |
|
|
* | Removed SYMANTEC_CFM68K support. | Jack Jansen | 2000-06-04 | 1 | -4/+0 |
|
|
* | Removed USE_STDWIN support. | Jack Jansen | 2000-06-04 | 4 | -87/+1 |
|
|
* | Removed THINK_C support. | Jack Jansen | 2000-06-04 | 2 | -8/+0 |
|
|
* | Made the core toolbox modules carbon-compatible using the new greylist featur... | Jack Jansen | 2000-06-02 | 25 | -118/+656 |
|
|
* | Manually added HRHTMLRenderingLibAvailable. | Jack Jansen | 2000-05-15 | 3 | -3/+23 |
|
|
* | Interface to macOS 9 HTMLRenderingLib. Not yet functional. | Jack Jansen | 2000-05-14 | 3 | -0/+1073 |
|
|
* | Fixed to work again without USE_GUSI | Jack Jansen | 2000-05-12 | 1 | -4/+1 |
|
|
* | Added unicodedata and _codecs modules (which had apparently slipped through u... | Jack Jansen | 2000-05-12 | 1 | -0/+4 |
|
|
* | Got rid of PyMem_XDEL. | Jack Jansen | 2000-05-05 | 1 | -7/+7 |
|
|
* | Started on GUSI2 and threading support. | Jack Jansen | 2000-04-07 | 1 | -8/+18 |
|
|
* | 1.6a1 modules added. | Jack Jansen | 2000-04-07 | 1 | -2/+8 |
|
|
* | Added a few cast to make it 68k-compatible. | Jack Jansen | 2000-04-05 | 2 | -10/+10 |
|
|
* | Data of type Point is passed by value, not by reference. | Jack Jansen | 2000-03-22 | 4 | -10/+10 |
|
|
* | Added UserPane callbacks for HitTest and Tracking. Doesn't fully work yet. | Jack Jansen | 2000-03-21 | 2 | -4/+92 |
|
|
* | Added a GetControlRect() method to controls which returns the bounding rectan... | Jack Jansen | 2000-03-21 | 3 | -0/+24 |
|
|
* | Started on support for callbacks for UserPane controls. Unfinished and untested. | Jack Jansen | 2000-03-20 | 2 | -16/+251 |
|
|
* | Added a method GetMediaNextInterestingTimeOnly, which is like GetMediaNextInt... | Jack Jansen | 2000-03-17 | 2 | -0/+42 |
|
|
* | AETransactionID was mistakenly defined as a short (it is a long). Fixed. | Jack Jansen | 2000-03-14 | 2 | -2/+2 |
|
|
* | Handles were never disposed. Added an AutoDispose(onoff) method to control this. | Jack Jansen | 2000-03-08 | 3 | -10/+143 |
|
|
* | Allow None as TimeBase value in TimeValue records (becomes NULL in C structure, | Jack Jansen | 2000-03-06 | 2 | -10/+26 |
|
|
* | Fixed parameters to a few time and timebase calls: InOut parameters were | Jack Jansen | 2000-03-03 | 2 | -12/+25 |
|
|
* | Added PutPixMapBytes() and GetPixMapBytes() functions that allow getting at | Jack Jansen | 2000-03-03 | 2 | -0/+96 |
|
|
* | Added methods getdata() and putdata() to obtain the data in a bitmap. | Jack Jansen | 2000-03-03 | 2 | -0/+68 |
|
|
* | Added FreeMem, MaxBlock and CompactMem calls. The values returned by these ar... | Jack Jansen | 2000-02-21 | 1 | -0/+43 |
|
|
* | Big oops: macfs has always been using a private exception but calling it mac.... | Jack Jansen | 2000-01-24 | 1 | -1/+1 |
|
|
* | Handling of defaultLocation argument was wrong, causing a crash when used. Fi... | Jack Jansen | 2000-01-13 | 1 | -1/+16 |
|
|
* | List objects obtained through as_List(resource) are not auto-disposed upon | Jack Jansen | 2000-01-13 | 2 | -11/+34 |
|
|
* | Nasty error: handle parameters are passed by _address_ to SetControlData. | Jack Jansen | 1999-12-29 | 2 | -2/+2 |
|
|
* | Oops, forgot & in ParseTuple argument in ControlGetDataHandle. | Jack Jansen | 1999-12-23 | 2 | -2/+2 |
|
|
* | Unified handle-conversion scheme to | Jack Jansen | 1999-12-23 | 10 | -27/+120 |
|
|
* | Added {Get,Set}ControlDataHandle methods. These are {Get,Set}ControlData for | Jack Jansen | 1999-12-19 | 2 | -1/+148 |
|
|
* | Added a line about passing None as eventProc to the docstring to get movable | Jack Jansen | 1999-12-17 | 1 | -0/+1 |
|
|
* | Finished (I think), but only very lightly tested. Should now have full interf... | Jack Jansen | 1999-12-17 | 1 | -104/+413 |
|
|