| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't build the _tkinter project from Build, only the one from Extensions:Ima... | Jack Jansen | 2000-04-23 | 1 | -4/+6 |
|
|
* | Tk 8.3.0 resources. | Jack Jansen | 2000-04-23 | 1 | -0/+0 |
|
|
* | Fixed to work with Tcl/Tk 8.3.0, at least, my modified copy of it. | Jack Jansen | 2000-04-23 | 1 | -0/+0 |
|
|
* | Added a couple of contributors. Still needs work for the next distribution. | Jack Jansen | 2000-04-22 | 1 | -0/+8 |
|
|
* | Erik van Blokland's CaptureAE. | Jack Jansen | 2000-04-22 | 2 | -0/+367 |
|
|
* | Added a reference to the Open Directory page on macPython. | Jack Jansen | 2000-04-22 | 1 | -1/+6 |
|
|
* | The .exp file hadn't been regenerated after adding the threading stuff. This ... | Jack Jansen | 2000-04-22 | 2 | -922/+1075 |
|
|
* | Added a note about Personal Webserver, and replaced "netpresenz" by a list of... | Jack Jansen | 2000-04-22 | 1 | -3/+11 |
|
|
* | Added Corran Webster's explanation of how to write extensions in MPW and a po... | Jack Jansen | 2000-04-22 | 3 | -4/+499 |
|
|
* | Made the GUSI options work again with GUSI 2. | Jack Jansen | 2000-04-21 | 3 | -5/+42 |
|
|
* | Fix by Dan Green and Corran Webster to support LongDateTime | Jack Jansen | 2000-04-18 | 1 | -0/+3 |
|
|
* | minor tweak (jvr) | Just van Rossum | 2000-04-09 | 1 | -1/+1 |
|
|
* | added experimental microthread support for use with stackless python -- bw co... | Just van Rossum | 2000-04-09 | 2 | -13/+77 |
|
|
* | added popup control (jvr) | Just van Rossum | 2000-04-09 | 1 | -4/+60 |
|
|
* | added setbound() method, some cleanups (jvr) | Just van Rossum | 2000-04-09 | 1 | -9/+12 |
|
|
* | oops, keyword list missed exec... doh! thanks to Maik Roeder (jvr) | Just van Rossum | 2000-04-09 | 1 | -2/+2 |
|
|
* | Installer Vise vct file for 1.6a1. Not very pretty (and needs funny directory... | Jack Jansen | 2000-04-09 | 1 | -0/+0 |
|
|
* | Modified for 1.6a1. | Jack Jansen | 2000-04-09 | 2 | -16/+32 |
|
|
* | Quick readme for 1.6a1. | Jack Jansen | 2000-04-09 | 1 | -7/+16 |
|
|
* | Drag was missing from the modules built. | Jack Jansen | 2000-04-08 | 1 | -0/+2 |
|
|
* | This hadn't been checked in for a while. | Jack Jansen | 2000-04-08 | 1 | -0/+0 |
|
|
* | Enable multithreading. | Jack Jansen | 2000-04-07 | 3 | -0/+3 |
|
|
* | Added a profiling target. | Jack Jansen | 2000-04-07 | 1 | -0/+0 |
|
|
* | Fiddled linkorder and a few other things to make shared threaded python work. | Jack Jansen | 2000-04-07 | 3 | -0/+0 |
|
|
* | 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 |
|
|
* | Started on GUSI2 and threading support. cfm68k targets are still included in ... | Jack Jansen | 2000-04-07 | 32 | -600/+931 |
|
|
* | Started on GUSI2 and threading support. | Jack Jansen | 2000-04-07 | 16 | -29/+194 |
|
|
* | Ready for 1.6a1. Reordered the defines to be in line with config.h.in again, ... | Jack Jansen | 2000-04-07 | 1 | -187/+422 |
|
|
* | Return a handle in stead of a resource. | Jack Jansen | 2000-04-07 | 1 | -1/+1 |
|
|
* | Added a few cast to make it 68k-compatible. | Jack Jansen | 2000-04-05 | 2 | -10/+10 |
|
|
* | 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 |
|
|