summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* Don't build the _tkinter project from Build, only the one from ↵Jack Jansen2000-04-231-4/+6
| | | | Extensions:Imaging, which now drops its resulting .slb into the PlugIns folder.
* Tk 8.3.0 resources.Jack Jansen2000-04-231-0/+0
|
* Fixed to work with Tcl/Tk 8.3.0, at least, my modified copy of it.Jack Jansen2000-04-231-0/+0
|
* Added a couple of contributors. Still needs work for the next distribution.Jack Jansen2000-04-221-0/+8
|
* Erik van Blokland's CaptureAE.Jack Jansen2000-04-222-0/+367
|
* Added a reference to the Open Directory page on macPython.Jack Jansen2000-04-221-1/+6
|
* The .exp file hadn't been regenerated after adding the threading stuff. This ↵Jack Jansen2000-04-222-922/+1075
| | | | means that building a nonthreaded PythonCore will now require massaging of the .exp.
* Added a note about Personal Webserver, and replaced "netpresenz" by a list ↵Jack Jansen2000-04-221-3/+11
| | | | of the current mac webservers.
* Added Corran Webster's explanation of how to write extensions in MPW and a ↵Jack Jansen2000-04-223-4/+499
| | | | pointer to his W documentation.
* Made the GUSI options work again with GUSI 2.Jack Jansen2000-04-213-5/+42
|
* Fix by Dan Green and Corran Webster to support LongDateTimeJack Jansen2000-04-181-0/+3
| | | | values. Untested by me.
* minor tweak (jvr)Just van Rossum2000-04-091-1/+1
|
* added experimental microthread support for use with stackless python -- bw ↵Just van Rossum2000-04-092-13/+77
| | | | compatible (jvr)
* added popup control (jvr)Just van Rossum2000-04-091-4/+60
|
* added setbound() method, some cleanups (jvr)Just van Rossum2000-04-091-9/+12
|
* oops, keyword list missed exec... doh! thanks to Maik Roeder (jvr)Just van Rossum2000-04-091-2/+2
|
* Installer Vise vct file for 1.6a1. Not very pretty (and needs funny ↵Jack Jansen2000-04-091-0/+0
| | | | directory structure).
* Modified for 1.6a1.Jack Jansen2000-04-092-16/+32
|
* Quick readme for 1.6a1.Jack Jansen2000-04-091-7/+16
|
* Drag was missing from the modules built.Jack Jansen2000-04-081-0/+2
|
* This hadn't been checked in for a while.Jack Jansen2000-04-081-0/+0
|
* Enable multithreading.Jack Jansen2000-04-073-0/+3
|
* Added a profiling target.Jack Jansen2000-04-071-0/+0
|
* Fiddled linkorder and a few other things to make shared threaded python work.Jack Jansen2000-04-073-0/+0
|
* Started on GUSI2 and threading support.Jack Jansen2000-04-071-8/+18
|
* 1.6a1 modules added.Jack Jansen2000-04-071-2/+8
|
* Started on GUSI2 and threading support. cfm68k targets are still included in ↵Jack Jansen2000-04-0732-600/+931
| | | | all projects, but for the time being all the "fat" targets exclude them, making them basically copy operations. This way we don't have to rename everything, and anyone interested can easily try to fix 68k support.
* Started on GUSI2 and threading support.Jack Jansen2000-04-0716-29/+194
|
* Ready for 1.6a1. Reordered the defines to be in line with config.h.in again, ↵Jack Jansen2000-04-071-187/+422
| | | | so tracking the new defines will be easier in future.
* Return a handle in stead of a resource.Jack Jansen2000-04-071-1/+1
|
* Added a few cast to make it 68k-compatible.Jack Jansen2000-04-052-10/+10
|
* Updated NetPresenz URL. Still needs update in the light of the new ↵Just van Rossum2000-03-281-2/+2
| | | | :Mac:Tools:CGI: stuff. Later. (jvr)
* added PythonCGISlave and BuildCGIApplet to the list of applets to build (jvr)Just van Rossum2000-03-281-0/+2
|
* small fix: don't depend on the exact location of PythonCGISlave within the ↵Just van Rossum2000-03-281-1/+3
| | | | Python tree. (jvr)
* Added getaboutmenutext() method. (jvr)Just van Rossum2000-03-281-1/+4
|
* - new version of PythonCGISlaveJust van Rossum2000-03-285-0/+383
| | | | | | | - new script/applet BuildCGIApplet This largely supercedes :Mac:Demos:cgi, except for the html doc file. Should it move here? Merged with CGI_README.txt? Todo: fullbuild support. (jvr)
* my previous patch didn't give enough events to SIOUX, this one fixes that (jvr)Just van Rossum2000-03-271-3/+4
|
* fixed several event handling buglets, added command Q support, added a new ↵Just van Rossum2000-03-271-23/+37
| | | | module doc string, some formatting nits. (jvr)
* realcgitest.py: added import MacOS, it now works again. Removed NetPresenz ↵Just van Rossum2000-03-262-1/+2
| | | | | | reference. cgitest.cgi.rsrc: disable argv emulation; this is essential for the first time the cgi applet starts up
* Data of type Point is passed by value, not by reference.Jack Jansen2000-03-224-10/+10
|
* Added UserPane callbacks for HitTest and Tracking. Doesn't fully work yet.Jack Jansen2000-03-212-4/+92
|
* Added a GetControlRect() method to controls which returns the bounding ↵Jack Jansen2000-03-213-0/+24
| | | | rectangle. To my surprise this call is missing from the C API...
* Started on support for callbacks for UserPane controls. Unfinished and untested.Jack Jansen2000-03-202-16/+251
|
* Added a method GetMediaNextInterestingTimeOnly, which is like ↵Jack Jansen2000-03-172-0/+42
| | | | GetMediaNextInterestingTime without asking for the duration (which is, according to qt docs, expensive).
* AETransactionID was mistakenly defined as a short (it is a long). Fixed.Jack Jansen2000-03-142-2/+2
|
* Handles were never disposed. Added an AutoDispose(onoff) method to control this.Jack Jansen2000-03-083-10/+143
| | | | Also added a Handle() function which is like Resource() but has auto-dispose on by default.
* Fixed multi-arg appends.Jack Jansen2000-03-0712-14/+15
|
* Allow None as TimeBase value in TimeValue records (becomes NULL in C structure,Jack Jansen2000-03-062-10/+26
| | | | used for delta-t values by quicktime).
* Fixed parameters to a few time and timebase calls: InOut parameters wereJack Jansen2000-03-032-12/+25
| | | | inadvertantly seen as out-only.
* Added PutPixMapBytes() and GetPixMapBytes() functions that allow getting atJack Jansen2000-03-032-0/+96
| | | | | | pixmap data. Added an as_GrafPort() method to be able to use a GWorld as argument to routines that expect a GrafPort.