| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated NetPresenz URL. Still needs update in the light of the new :Mac:Tools... | Just van Rossum | 2000-03-28 | 1 | -2/+2 |
|
|
* | added PythonCGISlave and BuildCGIApplet to the list of applets to build (jvr) | Just van Rossum | 2000-03-28 | 1 | -0/+2 |
|
|
* | small fix: don't depend on the exact location of PythonCGISlave within the Py... | Just van Rossum | 2000-03-28 | 1 | -1/+3 |
|
|
* | Added getaboutmenutext() method. (jvr) | Just van Rossum | 2000-03-28 | 1 | -1/+4 |
|
|
* | - new version of PythonCGISlave | Just van Rossum | 2000-03-28 | 5 | -0/+383 |
|
|
* | my previous patch didn't give enough events to SIOUX, this one fixes that (jvr) | Just van Rossum | 2000-03-27 | 1 | -3/+4 |
|
|
* | fixed several event handling buglets, added command Q support, added a new mo... | Just van Rossum | 2000-03-27 | 1 | -23/+37 |
|
|
* | realcgitest.py: added import MacOS, it now works again. Removed NetPresenz re... | Just van Rossum | 2000-03-26 | 2 | -1/+2 |
|
|
* | 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 |
|
|
* | Fixed multi-arg appends. | Jack Jansen | 2000-03-07 | 12 | -14/+15 |
|
|
* | 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 |
|
|
* | A module to parse/generate MediaDescription handles as used by QuickTime. Only | Jack Jansen | 2000-03-02 | 1 | -0/+97 |
|
|
* | Added FreeMem, MaxBlock and CompactMem calls. The values returned by these ar... | Jack Jansen | 2000-02-21 | 1 | -0/+43 |
|
|
* | And added a note about needing two "cvs update"s. | Jack Jansen | 2000-02-11 | 1 | -0/+6 |
|
|
* | Explained that you have to checkout the Mac portion of Python in a separate | Jack Jansen | 2000-02-11 | 1 | -3/+24 |
|
|
* | In AskYesNoCancel() treat the "yes" and "no" buttons the same way as the cancel | Jack Jansen | 2000-02-10 | 1 | -4/+10 |
|
|
* | Big oops: macfs has always been using a private exception but calling it mac.... | Jack Jansen | 2000-01-24 | 1 | -1/+1 |
|
|
* | Hmm, the project wasn't a 5.3 file, despite the log msg. Now it is. | Jack Jansen | 2000-01-24 | 1 | -0/+0 |
|
|
* | Build the Nav module too. | Jack Jansen | 2000-01-24 | 1 | -0/+2 |
|
|
* | If there's an error in an fsspec argument raise MacOS.Error, not ValueError. | Jack Jansen | 2000-01-24 | 1 | -1/+1 |
|
|
* | Made all textfields in message and question boxes minimal height and invisibl... | Jack Jansen | 2000-01-18 | 2 | -0/+10 |
|
|
* | - Actually _implemented_ SetFolder() | Jack Jansen | 2000-01-13 | 1 | -3/+27 |
|
|
* | 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 |
|
|
* | Get/set sys.path initializer in new appearance way. | Jack Jansen | 2000-01-13 | 1 | -3/+4 |
|
|
* | Two constants were missing. | Jack Jansen | 2000-01-07 | 1 | -0/+2 |
|
|
* | Added initializer routine optionally to be used as PEF fragment initializatio... | Jack Jansen | 2000-01-07 | 1 | -0/+34 |
|
|
* | CW Pro 5.3 projects. | Jack Jansen | 2000-01-01 | 31 | -0/+0 |
|
|
* | Nasty error: handle parameters are passed by _address_ to SetControlData. | Jack Jansen | 1999-12-29 | 2 | -2/+2 |
|
|
* | Renamed USE_MAC_DYNAMIC_LOADING to HAVE_DYNAMIC_LOADING | Jack Jansen | 1999-12-29 | 1 | -1/+1 |
|
|
* | Modified for new dll import source organisation by Greg. | Jack Jansen | 1999-12-24 | 6 | -2/+2 |
|
|
* | Modified for appearance. | Jack Jansen | 1999-12-24 | 1 | -2/+2 |
|
|
* | Oops, forgot & in ParseTuple argument in ControlGetDataHandle. | Jack Jansen | 1999-12-23 | 2 | -2/+2 |
|
|
* | skip CVS folders when building the Scripts menu -- jvr | Just van Rossum | 1999-12-23 | 1 | -1/+7 |
|
|
* | updated copyright string | Just van Rossum | 1999-12-23 | 1 | -1/+1 |
|
|
* | changed the "method find" algorithm so the function/class/method popup menu a... | Just van Rossum | 1999-12-23 | 1 | -3/+8 |
|
|
* | Added a reference to oldPICTbrowse.py. | Jack Jansen | 1999-12-23 | 1 | -1/+3 |
|
|
* | Converted to Appearance and using a List control in stead of manually creatin... | Jack Jansen | 1999-12-23 | 7 | -90/+185 |
|
|
* | Partially converted to Appearance, the dialog still has the old ugly layout and | Jack Jansen | 1999-12-23 | 2 | -15/+17 |
|
|
* | Converted to Appearance. | Jack Jansen | 1999-12-23 | 2 | -2/+2 |
|
|
* | Unified handle-conversion scheme to | Jack Jansen | 1999-12-23 | 10 | -27/+120 |
|
|