summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed exampleJack Jansen1996-01-021-1/+6
|
* Added pathname2url and url2pathname methods (only correct for unix andJack Jansen1995-12-211-7/+32
| | | | mac, so far)
* (Minimal) instructions on how to build python from sourceJack Jansen1995-12-211-0/+75
|
* Added missing newlineJack Jansen1995-12-212-2/+2
|
* Common header file for all plugin modulesJack Jansen1995-12-211-0/+1
|
* Added (dummy) expanduser and expandvar methodsJack Jansen1995-12-151-0/+11
|
* Fixed local file access for macintoshJack Jansen1995-12-151-2/+17
|
* Sample image drawing code (not fully functional yet)Jack Jansen1995-12-121-0/+156
|
* Minor bugfix in keyboard input handlingJack Jansen1995-12-121-1/+2
|
* - Added color window/pixmap supportJack Jansen1995-12-1226-39/+231
| | | | | - Added support for obtaining pixmap data - Added OptResObj_* routines for optional handles
* don't return from main loop when error occursGuido van Rossum1995-12-101-1/+2
|
* It now actually works. Also, MovieInWindow and VerySimplePlayerJack Jansen1995-12-096-858/+1135
| | | | example programs translated to python and added.
* Added support for RGB objects (tuples in python)Jack Jansen1995-12-094-2/+359
|
* Added Sint8 and Uint8 typesJack Jansen1995-12-091-0/+2
|
* Added cm and qt demosJack Jansen1995-12-091-1/+9
|
* Added QuickTime moduleJack Jansen1995-12-091-0/+1
|
* Added component mgr and quicktime modulesJack Jansen1995-12-091-0/+5
|
* fix free memory reads in dictlookup et alGuido van Rossum1995-12-082-20/+14
|
* Use global statement instead of importing ourselves to get to globalSjoerd Mullender1995-12-071-6/+2
| | | | variable.
* still untested (but it compiles)Jack Jansen1995-11-304-199/+7038
|
* Added Cm.slb, the component mgr interfaceJack Jansen1995-11-301-0/+1
|
* QuickTime support (not yet functional)Jack Jansen1995-11-304-0/+1340
|
* Component mgr supportJack Jansen1995-11-306-0/+1165
|
* BitMap object support (only lightly tested)Jack Jansen1995-11-164-1/+411
|
* BitMap object supportJack Jansen1995-11-161-0/+3
|
* A variation on PICTbrowse.py that displays the picture usingJack Jansen1995-11-151-0/+187
| | | | DrawPicture.
* Added converters for FixedJack Jansen1995-11-152-0/+25
|
* Added support for GrafPort objectJack Jansen1995-11-155-26/+279
|
* Added (minimal) support for a GrafPort typeJack Jansen1995-11-154-94/+139
|
* Added definitions for GrafPort object and Fixed type.Jack Jansen1995-11-151-0/+8
|
* Example: control eudora using AppleEventsJack Jansen1995-11-143-0/+681
|
* Sample extension module: InterSLIP control API.Jack Jansen1995-11-143-0/+342
|
* Control InterSLIP using modeless dialog, uses FrameWorkJack Jansen1995-11-142-0/+171
|
* Control InterSLIP using a modal dialogJack Jansen1995-11-142-0/+105
|
* Browse all PICT resources in the resource chain. Uses SetWindowPic forJack Jansen1995-11-142-0/+176
| | | | display.
* - Added support for PicHandleJack Jansen1995-11-146-4/+368
| | | | | - Added (by hand, through winedit.py) support for WindowPeek accessor functions that are currently declared as macros.
* New universal headers, a few bit-flags were added.Jack Jansen1995-11-143-2/+13
|
* - Fixed handling of InsetRect, OffsetRect, MapRectJack Jansen1995-11-145-13/+190
| | | | | - Added support for PatHandle, CursHandle - Regenerated from new universal headers.
* Universal header changes: some new bits defined.Jack Jansen1995-11-142-2/+11
|
* Regenerated because of minor changes in universal headersJack Jansen1995-11-143-24/+25
|
* Changed file signature to CW7 project mgrJack Jansen1995-11-141-2/+2
|
* Allow '@' for ' ' in uuencoded files.Jack Jansen1995-11-141-2/+5
|
* Initialize GUSI on the mac.Jack Jansen1995-11-141-0/+21
|
* Updated for the CW7.5 release, and some minor tweaks that I don'tJack Jansen1995-11-1412-4248/+4302
| | | | remember.
* Project to build alternative version of MWCRuntimePPC.lib, needed forJack Jansen1995-11-141-0/+100
| | | | PythonCore as of the CW7.5 release.
* almost-but-not-quite working python with tk.Jack Jansen1995-11-141-0/+813
|
* Documented ProgressBar and idle()Jack Jansen1995-11-142-2/+42
|
* MacTkPython configuration file.Jack Jansen1995-11-141-0/+5
|
* Added progress-bar dialogJack Jansen1995-11-141-55/+57
|
* Changed for the 1.3.2 compiler (CW7.5)Jack Jansen1995-11-141-2/+2
|